Byla vydána nová verze 8.8 multiplatformní digitální pracovní stanice pro práci s audiem (DAW) Ardour. Přehled oprav, vylepšení a novinek v oficiálním oznámení.
Byla vydána nová major verze 11.0.0 nástroje mitmproxy určeného pro vytváření interaktivních MITM proxy pro HTTP a HTTPS komunikaci. Přehled novinek v příspěvku na blogu. Vypíchnuta je plná podpora HTTP/3 a vylepšená podpora DNS.
Richard Hughes na svém blogu představil nejnovější major verzi 2.0.0 nástroje fwupd umožňujícího aktualizovat firmware zařízení na počítačích s Linuxem. Podrobný přehled novinek v poznámkách k vydání. Přehled podporovaných zařízení, nejnovějších firmwarů a zapojených výrobců na stránkách LVFS (Linux Vendor Firmware Service).
Počítačová hra Kvark (Steam) od studia Perun Creative dospěla do verze 1.0 (𝕏). Běží také na Linuxu.
Byla vydána (𝕏) zářijová aktualizace aneb nová verze 1.94 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a animovanými gify v poznámkách k vydání. Ve verzi 1.94 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.
O víkendu 5. a 6. října se koná ne-konference jOpenSpace. Pokud si chcete kouzlo živých přednášek vychutnat společně s námi, sledujte live streamy: sobota a neděle. Začínáme lehce po 9 hodině ranní. Zpracované záznamy jsou obvykle k dispozici do 14 dní na našem YouTube kanále.
Hodiny s unixovým časem dnes odbily 20 000 dnů. Unixový čas je počet sekund uplynulých od půlnoci 1. ledna 1970. Dnes ve 02:00 to bylo 1 728 000 000 sekund, tj. 20 000 dnů.
Notebook NitroPad V56 od společnosti Nitrokey byl oficiálně certifikován pro Qubes OS verze 4. Qubes OS (Wikipedie) je svobodný a otevřený operační systém zaměřený na bezpečnost desktopu.
Multiplatformní hororová adventura Whispering Willows je na portále GOG.com zdarma, akce trvá do 6. října.
Na čem aktuálně pracují vývojáři webového prohlížeče Ladybird (GitHub)? Byl publikován přehled vývoje za září (YouTube).
$ sudo lspci | grep VGA
02:00.0 VGA compatible controller: nVidia Corporation GeForce 9100M G (rev a2)
03:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)
Jisté je, že plně nefunguje. Když nainstaluju ubuntu, tak najede rozlišení 1280x720, ačkoliv nejvyšší by mělo být 1366x780. To by ještě bylo přežitelné, hlavní problém je, že je vše šíleně pomalé. Už třeba "blbé" přepnutí oken nebo ploch.
xorg.conf po čisté instalaci ubuntu 8.10:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Zkoušel jsem samozřejmě nainstalovat ovladače nvidie (samo ubuntu mi to radilo) - v nabídce byly dva: 173 a 177. Doporučen byl 177, tak jsem to zkusil. Mám teď bohužel jen připojení přes mobil (takže je vše hrozně pomalé, ale nevím, jestli to může být tím). Když jsem ho chtěl nainstalovat, objevilo se okénko s nápisem Downloading and installing driver 0%. Po chvíli (hodné chvíli) zmizelo, aniž bych si všiml nějaké změny. Driver nebyl nainstalován. Tak jsem to zkusil znovu a znovu... Nevím, jak jsem toho docílil, každopádně se pak v System - Volby (nebo správa?) objevil nějaký nástroj od nvidie, tak jsem jej spustil a pochopil, že se driver zřejmě nainstaloval. Nástroj napsal něco jako že se zdá, že nepoužívám driver od nich a ať pustím něco jako "sudo nvidia -xconfig". To jsem udělal a xka už nenajela. Tak jsem přeinstaloval systém (byl úplně čerstvý a chtěl jsem vyzkouše něco jiného - vím, že to není zcela korektní, ale takhle mohla běžet instalace a já jsem mezitím dělal něco jiného). Takže jsem měl opět čistý systém. Stejným způsobem (prostě nevím přesně jak) jsem zřejmě nainstaloval driver (zase jsem objevil nástro nvidie) a zazálohoval jsem si xorg.conf - vypadal takto:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Zároveň se v /etc/X11 objevil soubor s názvem xorg.conf.failsafe (zřejmě se vytvořil při instalaci) s následujícím obsahem:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Teď ovšem xka nenaběhnou s ani jedním z výše uvedených konfiguráků (ani s tím, co byl vytvořen při instalaci ubuntu). Taková je situace a teď vás žádám o pomoc. Děkuji mnohokrát.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Sun Dec 14 20:59:00 PST 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
ale příkaz startx skončí chybovou hláškou, že nemůže načíst modul "type1" a tuším "no screens found".
Pak ještě píše error in file /home/geckon/.Xauthority.
Ten když dám vypsat pomocí cat, tak dostanu:
cat: .Xauthority: Permission denied
když napíšu sudo cat, tak nedostanu nic, prostě jakoby něco proběhlo ale nic se nevypíše a mám zase prompt.
Prosím poraďte mi:(
Zkuste zakomentovat řádek "Load "type1"
", podle archlinux wiki je to u mobilních nvidií nutné. Pokud to nepomůže, zkuste si pomocí příkazu nvidia-xconfig nechat vygenerovat nový xorg.conf a použít jej místo současného.
nvidia-xconfig
. Nepomohlo.
/var/log/Xorg.0.log:
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux DrZoidberg 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 10 23:39:27 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 9
(!!) More than one possible primary device found
(--) PCI: (0@0:1:3) nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf8e80000/0
(--) PCI: (0@2:0:0) nVidia Corporation GeForce 9100M G rev 162, Mem @ 0xf9000000/0, 0xc8000000/0, 0xc6000000/0, I/O @ 0x0000bc00/0, BIOS @ 0x????????/131072
(--) PCI: (0@3:0:0) nVidia Corporation GeForce 9300M GS rev 161, Mem @ 0xfc000000/0, 0xd0000000/0, 0xfa000000/0, I/O @ 0x0000cc00/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.11 Wed Nov 26 11:23:16 PST 2008
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) NVIDIA dlloader X Driver 180.11 Wed Nov 26 11:00:06 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is:
(EE) No devices detected.
Fatal server error:
no screens found
Ahoj,
Kdybys prilozil soubor /var/log/Xorg.0.log tak by man to pomohlo s analyzou.
Jinak jestli mas v domovskem adresari .Xauthority, ktery nemuzes precist tak je ho asi potreba smazat, jinak s tim Xsesrver muze mit problem, takze:
sudo rm ~/.Xauthority
Xorg.0.log - obsahuje logy X serveru, takze pokud se nekde neco pokazilo tak by tam melo byt videt
.Xauthority - obshauje najeka informace o identifikaci pro autorizaci k X servru - presneji receno presne nevim , ale kazdopadne by ho mel uzivatel moznost cist
apt-get install nvidia-glx-180 nvidia-settings
Restartoval jsem a opět mám jen konzoli:(
Ještě jsem zkusil upravit v xorg.conf sekci Device tak, že jsem tam přidal BusID "PCI:03:00.0"
(podle nějakého návodu) a taky nic.
Tady je ten /var/log/Xorg.0.log:
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux DrZoidberg 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 10 21:51:47 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Configured Monitor"
(**) | |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified. Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 9
(!!) More than one possible primary device found
(--) PCI: (0@0:1:3) nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf8e80000/0
(--) PCI: (0@2:0:0) nVidia Corporation GeForce 9100M G rev 162, Mem @ 0xf9000000/0, 0xc8000000/0, 0xc6000000/0, I/O @ 0x0000bc00/0, BIOS @ 0x????????/131072
(--) PCI: (0@3:0:0) nVidia Corporation GeForce 9300M GS rev 161, Mem @ 0xfc000000/0, 0xd0000000/0, 0xfa000000/0, I/O @ 0x0000cc00/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.11 Wed Nov 26 11:23:16 PST 2008
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver 180.11 Wed Nov 26 11:00:06 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is:
(EE) No devices detected.
Fatal server error:
no screens found
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux DrZoidberg 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 11 13:14:27 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7
(!!) More than one possible primary device found
(--) PCI: (0@0:1:3) nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf8e80000/0
(--) PCI: (0@2:0:0) nVidia Corporation GeForce 9100M G rev 162, Mem @ 0xf9000000/0, 0xc8000000/0, 0xc6000000/0, I/O @ 0x0000bc00/0, BIOS @ 0x????????/131072
(--) PCI: (0@3:0:0) nVidia Corporation GeForce 9300M GS rev 161, Mem @ 0xfc000000/0, 0xd0000000/0, 0xfa000000/0, I/O @ 0x0000cc00/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.11 Wed Nov 26 11:23:16 PST 2008
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
compiled for 1.5.0, module version = 2.1.10
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
Quadro FX 540, GeForce 6200, GeForce 6500,
GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS,
GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
GeForce 8600 GT, GeForce 8600 GT, GeForce 8400 GS, GeForce 9500M GS,
GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370,
Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570,
Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS,
GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
Quadro NVS 135M, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290,
GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512,
GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS,
GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS,
GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, Quadro FX 3700,
Quadro FX 3600M, GeForce 9600 GT, GeForce 9600M GT, GeForce 9600M GS,
GeForce 9600M GT, GeForce 9500M G, GeForce 8400 GS, GeForce 9300M GS,
GeForce 9200M GS, GeForce 9300M GS
(II) Primary Device is:
(--) NV: Found NVIDIA GeForce 9300M GS at 03@00:00:0
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) NV(0): Initializing int10
Driver vesa taky nenajede. log:
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux DrZoidberg 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 11 12:43:13 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 9
(!!) More than one possible primary device found
(--) PCI: (0@0:1:3) nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf8e80000/0
(--) PCI: (0@2:0:0) nVidia Corporation GeForce 9100M G rev 162, Mem @ 0xf9000000/0, 0xc8000000/0, 0xc6000000/0, I/O @ 0x0000bc00/0, BIOS @ 0x????????/131072
(--) PCI: (0@3:0:0) nVidia Corporation GeForce 9300M GS rev 161, Mem @ 0xfc000000/0, 0xd0000000/0, 0xfa000000/0, I/O @ 0x0000cc00/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.11 Wed Nov 26 11:23:16 PST 2008
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.5.0, module version = 1.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.99.905, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is:
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) VESA(0): initializing int10
(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules//libint10.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules//libvbe.so
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
[mi] EQ overflowing. The server is probably stuck in an infinite loop.
[mi] mieqEnequeue: out-of-order valuator event; dropping.
debian-testing-i386-CD-30.iso
, ale z toho mi nabootovat nejde (ač mám nastaveno bootování z CD, tak vždy najede menu GRUBu.Omlouvám se, jestli je to dotaz příliš idiotský
http://www.debian.org/distrib/packages
si muzes vyhledat balicky, ktery potrebujes, vypisuje to tam i pripadny zavislosti v prehledu, takze muzes postahovat i ruco a pak pomoci "dpkg -i nazev_balicku" nainstalovat;
zkus na prikazovy radce priakzy "apt-get update
" a "apt-cache search wpa
", ti to pak vyhodi dostupny balicky s wpa, mel bys tam najit co potrebujes, pokud to bylo na prvnim CD, coz netusim;
az ti pujde net, tak se podivej se do souboru /etc/apt/sources.list
, zda tam mas radky podobny tomuhle:
deb http://ftp.cz.debian.org/debian lenny main contrib non-freedulezita tam je ta cast "
main contrib non-free
" - pokud ji tam nemas, tak to dopln, at mas vsechny dostupny balicky z repozitaru
ono debian ma starsi verze programu, vc. graf. prostredi, takze je to mene nenazrany a tim padem trosku rychlejsi :)
06:00.0 Network controller: RaLink Device 0781
takže nevím pro kterou wifi mám hledat drivery. Nějaký odkaz jsi mi dával, stáhnul jsem si něco a měl to na flashce, která byla během instalace zasunutá, ale na nic se mě instalátor neptal - našel si to snad sám?
Takže jsi to myslel tak, že si ty balíky mám najít na netu v ubuntu, stáhnout a pak v debianu nainstalovat? Ale má to docela dost závislostí, ne?
Jinak debian funguje poměrně dost svižně (oproti ubuntu bez ovladače od nvidie). Ale ne v plném rozlišení. Snad nějak rozchodím ten net a nainstaluju ovladač a všechno bude fungovat a všichni budou šťastni:))
http://packages.debian.org/search?keywords=wpa&searchon=names&suite=testing§ion=all
si muzes stahnout tyhle balicky a pripadne jeste zavislosti, pokud bys potreboval - ja bych stahnul jen ten wpasupplicant a wpagui a zkusil je nainstalovat pres dpkg -i nazev_balicku
- pokud tomu bude nejakej balicek chybet, tak to rekne a i vypise kterej, takze ho budes moci v klidu stahnout a doinstalovat; s netem to pak uz budes hledat primo v repozitarich a taky z nich rovnou instalovat; taky bych se podival, zda wpa_supplicant neni nahodou uz na tom prvnim cd, to by pak na nej byly na nem rovnou i zavislosti, takze prvni, co bych zkusil je "apt-get update
" a "apt-get install wpasupplicant wpagui
" a uvidel, co to vyhodi
kdyz bys ten nazev wifiny hodil do googla "http://www.google.com/search?q=Network+controller%3A+RaLink+Device+0781&ie=utf-8&oe=utf-8&aq=t&rls=org.debian:cs-CZ:unofficial&client=iceweasel-a
", tak zjistis, ze ji jadro nepodporuje, ale ovladac do nej jde doplnit, viz http://www.abclinuxu.cz/hardware/sestavy/notebooky/asus/asus-eee-pc-901-rev24
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.confzkousis to pustit timhel prikazem ci jeho modifikaci dle toho, jak to mas v systemu udelany ty?
# ifup eth0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:21:85:dc:35:10
Sending on LPF/eth0/00:21:85:dc:35:10
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts (warning).
# wpa_supplicant -Dwext -ieth0 -c/etc/wpa_supplicant/wpa_supplicant.conf
ioctl[SIOCSIWMODE]: Operation not supported
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCGIWESSID]: Operation not supported
Could not read SSID from driver.
^CCTRL-EVENT-TERMINATING - signal 2 received
Failed to disable WPA in the driver.
ioctl[SIOCSIWAP]: Operation not supported
ukončil jsem to pomocí ctrl+c protože to tak bylo dlouho a nic nenasvědčovalo změně. Nebo jsem to měl nechat? (btw, zkoušel jsem to i bez -Dwext)
No tak si nainstaluj balíčky které ty devel a source u vaší distribuce nahrazují. (kernel-headers)
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Jan 18 01:53:29 2009
installer version: 1.0.7
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
no cc version check : false
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 180.17.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
The compiler used to compile the kernel (gcc 4.1) does not exactly match the
current compiler (gcc 4.3). The Linux 2.6 kernel module loader rejects kern
el modules built with a version of gcc that does not exactly match that of t
he compiler used to build the running kernel.
If you know what you are doing and want to ignore the gcc version check, sel
ect "No" to continue installation. Otherwise, select "Yes" to abort install
ation, set the CC environment variable to the name of the compiler used to c
ompile your kernel, and restart installation. Abort now? (Answer: Yes)
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
Díky za tipy
The compiler used to compile the kernel (gcc 4.1) does not exactly match the current compiler (gcc 4.3). The Linux 2.6 kernel module loader rejects kern el modules built with a version of gcc that does not exactly match that of t he compiler used to build the running kernel. If you know what you are doing and want to ignore the gcc version check, sel ect "No" to continue installation. Otherwise, select "Yes" to abort install ation, set the CC environment variable to the name of the compiler used to c ompile your kernel, and restart installation. Abort now? (Answer: Yes)a bud zmenil verzi gcc nebo odpovedel "No", nikoliv "Yes, jak si ucinil...
ll /usr/bin/gcc* lrwxrwxrwx 1 root root 7 2008-11-01 09:08 /usr/bin/gcc -> gcc-4.3 -rwxr-xr-x 1 root root 226568 2008-12-02 06:43 /usr/bin/gcc-4.1 -rwxr-xr-x 1 root root 239000 2009-01-02 12:16 /usr/bin/gcc-4.3 -rwxr-xr-x 1 root root 16296 2008-12-02 06:42 /usr/bin/gccbug-4.1pokud chces zkusit jinou verzi, tak jako root udelej
rm -f /usr/bin/gcc ln -s gcc-4.1 /usr/bin/gcca zkus instalator spustit znovu
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux DrZoidberg 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686
Build Date: 09 January 2009 02:57:16AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 19 03:31:58 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0754 card 1462,6710 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,075e card 1462,6710 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0752 card 1462,6710 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0751 card 1462,6710 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:3: chip 10de,0753 card 1462,6710 rev a2 class 0b,40,00 hdr 80
(II) PCI: 00:01:4: chip 10de,0568 card 1462,6710 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,077b card 1462,6710 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,077c card 1462,6710 rev a1 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,077d card 1462,6710 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,077e card 1462,6710 rev a1 class 0c,03,20 hdr 80
(II) PCI: 00:07:0: chip 10de,0774 card 1462,6710 rev a1 class 04,03,00 hdr 00
(II) PCI: 00:08:0: chip 10de,075a card 0000,0000 rev a1 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0ad5 card 1462,6710 rev a2 class 01,06,01 hdr 00
(II) PCI: 00:0b:0: chip 10de,0569 card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0778 card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,075b card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 10de,077a card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:14:0: chip 10de,077a card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:15:0: chip 10de,077a card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1300 card 0000,0000 rev 40 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1301 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1302 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1303 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:4: chip 1022,1304 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 02:00:0: chip 10de,0844 card 1462,6710 rev a2 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 10de,06e9 card 1462,6710 rev a1 class 03,00,00 hdr 00
(II) PCI: 06:00:0: chip 1814,0781 card 1462,6890 rev 00 class 02,80,00 hdr 00
(II) PCI: 07:00:0: chip 197b,2380 card 1462,6710 rev 00 class 0c,00,10 hdr 80
(II) PCI: 07:00:1: chip 197b,2382 card 1462,6710 rev 00 class 08,80,00 hdr 80
(II) PCI: 07:00:2: chip 197b,2381 card 1462,6710 rev 00 class 08,05,01 hdr 80
(II) PCI: 07:00:3: chip 197b,2383 card 1462,6710 rev 00 class 08,80,00 hdr 80
(II) PCI: 08:00:0: chip 10ec,8168 card 1462,6710 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf8f00000 - 0xf9ffffff (0x1100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xc6000000 - 0xcfffffff (0xa000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:16:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfd7fffff (0x3800000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:18:0), (0,4,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfd800000 - 0xfe8fffff (0x1100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf7efffff (0x3f00000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:19:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:20:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:21:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 8 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) Bus 8 prefetchable memory range:
[0] -1 0 0xf7f00000 - 0xf7ffffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x0844) rev 162, Mem @ 0xf9000000/24, 0xc8000000/27, 0xc6000000/25, I/O @ 0xbc00/7, BIOS @ 0xf8fe0000/17
(--) PCI: (3:0:0) nVidia Corporation unknown chipset (0x06e9) rev 161, Mem @ 0xfc000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xcc00/7, BIOS @ 0xfd7e0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[1] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[2] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[3] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[4] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[5] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[6] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[7] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[8] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[9] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[10] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[11] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[12] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[13] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[14] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[15] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[16] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[17] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[18] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[19] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[20] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[21] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[22] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[23] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[24] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[25] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[26] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[27] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[28] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[29] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[30] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[1] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[2] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[3] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[4] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[1] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[2] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[3] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[4] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[5] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[6] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[7] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[8] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[9] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[10] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[11] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[12] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[13] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[14] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[15] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[16] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[17] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[18] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[19] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[20] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[21] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[22] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[23] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[24] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[25] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[26] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[27] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[28] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[29] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[30] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[1] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[2] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[3] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[4] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[5] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[6] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[7] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[8] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[9] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[10] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[11] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[12] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[13] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[14] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[15] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[16] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[17] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[18] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[19] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[20] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[21] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[22] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[24] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[25] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[26] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[27] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[28] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[30] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[31] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[32] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[33] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[34] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[35] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[36] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[37] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[38] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[39] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[40] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[41] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[42] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.22 Tue Jan 6 09:58:42 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver 180.22 Tue Jan 6 09:35:46 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:1:3) found
(WW) NVIDIA: No matching Device section for instance (BusID PCI:2:0:0) found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[5] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[6] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[7] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[8] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[9] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[10] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[11] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[12] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[13] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[14] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[15] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[16] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[17] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[18] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[19] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[20] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[21] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[22] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[24] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[25] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[26] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[27] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[28] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[30] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[31] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[32] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[33] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[34] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[35] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[36] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[37] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[38] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[39] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[40] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[41] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[42] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[5] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[6] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[7] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[8] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[9] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[10] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[11] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[12] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[13] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[14] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[15] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[16] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[17] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[18] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[19] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[20] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[21] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[22] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[24] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[25] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[26] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[27] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[28] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[29] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[30] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[31] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[33] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[34] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[35] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[36] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[37] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[38] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[39] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[40] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[41] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[42] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[43] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[44] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[45] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
[46] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[47] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(GPU-0): No display devices connected; falling back to: CRT-0
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(II) NVIDIA(0): NVIDIA GPU GeForce 9300M GS (G98) at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 62.98.3c.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 1X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 9300M GS at PCI:3:0:0:
(--) NVIDIA(0): CRT-0
(--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(==) NVIDIA(0):
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0): will be used as the requested mode.
(==) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 640 x 480
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf7ff0000 - 0xf7ffffff (0x10000) MX[B]
[5] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[6] -1 0 0xfeafe000 - 0xfeafe0ff (0x100) MX[B]
[7] -1 0 0xfeafe400 - 0xfeafe4ff (0x100) MX[B]
[8] -1 0 0xfeafe800 - 0xfeafe8ff (0x100) MX[B]
[9] -1 0 0xfeafec00 - 0xfeafec7f (0x80) MX[B]
[10] -1 0 0xfeaff000 - 0xfeaff07f (0x80) MX[B]
[11] -1 0 0xfeaff400 - 0xfeaff47f (0x80) MX[B]
[12] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[13] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[14] -1 0 0xf8e76000 - 0xf8e77fff (0x2000) MX[B]
[15] -1 0 0xf8e78000 - 0xf8e7bfff (0x4000) MX[B]
[16] -1 0 0xf8e7e800 - 0xf8e7e8ff (0x100) MX[B]
[17] -1 0 0xf8e7d000 - 0xf8e7dfff (0x1000) MX[B]
[18] -1 0 0xf8e7ec00 - 0xf8e7ecff (0x100) MX[B]
[19] -1 0 0xf8e7f000 - 0xf8e7ffff (0x1000) MX[B]
[20] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[21] -1 0 0xc6000000 - 0xc7ffffff (0x2000000) MX[B](B)
[22] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[24] -1 0 0xf8e80000 - 0xf8efffff (0x80000) MX[B]
[25] -1 0 0xfd7e0000 - 0xfd7fffff (0x20000) MX[B](B)
[26] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[27] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[28] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[29] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[30] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[31] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[33] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[34] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[35] -1 0 0x00009800 - 0x0000980f (0x10) IX[B]
[36] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[37] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[38] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[39] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B]
[40] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[41] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[42] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[43] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B]
[44] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[45] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
[46] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[47] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(GPU-1): NVIDIA GPU GeForce 9100M G (C77) at PCI:2:0:0 (GPU-1)
(--) NVIDIA(GPU-1): Memory: 524288 kBytes
(--) NVIDIA(GPU-1): VideoBIOS: 62.77.2c.00.00
(--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) NVIDIA(GPU-1): Connected display device(s) on GeForce 9100M G at PCI:2:0:0:
(--) NVIDIA(GPU-1): Seiko (DFP-0)
(--) NVIDIA(GPU-1): Seiko (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(GPU-1): Seiko (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event8
(**) Option "Device" "/dev/input/event8"
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: MOUSE)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event8
(**) Option "Device" "/dev/input/event8"
(--) SynPS/2 Synaptics TouchPad touchpad found
glxgears
6442 frames in 5.0 seconds = 1288.259 FPS
6468 frames in 5.0 seconds = 1293.599 FPS
6485 frames in 5.0 seconds = 1296.892 FPS
glxgears 18716 frames in 5.0 seconds = 3743.130 FPS 18955 frames in 5.0 seconds = 3790.842 FPS 18746 frames in 5.0 seconds = 3749.148 FPS 18345 frames in 5.0 seconds = 3668.857 FPS 18989 frames in 5.0 seconds = 3797.798 FPS 21881 frames in 5.0 seconds = 4375.971 FPS 21792 frames in 5.0 seconds = 4358.348 FPS 26065 frames in 5.0 seconds = 5200.514 FPS 18672 frames in 5.0 seconds = 3732.264 FPS 18201 frames in 5.0 seconds = 3640.105 FPS 18481 frames in 5.0 seconds = 3696.133 FPS
/usr/bin/nvidia-settings
02:00.0 VGA compatible controller: nVidia Corporation GeForce 9100M G (rev a2)
03:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)
V xorg.conf mám BusID "PCI:3:0:0"
Takže tohle by mělo být v pohodě. Nevím, jestli třeba nemůže mít vliv to "(rev a2)" a "(rev a1)" - nevím co to je.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Nov 26 11:27:46 PST 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
# Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:02:00:0"
Option "NoLogo"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Tiskni Sdílej: