Moin,
ich hab ein Problem mit Xorg. Wenn ich in der Xorg.conf das "record"-Modul lade, kann ich spiele wie Sauerbraten oder Filme ohne Probleme anschauen. Allerdings hat dann Iceweasel (firefox-bin) und X eine hohe CPU Auslastung beim Serven, sodass hier im Forum einen Post zu schreiben schon fast unmöglich ist. Lade ich das "record"-Modul nicht, dann kann ich ohne große Probleme serven, allerdings ruckelt Sauerbraten auf niedrigsten Einstellungen und auch Filme lassen sich nur sehr ruckelig abspielen.
Informationen zum System:
CPU: Intel Celeron D351, 3,2 GHZ
2GB DDR2 Ram
Asus 775Dual-VGA
NVidia Geforce 6800GS
NVIDIA Driver Version: 190.42
$ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Tue Oct 20 21:01:12 PDT 2009
Section "ServerLayout"
Identifier "MainLayout"
Screen 0 "MainScreen" 0 0
InputDevice "MainKeyboard" "CoreKeyboard"
InputDevice "MainMouse" "CorePointer"
# Option "BlankTime" "0" # Blank the screen after X minutes (Fake)
# Option "StandbyTime" "0" # Turn off screen after X minutes (DPMS)
# Option "SuspendTime" "0" # Full suspend after X minutes
# Option "OffTime" "0" # Turn off after X minutes
# Option "Xinerama" "0" # entfernen für Max nur auf einem Bildschirm
EndSection
Section "Module"
Load "dbe" #Aktiviert die Double-Buffering-Erweiterung im Server. Sinnvoll für Animationen und Video-Operationen
Load "extmod" #Aktiviert viele traditionelle und oft verwendete Erweiterungen, wie nichtrechteckige Fenster, gemeinsamer Speicher, Video-Modus-Umschaltung, DGA und Xv
# Load "v4l" #Video for Linux
# Load "type1" #Font-Rasterer ;; Wird von freetype geladen
Load "freetype" #Font-Rasterer
Load "bitmap" #Font-Rasterer
# Load "speedo" #Anscheinend auch Fonts
Load "glx" #Unterstützung für das Rendern mittels OpenGL
Load "record" #Implementiert die RECORD-Erweiterung, oft für Server-Tests verwendet
Load "ddc" #Unterstützung für den Datenanzeigekanal (Data Display Channel). Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte
Load "dri" #Unterstützung für DRI (Direct Rendering Infrastructure) im X-Server
# Load "int10" #Real-Mode-x86-Emulator zum Softboot sekundärer VGA-Karten. Sollte aktiviert sein, wenn vbe aktiviert ist
# Load "vbe" #Unterstützung für VESA-BIOS-Erweiterungen. Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte
# Load "synaptics" #Maybe Synaptics Treiber?
# Load "xtrap" #facilitates the capturing of server protocol and synthesizing core input events?!?
Load "i2c" #Sensor
EndSection
Section "InputDevice"
Identifier "MainMouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "MainKeyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de" #"de,us"
Option "XkbOptions" "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
# Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "ctrl:nocaps"
EndSection
Section "Monitor"
Identifier "226BW"
VendorName "Samsung 226BW"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
DisplaySize 474 296
Option "DPMS" #Turn off after X minutes
EndSection
Section "Device"
Identifier "6800GS"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6800 GS"
BusID "PCI:3:0:0"
# VideoRam "262144"
# Option "RandRRotation" "no" #Desktop drehen
# Option "RegistryDwords" "PowerMizerLevelAC=0x1"
# Option "RegistryDwords" "PowerMizerLevel=0x1"
Option "Coolbits" "1"
#Für einen hardwarebeschleunigten Desktop (Xgl) oder den Einsatz eines Composite-Managers sind zusätzliche Optionen nötig.
Option "NvAgp" "1" #aktiviert die AGP-Unterstützung des Treibers.
Option "RenderAccel" "true" #aktiviert die Hardware-Beschleunigung der RENDER-Erweiterung des Xservers
# Option "AllowGLXWithComposite" "true" #nötig, um gleichzeitig OpenGL-Anwendungen und Composite (s.u.) zu nutzen. Stabilitätsprobleme sind möglich.
EndSection
Section "Screen"
Identifier "MainScreen"
Device "6800GS"
Monitor "226BW"
DefaultDepth 16
# Option "TwinView" "1"
# Option "TwinViewOrientation" "LeftOf" #Right, Clone
# Option "TwinViewXineramaInfoOrder" "DFP-0"
# Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1680x1050 +1280+0"
SubSection "Display"
Depth 16
EndSubSection
EndSection
Section "ServerFlags"
Option "DontZap" "true"
Option "DontZoom" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "Enable"
# Option "RENDER" "true"
# Option "DAMAGE" "true"
#EndSection
Alles anzeigen
$ cat /var/log/Xorg.0.log
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 SimonsPC 2.6.28-5.slh.3-sidux-686 #1 SMP PREEMPT Sat Feb 14 14:20:51 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: Sun Dec 20 19:16:10 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "MainLayout"
(**) |-->Screen "MainScreen" (0)
(**) | |-->Monitor "226BW"
(**) | |-->Device "6800GS"
(**) |-->Input Device "MainKeyboard"
(**) |-->Input Device "MainMouse"
(**) Option "DontZap" "true"
(**) Option "DontZoom" "true"
(==) 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.
(WW) The directory "/usr/share/fonts/X11/Type1" 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/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 1106,0308 card 1849,0308 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1308 card 1849,1308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2308 card 1849,2308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3208 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4308 card 1849,4308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5308 card 1849,5308 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:7: chip 1106,7308 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a208 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,0591 card 1849,0591 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1849,0571 rev 07 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1849,3104 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3337 card 1849,3337 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:7: chip 1106,287e card 1106,337e rev 00 class 06,00,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1849,3065 rev 7c class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1106,337b card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 02:01:0: chip 1106,3288 card 1849,0888 rev 10 class 04,03,00 hdr 00
(II) PCI: 03:00:0: chip 10de,00c0 card 10de,0339 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), 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]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf7c00000 - 0xf7cfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:2:0), (0,3,3), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xf7e00000 - 0xfbefffff (0x4100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xbff00000 - 0xdfefffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:19:0), (0,2,2), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf7d00000 - 0xf7dfffff (0x100000) MX[B]
(--) PCI:*(3:0:0) nVidia Corporation NV41 [GeForce 6800 GS] rev 162, Mem @ 0xfa000000/24, 0xc0000000/28, 0xf9000000/24, BIOS @ 0xfbee0000/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) PCI Memory resource overlap reduced 0xfc000000 from 0xfdffffff to 0xfbffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[1] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[2] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[3] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[4] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[5] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[9] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[13] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[14] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[16] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[17] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[18] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[19] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[1] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[2] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[3] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[4] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[5] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[9] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[13] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[14] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[16] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[17] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[18] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[19] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[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 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[5] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[6] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[7] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[8] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[15] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[17] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[19] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[20] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[21] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[22] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[23] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[24] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) 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. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(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 190.42 Tue Oct 20 20:55:08 PDT 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: "ddc"(II) Module "ddc" already built-in
(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: "i2c"(II) Module "i2c" already built-in
(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 190.42 Tue Oct 20 20:26:00 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
(--) 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 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[5] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[6] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[7] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[8] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[15] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[17] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[19] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[20] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[21] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[22] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[23] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[24] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[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 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[5] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[6] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[7] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[8] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[18] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[24] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[27] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) Dec 20 19:16:13 NVIDIA(0): Enabling RENDER acceleration
(**) Dec 20 19:16:13 NVIDIA(0): Use of NVIDIA internal AGP requested
(II) Dec 20 19:16:13 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Dec 20 19:16:13 NVIDIA(0): enabled.
(II) Dec 20 19:16:13 NVIDIA(0): NVIDIA GPU GeForce 6800 GS (NV41) at PCI:3:0:0 (GPU-0)
(--) Dec 20 19:16:13 NVIDIA(0): Memory: 262144 kBytes
(--) Dec 20 19:16:13 NVIDIA(0): VideoBIOS: 05.41.02.49.04
(II) Dec 20 19:16:13 NVIDIA(0): Detected PCI Express Link width: 4X
(--) Dec 20 19:16:13 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Dec 20 19:16:13 NVIDIA(0): Connected display device(s) on GeForce 6800 GS at PCI:3:0:0:
(--) Dec 20 19:16:13 NVIDIA(0): Samsung SyncMaster (DFP-0)
(--) Dec 20 19:16:13 NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) Dec 20 19:16:13 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) Dec 20 19:16:13 NVIDIA(0): Assigned Display Device: DFP-0
(==) Dec 20 19:16:13 NVIDIA(0):
(==) Dec 20 19:16:13 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Dec 20 19:16:13 NVIDIA(0): will be used as the requested mode.
(==) Dec 20 19:16:13 NVIDIA(0):
(II) Dec 20 19:16:13 NVIDIA(0): Validated modes:
(II) Dec 20 19:16:13 NVIDIA(0): "nvidia-auto-select"
(II) Dec 20 19:16:13 NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) Dec 20 19:16:13 NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
(--) Dec 20 19:16:13 NVIDIA(0): option
(==) Dec 20 19:16:13 NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(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 0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
[5] -1 0 0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
[6] -1 0 0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
[7] -1 0 0xfc000000 - 0xfbffffff (0x0) MX[B]O
[8] -1 0 0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[18] -1 0 0x0000d080 - 0x0000d09f (0x20) IX[B]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[24] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[27] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Dec 20 19:16:13 NVIDIA(0): Initialized GPU GART.
(II) Dec 20 19:16:13 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Dec 20 19:16:13 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Dec 20 19:16:13 NVIDIA(0): Initialized X Rendering Acceleration
(==) 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"
(**) MainKeyboard: always reports core events
(**) Option "Protocol" "standard"
(**) MainKeyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) MainKeyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) MainKeyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) MainKeyboard: XkbLayout: "de"
(**) Option "XkbOptions" "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
(**) MainKeyboard: XkbOptions: "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
(**) Option "CustomKeycodes" "off"
(**) MainKeyboard: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) MainMouse: Device: "/dev/psaux"
(**) MainMouse: Protocol: "auto"
(**) Option "CorePointer"
(**) MainMouse: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) MainMouse: ZAxisMapping: buttons 4 and 5
(**) MainMouse: Buttons: 9
(**) MainMouse: Sensitivity: 1
(II) evaluating device (MainKeyboard)
(II) XINPUT: Adding extended input device "MainKeyboard" (type: KEYBOARD)
(II) evaluating device (MainMouse)
(II) XINPUT: Adding extended input device "MainMouse" (type: MOUSE)
(--) MainMouse: PnP-detected protocol: "ExplorerPS/2"
(II) MainMouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetKbdSettings - type: -1217593834 rate: 30 delay: 500 snumlk: 216
Alles anzeigen
Die ~/.nvidia-settings-rc wird bei jedem Start geladen
$ cat ~/.nvidia-settings-rc
#
# /home/simon/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Tue Dec 1 16:11:01 2009
#
# ConfigProperties:
RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = Yes
ShowQuitDialog = No
Timer = PowerMizer_Monitor_(GPU_0),No,60000
Timer = Thermal_Monitor_(GPU_0),No,60000
# Attributes:
0/CursorShadow=0
0/CursorShadowAlpha=64
0/CursorShadowRed=0
0/CursorShadowGreen=0
0/CursorShadowBlue=0
0/CursorShadowXOffset=4
0/CursorShadowYOffset=2
0/SyncToVBlank=1 #0
0/LogAniso=0
0/FSAA=0
0/TextureSharpen=0
0/AllowFlipping=0 #1
0/FSAAAppControlled=1
0/LogAnisoAppControlled=1
0/OpenGLImageSettings=3
0/RedBrightness=0.000000
0/GreenBrightness=0.000000
0/BlueBrightness=0.000000
0/RedContrast=0.000000
0/GreenContrast=0.000000
0/BlueContrast=0.000000
0/RedGamma=1.000000
0/GreenGamma=1.000000
0/BlueGamma=1.000000
0/DigitalVibrance[DFP-0]=0
0/ImageSharpening[DFP-0]=0
0/GPUScaling[DFP-0]=65537
0/XVideoTextureSyncToVBlank=1 #0
0/XVideoBlitterSyncToVBlank=0 #0
0/XVideoSyncToDisplay=65536
0/GPUOverclockingState=1
0/GPU2DClockFreqs=425,1000
0/GPU3DClockFreqs=425,1000 #514, 1175
Alles anzeigen
Achja, ich nutze nicht den aktuellsten Kernel, da bei einem aktuelleren mein WLan Stick nicht funktioniert.
Wenn jemand noch Informationen will, kann er sich gerne melden ![]()