[SOLVED] Extra resolutions for games with Nvidia drivers

When using the nouveau drivers, games and other such applications will allow me to select any resolution my screens (one 1920x1080, the other 1680x1050-- the latter of which is to the left of the first) will support, as well as 3600x1080, the combined total (spanning both screens). For instance, I can make something like Tux Racer 1280x800, and either windowed or fullscreen. However, with the Nvidia proprietary drivers, the only resolutions that I can select are 1920x1080, 1680x1050, and 3600x1080. This prevents me from playing windowed games in such a way that they don't cover my whole screen, or playing fullscreen games at lower resolutions for higher performance. How can I use the Nvidia drivers and the "extra" resolutions? (Ideally, all those listed in the Xinerama output below)
Xrandr outputs this:
Screen 0: minimum 8 x 8, current 3600 x 1080, maximum 16384 x 16384
DVI-I-0 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 510mm x 287mm
1920x1080 60.0*+
1680x1050 60.0
1600x1200 60.0
1440x900 59.9
1400x1050 74.8 60.0
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 75.0 72.2 60.3 56.2
700x525 149.5 120.0
640x480 75.0 72.8 59.9
512x384 140.1 120.0
400x300 144.4
320x240 145.6 120.1
DVI-I-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 59.9*+ 60.0
1440x900 75.0 59.9
1400x1050 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 75.0 72.2 60.3 56.2
700x525 149.5 120.0
640x480 75.0 72.8 59.9
512x384 140.1 120.0
400x300 144.4
320x240 145.6 120.1
DVI-I-2 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-I-3 disconnected (normal left inverted right x axis y axis)
My xorg.conf is:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/local"
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"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer G235H"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTS 450"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-0"
Option "TwinViewOrientation" "CRT-1 LeftOf CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Last edited by DrKillPatient (2012-07-06 19:29:15)

brebs wrote:
Maybe these help:
http://www.nvnews.net/vbulletin/showthread.php?t=184711
http://www.nvnews.net/vbulletin/showthread.php?t=184968
Thanks. The first link worked, in the sense that my games now have all those resolution options, but now there's a new bug.
To future readers: a solution has been found for this bug as well, see below.
My metamodes setting now reads:
Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select; nvidia-auto-select {ViewPortI n=1920x1080}; nvidia-auto-select {ViewPortIn=1680x1050}; [b]nvidia-auto-select {ViewPortIn=1600x1200};[/b] nvidia-auto-sele ct {ViewPortIn=1440x900}; nvidia-auto-select {ViewPortIn=1400x1050}; nvidia-auto-select {ViewPortIn=1280x1024}; nvi dia-auto-select {ViewPortIn=1280x960}; nvidia-auto-select {ViewPortIn=1280x800}; nvidia-auto-select {ViewPortIn=115 2x864}; nvidia-auto-select {ViewPortIn=1024x768}; nvidia-auto-select {ViewPortIn=832x624}; nvidia-auto-select {View PortIn=800x600}; nvidia-auto-select {ViewPortIn=700x525}; nvidia-auto-select {ViewPortIn=640x480}; nvidia-auto-sele ct {ViewPortIn=512x384}; nvidia-auto-select {ViewPortIn=400x300}; nvidia-auto-select {ViewPortIn=320x240}
Because I now have included a resolution whose height is 1200 (or so I suppose-- if I remove that part, the issue does not occur), this happens:
Xrandr output:
Screen 0: minimum 8 x 8, current 3600 x 1200, maximum 16384 x 16384
My X screen has the right length, but the wrong height! Now, my desktop seems to span the right area (3600x1080), but if I move my mouse to the bottom of that area, it pans down another 120 pixels. In that area, there's just graphical gibberish, often whatever I had on the screen last time.
If I use Xrandr to set my screens' output, it works again, butthere a solution within the Nvidia driver settings...
EDIT: It occurs to me that the setting seems to be taking the largest possible resolution for the X screen based on those metamodes.
EDIT 2: This is likely intended behavior. The proper virtual resolution (X screen resolution) may be restored by adding
Virtual 3600 1080
to the "Display" subsection under the "Screen" section.
I'll mark this as solved.
Here's my working xorg.conf, by the way. I've posted only the "Screen" section because that's all I've changed. The rest is in my first post.
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-0"
Option "TwinViewOrientation" "CRT-1 LeftOf CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select; nvidia-auto-select {ViewPortIn=1920x1080}; nvidia-auto-select {ViewPortIn=1680x1050}; nvidia-auto-select {ViewPortIn=1600x1200}; nvidia-auto-select {ViewPortIn=1440x900}; nvidia-auto-select {ViewPortIn=1400x1050}; nvidia-auto-select {ViewPortIn=1280x1024}; nvidia-auto-select {ViewPortIn=1280x960}; nvidia-auto-select {ViewPortIn=1280x800}; nvidia-auto-select {ViewPortIn=1152x864}; nvidia-auto-select {ViewPortIn=1024x768}; nvidia-auto-select {ViewPortIn=832x624}; nvidia-auto-select {ViewPortIn=800x600}; nvidia-auto-select {ViewPortIn=700x525}; nvidia-auto-select {ViewPortIn=640x480}; nvidia-auto-select {ViewPortIn=512x384}; nvidia-auto-select {ViewPortIn=400x300}; nvidia-auto-select {ViewPortIn=320x240}"
SubSection "Display"
Virtual 3600 1080
Depth 24
EndSubSection
EndSection
Last edited by DrKillPatient (2012-07-06 19:31:18)

Similar Messages

  • [Solved] 1366x768 Resolution with nVidia drivers

    I am trying to set up my monitor at full resolution (1366x768) and I am having issues getting it to display correctly. Out of the box, I was able to get 1024x768, but when I tried to manually set the full resolution using xrandr, it will only go up to 1280x768 with a black bar on the right. Below are the relevant files;
    xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 325.15 (buildmeister@swio-display-x64-rhel04-07) Wed Jul 31 19:31:53 PDT 2013
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    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"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-1"
    Option "metamodes" "nvidia-auto-select +0+0"
    Option "SLI" "Off"
    Option "MultiGPU" "Off"
    Option "BaseMosaic" "off"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Xorg.log.0
    [ 10.475]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 10.475] X Protocol Version 11, Revision 0
    [ 10.475] Build Operating System: Linux 3.11.1-1-ARCH i686
    [ 10.475] Current Operating System: Linux steinbeck 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686
    [ 10.475] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=646d074d-3ed6-4e3c-982e-43395ef95493 rw quiet
    [ 10.475] Build Date: 08 October 2013 08:51:37PM
    [ 10.475]
    [ 10.475] Current version of pixman: 0.30.2
    [ 10.475] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 10.475] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 10.475] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 9 19:41:27 2013
    [ 10.534] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 10.574] (==) No Layout section. Using the first Screen section.
    [ 10.574] (==) No screen section available. Using defaults.
    [ 10.574] (**) |-->Screen "Default Screen Section" (0)
    [ 10.574] (**) | |-->Monitor "<default monitor>"
    [ 10.594] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 10.594] (==) Automatically adding devices
    [ 10.594] (==) Automatically enabling devices
    [ 10.594] (==) Automatically adding GPU devices
    [ 10.656] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 10.656] Entry deleted from font path.
    [ 10.656] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 10.656] Entry deleted from font path.
    [ 10.672] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 10.672] Entry deleted from font path.
    [ 10.672] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 10.675] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 10.675] Entry deleted from font path.
    [ 10.675] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 10.675] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 10.675] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 10.675] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 10.676] (II) Loader magic: 0x8259620
    [ 10.676] (II) Module ABI versions:
    [ 10.676] X.Org ANSI C Emulation: 0.4
    [ 10.676] X.Org Video Driver: 14.1
    [ 10.676] X.Org XInput driver : 19.1
    [ 10.676] X.Org Server Extension : 7.0
    [ 10.676] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 10.678] (--) PCI:*(0:1:0:0) 10de:0622:3842:c866 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cf00/128, BIOS @ 0x????????/524288
    [ 10.678] Initializing built-in extension Generic Event Extension
    [ 10.678] Initializing built-in extension SHAPE
    [ 10.678] Initializing built-in extension MIT-SHM
    [ 10.678] Initializing built-in extension XInputExtension
    [ 10.678] Initializing built-in extension XTEST
    [ 10.678] Initializing built-in extension BIG-REQUESTS
    [ 10.678] Initializing built-in extension SYNC
    [ 10.678] Initializing built-in extension XKEYBOARD
    [ 10.678] Initializing built-in extension XC-MISC
    [ 10.678] Initializing built-in extension SECURITY
    [ 10.678] Initializing built-in extension XINERAMA
    [ 10.678] Initializing built-in extension XFIXES
    [ 10.678] Initializing built-in extension RENDER
    [ 10.678] Initializing built-in extension RANDR
    [ 10.678] Initializing built-in extension COMPOSITE
    [ 10.678] Initializing built-in extension DAMAGE
    [ 10.678] Initializing built-in extension MIT-SCREEN-SAVER
    [ 10.678] Initializing built-in extension DOUBLE-BUFFER
    [ 10.678] Initializing built-in extension RECORD
    [ 10.678] Initializing built-in extension DPMS
    [ 10.678] Initializing built-in extension X-Resource
    [ 10.678] Initializing built-in extension XVideo
    [ 10.678] Initializing built-in extension XVideo-MotionCompensation
    [ 10.678] Initializing built-in extension XFree86-VidModeExtension
    [ 10.678] Initializing built-in extension XFree86-DGA
    [ 10.678] Initializing built-in extension XFree86-DRI
    [ 10.678] Initializing built-in extension DRI2
    [ 10.678] (II) LoadModule: "glx"
    [ 10.722] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.897] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11.897] compiled for 4.0.2, module version = 1.0.0
    [ 11.897] Module class: X.Org Server Extension
    [ 11.897] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:38:58 PDT 2013
    [ 11.897] Loading extension GLX
    [ 11.897] (==) Matched nouveau as autoconfigured driver 0
    [ 11.897] (==) Matched nvidia as autoconfigured driver 1
    [ 11.897] (==) Matched nv as autoconfigured driver 2
    [ 11.897] (==) Matched nouveau as autoconfigured driver 3
    [ 11.897] (==) Matched nvidia as autoconfigured driver 4
    [ 11.897] (==) Matched nv as autoconfigured driver 5
    [ 11.897] (==) Matched vesa as autoconfigured driver 6
    [ 11.897] (==) Matched modesetting as autoconfigured driver 7
    [ 11.897] (==) Matched fbdev as autoconfigured driver 8
    [ 11.897] (==) Assigned the driver to the xf86ConfigLayout
    [ 11.897] (II) LoadModule: "nouveau"
    [ 11.904] (WW) Warning, couldn't open module nouveau
    [ 11.904] (II) UnloadModule: "nouveau"
    [ 11.904] (II) Unloading nouveau
    [ 11.904] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 11.904] (II) LoadModule: "nvidia"
    [ 11.904] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11.953] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11.953] compiled for 4.0.2, module version = 1.0.0
    [ 11.953] Module class: X.Org Video Driver
    [ 11.954] (II) LoadModule: "nv"
    [ 11.954] (WW) Warning, couldn't open module nv
    [ 11.954] (II) UnloadModule: "nv"
    [ 11.954] (II) Unloading nv
    [ 11.954] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 11.954] (II) LoadModule: "vesa"
    [ 11.955] (WW) Warning, couldn't open module vesa
    [ 11.955] (II) UnloadModule: "vesa"
    [ 11.955] (II) Unloading vesa
    [ 11.955] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 11.955] (II) LoadModule: "modesetting"
    [ 11.955] (WW) Warning, couldn't open module modesetting
    [ 11.955] (II) UnloadModule: "modesetting"
    [ 11.955] (II) Unloading modesetting
    [ 11.955] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 11.955] (II) LoadModule: "fbdev"
    [ 11.955] (WW) Warning, couldn't open module fbdev
    [ 11.955] (II) UnloadModule: "fbdev"
    [ 11.955] (II) Unloading fbdev
    [ 11.955] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 11.957] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 18:17:17 PDT 2013
    [ 11.957] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11.957] (++) using VT number 1
    [ 11.961] (II) Loading sub module "fb"
    [ 11.961] (II) LoadModule: "fb"
    [ 11.961] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.973] (II) Module fb: vendor="X.Org Foundation"
    [ 11.973] compiled for 1.14.3, module version = 1.0.0
    [ 11.973] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.973] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 11.973] (II) Loading sub module "wfb"
    [ 11.973] (II) LoadModule: "wfb"
    [ 11.973] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11.976] (II) Module wfb: vendor="X.Org Foundation"
    [ 11.976] compiled for 1.14.3, module version = 1.0.0
    [ 11.976] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.976] (II) Loading sub module "shadow"
    [ 11.976] (II) LoadModule: "shadow"
    [ 11.976] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 11.977] (II) Module shadow: vendor="X.Org Foundation"
    [ 11.977] compiled for 1.14.3, module version = 1.1.0
    [ 11.977] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.977] (II) Loading sub module "ramdac"
    [ 11.977] (II) LoadModule: "ramdac"
    [ 11.977] (II) Module "ramdac" already built-in
    [ 11.985] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11.985] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11.985] (==) NVIDIA(0): RGB weight 888
    [ 11.985] (==) NVIDIA(0): Default visual is TrueColor
    [ 11.985] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11.989] (**) NVIDIA(0): Enabling 2D acceleration
    [ 12.996] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 13.056] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 13.057] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
    [ 13.057] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 13.057] (--) NVIDIA(0): VideoBIOS: 62.94.61.00.60
    [ 13.057] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 13.059] (--) NVIDIA(0): Valid display device(s) on GeForce 9600 GT at PCI:1:0:0
    [ 13.059] (--) NVIDIA(0): CRT-0
    [ 13.059] (--) NVIDIA(0): CRT-1 (boot, connected)
    [ 13.059] (--) NVIDIA(0): TV-0
    [ 13.059] (--) NVIDIA(0): DFP-0
    [ 13.059] (--) NVIDIA(0): DFP-1
    [ 13.059] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 13.059] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 13.059] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 13.059] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 13.059] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 13.059] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
    [ 13.059] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 13.059] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 13.059] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 13.059] (**) NVIDIA(0): all display devices.)
    [ 13.062] (==) NVIDIA(0):
    [ 13.062] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 13.062] (==) NVIDIA(0): will be used as the requested mode.
    [ 13.062] (==) NVIDIA(0):
    [ 13.062] (II) NVIDIA(0): Validated MetaModes:
    [ 13.062] (II) NVIDIA(0): "CRT-1:nvidia-auto-select{}"
    [ 13.062] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
    [ 13.090] (WW) NVIDIA(0): from CRT-1's EDID.
    [ 13.090] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 13.090] (--) Depth 24 pixmap format is 32 bpp
    [ 13.090] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 13.093] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 13.093] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 13.093] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 13.093] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 13.093] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 13.093] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 13.093] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 13.093] (II) NVIDIA(0): Config Options in the README.
    [ 13.096] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select{}"
    [ 13.155] Loading extension NV-GLX
    [ 13.189] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 13.189] (==) NVIDIA(0): Backing store disabled
    [ 13.189] (==) NVIDIA(0): Silken mouse enabled
    [ 13.190] (==) NVIDIA(0): DPMS enabled
    [ 13.191] Loading extension NV-CONTROL
    [ 13.191] Loading extension XINERAMA
    [ 13.191] (II) Loading sub module "dri2"
    [ 13.191] (II) LoadModule: "dri2"
    [ 13.191] (II) Module "dri2" already built-in
    [ 13.191] (II) NVIDIA(0): [DRI2] Setup complete
    [ 13.191] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 13.191] (--) RandR disabled
    [ 13.209] (II) Initializing extension GLX
    [ 13.417] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 13.417] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.417] (II) LoadModule: "evdev"
    [ 13.417] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.433] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.433] compiled for 1.14.3, module version = 2.8.2
    [ 13.433] Module class: X.Org XInput Driver
    [ 13.433] ABI class: X.Org XInput driver, version 19.1
    [ 13.433] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.433] (**) Power Button: always reports core events
    [ 13.433] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 13.433] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.433] (--) evdev: Power Button: Found keys
    [ 13.433] (II) evdev: Power Button: Configuring as keyboard
    [ 13.433] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 13.433] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 13.433] (**) Option "xkb_rules" "evdev"
    [ 13.434] (**) Option "xkb_model" "pc104"
    [ 13.434] (**) Option "xkb_layout" "us"
    [ 13.462] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 13.462] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.462] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.462] (**) Power Button: always reports core events
    [ 13.462] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 13.462] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.462] (--) evdev: Power Button: Found keys
    [ 13.462] (II) evdev: Power Button: Configuring as keyboard
    [ 13.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 13.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 13.462] (**) Option "xkb_rules" "evdev"
    [ 13.462] (**) Option "xkb_model" "pc104"
    [ 13.462] (**) Option "xkb_layout" "us"
    [ 13.462] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 13.463] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event0)
    [ 13.463] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.463] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
    [ 13.463] (**) Chicony Saitek Eclipse Keyboard: always reports core events
    [ 13.463] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event0"
    [ 13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
    [ 13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
    [ 13.463] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
    [ 13.463] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/input/input0/event0"
    [ 13.463] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 8)
    [ 13.463] (**) Option "xkb_rules" "evdev"
    [ 13.463] (**) Option "xkb_model" "pc104"
    [ 13.463] (**) Option "xkb_layout" "us"
    [ 13.464] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event1)
    [ 13.464] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.464] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
    [ 13.464] (**) Chicony Saitek Eclipse Keyboard: always reports core events
    [ 13.464] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event1"
    [ 13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
    [ 13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
    [ 13.464] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
    [ 13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.1/input/input1/event1"
    [ 13.464] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 9)
    [ 13.464] (**) Option "xkb_rules" "evdev"
    [ 13.464] (**) Option "xkb_model" "pc104"
    [ 13.464] (**) Option "xkb_layout" "us"
    [ 13.464] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 13.464] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 13.464] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.464] (**) Logitech USB Receiver: always reports core events
    [ 13.464] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
    [ 13.464] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 13.464] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 13.464] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 13.464] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 13.464] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 13.464] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 13.464] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 13.464] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 13.464] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input2/event2"
    [ 13.465] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 13.465] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 13.465] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 13.465] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 13.465] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 13.465] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 13.465] (II) No input driver specified, ignoring this device.
    [ 13.465] (II) This device may have been added with another device file.
    [ 13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
    [ 13.465] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 13.465] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.465] (**) Logitech USB Receiver: always reports core events
    [ 13.465] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
    [ 13.465] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 13.466] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 13.466] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 13.466] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 13.466] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 13.466] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 13.466] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 13.466] (--) evdev: Logitech USB Receiver: Found keys
    [ 13.466] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 13.466] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 13.466] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 13.466] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 13.466] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.1/input/input3/event3"
    [ 13.466] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 13.466] (**) Option "xkb_rules" "evdev"
    [ 13.466] (**) Option "xkb_model" "pc104"
    [ 13.466] (**) Option "xkb_layout" "us"
    [ 13.466] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 13.466] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 13.466] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 13.466] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 13.466] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 13.466] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 13.466] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 13.466] (II) No input driver specified, ignoring this device.
    [ 13.466] (II) This device may have been added with another device file.
    [ 13.467] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
    [ 13.467] (II) No input driver specified, ignoring this device.
    [ 13.467] (II) This device may have been added with another device file.
    [ 13.467] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
    [ 13.467] (II) No input driver specified, ignoring this device.
    [ 13.467] (II) This device may have been added with another device file.
    [ 13.467] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event12)
    [ 13.467] (II) No input driver specified, ignoring this device.
    [ 13.467] (II) This device may have been added with another device file.
    [ 13.467] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event13)
    [ 13.467] (II) No input driver specified, ignoring this device.
    [ 13.467] (II) This device may have been added with another device file.
    [ 13.468] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event14)
    [ 13.468] (II) No input driver specified, ignoring this device.
    [ 13.468] (II) This device may have been added with another device file.
    [ 13.468] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
    [ 13.468] (II) No input driver specified, ignoring this device.
    [ 13.468] (II) This device may have been added with another device file.
    [ 13.468] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
    [ 13.468] (II) No input driver specified, ignoring this device.
    [ 13.468] (II) This device may have been added with another device file.
    [ 13.468] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 13.469] (II) No input driver specified, ignoring this device.
    [ 13.469] (II) This device may have been added with another device file.
    [ 13.469] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
    [ 13.469] (II) No input driver specified, ignoring this device.
    [ 13.469] (II) This device may have been added with another device file.
    [ 18.412] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 18.412] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 18.412] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 18.412] (**) NVIDIA(0): all display devices.)
    [ 23.193] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 23.193] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 23.193] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 23.193] (**) NVIDIA(0): all display devices.)
    [ 266.255] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 266.255] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 266.255] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 266.255] (**) NVIDIA(0): all display devices.)
    [ 266.971] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 266.971] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 266.971] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 266.971] (**) NVIDIA(0): all display devices.)
    [ 268.486] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 268.486] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 268.487] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 268.487] (**) NVIDIA(0): all display devices.)
    [ 289.743] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 289.743] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 289.743] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 289.743] (**) NVIDIA(0): all display devices.)
    [ 879.365] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 879.365] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 879.365] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 879.365] (**) NVIDIA(0): all display devices.)
    [ 74720.901] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 74720.901] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 74720.901] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 74720.901] (**) NVIDIA(0): all display devices.)
    [ 74734.644] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 74734.644] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 74734.644] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 74734.644] (**) NVIDIA(0): all display devices.)
    [ 74741.124] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 74741.124] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 74741.124] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 74741.124] (**) NVIDIA(0): all display devices.)
    [ 74741.272] (II) NVIDIA(0): Setting mode "DVI-I-1: 1368x768_60.00 @1368x768 +0+0 {ViewPortIn=1368x768, ViewPortOut=1368x768+0+0}"
    [ 74741.409] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 74741.409] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 74741.409] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
    [ 74741.409] (**) NVIDIA(0): all display devices.)
    Any suggestions?
    Last edited by fuzzyonethree (2013-10-13 23:14:48)

    Drop that xorg.conf completely, it doesn't contain any relevant settings. The problem is that the driver can't get the display's EDID:
    [ 13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID
    Try a different cable. Or, if you can, use a digital connection (DVI, HDMI) instead of VGA.

  • [SOLVED] Error with Nvidia Drivers (following the Beginner's Guide)

    I followed the beginner's installation guide and everything worked fine all the way up untill updating the kernel module dependencies using the "depmod -a" command..
    First I created the "xorg.conf" file with the "nvidia-xconfig" command and it said:
    Make sure all instances of DRI are commented out:
    #    Load        "dri"
    However, there are no instances of "dri" in my xorg.conf file, so i skipped this step and moved on.
    Next it said:
    Double check your /etc/X11/xorg.conf to make sure your default depth, horizontal sync, vertical refresh, and resolutions are acceptable.
    But I don't know what they should be set to, so I skipped this and moved on again.
    This is where everything fails:
    The next step is to use the following command to update the kernel module dependencies for the nVidia drivers.
    depmod -a
    But when i do that, it fails.
    Anyone know possibly why or has had this issue?
    Last edited by trusktr (2010-02-19 07:22:32)

    PirateJonno wrote:um, I don't think you can just 'do' a kernel update, you have to wait for a new one to come out first
    You can run any kernel version you wish on Arch, if you compile yourself, of course.
    trustktr wrote:Hmmmm, yeah, that is a good question: When to run depmod -a?
    When you first install the proprietary drivers. That's it, unless you will be maintaining a custom kernel system or something. In fact, the proprietary drivers might even run the depmod script themselves, I don't know, since it is a black box binary. Makes sense, but someone else would need to answer that.
    EDIT: Also wanted to add that many shell commands throw no output whatsoever upon successful completion. Therefore, the absence of error output can be interpreted as no error. Just FYI.
    Last edited by Misfit138 (2010-02-21 02:58:04)

  • Can't get display to work with nvidia drivers...

    hi everyone,
    on my new system i can't get my nvidia geforce 6600 to work with the proprietary drivers.
    i went through a new xorg.conf hassle to get a working display. vesa driver was suggested, it worked but slowly. nv driver works somewhat slowly as well.
    using nvidia driver 8774, screen goes blank, my monitor fells asleep, and i don't have a clue about what's going on. i cannot switch to a text-based console (ctrl+alt+F2), all i can do i ctrl+alt+backspace to restart (?) X server, and after a few second, my system seems to reboot by itself.
    any advice is appreciated. thanks !
    xorg.conf
    Section "ServerLayout"
    Identifier "Original Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    # Load "dri"
    # Load "extmod"
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "speedo"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mouse0"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "nv"
    VendorName "All"
    BoardName "All"
    EndSection
    #Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    # Identifier "card0"
    # Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    #EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode 0666
    #EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    # Option "RENDER" "Enable"
    #EndSection
    Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Mon Oct 16 10:36:48 CEST 2006 i686
    Build Date: 19 September 2006
    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: Thu Oct 19 15:59:00 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Original Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) XKB: layout: "fr"
    (==) Keyboard: CustomKeycode disabled
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:07:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00 hdr 80
    (II) PCI: 01:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 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-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (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 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) 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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, 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 7.1.1, 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 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: "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.8774
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (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 7.1.1, 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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "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.8774
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-8774 Tue Aug 1 20:55:35 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) 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 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) 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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [26] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [29] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [30] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [32] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [33] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [34] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [35] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [36] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [37] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [38] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [40] 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): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0)
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config option
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [29] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [30] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [31] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [33] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [34] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [35] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [36] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [37] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [38] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [39] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [40] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [41] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [43] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1280x1024"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (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 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 "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mouse0"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mouse0"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000ba4, 0)

    here's my latest attempt, thanks to chrismortimore :
    xorg.conf
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "Files"
    # FontPath "/usr/share/fonts/corefonts"
    # FontPath "/usr/share/fonts/CID"
    # FontPath "/usr/share/fonts/Speedo"
    # FontPath "/usr/share/fonts/TrueType/"
    # FontPath "/usr/share/fonts/freefont/"
    # ModulePath "/usr/X11R6/lib/modules"
    # RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    # FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    # Load "dri"
    # SubSection "extmod"
    # Option "omit xfree86-dga" # don't initialise the DGA extension
    # EndSubSection
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    # Load "v4l"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "int10"
    Load "record"
    Load "vbe"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" "nodeadkeys"
    Option "XkbRules" "xorg"
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    # Option "Emulate3Buttons" "true"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "Resolution" "800"
    Option "Corepointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    EndSection
    #Section "Device"
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    # Identifier "Standard VGA"
    # Driver "vga"
    # VendorName "Unknown"
    # BoardName "Unknown"
    #EndSection
    Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    Identifier "NVIDIA GeForce 6600"
    Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA GeForce 6600"
    Monitor "Monitor"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    # Option "RENDER" "Enable"
    EndSection
    here's the resulting Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Sat Oct 21 13:20:13 CEST 2006 i686
    Build Date: 19 September 2006
    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: Thu Oct 26 13:40:28 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor"
    (**) | |-->Device "NVIDIA GeForce 6600"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 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-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[B]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (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 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) 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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (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 7.1.1, 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.8776
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.0
    (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.8776
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:57:32 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) 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 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) 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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [26] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [27] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [28] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [29] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [30] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [31] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [33] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [35] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [36] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [38] 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): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1600x1200"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
    (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute
    (WW) NVIDIA(0): DPI from EDID.
    (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [29] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [30] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [31] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [32] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [33] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [34] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [35] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [36] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [37] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [38] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1600x1200"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (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 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 "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mice"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Mouse: always reports core events
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Option "ButtonMapping" "1 2 3 6 7"
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    there seems to be troubles with acpi and edid frequencies. i tried to uncomment the UseEdidFreqs line, with no luck.
    i don't have any idea about what to try next...

  • [SOLVED] Xorg resolution problems GTS 250 Nvidia

    I have been using ubuntu for the last 3 days and i have no option to use anything but that because it is the only distro that accepts my t.v. resolution. i want to use arch as i have read alot about it but if i cannot get my resoution to work i cannot.
    I have tried to use my xorg,conf file from ubuntu but with no luck. I don't know where to turn so i thought i would try my luck here. I have a Nvidia GTS 250 Graphics card and a Hitachi 42pd5200 plasma tv.
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildd@crested) Sun Feb 1 20:25:37 UTC 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "Monitor"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 250"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1360x768_60_0 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.1.901 (1.7.2 RC 1)
    Release Date: 2009-11-6
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-ARCH x86_64
    Current Operating System: Linux chakra 2.6.31-ARCH #1 SMP PREEMPT Sat Nov 14 17:35:20 CET 2009 x86_64
    Kernel command line: initrd=chakra.img quiet lang=engb nonfree=yes xdriver=no BOOT_IMAGE=vmlinuz
    Build Date: 08 November 2009 04:08:18PM
    Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Tue Apr 6 17:52:57 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (==) 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) Loader magic: 0x7c1a00
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:4:0:0) 10de:0615:0000:0000 nVidia Corporation G92 [GeForce GTS 250] rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (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) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" 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.7.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.7.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (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"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (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 21:19:30 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.7.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.7.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (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 190.42 Tue Oct 20 20:42:04 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 04@00:00:0
    (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.7.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (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.7.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) 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 "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1360x768_60_0 +0+0"
    (**) Apr 06 17:52:57 NVIDIA(0): Enabling RENDER acceleration
    (II) Apr 06 17:52:57 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Apr 06 17:52:57 NVIDIA(0): enabled.
    (WW) Apr 06 17:52:58 NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    (II) Apr 06 17:52:58 NVIDIA(0): NVIDIA GPU GeForce GTS 250 (G92) at PCI:4:0:0 (GPU-0)
    (--) Apr 06 17:52:58 NVIDIA(0): Memory: 1048576 kBytes
    (--) Apr 06 17:52:58 NVIDIA(0): VideoBIOS: 62.92.9a.00.00
    (II) Apr 06 17:52:58 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Apr 06 17:52:58 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Apr 06 17:52:58 NVIDIA(0): Connected display device(s) on GeForce GTS 250 at PCI:4:0:0:
    (--) Apr 06 17:52:58 NVIDIA(0): CRT-1
    (--) Apr 06 17:52:58 NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    (II) Apr 06 17:52:58 NVIDIA(0): Assigned Display Device: CRT-1
    (WW) Apr 06 17:52:58 NVIDIA(0): No valid modes for "1360x768_60_0+0+0"; removing.
    (WW) Apr 06 17:52:58 NVIDIA(0):
    (WW) Apr 06 17:52:58 NVIDIA(0): Unable to validate any modes; falling back to the default mode
    (WW) Apr 06 17:52:58 NVIDIA(0): "nvidia-auto-select".
    (WW) Apr 06 17:52:58 NVIDIA(0):
    (II) Apr 06 17:52:58 NVIDIA(0): Validated modes:
    (II) Apr 06 17:52:58 NVIDIA(0): "nvidia-auto-select"
    (II) Apr 06 17:52:58 NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (WW) Apr 06 17:52:58 NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
    (WW) Apr 06 17:52:58 NVIDIA(0): from CRT-1's EDID.
    (==) Apr 06 17:52:58 NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (==) Apr 06 17:52:58 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized GPU GART.
    (II) Apr 06 17:52:58 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Apr 06 17:52:58 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Apr 06 17:52:58 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Apr 06 17:52:58 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Apr 06 17:52:58 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Apr 06 17:52:58 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Apr 06 17:52:58 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Apr 06 17:52:58 NVIDIA(0): Config Options in the README.
    (II) Apr 06 17:52:58 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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 extension GLX
    record: RECORD extension enabled at configure time.
    record: This extension is known to be broken, disabling extension now..
    record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 2.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event5"
    (II) Logitech USB Receiver: Found 12 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found relative axes
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found absolute axes
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as mouse
    (II) Logitech USB Receiver: Configuring as keyboard
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) acceleration profile 0
    (II) Logitech USB Receiver: initialized for relative axes.
    (WW) Logitech USB Receiver: ignoring absolute axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Going into nvidia-settings only displays 4:3 resolutions as options.
    I have widened the horiz and vert refresh rates and it gives me a broader spectum of resolutions but they are all still 4:3. i have now reverted back to the default xorg file (the one i have provided) the log is also for the same xorg.conf.
    I have also tried to add lines to the xorg.conf to ignore EDID as mentioned in the xorg wiki page
    Thank you to anyone that takes there time to try and help me
    Last edited by davetrotteruk (2010-04-09 08:50:11)

    I have a LCD with bad EDID and had to use the ignore EDID stuff from the wiki, too.  Then it wouldn't give me all the resolutions I wanted. After increasing the verbosity that nvidia logged in the xorg log, I saw that because it was not pulling resolutions from the EDID, it was falling back to some lists of modes that nvidia had and xorg had, but this was not sufficient for what I wanted. 
    Sorta like how your log says "No valid modes for "1360x768_60_0+0+0"; removing" - you may tell it to try to use that resolution, but it doesn't have the modeline to do it.
    So what I did was to give it the modelines I wanted and I think this will work for you too. Use an online modeline generator for you to get modelines to put into your xorg.conf.  So you need to give xorg a modeline named "1360x768_60_0" for it to use.
    modeline generator:
    http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

  • Touchsmart IQ 506 Freezes with nvidia drivers installed

    Hello all, i have installed xp tablet edition on my Touchsmart iq506. every driver i located works great. the only problem i am having is with the Nvidia 9300m GS drivers, when i install the nvidia drivers the computer gets just a few seconds past the startup screen and just locks up. video looks great and works fine for about 10 seconds then thats it. i can boot to safe mode and uninstall the nvidia drivers and the computer works normal but with poor resolution so i am def lookin at a video driver problem here, any ideas would be greatly appreciated

    bump??

  • Yet another black screen on TTY with nvidia drivers

    Hi everyone,
    I've just changed my hardware and immediately installed a fresh Arch on it. Everything was fine until I installed the nvidia drivers: from that moment, once the boot is complete I get a normal (and working) GDM login screen, but I cannot switch to TTY with Ctrl+Alt+Fn. If I do, the screen goes black, but even worse, the monitor goes into sleep mode and I cannot get back to X (with Ctrl+Alt+F1).
    The machine is still working correctly though, as I can get access to it via SSH. The only problem is that I cannot use the virtual consoles unless I want to lose all X display until the next reboot (restarting it via systemctl restart gdm doesn't work).
    I also tried lightdm as a replacement but it's still the same.
    However, when using the nouveau driver, everything works as expected and I can switch from one TTY to another as much as I want. Of course, I'd like to keep the nvidia driver for various reasons.
    I found a lot of similar issues on the web and on this forum but none had this "additional little annoying thing" which is the sleep mode that can't be reverted but with a reboot.
    Any help will be appreciated. Thanks in advance.
    My specs:
    - MSI GeForce GTX760
    - Intel i7-4771
    - Gigabyte Z87-D3HP
    - Boot UEFI
    Last edited by nanawel (2014-03-24 14:54:03)

    I found that at https://help.ubuntu.com/community/UEFI
    Set up the BIOS in EFI or Legacy mode
    Some recent computers (>2011) allow to set up the boot either in UEFI mode or in Legacy (not-EFI) mode. The way to carry out this setting depends on the computers, but generally this setting is located in the "Boot order" tab of the BIOS (to access the BIOS screens, it is generally necessary to press a key during the PC startup).
    Note: Some BIOSes (e.g. American Megatrends' "Aptio", found on the Asus vivobook series) call Legacy mode "Compatibility Support Module" or simply "CSM".
    So if that applies to your machine, you might be able to boot Windows7 with UEFI mode and Arch+Nvidia with Legacy BIOS mode, without changing anything to the installation (the BIOS boot loader seems to be compatible wih GPT partition table, but there is to configure something for it to work see https://wiki.archlinux.org/index.php/GPT#BIOS_systems).
    If you can't do that and you really do not want to use the nouveau driver, you have no other choice than to wait for Nvidia to release an UEFI compatible driver, and not to work in tty console mode.
    You can also try to search how some has succeeded to use the efifb frame buffer with the nvidia driver, with special configurations.
    But, apart from the BIOS switch between boot loaders,  the two easiest approaches for you are either to use the nouveau driver or to not work in tty console mode when using the nvidia driver.
    Maybe you could find something better but it will be more complicated, I don't know if you have time and motivation to go this way...
    Nvidia will surely release a UEFI compatible driver sooner or later...
    Regards.
    Last edited by berbae (2014-03-26 14:42:01)

  • [SOLVED] Enabling debug for ath9k in compat-drivers-patched from AUR

    Wireless card: TP-LINK TL-WN951N. lspci says that it is an Atheros AR5416 adapter [AR5008].
    Some background: I'm having the same issues as the OP in this thread, which references this bug report. The problem is that I get a 2000 ms ping every 30 seconds. So 2 seconds of inactivity every 30 seconds. I have the same wireless PCI card, as well. I need to fix this, because it's making online gaming impossible. I should also note that the card is working just fine in Windows 8, however. I am using net-auto-wireless. I have tried using wicd, enabling ath9k's nohwcrypt option, toggling the card's power save, installing the latest compat-drivers-patched from the AUR, toggling different settings in my motherboard's BIOS, and removing the antennae from the card. But nothing has made a significant difference.
    I think I'm really close now. I just have to disable ANI. But in order to do that, it seems that I need to enable debugging for ath9k. But this means that I need to either recompile a custom kernel, or somehow enable debug for ath9k in compat-drivers-patched from the AUR. I'd prefer the latter, as that means that I will have a more bleeding-edge driver. That, and I won't have to touch the kernel as much. What I want is described on this page. But it seems too complicated to me. Please let me explain.
    I've installed things from the AUR before, as mentioned above, and have properly configured my makepkg.conf for my system. So I'd like to use the CFLAGS and such that I've set. I don't understand how everything works in the PKGBUILD; I don't have much experience with sed and awk and regular expressions, and haven't done much shell scripting at all. It seems that at some point in the PKGBUILD, I need to enable debugging for ath9k before it is compiled. Apparently on the last page I linked to, I need to add:
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    to some config.mk file. I can only get access to the config.mk file after I install the package with pacman. I've tried adding those lines to my /etc/profile file, and checked, after a reboot, with "set", that those variables are indeed set. But the thing is, with these variables set in /etc/profile, when I run makepkg, makepkg fails with an error 2. I tried again and got the same error. I removed those lines from my /etc/profile, rebooted, tried makepkg again, and everything worked. So putting those lines in my /etc/profile is not the solution, and I feel like I'm doing something very stupid. What am I doing wrong?
    I should also note that I've tried to read the wiki page on compiling a custom kernel using ABS, but it seems to just say "get your custom configuration files" and then just continue (so it assumes that I should already be familiar with the configuration part). The PKGBUILD and Creating Packages wiki pages also seem to be a little... too advanced for me at this point in time.
    So how do I enable debugging for ath9k in compat-drivers-patched from the AUR? I'd prefer to stick with only editing the PKGBUILD and using makepkg, if possible.
    I've really tried to search the web and the arch forums on how to fix this problem myself, but alas, it seems that I need help this time. I greatly appreciate your time for reading my long post.
    UPDATE:
    I've made a lot of progress. I ended up removing the AUR package with pacman by invoking "pacman -Rsn compat-drivers-patched".
    Instructions for [almost] success: First, download compat-drivers-patched from AUR. Then move it to the "builds" directory (or "local", if using ABS). Extract the tarball. After the new directory is created, cd into it. Now here's the important part: run
    $ makepkg -so
    Then cd into src, cd into the directory inside src, then edit the config.mk file. Make sure these lines are uncommented (or created, if not already there):
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    (source)
    Now run "cd ../.." to go back up two directories. Now run:
    $ makepkg -e
    # pacman -U <file that was produced>
    And I ran "mkinitcpio -p linux" just in case, but I'm not sure if that is necessary at all. I'm... not touching the kernel, right?
    Now I ran:
    echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
    But bash would say that the file or directory doesn't exist. Even if I prepend it with "sudo", I get the same results. I was only able to get the command to work if I logged in as root. I even put the line in my /etc/profile. The 2000 ms ping every 30 seconds is now GONE. HOWEVER! If I reboot and log in as a normal user, the problem is there again. If I reboot and log in as root, the problem is gone. If I then log out and then log back in as a normal user, the problem does not come back.
    So really, I can avoid the problem if I first log in as root, log out, and then log back in as a normal user. But this is a great inconvenience. I would much prefer if I could just log in as a normal user right after boot, and have everything working.
    Now, how do I get the command to automatically run at boot as root (without me having to log in as root), and work?
    UPDATE 2:
    I got it working. Putting the line in /etc/profile is not the solution. I created a custom systemd .service file.
    Put this into /etc/systemd/service (name it "disable_ani.service"):
    EDIT: Wow. I made a glaring typo here. It should be /etc/systemd/system/disable_ani.service
    [Unit]
    Description=disable_ani
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c "echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani"
    [Install]
    WantedBy=multi-user.target
    Then make sure to "sudo chmod 755 /etc/systemd/service/disable_ani.service", since root owns this file.
    Then run "sudo systemctl enable disable_ani.service".
    EDIT: It has been brought to my attention that there is a much simpler way than creating a custom service.
    Using a tmpfile:
    /etc/tmpfiles.d/disable_ani.conf
    w /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani - - - - 1
    Done.
    Now ANI is persistently disabled between boots, even if I log in as a normal user right after boot.
    Thanks for reading.
    Last edited by vyu223 (2013-03-12 10:20:19)

    So zsh is telling you that the command didn't work, since it claims that there is no such file or directory. I had a lot of trouble with getting the echo command to work, as well. I found that if out of these lines:
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    If the first and second line above were not uncommented in the config.mk file, I couldn't leave the last line above uncommented as well, or else makepkg would fail and give me an error. So originally I had only the 3rd and 4th lines above uncommented/inserted in my config.mk. With that configuration, I could not get the echo command to work, no matter what. Have you uncommented or inserted all of the above 5 lines into your config.mk?
    After making sure all of the above 5 lines were in my config.mk, the echo command still didn't work, even if I preceded the command with sudo, or entered a su session. Bash would tell me that there was no such file or directory. I found that if I actually logged out of my normal user, and then logged back into the computer as root, the command would work. If your shell does not give you any feedback (particularly, "no such file or directory"), then the command worked. In order to get the command to run every time the computer boots, I used a systemd service, so that the command is issued as root. For some reason, it doesn't work if you put the command into /etc/profile.
    Oh, and it would probably be helpful to mention that for the compat-drivers-patched package from the AUR, the PKGBUILD checks to see what your _selected_drivers variable is before compilation. If you set _selected_drivers=ath9k, your compile times will be much shorter.

  • Photo resolutions for iPad with and without Retina displays

    Hello,
    I would like to publish an App magazine on the iPad with Adobe DPS Single Edition. When creating the file in Indesign, I wondered about resolutions. The iPads 1 and 2 have a screen resolution of 1024x768 px and that is 72 dpi. The new iPad with Retina display comes with 2048x1536 px I reckon and a 200 dpi resolution. When creating the Indesign document for the folio, do I create the Indesign files with 1024x768 pixels? How does it work with resolution for pictures? I've heard you should have a picture folder with all 72 dpi pics and in that folder is another folder called "HD" that contains all pics in 200 dpi and double the size. When I place the 72 dpi photos into Indesign, how does it work for Retina displays then? Or does Indesign automatically search for my HD folder and pick the HD pics with 200 dpi for the Retina display iPads?
    I'm a bit confused with that Retina thingy ...
    Thank you in advance for your kind help!

    Use the PDF format for your folio. Set the document and folio to 1024x768 and make sure your graphics have an effective resolution of 108ppi or greater.
    The HD folder is only for overlays and quite frankly, it’s overkill for all but the most critical images.

  • [solved-ish]hardware / 3D acceleration problems with Nvidia drivers

    Hi,
    I am getting really slow response with 3d applications. I just tried glxgears and am not getting any more than 3 fps!!!!!!!!!!!!!!!
    Any ideas would be appreciated.
    xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Fri Aug 14 17:55:55 PDT 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    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 "NCI NEC CI A727"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "RenderAccel" "True"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    BusID "PCI:1:0:0"
    Screen 1
    Option "RenderAccel" "True"
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "1280x1024_60 +0+0"
    # Removed Option "metamodes" "CRT: 1280x1024_60 +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "TV: 720x480 +0+0"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 16
    Option "TwinView" "0"
    Option "metamodes" "TV: 720x480 +0+0; TV: 640x480 +0+0"
    SubSection "Display"
    Depth 16
    EndSubSection
    EndSection
    I thought this was originally a separate issue to nvidia, original post http://bbs.archlinux.org/viewtopic.php? … 47#p690547
    Last edited by ninjaprawn (2010-02-14 00:56:16)

    Vegita wrote:What I did with my install was (as root):
    Xorg -configure
    then     cp xorg.conf.new /etc/X11/xorg.conf
    and after this I used nvidia-xconfig utility! I did it the same way on many other distros even. And for the very last: try with one nvidia card only.
    followed this to a 't' as below;
    Xorg -configure
    cp xorg.conf.new /etc/X11/xorg.conf
    nvidia-xconfig
    and it produced the following xorg.conf;
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder75) Tue Dec 8 21:04:28 PST 2009
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV44A [GeForce 6200]"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    which then  produced the following from glxgears;
    [user@ArchLinux ~]$ glxgears
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    17 frames in 5.2 seconds = 3.271 FPS
    16 frames in 5.1 seconds = 3.132 FPS
    9 frames in 5.2 seconds = 1.745 FPS
    8 frames in 5.1 seconds = 1.575 FPS
    9 frames in 5.5 seconds = 1.623 FPS
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 46 requests (45 known processed) with 0 events remaining.
    [user@ArchLinux ~]$

  • X starts then locks up with nvidia drivers

    I've just done a fresh install of arch 64 which boots to cli and runs fine.
    I installed the xorg group and nvidia package, copied over my xorg.conf file from my arch 32 bit setup and started X. I get twm with 3 windows and a clock but the machine locks up and needs a hard reset.
    I also tried installing the official nvidia driver package but that caused the same problems and also gave me errors about libGL.so being corrupt so took that off and went back to the arch package.
    dbus, acpid and hal are all loaded and running.
    I have two 8600GT video cards which are working fine with the same config file in both debian and recently in arch 32 bit.
    The Xorg.0.log file is empty so I've not much to go on.
    What can I do to debug this further?

    i had same preoblem earlier today and im on intel drivers (64bit). worked like a charm yesterday then today when logging into X keyboard and mouse froze, with no help from any logs, althou i run without xorg.conf. tried alot of things and suddenly it worked. sorry i dont know what exactly made it work but thing i looked up was: .xinitrc, rc.conf (removed @ from hal,dbus etc), inittab (had som stupid autostart X that was dodgy, got me into wrong WM), my windowmanager start file, started from both /usr/bin/xinit and startx and then suddenly.. it took me over one hour thou.

  • 5.1 analog sound for games with dtt2500

    Hello,
    For the sound on my PC, I have the material following, illustrated by the images below: an audio sound card Crative X-Fi extreme PCI express OEM connected with my decoder Crative Desktop Home Theatre 5.1 (which manages digital Dolby but not DTS) itself connected with my 5 HP and my subwoofer.
    For the sound of a DVD, no concerns, thanks to an adapter, I can connect the optical grip of my sound card with the grip AC3 SPDIF of my decoder and obtain a digital sound dolby in 5.1.
    On the other hand, for the resulting sound of video games, I do not know one single which take advantage of 5.1 digital but only 5.1 analog. I know thus how to connect my sound card via the black links (rear) and green (front) in my decoder to obtain an ANALOGICAL sound in 4.1. But impossible to obtain a sound in 5.1. I do not know how to connect my exit center/subwoofer via an orange-coloured cable in my decoder, which does not possess this entrance.
    As a result, not possible to obtain from the analogical sound 5.1 for the games. I thus thought of this solution, the decoder DTS-610 from Creative http://us.creative.com/products/product.asp?product=49
    It decodes the signal resulting from three cables (orange, black and green) or 6 "ways" to convert it in DTS on the HP. I thus connect it between my sound card and my decoder via 3 analogical cables and a yellow optical coaxial cable. BUT, as my decoder does not manage the DTS, will it still work ? Could I thus obtain an ANALOGICAL sound 5.1 coming from games instead of the sound 4.1 Or is there another solution?
    Thank you for your help
    DTT 2500 : http://images.google.ie/imgres?imgurl=http://alive.singnet.com.sg/features/dtt2500/dtt2500-logo.gif&imgrefurl=http://ali've.singnet.com.sg/features/dtt2500/&usg=__BZhNYMDU5LTI59e_JQzadorEhCI=&h=46&w=328&sz= 8&hl=en&start=&um=&tbnid=6k6Tn9SPJlOKDM:&tbnh=53&t bnw=8&prev=/images%3Fq%3DDesktop%2BHome%2BTheatre%2B5.%2BDTT25 00%2Bconnections%26um%3D%26hl%3Den
    2) PCI Express Card : http://support.creative.com/kb/showarticle.aspx?url=http://ask.creative.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=ww_english_add,Company={D0F9C6-3B20-4E69-BC69-7F7087373D},t=prod_tree,varset=ws:http://us.creative.com
    Message Edited by didierh on 02-10-2009 06:28 AM

    hi davebeme,
    Welcome to Lenovo Community Forums!
    That Logitech x530 is meant for a Desktop Audio that support Surround 5.1 channel that has 3 ports as you mentioned (Blue, green and orange)
    You will need a USB Audio Adapter like this
    http://www.usbgear.com/USBG-SOUNDX.html
    Like the Diagram,  the Surround 5.1 sound effect is your Logitech device
    Hope this helps
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • [SOLVED] Low resolution on game exit

    I was doing some research, but was not able to find an acceptable solution.
    When I exit a game my resolution will go to 800x600 every time.
    (My resolution is 1366x768)
    I'm pretty sure that I can do something like "when you exit a game/full-screen mode app, restart X to 1366x768".
    Should be fairly easy to do, but I don't know exactly where and what to add/edit, so I would be very thankful for any kind of help.
    Last edited by MatejLach (2011-08-27 16:51:27)

    HA! Beat me to it
    xrandr -s 1366x768
    If it is a persistent problem you could wrap the offending binary in a script to auto fire the screen resolution reset on exit
    Consider it as home work
    Last edited by satanselbow (2011-08-27 16:07:09)

  • [SOLVED]Getting Dual Monitors To With Nvidia Cards Under Arch

    Just got a second monitor and I am trying to set it up to work with arch.
    I have 2 nvidia cards with 1 monitor plugged into each.
    Reading through the wiki: https://wiki.archlinux.org/index.php/DualScreen
    When I try
    xrandr -q
    after downloading and installing:
    pacman -S xorg-xrandr arandr
    I get the message:
    RandR extension missing
    So not sure what is going on here... (***EDIT: Worked after rebooting***)
    Output for:
    xrandr -q
    is:
    Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 16384 x 16384
    DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
    DVI-I-1 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
    1920x1200 60.0*+
    1920x1080 50.0
    1680x1050 60.0
    1600x1200 60.0
    1440x900 75.0 59.9
    1280x1024 75.0 60.0
    1280x960 60.0
    1280x800 59.8
    1280x720 60.0 50.0
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    800x600 75.0 72.2 60.3 56.2
    720x576 50.0
    720x480 59.9
    640x480 75.0 72.8 59.9
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-3 disconnected (normal left inverted right x axis y axis)
    The above indicates, I believe, that arch is not seeing my second monitor...
    However, it does see both monitors when I plug them both into 1 card:
    Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 16384 x 16384
    DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
    DVI-I-1 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 520mm x 320mm
    1920x1200 60.0*+
    1920x1080 50.0
    1680x1050 60.0
    1600x1200 60.0
    1440x900 75.0 59.9
    1280x1024 75.0 60.0
    1280x960 60.0
    1280x800 59.8
    1280x720 60.0 50.0
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    800x600 75.0 72.2 60.3 56.2
    720x576 50.0
    720x480 59.9
    640x480 75.0 72.8 59.9
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-3 connected (normal left inverted right x axis y axis)
    1920x1200 60.0 +
    1600x1200 60.0
    1280x1024 60.0
    1280x960 60.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    Since I have 2 gfx cards the card info is:
    02:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
    03:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
    Since I am using 2 different cards I am supposed to add:
    Section "Device"
    Identifier "Screen0"
    Driver "nvidia"
    BusID "PCI:02:00.0"
    EndSection
    Section "Device"
    Identifier "Screen1"
    Driver "nvidia"
    BusID "PCI:03:00.0"
    EndSection
    To:
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0" #Screen1 at the right of Screen0
    Option "Xinerama" "1" #To move windows between screens
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "Enable" "true"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    Modes "1280x800_75.00"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I am not clear on how to merge these two snippets together properly...
    To be honest I am somewhat confused about this whole process... If anyone has a more clear link or can explain the steps better to me I would greatly appreciate it. Maybe I just have to read through it a few more times. Thanks in advance.
    Last edited by soulrainX (2013-05-07 13:17:38)

    This is how I have it thus far:
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0" #Screen1 at the right of Screen0
    Option "Xinerama" "1" #To move windows between screens
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "Enable" "true"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    BusID "PCI:02:00.0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    BusID "PCI:03:00.0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    Modes "1920x1200_75.00"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

  • [Solved] LXQT: PCManFM-Qt segfault with nvidia-libgl

    I recently installed LXQT on a fresh Arch box to give the new DE a try. The install went mostly well, but I'm having issues with the default file manager PCManFM-Qt. I have an Nvidia GTX-650 graphics card and a dream of running Steam, so of course I installed the binary driver 'nvidia' and the associated package 'nvidia-libgl.' However when I log in, I'm immediately met by multiple repeated crashes of the desktop manager (managed by PCManFM-Qt), and I am not able to open the file manager at all. When I run
    pcmanfm-qt
    from terminal, it returns
    Segmentation fault (core dumped)
    By sheer coincidence, I discovered that by replacing package 'nvidia-libgl' with 'mesa-libgl', PCManFM-Qt runs just fine, both the file manager and the desktop manager. What exactly in the 'nvdidia-libgl' package is causing the segfault I'm not sure, and I freely admit that I am not versed enough to know what other debugging steps I should take to identify the problem and a suitable solution. Anybody willing to offer some insight? Please and thank you!
    Last edited by foolishgrunt (2015-06-14 14:45:38)

    You're right, and I feel sheepish now. I could have sworn that I had run 'grub-mkconfig' recently, but it looks like I had not because I just ran it and now the printout reads
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.085150] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.106480] CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.127897] CPU3 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.292139] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292144] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292149] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292153] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292185] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    I reinstalled nvidia-libgl and PCManFM now runs properly. Thanks for your help Scimmia!

Maybe you are looking for

  • Aol email... How do I move from one email to another in the ios7 system?

    iPad

  • How to compare two elements?

    Hi Brothers, How can I compare two nodelements from different nodes if they have the same content? I tried boolean elementExists(IE_CustomerElement element){        for (int i=0; i < wdContext.nodeChangedCustomerRows().size(); i++){             if(el

  • What is the host string value?Oracle8 Personal

    What is the value for the host string field in the log-in dialog box for SQL Plus. I do know my username and password, what do I enter into the hoststring.This is for Oracle8 Personal Ed. on Ms 2000 Platform.

  • Delivery date confirmation

    Hi, I have created a SO today with Req Delivery date as tommorow i.e 11/08/2011. But system is showing the confirmed Delivery date as 15/08/2011 (that is due to maintaining time GR time as 2days +2days for processing time for purchasing). Assuming al

  • Message erreur telechargement livres en ADE

    Lorsque je veux télécharger des livres en ADE depuis la FNAC sur mon PC, je reçois de la FNAC le message d'erreur suivant : <?xml version="1.0"?>    <error data="E_ADEPT_RESOURCE_DOES_NOT_EXIST http://acs4.shortcovers.com:8080/fulfillment/URLLink.acs