Using nVidia drivers with Xorg 7.1

Evidently it can be done.
jamesjones wrote:
I have tried the COPY_BUFFER=0 case you describe. The GL application windows continued to update.
There are no issues with XGrabServer confusing the GPU. It can be called at any time and, once it has reached the server, will block further rendering from direct and indirect OpenGL clients until the server is ungrabbed. Regarding XGrabServer blocking GLX calls, yes, this is a known issue in our driver as well. In general, it is a good rule of thumb to grab the server only as long as necessary anyway. You should only need the grab around the actual copy operations, not the GLX calls.
As to the double buffering issue, there should be no problems with XRender reading from double buffered GLX pixmaps or windows. I would ensure all your gl read operations are set to the front buffer with glReadBuffer(GL_FRONT) as well as all your drawing operations.
NVIDIA drivers should work fine with xorg 7.1 with the following exceptions:
-You'll need to disable RenderAccel, as the glyph ABI change broke our acceleration:
Option "RenderAccel" "False"
-You'll need to start X with the ignoreABI option to get the server and driver to play nice with eachother:
startx -- -ignoreABI
-James
Not sure what the catch is, though, or if --ignoreABI could also work with fglrx... I'll have to look into this.

Hi Pavan,
I could open it in build 3518 (newest build is 3718). Just go to File, Open.. and choose the pull-down to filter for RTFs. I got one continuous and one discreet SB. Is that correct?
Richard
Applications Engineering
www.ni.com/support
Richard
Field Sales Engineer, New Jersey
National Instruments

Similar Messages

  • Using unbranded nVidia drivers with OC-edition MSI cards

    Hello,
    I'm using MSI GeForce 8800GT 512MB OC edition (NX8800GT T2D512E-OC) with branded MSI drivers.
    Since MSI doesn't exactly release new drivers on daily basis (latest release - 175.16, 7/21) I was considering using unbranded drivers directly from nVidia.
    I'd like to ask if there would/could be any performance decrease or any issues related to using unbranded drivers with my card.
    My hardware retailer told me I *must* use branded drivers as it is an OC edition card, but he already stuffed me with bullcrap before so I'm asking here to confirm (or disconfirm, hopefully).
    Thanks for any help in advance.

    You can use any drivers
    "My hardware retailer told me I *must* use branded drivers as it is an OC edition card, but he already stuffed me with bullcrap before so I'm asking here to confirm (or disconfirm, hopefully)."
    Yes, that's rubbish

  • Account Password Changed When Using OCI Drivers With WebLogic 6.0

    Hello all,
    Could be I am losing my mind but I saw some strange bahavior and I was wondering if anyone could offer an explination. We're running BEA WL6.0sp2 on an HPUX box with both an 8.1.7 client and server installation for development. We noticed that when we try to use the OCI driver to connect to our database, the password for our account is being changed on connection. This is definitely repeatable as we demonstrated it for the DBAs while they yelled at us. I highly doubt there is anything in WL that would cause the problem and everything works fine with the Thin drivers, with the JDrivers provided by BEA and with the credentials from SQL+.
    Our problem is we need the Layer 2 OCI support. Is there something in the OCI client installation that would cause this behavior?

    Hello all,
    Could be I am losing my mind but I saw some strange bahavior and I was wondering if anyone could offer an explination. We're running BEA WL6.0sp2 on an HPUX box with both an 8.1.7 client and server installation for development. We noticed that when we try to use the OCI driver to connect to our database, the password for our account is being changed on connection. This is definitely repeatable as we demonstrated it for the DBAs while they yelled at us. I highly doubt there is anything in WL that would cause the problem and everything works fine with the Thin drivers, with the JDrivers provided by BEA and with the credentials from SQL+.
    Our problem is we need the Layer 2 OCI support. Is there something in the OCI client installation that would cause this behavior?

  • Using LabView drivers with LabWindows

    Hi.
    I'm planning on using LabWindows to operate a progRes camera, which states they have labview drivers. I'm assuming that labview drivers will work with LabWindows, but just thought I'd ask if that's a valid assumption. (I've never used either program before)

    Typically, when a piece of harwdware says it had LabVIEW drivers, this means that it has utlity or accessibility functions for LabVIEW. As LabVIEW is its own language, and LabWindows is a C editor/compiler, LabVIEW functions or .vi's will not inherently work in LabWindows/CVI.
    While it is definitely possible to call LabVIEW code from LabWindows/CVI, you will most likely want to see if there is a C interface for the hardware from LabWindows/CVI.
    Hope this helps.
    Peter Flores
    Applications Engineer

  • Problem in using sybase drivers with JDK 1.5

    hi all,
    i have an app that is connecting to a sybase database.
    so far i have run it using jdk 1.4 using sybase jconn2.jar , it has workedf ine.
    Now, i haven't changed the code, i just recompiled it and re-run it using jdk 1.5 , and suddenly i am getting a classNotFoundException
    java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at BNPParibas.Collateral.SQL.SQLConnectionFactory.DoConnection(SQLConnec
    tionFactory.java:65)
    at BNPParibas.Collateral.SQL.SQLConnectionFactory.Connect(SQLConnectionF
    actory.java:29)
    at BNPParibas.Collateral.SQL.ResultSetFactory.<init>(ResultSetFactory.ja
    va:27)
    at BNPParibas.Collateral.Batch.Flow.FlowControl.load(FlowControl.java:81
    at BNPParibas.Collateral.Batch.Flow.FlowControl.<init>(FlowControl.java:
    62)
    at BNPParibas.Collateral.Batch.Flow.FlowControl.main(FlowControl.java:37
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Appe
    nder
    at BNPParibas.Collateral.Batch.Flow.FlowControl.load(FlowControl.java:16
    8)
    at BNPParibas.Collateral.Batch.Flow.FlowControl.<init>(FlowControl.java:
    62)
    at BNPParibas.Collateral.Batch.Flow.FlowControl.main(FlowControl.java:37
    and NOTHING has changed except that now i am runnign java 1.5 instead of 1.4
    has anyone ever experienced a similar problem?
    regards
    marco

    Hello,
    well, yes it is.
    Running the code with jdk 1.4 is absolutely fine.
    if i run it like this
    <myjdk14install>\bin\java -jar xxx.jar works fine
    if i run it l ike this (which will use 1.5 by default)
    java -jar xxx.jar it gives me that exception...
    have the classloading mechanism changed between jdk 1.4 and jdk 1.5?
    regards
    marco

  • Sever issue with Xorg and Nvidia Drivers

    I run a 2.6.20 kernel with Xorg and Nvidia drivers all from arch rep on a Asus NV6200. Everything works fine, except one thing. When I exit X, the monitor shuts down imediatly. It wont start up at all, not even by manual startup. I cant understand what happens. The configuration is correct, is done with the correct settings for my video-card and monitor taken directly from the documentation. I cant use my X server at all since several days ... I checked the logs and there are no EE's. Anyway ... here is the log. Help anyone can help, I cant use X at all.
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux solarflare 2.6.20-ARCH #1 SMP PREEMPT Fri Mar 16 20:22:11 CET 2007 i686
    Build Date: 27 February 2007
    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: Wed Mar 21 03:26:45 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "AOC 7F+"
    (**) | |-->Device "NVIDIA 6200"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c34a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,3099 card 1106,3099 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1317,0985 card 1113,1216 rev 11 class 02,00,00 hdr 00
    (II) PCI: 00:10:0: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:1: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:2: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:3: chip 1106,3104 card 1019,0996 rev 82 class 0c,03,20 hdr 00
    (II) PCI: 00:11:0: chip 1106,3177 card 1019,0996 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:11:1: chip 1106,0571 card 1019,0996 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:11:5: chip 1106,3059 card 1019,0996 rev 50 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0221 card 1043,820c rev a1 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,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xeaffffff (0x3000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/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 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [1] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [3] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [5] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [6] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [7] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [8] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [11] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [1] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [3] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [5] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [6] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [7] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [8] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [11] -1 0 0x0000d000 - 0x0000d0ff (0x100) 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 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [12] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [13] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, 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.2.0, 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: "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.2.0, 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.9755
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (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.9755
    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-9755 Mon Feb 26 23:23:13 PST 2007
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01: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.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="NVIDIA Corporation"
    compiled for 7.1.99.2, module version = 1.0.0
    (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.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (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 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [12] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [13] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d0ff (0x100) 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 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [16] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [17] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [20] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [22] 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): NVIDIA GPU GeForce 6200 at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.a2.03.00
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) NVIDIA(0): AOC Spectrum7F (CRT-0)
    (--) NVIDIA(0): AOC Spectrum7F (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (--) NVIDIA(0): DPI set to (81, 81); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
    [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] 0 0 0xe8000000 - 0xe8ffffff (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 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [8] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [19] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [20] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [21] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [24] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [25] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) NVIDIA(0): Setting mode "1024x768"
    (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
    (==) 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 XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "us"
    (**) Keyboard1: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

    No ... the problem is in the kernel that comes precompiled.
    I did this test.
    The first time I installed the kernel I unloaded nvidiafb since I dont like it.
    When I install nvidiafb back something strange happends. Nvidia module fails to load.
    The modprobe sais it cannot find the device nvidia.ko ... but it is there!
    So my best guess is, there is something with the kernel. Any ideas?
    Problem resolved, installed older driver
    Last edited by Nefer-Ra (2007-03-22 02:59:25)

  • 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...

  • Xorg 1.8 and nvidia drivers 'nvidia-xconfig' NEED tip to fix

    [what part of my xorg.conf needs to me moved, and to where?]
    Hi, I routinely swap between intel, savage, nvidia drivers running my ARCH install off my USB.
    Ok, so I'm using xorg 1.8 and the intel works though of course the nividia with nvidia-xconfig command writes and xorg.conf to
    /etc/X11
    Right, so I am aware, I believe the it's now the xorg.d folder. and, it currenly has 3 files in it, none of which say
    xorg.conf of course. The three are named starting with '10-'  you know the ones. :-)
    So, what, where, how  with my xorg.cong of other, do i get myself running again? With your help i'd say!
    thanks.

    So, added that near the top after ServerLayout
    now it hangs with flashing cursor though I get different info
    warning this server has a video ABI version of 7.0 that this driver does not officially support.etc. etc. etc.
    Use the -ignorABI option to override this check.
    failed to load module nvidia
    fatal server error
    no screen found
    Can you think of what I've done wrong?
    i'm running latest everything though not 'testing' repo.
    maybe put the 'ServerFlags" near the bottom?
    Last edited by yvonney (2010-04-18 00:51:47)

  • [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)

  • Limited to one display mode with new nvidia drivers

    I have a problem with nvidia drivers after 8178
    I can get any display mode to work as long as i specify only one mode.
    If i enter more modes in my xorg.conf, it will ignore all those modes and revert back to nvidia-auto-select (wich is 1024x768 in my case)
    Anyway, i'm not able to change resolutions using xrandr for example. I need this for some applications that require to run in a different display mode ( old windows games i run using wine for example)
    When i run X -logverbose 5 it becomes clear that all my monitor's supported modes are in the display pool.
    I have also put in gtp generated modelines for all the modes i might need.
    I really need a solution to this as i will probably no longer be able to use 8178 when xorg7.1 hits current.
    This is what i have in my xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "AlwaysCore"
    InputDevice "Mouse1" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/local/"
    FontPath "/usr/share/fonts/misc/:unscaled"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/CID/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/cyrillic/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    SubSection "extmod"
    # Option "omit xfree86-dga"
    EndSubSection
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "record"
    # Load "speedo"
    Load "vbe"
    # Load "xf8_32bpp.so"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "evdev"
    # Option "Protocol" "Explorerps/2"
    Option "Device" "/dev/input/mx1000"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "11 12"
    Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
    Option "Dev Phys" "usb-*/input0" # cat /proc/bus/input/devices
    Option "Buttons" "12"
    Option "Resolution" "800"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoftinet"
    Option "XkbLayout" "us"
    Option "XkbVariant" ",qwerty"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Iiyama"
    # ModelName "A901HT"
    ModelName "IVM:0119"
    HorizSync 27.0 - 115.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    Modeline "1600x1200_100.00" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    Modeline "1600x1200_85.00" 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync
    Modeline "1600x1200_75.00" 205.99 1600 1720 1896 2192 1200 1201 1204 1253 -HSync +Vsync
    Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
    Modeline "1280x1024_100.00" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    Modeline "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
    Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
    Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
    Modeline "1152x864_100.00" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    Modeline "1152x864_85.00" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    Modeline "1152x864_75.00" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
    Modeline "1152x864_60.00" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
    Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NvAGP" "3"
    Option "RenderAccel" "TRUE"
    Option "NoLogo" "on"
    Option "RandRRotation" "TRUE"
    # Option "CursorShadow" "FALSE"
    # Option "ConnectedMonitor" "CRT"
    # Option "UseEDIDFreqs" "FALSE"
    # Option "UseEDIDDpi" "FALSE"
    # Option "ModeValidation" "NoEdidModes"
    # Option "ModeValidation" "AllowNon60HzDFPModes"
    # Option "UseEDID" "FALSE"
    Option "IgnoreDisplayDevices" "CRT"
    Option "DPI" "96 x 96"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 32
    Modes "1280x1024"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024_85"
    # Modes "1280x1024_85 1152x864 1024x768 800x600 640x480 320x240 320x200"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024_85"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600_75"
    # Visual StaticGray
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode "0666"
    #EndSection
    All the EDID specific options i have commented out appeared to be useless.
    The following Xorg.0.log was generated using only one mode, resulting in X running in 1280x1024@85hz (logverbose level 5)
    [code]
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux Orthanc 2.6.17.11 #1 PREEMPT Fri Aug 25 08:31:05 CEST 2006 i686
    Build Date: 21 June 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: Tue Aug 29 13:57:46 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Mouse1"
    (WW) The directory "/usr/share/fonts/local/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (**) FontPath set to "/usr/share/fonts/misc/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/cyrillic/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (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.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (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.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
    (II) PCI: 01:00:0: chip 10de,0312 card 1043,80e7 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:0c:0: chip 105a,4d69 card 105a,4d68 rev 02 class 01,80,85 hdr 00
    (II) PCI: 02:0d:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
    (II) PCI: 02:0d:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
    (II) PCI: 02:0d:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xde000000 - 0xdfdfffff (0x1e00000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xdff00000 - 0xefffffff (0x10100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[B]
        [4] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [5] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [6] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [7] -1    0    0x0000ac00 - 0x0000acff (0x100) IX[B]
        [8] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [11] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xdb800000 - 0xdd7fffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0xdfe00000 - 0xdfefffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xde000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/17
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Reloading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (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.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (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.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: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (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.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
    (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: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 0.0.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (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 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Found 1 NVIDIA X Screens
    (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.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
    (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.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) resource ranges after probing:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [22] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [23] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [24] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [25] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [26] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [27] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [29] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [30] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [31] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "on"
    (**) NVIDIA(0): Option "NvAGP" "3"
    (**) NVIDIA(0): Option "RenderAccel" "TRUE"
    (**) NVIDIA(0): Option "RandRRotation" "TRUE"
    (**) NVIDIA(0): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (==) NVIDIA(0): Using HW cursor
    (**) NVIDIA(0): Enabling RENDER acceleration
    (==) NVIDIA(0): Video key set to default value of 0x101fe
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5600 at PCI:1:0:0
    (--) NVIDIA(0): VideoRAM: 131072 kBytes
    (II) NVIDIA(0): GPU Architecture: 0x30
    (II) NVIDIA(0): GPU Implementation: 0x31
    (II) NVIDIA(0): GPU Revision: 0xa1
    (--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
    (--) NVIDIA(0): Found 2 CRTCs on board
    (II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1, TV-0
    (II) NVIDIA(0): Bus detected as AGP
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing constraints for  : GeForce FX 5600
    (II) NVIDIA(0): Maximum mode timing values   :
    (II) NVIDIA(0):     Horizontal Visible Width : 8192
    (II) NVIDIA(0):     Horizontal Blank Start   : 8192
    (II) NVIDIA(0):     Horizontal Blank Width   : 4096
    (II) NVIDIA(0):     Horizontal Sync Start    : 8184
    (II) NVIDIA(0):     Horizontal Sync Width    : 504
    (II) NVIDIA(0):     Horizontal Total Width   : 8224
    (II) NVIDIA(0):     Vertical Visible Height  : 8192
    (II) NVIDIA(0):     Vertical Blank Start     : 8192
    (II) NVIDIA(0):     Vertical Blank Width     : 256
    (II) NVIDIA(0):     Veritcal Sync Start      : 8191
    (II) NVIDIA(0):     Vertical Sync Width      : 15
    (II) NVIDIA(0):     Vertical Total Height    : 8193
    (II) NVIDIA(0):
    (II) NVIDIA(0): Minimum mode timing values   :
    (II) NVIDIA(0):     Horizontal Total Width   : 40
    (II) NVIDIA(0):     Vertical Total Height    : 2
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing alignment        :
    (II) NVIDIA(0):     Horizontal Visible Width : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Start   : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Width   : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Start    : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Width    : multiples of 8
    (II) NVIDIA(0):     Horizontal Total Width   : multiples of 8
    (II) NVIDIA(0):
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5600 at PCI:1:0:0:
    (--) NVIDIA(0):     Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 350.0 MHz maximum pixel clock
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0): EDID Version                 : 1.1
    (--) NVIDIA(0): Manufacturer                 : IVM
    (--) NVIDIA(0): Monitor Name                 : Iiyama
    (--) NVIDIA(0): Product ID                   : 6401
    (--) NVIDIA(0): 32-bit Serial Number         : 0
    (--) NVIDIA(0): Serial Number String         :
    (--) NVIDIA(0): Manufacture Date             : 2000, week 30
    (--) NVIDIA(0): DPMS Capabilities            : Standby Suspend Active Off
    (--) NVIDIA(0): Prefer first detailed timing : No
    (--) NVIDIA(0): Supports GTF                 : No
    (--) NVIDIA(0): Maximum Image Size           : 360mm x 270mm
    (--) NVIDIA(0): Valid HSync Range            : 31 kHz - 106 kHz
    (--) NVIDIA(0): Valid VRefresh Range         : 56 Hz - 85 Hz
    (--) NVIDIA(0): EDID maximum pixel clock     : 229.5 MHz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Established Timings:
    (--) NVIDIA(0):   640  x 480  @ 60 Hz
    (--) NVIDIA(0):   640  x 480  @ 72 Hz
    (--) NVIDIA(0):   640  x 480  @ 75 Hz
    (--) NVIDIA(0):   800  x 600  @ 56 Hz
    (--) NVIDIA(0):   800  x 600  @ 60 Hz
    (--) NVIDIA(0):   800  x 600  @ 72 Hz
    (--) NVIDIA(0):   800  x 600  @ 75 Hz
    (--) NVIDIA(0):   1024 x 768  @ 60 Hz
    (--) NVIDIA(0):   1024 x 768  @ 70 Hz
    (--) NVIDIA(0):   1024 x 768  @ 75 Hz
    (--) NVIDIA(0):   1280 x 1024 @ 75 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Standard Timings:
    (--) NVIDIA(0):   1600 x 1200 @ 60 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 70 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 75 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 85 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- End of EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0):
    (II) NVIDIA(0): Frequency information for Iiyama (CRT-0):
    (II) NVIDIA(0):   HorizSync   : 31.000-106.000 kHz
    (II) NVIDIA(0):   VertRefresh : 56.000-85.000 Hz
    (II) NVIDIA(0):     (HorizSync from EDID)
    (II) NVIDIA(0):     (VertRefresh from EDID)
    (II) NVIDIA(0):
    (II) NVIDIA(0): --- Modes in ModePool for Iiyama (CRT-0) ---
    (II) NVIDIA(0): "nvidia-auto-select"   : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1920x1200"            : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_70"         : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_60"         : 1920 x 1200 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1856x1392"            : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1856x1392_60"         : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344"            : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344_60"         : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1680x1050"            : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_85"         : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_75"         : 1680 x 1050 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_70"         : 1680 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_60"         : 1680 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1200"            : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_85"         : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_75"         : 1600 x 1200 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_70"         : 1600 x 1200 @  70.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_65"         : 1600 x 1200 @  65.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1600x1200_60"         : 1600 x 1200 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1024"            : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1024_60"         : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050"            : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85"         : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85_0"       : 1400 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_75"         : 1400 x 1050 @  74.8 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70"         : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70_0"       : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_60"         : 1400 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x1024"            : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85.00"      : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75.00"      : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60.00"      : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_85_0"       : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85"         : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75"         : 1280 x 1024 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1280x1024_75_0"       : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60_0"       : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_60"         : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x960"             : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_85"          : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_60"          : 1280 x  960 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x800"             : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_85"          : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_75"          : 1280 x  800 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_70"          : 1280 x  800 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800d60"          : 1280 x  800 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1280x800_60"          : 1280 x  800 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768"             : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_85"          : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_75"          : 1280 x  768 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_70"          : 1280 x  768 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_60"          : 1280 x  768 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720"             : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_85"          : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_75"          : 1280 x  720 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_70"          : 1280 x  720 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_60"          : 1280 x  720 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864"             : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85.00"       : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75.00"       : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60.00"       : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_0"        : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85"          : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_1"        : 1152 x  864 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_75_0"        : 1152 x  864 @  75.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1152x864_75"          : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75_1"        : 1152 x  864 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_70"          : 1152 x  864 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_60"          : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60_0"        : 1152 x  864 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1024x768_85.00"       : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768"             : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75.00"       : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_60.00"       : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85"          : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85_0"        : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75_1"        : 1024 x  768 @  75.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75"          : 1024 x  768 @  75.0 Hz  (from: EDID)
    (II) NVIDIA(0): "1024x768_75_0"        : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_70"          : 1024 x  768 @  70.1 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768d60"          : 1024 x  768 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1024x768_60"          : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768_60_0"        : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "960x720"              :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x720d60"           :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600"              :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d75"           :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d73"           :  960 x  600 @  72.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d70"           :  960 x  600 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d60"           :  960 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696"              :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696d60"           :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672"              :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d75"           :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d60"           :  896 x  672 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "848x480"              :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_85"           :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_75"           :  848 x  480 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_70"           :  848 x  480 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "840x525"              :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d85"           :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d75"           :  840 x  525 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d70"           :  840 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d60"           :  840 x  525 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "832x624"              :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "832x624_75"           :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "800x600"              :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85.00"        :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75.00"        :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_60.00"        :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_85_0"         :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85"           :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d85"           :  800 x  600 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_75_0"         :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75"           :  800 x  600 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d75"           :  800 x  600 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_72"           :  800 x  600 @  72.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d70"           :  800 x  600 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600d65"           :  800 x  600 @  65.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_60"           :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600_60_0"         :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d60"           :  800 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_56"           :  800 x  600 @  56.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x512"              :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x512d60"           :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "720x400"              :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "720x400_85"           :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "700x525"              :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85"           :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85_0"         :  700 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d75"           :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70_0"         :  700 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70"           :  700 x  525 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d60"           :  700 x  525 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512"              :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d85"           :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d75"           :  640 x  512 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d60"           :  640 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480"              :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85.00"        :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75.00"        :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480d85"           :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85_0"         :  640 x  480 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_85"           :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75"           :  640 x  480 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "640x480_75_0"         :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_73"           :  640 x  480 @  72.8 Hz  (from: EDID)
    (II) NVIDIA(0): "640x480_73_0"         :  640 x  480 @  72.8 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480d60"           :  640 x  480 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_60_0"         :  640 x  480 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_60"           :  640 x  480 @  60.0 Hz  (from: EDID)
    (II) NVIDIA(0): "640x400"              :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400_85"           :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400d85"           :  640 x  400 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d75"           :  640 x  400 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d70"           :  640 x  400 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d60"           :  640 x  400 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384"              :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d85"           :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d75"           :  640 x  384 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d70"           :  640 x  384 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d60"           :  640 x  384 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360"              :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d85"           :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d75"           :  640 x  360 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d70"           :  640 x  360 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d60"           :  640 x  360 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x350"              :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x350_85"           :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "576x432"              :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85"           :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85_0"         :  576 x  432 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75"           :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75_0"         :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0

    It turns out it won't do any lower than 640x480. These are my changes:
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync DoubleScan
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync DoubleScan
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync DoubleScan
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync DoubleScan
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync DoubleScan
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync DoubleScan
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync DoubleScan
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync DoubleScan
    and
    Modes "1280x1024_85" "1280x1024_75" "1280x1024_60" "1152x864_85" "1152x864_75" "1152x864_60" "1024x768_85" "1024x768_75" "1024x768_60" "800x600_75" "800x600_60" "640x480_75" "640x480_60" "320x240_60" "320x200_60"
    I'm not sure if i did that doublescan thingy right, but it gets completely ignored.

  • [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)

  • Nvidia/nvidia-utils 190.42-1 with xorg-server 1.7.1-1 segfault

    After today's upgrade, X fails to start with segmentation fault.  When I downgraded nvidia/nvidia-utils to 185.18.36-2, xorg-server to 1.6.3.901-1 and related xf86-input-*, it starts to work.  Interestingly, neither combination of nvidia/nvidia-utils to 185.18.36-2 with xorg-server 1.7.1-1, nor nvidia/nvidia-utils 190.42-1 with xorg-server to 1.6.3.901-1 works.  After downgrading and playing it a little bit, I lost my original crash logs.
    I guess I should post the problem here to see if anyone is seeing the same problem, before going back upgrading and hitting the bug again.  Of course, if you are interested in my Xorg.0.log, I can produce it again.
    And by the way, I'm using arch64 on a lenovo t61p with nVidia Quadro FX 570M.  I guess the problem is new, and I don't have any luck with google, yet.

    I just encountered this error with nvidia-173xx, I guess the only solution is to manually search for and install the
    older xorg packages? And wait for nvidia to possibly* add support for the new xorg?
    X.Org X Server 1.7.1
    Release Date: 2009-10-23
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-ARCH i686
    Current Operating System: Linux Thorin 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 11:12:58 CEST 2009 i686
    Kernel command line: root=/dev/disk/by-uuid/3902f419-5299-4a4e-8cc7-f31d3d7702a5 ro vga=773
    Build Date: 25 October 2009 08:20:56PM
    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: Sun Nov 1 13:59:11 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "DontZap" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x81e5f40
    (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 8
    (--) PCI:*(0:1:0:0) 10de:00c8:1558:0900 nVidia Corporation NV41.8 [GeForce Go 6800] rev 162, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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, 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, 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: "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 173.14.20 Thu Jun 25 19:49:59 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, 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, 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, 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
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined symbol: resVgaShared
    (EE) Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) UnloadModule: "nvidia"
    (EE) Failed to load module "nvidia" (loader failed, 7)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Edit: found my packages at http://www.schlunix.org/archlinux/extra/os/i686/ and did a downgrade,
    anubis@Thorin ~/ $ sudo pacman -U /var/cache/pacman/pkg/xorg-server-1.6.3.901-1-i686.pkg.tar.gz /var/cache/pacman/pkg/xorg-server-utils-7.4-7-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-input-evdev-2.2.5-1-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-input-keyboard-1.3.2-2-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-input-mouse-1.4.0-2-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-input-synaptics-1.1.3-1-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-video-nv-2.1.14-1-i686.pkg.tar.gz /var/cache/pacman/pkg/xf86-video-vesa-2.2.0-1-i686.pkg.tar.gz
    Last edited by 1LordAnubis (2009-11-01 23:07:34)

  • Xorg freezes on startx [solved using nvidia 185.13 beta driver]

    I'm guessing this has been said before. I don't know if this a evdev hotplug problem or a nvidia problem.
    Geforce 6600 GT (agp)
    nvidia  180.29 driver ( tried both pacman -S nvidia and the driver directly from nvidia )
    I have nvidia in the Modules section and hal in Daemons for the rc.conf file.
    I tried an older nvidia driver but it 177.80 but that wouldn't work either.
    The http://wiki.archlinux.org/index.php/NVIDIA helped me upto this point. I've never had problems like this with other nvidia cards or drivers.
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Feb 5 00:18:17 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mouse0"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5 6 7 8"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Philips"
    ModelName "109 B5"
    HorizSync 30.0 - 97.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    EndSection
    This option didn't help either.
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    The xorg file was made using nvidia-xconfig, and I've tried making new xorg files using xorgconf and hwd -xa.. Same resault.
    /var/log/Xorg.0.log
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux Enterprize.D 2.6.28-ARCH #1 SMP PREEMPT Sun Mar 8 10:18:28 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    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: Mon Mar 16 17:46:22 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (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
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@2:0:0) nVidia Corporation NV43 [GeForce 6600] rev 162, Mem @ 0xe8000000/0, 0xd0000000/0, 0xe9000000/0, BIOS @ 0x????????/131072
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    Backtrace:
    Any help would be appreciated.
    Last edited by B15HOP (2009-03-16 10:22:49)

    I've already done that but that alone didn't work. I had to revert this back to default
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    Now that it's deleted, the mouse and keyboard works.

  • Satellite P500-12D - Can I use the nVidia drivers?

    The Latest NVIDIA Drivers on the Toshiba update website are 8.15.11.8642 but there are newer versions on the NVIDIA website. I would like ot update the NVIDIA Drivers but I am having difficalties.
    I tried to install version 195.62 (Win7 64bit) for the Geforce 200M Series fron the NVIDIA SITE but the install doesn't complete. I get the message: "The NVIDIA Setup program could not locate any drivers that are compatible with your current hardware. Setup will now exit."
    Does Toshiba only allow their own versions of the drivers? Is there a way to allow the NVIDIA drivers to istall?
    SYSTEM INFO: OS WINDOWS 7 64bit
    Date 2010/01/03 01:14:58
    [PC Information]
    Model Name SATELLITE P500 12D
    Part Number PSPG8E-01D007EN
    Serial Number x
    OS Version Microsoft Windows 7 Home Premium 6.1.7600
    BIOS Version V2.50
    CPU Intel(R) Core(TM)2 Duo CPU P7450 @ 2.13GHz
    Physical Memory 4096MB RAM
    Hard Disk Capacity 749,744,054,272 [Byte] 698.254 [GB]
    Hard Disk Free Space Capacity 644,687,319,040 [Byte] 600.412 [GB]
    Video *NVIDIA GeForce GT 230M* version=8.15.11.8642
    Screen Resolution 1680 x 945 Pixels
    Color Quality True Color (32 Bit)
    Sound NVIDIA High Definition Audio version=1.0.0.59
    NVIDIA High Definition Audio version=1.0.0.59
    NVIDIA High Definition Audio version=1.0.0.59
    NVIDIA High Definition Audio version=1.0.0.59
    Conexant Pebble High Definition SmartAudio version=4.98.6.63
    Network Atheros AR8131 PCI-E Gigabit Ethernet Controller version=1.0.0.17
    MAC Address=00:26:9E:90:F3:E7
    Realtek RTL8191SE Wireless LAN 802.11n PCI-E NIC
    version=2009.1.1222.2009 MAC Address=00:26:B6:9A:1E:2F
    Modem None
    Internet Explorer 8.0.7600.16385
    IDE Device TOSHIBA MK5055GSX
    IBG 4H6Z0XEVG SCSI CdRom Device FW version=1.03
    HL-DT-ST DVDRAM GT20N FW version=CT10
    [QFE Information]
    Windows Security Update "KB973525"
    Windows Update "KB974332"
    Windows Update "KB974431"
    Windows Security Update "KB974571"
    Windows Update "KB975364"
    Windows Hotfix "KB975467"
    Windows Update "KB976098"
    Windows Security Update "KB976325"

    Hi
    Counter question: Why you want to use other display drivers? Are you not satisfied with the Toshiba drivers or can you notice any problems in Windows?
    Theoretically its possible to use the drivers from nVidia directly but dont forget that they are not pretested on your notebook. Your graphic card could be overheating and so you will loose the warranty.
    Satellite P500 is pretty new so I assume Toshiba will update the display driver in next time too. Just have a look on the page from time to time. ;)

  • Blank screen with proprietary nvidia drivers [SOLVED]

    I've just installed arch on a new computer, and have encountered an issue- I can't get it running with the proprietary drivers, just nouveau, which is quite the handicap on a GeForce 660.
    I used the beginner's guide since my last fresh install was using the arch installation framework. Everything went more or less smoothly, and I booted in to a working system- indeed, I can still boot into it just fine if I chroot in with my install media and swap back to nouveau. If I don't, I get the typical udev boot messages and all, and then it blanks out instead of going to the login prompt. It also does this if I uninstall both nvidia and nouveau drivers.
    I've looked at some threads over this, and none of them seemed to apply. I've tried both current and 304 drivers, regenerated initramfs, and blacklisted nouveau.
    One last bit of information that may or may not be relevant: at least one of the threads mentioned these issues being related to GRUB, while I'm booting straight from UEFI using efibootmgr- not sure if that could be related in any way.
    Last edited by azripah (2013-07-04 05:29:19)

    Hm, I seem to have solved it by blacklisting i915, as suggested in the talk page on nvidia drivers for UEFI users.

Maybe you are looking for

  • How to use in enums in multiple places?

    How does one use an enum set in multiple places in a vi? I have resorted to just copying an existing one when I need the same set of enum values in a different spot, but doing it this way will be a big hassle if/when I want to add items to the enum,

  • Report help

    Hi folks, Its basically a HR ABAP report. i hav a table having 2 fields . family dependant type is the fst field and subtype is another field. suppose 03 ---> signifies dependant type child.         01 ---> spouse         14.... like this we hav othe

  • Extracting JES 2005Q04, Or JES2005Q01 giving error

    hi downloaded JES 2005Q04 part-1 and part-2 from sun's website when extracted it gives(WINRAR) that some files are missing. These happens for both release, Please share me some links from where I can download either of these release

  • Does Proliant ML 370 G5 work with Solaris 10 64-bits?

    Does this server work with Solaris 10 in 64 bit mode? http://www.sun.com/bigadmin/hcl/data/systems/details/1891.html doesn't indicate if it is certified for 64 bits. and http://h71028.www7.hp.com/enterprise/cache/493913-0-0-0-121.html indicates only

  • Adobe won't send serial number

    Hi I recently bought creative suite for students this week, after going through the online registration and sending through scanned copy of my confirmation of enrolment and receipt in clear jpg i receive a email saying it is not visible.You cannot ge