Linux 3.2.8 - older nvidia driver needs a rebuild

For those still using an older nvidia driver - this version needs a rebuild, eg.  NVIDIA-Linux-x86-285.05.09

  In the search link I gave above: b43-firmware-latest is for kernel 3.2+ and b43-firmware is for <3.2.  That is the, ahem, AUR search link good sir.   If someone is using b43-firmware however, they may not catch that they need to remove that and migrate to b43-firmware-latest when kernel 3.2 hits.
I actually have a Broadcom 4311 in my laptop.  I never use it and use a wired connection instead simply because no driver I've tried has been stable enough - mostly frequent disconnects/non-responsive - so when 3.2 hits I may just try it again with b43-firmware-latest and see if it's better!

Similar Messages

  • How to get older nvidia driver

    I just installed archlinux again and the nvidia driver.
    Now when I run 3d games I get a stutter every 13-15 seconds, as if the graphics freeze for 1 second.
    I remember having this problem with the nvidia version 169, and then I downgraded the driver which fixed the problem.
    But this was in Gentoo.
    How do I get an older driver in Archlinux?
    I think I need the 100.   something driver.

    I haven't tried using ABS yet. The question is for me if it will be easier for me to install Gentoo again where I can just choose the driver version freely, or llearn to use ABS.
    I was just hoping that I could use Arch since it is faster to install..
    Last edited by Kabi (2008-07-14 09:08:14)

  • Nvidia driver crashes X and freezes system

    I've installed Arch Linux last night and the nvidia driver I installed crashes X a few seconds after I start it.
    At the moment I'm using Nouveau without a problem but I'm not satisfied with the performance so I'd like to use the official nvidia driver. So far I tried the one in the package database (270), the beta one from the AUR (280) and two older ones, (250 & 260). Neither of the latter would install, I'm guessing because of old kernel version?
    So basically the problem is that whenever I start X it works for a couple of seconds (less than 10) and then my system freezes to a black screen. When I boot gdm the same thing happens, everything works including input and sound but shortly after seeing the login screen the black screen appears again.
    Here's an X error log: http://pastie.org/2248178
    So any ideas?

    Well the new driver changes the way the GPU throttles. Accoding to Nvidia's update notes, it will throttle up or down allot faster based on load. I have also noticed the DPC latency has significantly dropped on those hardware changes as well and along with the repeated interrupts for state change requests. Did you uninstall the previous drivers first?
    Eric
    ADK

  • W510 problems with Nvidia driver recovery under Windows 7 (64 bit)?

    Lenovo W510, Nvidia Qudardo FX 880M video, FHD:
    What I'm seeing on occasion is a Windows 7 (64-bit) recovery, screen blanks out, goes 2-3 seconds, then recovers, things go back to normal, but a message displays saying that an error was detected in the video driver, and it has recovered. The new Firefox (4.0.1) seems to be one of the things that may be a contribution, hard to tell.  Per System Update at least, I'm current on the Lenovo downloads. SIW shows the driver level as 8.17.12.5738 (2010-06-27). Nvidia web-site shows their current driver level on the wen-site as 270.61 (2011-04-18), which is a considerably newer date at least. So two questions:
    Has anyone else seen Driver/Recovery issues on Win 7 (64)
    Has anyone directly run the Nvidia video drivers and had them run OK?
    Seems like it would be nice for Lenovo to update their drivers, if indeed this is a driver issue, they appear back-level.

    I used to have this problem with my W510 running Windows 7 Enterprise 64-bit, especially Firefox 4 crashing the Nvidia display driver almost constantly. I googled and found that this is a known problem between older Nvidia driver and Firefox 4. Later on I downloaded the latest version of Nvidia driver from Lenovo website (it was not posted on the System Update server yet but was available on the regular download site). I clean-installed it (i.e., removing all files and settings created by the old driver) and I haven't experienced the problem since then.
    Twitter @thitiv | Work | ThinkPad W520 (4270-CTO) Core i7-2960XM 2.7/3.7 GHz | 16GB Kingston HyperX PnP DDR3-1866
    2 x 256GB Crucial M4 & C300 SSDs | Intel Centrino Ultimate-N 6300 | Ericsson F5521gw WWAN | Ultrabay Blu-ray Burner
    NVIDIA Quadro 2000M | 15.6" FHD 1920x1080 | ThinkPad Battery 55++ (9-cell) & Battery 27++ (9-cell slice)

  • Need to compile nvidia driver for a custom kernel [SOLVED]

    I compiled a custom kernel following this wiki page: http://wiki.archlinux.org/index.php/Ker … rom_Source
    I can boot into it just fine.  I now want to compile an nvidia driver for use with it and followed the steps on this wiki page: http://wiki.archlinux.org/index.php/NVI … tom_kernel
    I run into a problem when makepkg trys to compile it.  Here is the output:
    $ cd ~/devel/abs/nvidia/
    $ makepkg -c
    ==> Making package: nvidia-my 190.42-1 x86_64 (Thu Nov 5 17:42:29 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found NVIDIA-Linux-x86_64-190.42-pkg0.run in build dir
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86_64-190.42-pkg0.run ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-190.42-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 190.42..................................................................................................................................................
    If you are using a Linux 2.4 kernel, please make sure
    you either have configured kernel sources matching your
    kernel or the correct set of kernel headers installed
    on your system.
    If you are using a Linux 2.6 kernel, please make sure
    you have configured kernel sources matching your kernel
    installed on your system. If you specified a separate
    output directory using either the "KBUILD_OUTPUT" or
    the "O" KBUILD parameter, make sure to specify this
    directory with the SYSOUT environment variable or with
    the equivalent nvidia-installer command line option.
    Depending on where and how the kernel sources (or the
    kernel headers) were installed, you may need to specify
    their location with the SYSSRC environment variable or
    the equivalent nvidia-installer command line option.
    *** Unable to determine the target kernel version. ***
    make: *** [select_makefile] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    The step it's choking on is (from the PKGBUILD), "make SYSSRC=/lib/modules/${_kernver}/build module || return 1"
    What am I doing wrong?
    My PKGBUILD:
    pkgname=nvidia-my
    pkgver=190.42
    _kernver='2.6.32-rc6-MINE'
    pkgrel=1
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686" ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.31' 'kernel26<2.6.32' "nvidia-utils=${pkgver}")
    conflicts=('nvidia-96xx' 'nvidia-173xx')
    license=('custom')
    install=nvidia.install
    source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
    md5sums=('f94806feee87de756d14fe3e9bcaf05a')
    [ "$CARCH" = "x86_64" ] && md5sums=('ae431ff849ec01446e6724f9fcfe3bb4')
    build() {
    cd $srcdir
    sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/lib/modules/${_kernver}/build module || return 1
    mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/nvidia.install
    My nvidia.install
    post_install() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    post_upgrade() {
    post_install
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    post_remove() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    Last edited by graysky (2009-11-07 10:54:33)

    Hello,
    I'm kind of a noob and am trying to get follow the directions from the Nvidia wiki on installing on a custom kernel.  I'm trying to use the abs method to install on kernel26rt version 2.6.33rt.  I followed directions exactly and am getting an error that I didn't find on any other posts.  Can you please take a look?  Here is my terminal:
    [jsadural@jlinux nvidia]$ makepkg -ci
    ==> Making package: nvidia-2633rt 270.30-3 (Wed Mar 30 08:53:08 PDT 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
      -> Downloading NVIDIA-Linux-x86_64-270.30-no-compat32.run...
    --2011-03-30 08:53:08--  ftp://download.nvidia.com/XFree86/Linux … mpat32.run
               => “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part”
    Resolving download.nvidia.com... 69.31.121.43
    Connecting to download.nvidia.com|69.31.121.43|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /XFree86/Linux-x86_64/270.30 ... done.
    ==> SIZE NVIDIA-Linux-x86_64-270.30-no-compat32.run ... 30037601
    ==> PASV ... done.    ==> RETR NVIDIA-Linux-x86_64-270.30-no-compat32.run ... done.
    Length: 30037601 (29M) (unauthoritative)
    100%[======================================>] 30,037,601   696K/s   in 42s     
    2011-03-30 08:53:50 (696 KB/s) - “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part” saved [30037601]
    ==> Validating source files with md5sums...
        NVIDIA-Linux-x86_64-270.30-no-compat32.run ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-270.30-no-compat32
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 270.30........................................................................................................................
    NVIDIA: calling KBUILD...
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || (    \
        echo;                                \
        echo "  ERROR: Kernel configuration is invalid.";        \
        echo "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";    \
        echo;                                \
        /bin/false)
    mkdir -p /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions ; rm -f /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions/*
    make -f scripts/Makefile.build obj=/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel
      cc -Wp,-MD,/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/include -I/usr/src/linux-2.6.33-rt/arch/x86/include -Iinclude  -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -I/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"270.30\" -Wno-unused-function -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c
    In file included from /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess.h:573:0,
                     from include/linux/poll.h:13,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:84,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h:35:6: warning: comparison between signed and unsigned integer expressions
    In file included from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:0:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h: At top level:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:251:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:1436:5: error: expected specifier-qualifier-list before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_alloc_file_private’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1993:5: error: implicit declaration of function ‘semaphore_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1994:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: implicit declaration of function ‘atomic_spin_lock_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_poll’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2790:30: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: implicit declaration of function ‘atomic_spin_lock_irqsave’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: implicit declaration of function ‘atomic_spin_unlock_irqrestore’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_close_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3595:18: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3611:22: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_write_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3703:51: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3710:45: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3720:9: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_post_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4330:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4347:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4348:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_get_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4362:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4365:9: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4390:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    make[3]: *** [/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o] Error 1
    make[2]: *** [_module_/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    thanks,
    jason

  • Lenovo IdeaPad Y500, Linux 3.10, NVidia driver crashes

    After today's update of the Linux kernel to 3.10, I can not start X using the proprietary nvidia driver on my IdeaPad Y500 laptop (MBG2BMH with GeForce GT650M GPU).
    When I try to do this, it takes a second or two in the "loading GLX" state, after which the screen goes black. My fan goes to max and after a few seconds, the system dies.
    X logs don't show much:
    [ 49.888] (**) NVIDIA(0): Enabling 2D acceleration
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 56.164] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 56.164] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 56.164] (EE) NVIDIA(0): README for additional information.
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 56.164] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 56.164] (II) UnloadModule: "nvidia"
    [ 56.164] (II) UnloadSubModule: "shadow"
    [ 56.164] (II) UnloadSubModule: "wfb"
    [ 56.164] (II) UnloadSubModule: "fb"
    [ 56.164] (EE) Screen(s) found, but none have a usable configuration.
    I will add a kernel log after rebooting, because I seem to have lost it.
    I think the relevant message read "GPU fell off the bus", which I think indicates a crash of the GPU driver.
    After rolling back to 3.9.9, the issue is gone.
    My xorg.conf (and xorg.conf.d) does not contain anything special (only a DPI fix). I tried removing it, but the issue is still there.
    EDIT: I seem to be unable to get a kernel log for these sessions.
    Journalctl simply does not show the failing session.
    I don't know why I did get a log before. It happened on a linux-ck build with a couple of modifications, a while back (and the logs seem to be gone).
    I'll try again later, making sure I sync.
    Last edited by TBoshoven (2013-07-25 13:57:22)

    The problem persist for me with:
    local/linux 3.10.5-1 (base)
        The Linux kernel and modules
    local/bumblebee 3.2.1-3
        NVIDIA Optimus support for Linux through VirtualGL
    local/nvidia 325.15-1
        NVIDIA drivers for linux
    local/nvidia-utils 325.15-1
        NVIDIA drivers utilities
    Xorg.8.log
    [ 414.008]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 414.008] X Protocol Version 11, Revision 0
    [ 414.008] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 414.008] Current Operating System: Linux drog-laptop 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013 x86_64
    [ 414.008] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2d778b92-8e56-41d2-a238-cb1ea674849b ro quiet
    [ 414.008] Build Date: 01 July 2013 10:48:42AM
    [ 414.008]
    [ 414.008] Current version of pixman: 0.30.0
    [ 414.008] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 414.008] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 414.008] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 6 14:58:48 2013
    [ 414.022] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 414.022] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 414.033] (==) ServerLayout "Layout0"
    [ 414.033] (==) No screen section available. Using defaults.
    [ 414.033] (**) |-->Screen "Default Screen Section" (0)
    [ 414.033] (**) | |-->Monitor "<default monitor>"
    [ 414.033] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 414.033] (**) | |-->Device "DiscreteNvidia"
    [ 414.033] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 414.033] (**) Option "AutoAddDevices" "false"
    [ 414.033] (**) Option "AutoAddGPU" "false"
    [ 414.033] (**) Not automatically adding devices
    [ 414.033] (==) Automatically enabling devices
    [ 414.033] (**) Not automatically adding GPU devices
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 414.034] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 414.034] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 414.034] (==) |-->Input Device "<default pointer>"
    [ 414.034] (==) |-->Input Device "<default keyboard>"
    [ 414.034] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 414.034] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 414.034] (II) Loader magic: 0x7fdc20
    [ 414.034] (II) Module ABI versions:
    [ 414.034] X.Org ANSI C Emulation: 0.4
    [ 414.034] X.Org Video Driver: 14.1
    [ 414.034] X.Org XInput driver : 19.1
    [ 414.034] X.Org Server Extension : 7.0
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 414.034] setversion 1.4 failed
    [ 414.035] (--) PCI:*(0:1:0:0) 10de:0fd1:144d:c650 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 414.036] Initializing built-in extension Generic Event Extension
    [ 414.036] Initializing built-in extension SHAPE
    [ 414.036] Initializing built-in extension MIT-SHM
    [ 414.036] Initializing built-in extension XInputExtension
    [ 414.036] Initializing built-in extension XTEST
    [ 414.036] Initializing built-in extension BIG-REQUESTS
    [ 414.036] Initializing built-in extension SYNC
    [ 414.036] Initializing built-in extension XKEYBOARD
    [ 414.036] Initializing built-in extension XC-MISC
    [ 414.036] Initializing built-in extension SECURITY
    [ 414.036] Initializing built-in extension XINERAMA
    [ 414.036] Initializing built-in extension XFIXES
    [ 414.036] Initializing built-in extension RENDER
    [ 414.036] Initializing built-in extension RANDR
    [ 414.036] Initializing built-in extension COMPOSITE
    [ 414.036] Initializing built-in extension DAMAGE
    [ 414.036] Initializing built-in extension MIT-SCREEN-SAVER
    [ 414.036] Initializing built-in extension DOUBLE-BUFFER
    [ 414.036] Initializing built-in extension RECORD
    [ 414.036] Initializing built-in extension DPMS
    [ 414.036] Initializing built-in extension X-Resource
    [ 414.036] Initializing built-in extension XVideo
    [ 414.036] Initializing built-in extension XVideo-MotionCompensation
    [ 414.036] Initializing built-in extension XFree86-VidModeExtension
    [ 414.036] Initializing built-in extension XFree86-DGA
    [ 414.036] Initializing built-in extension XFree86-DRI
    [ 414.036] Initializing built-in extension DRI2
    [ 414.036] (II) LoadModule: "glx"
    [ 414.064] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 415.388] (II) Module glx: vendor="NVIDIA Corporation"
    [ 415.388] compiled for 4.0.2, module version = 1.0.0
    [ 415.388] Module class: X.Org Server Extension
    [ 415.388] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 415.424] Loading extension GLX
    [ 415.424] (II) LoadModule: "nvidia"
    [ 415.424] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 415.575] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 415.575] compiled for 4.0.2, module version = 1.0.0
    [ 415.575] Module class: X.Org Video Driver
    [ 415.586] (II) LoadModule: "mouse"
    [ 415.586] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 415.598] (II) Module mouse: vendor="X.Org Foundation"
    [ 415.598] compiled for 1.14.0, module version = 1.9.0
    [ 415.598] Module class: X.Org XInput Driver
    [ 415.598] ABI class: X.Org XInput driver, version 19.1
    [ 415.598] (II) LoadModule: "kbd"
    [ 415.599] (WW) Warning, couldn't open module kbd
    [ 415.599] (II) UnloadModule: "kbd"
    [ 415.599] (II) Unloading kbd
    [ 415.599] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 415.599] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 415.599] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 415.599] (--) using VT number 7
    [ 415.614] (II) Loading sub module "fb"
    [ 415.614] (II) LoadModule: "fb"
    [ 415.614] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 415.631] (II) Module fb: vendor="X.Org Foundation"
    [ 415.631] compiled for 1.14.2, module version = 1.0.0
    [ 415.631] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.631] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 415.631] (II) Loading sub module "wfb"
    [ 415.631] (II) LoadModule: "wfb"
    [ 415.631] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 415.647] (II) Module wfb: vendor="X.Org Foundation"
    [ 415.647] compiled for 1.14.2, module version = 1.0.0
    [ 415.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.647] (II) Loading sub module "shadow"
    [ 415.647] (II) LoadModule: "shadow"
    [ 415.647] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 415.648] (II) Module shadow: vendor="X.Org Foundation"
    [ 415.648] compiled for 1.14.2, module version = 1.1.0
    [ 415.648] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.648] (II) Loading sub module "ramdac"
    [ 415.648] (II) LoadModule: "ramdac"
    [ 415.648] (II) Module "ramdac" already built-in
    [ 415.668] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 415.668] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 415.668] (==) NVIDIA(0): RGB weight 888
    [ 415.668] (==) NVIDIA(0): Default visual is TrueColor
    [ 415.668] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 415.669] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 415.669] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 415.669] (**) NVIDIA(0): Enabling 2D acceleration
    [ 415.669] (**) NVIDIA(0): Ignoring EDIDs
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 415.669] (**) NVIDIA(0): mode
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 421.681] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 421.681] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 421.681] (EE) NVIDIA(0): README for additional information.
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 421.681] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 421.681] (II) UnloadModule: "nvidia"
    [ 421.681] (II) UnloadSubModule: "shadow"
    [ 421.681] (II) UnloadSubModule: "wfb"
    [ 421.681] (II) UnloadSubModule: "fb"
    [ 421.681] (EE) Screen(s) found, but none have a usable configuration.
    [ 421.681] (EE)
    Fatal server error:
    [ 421.681] (EE) no screens found(EE)
    [ 421.681] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 421.681] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 421.681] (EE)
    [ 421.681] (EE) Server terminated with error (1). Closing log file.
    dmesg
    [ 26.065828] bbswitch: version 0.7
    [ 26.065841] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 26.065850] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 26.066059] bbswitch: detected an Optimus _DSM function
    [ 26.066076] pci 0000:01:00.0: enabling device (0006 -> 0007)
    [ 26.066122] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 26.068197] bbswitch: disabling discrete graphics
    [ 26.119240] pci 0000:01:00.0: power state changed by ACPI to D3cold
    [ 26.258241] systemd-logind[1007]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    [ 26.325508] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 33.492411] r8169 0000:03:00.0 enp3s0: link down
    [ 33.492451] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 37.846847] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 38.221072] r8169 0000:03:00.0 enp3s0: link down
    [ 38.221110] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 45.372589] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 48.517700] wlp2s0: authenticate with 00:25:c4:5a:3b:e1
    [ 48.537543] wlp2s0: send auth to 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.539639] wlp2s0: authenticated
    [ 48.539671] ath9k 0000:02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP use
    [ 48.540740] wlp2s0: associate with 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.544916] wlp2s0: RX AssocResp from 00:25:c4:5a:3b:e1 (capab=0x431 status=0 aid=2)
    [ 48.545097] wlp2s0: associated
    [ 48.545113] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    [ 51.051628] EXT4-fs (sda7): re-mounted. Opts: data=ordered,commit=0
    [ 51.539082] EXT4-fs (sda8): re-mounted. Opts: data=ordered,commit=0
    [ 95.719761] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    [ 396.531583] usb 1-4: USB disconnect, device number 2
    [ 397.445922] usb 1-4: new low-speed USB device number 3 using xhci_hcd
    [ 397.463231] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 397.465641] input: USB Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input14
    [ 397.466186] hid-generic 0003:15D9:0A33.0002: input,hidraw0: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:14.0-4/input0
    [ 408.307902] bbswitch: enabling discrete graphics
    [ 408.447228] pci 0000:01:00.0: power state changed by ACPI to D0
    [ 414.455675] nvidia: module license 'NVIDIA' taints kernel.
    [ 414.455679] Disabling lock debugging due to kernel taint
    [ 414.460793] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 414.461133] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [ 414.461140] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 325.15 Wed Jul 31 18:50:56 PDT 2013
    [ 416.186061] nvidia 0000:01:00.0: irq 47 for MSI/MSI-X
    [ 422.155242] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [ 422.175315] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [ 422.175324] NVRM: rm_init_adapter(0) failed
    [ 457.892854] bbswitch: enabling discrete graphics
    [ 467.532288] bbswitch: enabling discrete graphics
    [ 467.532300] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 467.542607] nvidia 0000:01:00.0: Refused to change power state, currently in D3
    [ 562.917909] bbswitch: enabling discrete graphics
    [ 562.917923] nvidia 0000:01:00.0: power state changed by ACPI to D0

  • Older MacPro Tower - Optical Drive needs to be replaced

    I have an older MacPro Tower (OS X 10.7.5) and my original optical drive needs to be replaced.  I need to read and write CDs and DVDs.  I also occasionally need to read and write DVD+R DL (dual layer) media.
    Could I use a unit like the Pioneer BDR-209 DBK?  Will it work reliably with CD and DVD media?  The reason I ask is that as BDR media drops in price, I would like to start using this (due to the higher capacity) for backing up data.
    I'm hoping to be able to confirm this unit will work before purchasing it.  If there is a better alternative, please let me know.  If there is a reason to stay with a traditional CD/DVD writer, then please tell me and recommend a good unit that is reasonable and reliable.
    Thank you.

    here's my 2 cents on this: there should be 2 sata ports on your logic boards. However, getting to them is a pain in the rear. If you want to try that way, by all means do so. However, you can get a Sata to Pata bridge board which attaches to the rear of the Sata drive and lets it be used without having to try to find the sata connectors.  That way you can use more modern drives.  I bought something from MCE and it worked just fine (it's a blu-ray, btw). Installation was a snap.  My original CD/DVD drive failed and I didn't want to mess around trying to find a replacement ATAPI (or PATA) drive. The only real caveats I have to tell you are: If you want to play and view Blu-Ray discs in your MacPro tower, you'll have to buy a 2nd party blu ray player. Same with burning Blu-ray discs. You'll have to buy some kind of upgrade to Toast if that's what you used to burn stuff before.  however, if all you want to do is burn standard CD's and DVD's then it'll work just fine. the pioneer may have issues with sleeping, but I can't confirm this for sure either way
    just my opinion on this.
    John b

  • LATEST NVIDIA DRIVER OR MSI OLDER DRIVER

    I'm currently using MSI 311.06 driver but NVIDIA has already released version 320.18.
    Should I update to NVIDIA driver and why?

    newest drivers include fixes and peformance optimizations
    so try latest one, go back to msi one only if you have issues with nvidia one

  • Need Motherboard nVidia Driver

    Can someone point me to a link to the V9VGM-V motherboard's nVidia driver?  The one found using the Liveupdate as well as the online update tools returns a page not found.
    Take a look at the picture at: http://www.apollo3.com/download/download.php?id=32 .
    Thanks in advance for any input on this.
    -- L. James
    L. D. James
    e-mail - [removed by moderator due security purpose]
    www.apollo3.com/~ljames

    I appreciate the input from everybody. After doing all the tips and suggestions, including more than 3 clean OS installs, then starting with the Motherboard Driver installs, then nothing else but the Video drivers for the card and a game, I chose Halo for a more common game, it would consistently reboot.
    Finally I resolved that I have a defective Video Card. I can't imagine any other circumstance that would have such consistent results no matter what was changed.
    Unfortunately eVGA will not do a cross shipping. I think that's a minus for them on customer support. They make a great product, so I did purchase another one of their cards, to avoid being without a video card in the machine.
    I installed the GeForce 7600 GT. It runs everything flawlessly.
    By the way, eVGA's tech support said the 7300 board would not run on the AMD Processor. They had resolved that to be the problem. I knew that wasn't the case. Again, if the AMD processor was too low grade to run their 7300 series, why would it perform so well with their (eVGA's) higher end 7600 series card.
    All in all, I'm out of the money for the new card. I guess when they send me the replacement card I'll have to get when I can get out of it on Ebay.
    I'll let you guys know how it goes when the card comes back.
    Oh yea, they are also charging me to pay for shipping. I'm paying for their flaw.
    -- L. James
    L. D. James
    [email protected]
    www.apollo3.com/~ljames
    System Specs:
    GeForce 7600 GT 256 PCI-E | AMD Sempron 64 3600+ | MSI AM2 VIA K8M90 MATX
    2GIG DDR2 Memory | Blaster Audigy SE | Antec Sparklepower 2.0 400WT ATX

  • [Solved]Error after installing new nvidia driver uninstalling nouveau

    Hi,
    On seeing that a new nvidia driver is available, I thought I'll give it a try as the older ones kept crashing/rebooting in kde and gnome.
    I got nvidia and nvidia-utils from pacman. During that there was a conflicting file with libgl, so I had to remove nouveau and then install nvidia. I got an error saying need to unload module from xserver to install and would be possible on reboot or something similar(dont exactly remember the error)
    Then I rebooted and x failed to start with errors ending up with "GdmLocalDisplayFactory: Maximum number of X display failures reached: Check X server log for errors. "
    I tried "sudo modprobe nvidia" and it gave me
    FATAL: Error inserting nvidia (/lib/modules/2.6-----/nvidia/nvidia.ko) No such device
    I tried looking up these errors and didnt get any proper answer or solution.
    On my own attempts I saw I had inserted a module called nouveau in mkinitcpio.conf, I removed that but didnt help either. Read at a few forums and arch-wiki to run "nvidia-xconfig". The command creates a xorg.conf in X11. But on reboot nothing happened, same errors. Later I tried uninstalling and reinstalling both xorg and nvidia in hope something was wrong with the xorg which could get reset with a reinstall but that didnt do it
    The new nvidia driver is 275.19
    Config:
    i7 720QM
    8GB DDR3 1333Mhz
    Nvidia GTX 260M 1 GB
    Its a Alienware m15x.
    Last edited by death__machine (2011-07-21 16:35:48)

    Heres the Xorg.0.log and it mentions the nvidia error
    [ 377.958]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 377.959] X Protocol Version 11, Revision 0
    [ 377.960] Build Operating System: Linux 2.6.39-ARCH x86_64
    [ 377.960] Current Operating System: Linux death-laptop 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011 x86_64
    [ 377.961] Kernel command line: root=/dev/sda7 ro VGA=771 quiet splash
    [ 377.961] Build Date: 09 July 2011 07:52:32AM
    [ 377.962]
    [ 377.963] Current version of pixman: 0.22.2
    [ 377.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 377.964] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 377.966] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 21 02:24:42 2011
    [ 378.243] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 378.243] (==) No Layout section. Using the first Screen section.
    [ 378.243] (==) No screen section available. Using defaults.
    [ 378.243] (**) |-->Screen "Default Screen Section" (0)
    [ 378.243] (**) | |-->Monitor "<default monitor>"
    [ 378.244] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 378.244] (**) | |-->Device "Device0"
    [ 378.244] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 378.244] (==) Automatically adding devices
    [ 378.244] (==) Automatically enabling devices
    [ 378.244] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 378.244] Entry deleted from font path.
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 378.244] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 378.244] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 378.244] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 378.244] (II) Loader magic: 0x7d3440
    [ 378.244] (II) Module ABI versions:
    [ 378.244] X.Org ANSI C Emulation: 0.4
    [ 378.244] X.Org Video Driver: 10.0
    [ 378.244] X.Org XInput driver : 12.2
    [ 378.244] X.Org Server Extension : 5.0
    [ 378.246] (--) PCI:*(0:2:0:0) 10de:0618:1028:02a2 rev 162, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
    [ 378.246] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 378.246] (II) LoadModule: "extmod"
    [ 378.246] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 378.246] (II) Module extmod: vendor="X.Org Foundation"
    [ 378.246] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension MIT-SCREEN-SAVER
    [ 378.247] (II) Loading extension XFree86-VidModeExtension
    [ 378.247] (II) Loading extension XFree86-DGA
    [ 378.247] (II) Loading extension DPMS
    [ 378.247] (II) Loading extension XVideo
    [ 378.247] (II) Loading extension XVideo-MotionCompensation
    [ 378.247] (II) Loading extension X-Resource
    [ 378.247] (II) LoadModule: "dbe"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 378.247] (II) Module dbe: vendor="X.Org Foundation"
    [ 378.247] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension DOUBLE-BUFFER
    [ 378.247] (II) LoadModule: "glx"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 378.258] (II) Module glx: vendor="NVIDIA Corporation"
    [ 378.259] compiled for 4.0.2, module version = 1.0.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] (II) NVIDIA GLX Module 275.19 Tue Jul 12 18:31:51 PDT 2011
    [ 378.259] (II) Loading extension GLX
    [ 378.259] (II) LoadModule: "record"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 378.259] (II) Module record: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.13.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension RECORD
    [ 378.259] (II) LoadModule: "dri"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 378.259] (II) Module dri: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.0.0
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension XFree86-DRI
    [ 378.259] (II) LoadModule: "dri2"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 378.260] (II) Module dri2: vendor="X.Org Foundation"
    [ 378.260] compiled for 1.10.3, module version = 1.2.0
    [ 378.260] ABI class: X.Org Server Extension, version 5.0
    [ 378.260] (II) Loading extension DRI2
    [ 378.260] (II) LoadModule: "nvidia"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 378.261] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 378.261] compiled for 4.0.2, module version = 1.0.0
    [ 378.261] Module class: X.Org Video Driver
    [ 379.027] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 379.028] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 379.028] (II) UnloadModule: "nvidia"
    [ 379.028] (II) Unloading nvidia
    [ 379.028] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 379.029] (EE) No drivers available.
    [ 379.029]
    Fatal server error:
    [ 379.030] no screens found
    [ 379.031]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 379.033] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 379.033]

  • Black screen with proprietary NVIDIA driver

    I'm having a tremendous amount of troubles getting Xorg to work on my Thinkpad W530 with the proprietary NVIDIA driver.
    The W530 has the Optimus technology but I've disabled it in the BIOS so only the NVIDIA card is active. I've been using nouveau up until now but I can't keep it due to its outdated OpenGL support.
    So per the wiki I installed `nvidia` and removed nouveau. But since then I run `startx` the screen goes completely black. But the X server keeps running and my WM starts fine. I can open a terminal blindly with a hotkey and reboot the machine.
    I've tried the following suggetions without any success:
    Booting with `rcutree.rcu_idle_gp_delay=1` as a kernel parameter
    Booting with `nomodeset` as a kernel parameter
    Adding
    install i915 /usr/bin/false
    install intel_agp /usr/bin/false
    to /etc/modprobe.d/blacklist.conf
    Manually adding the graphic cards bus ID in xorg.conf
    Adding
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    to my .xinitrc
    Adding
    xrandr --setprovideroutputsource Intel NVIDIA-0
    xrandr --auto
    to my .xinitrc
    Further suggestions and ideas are highly appreciated – I really need to get the nvidia driver to work one way or another!

    I just added https://wiki.archlinux.org/index.php/repo-ck, and installed linux-ck-ivybridge and nvidia-ck-ivybridge, then recreated grub.cfg and now it works. Got the hint from this post https://bbs.archlinux.org/viewtopic.php … 8#p1466438

  • Cannot load nvidia driver module [SOLVED]

    OK so for some reason I can no longer load the nvidia (proprietary) driver.
    I have a laptop with optimus, on board intel and discrete nvidia GTX680M. I use this laptop for cuda development so I don't care about games etc, I just need the driver loaded to debug and run my cuda  apps. bbswitch still works fine as does bumblebee which I don't use normally but I do have it setup and running in case. Also I didn't really work much on coding last week so not sure exactly when this started.
    So here is what happens when I try to insert the nvidia module or use optirun:
    $ sudo modprobe nvidia
    modprobe: ERROR: could not insert 'nvidia': No such device
    $ sudo insmod nvidia
    insmod: ERROR: could not load module nvidia: No such file or directory
    $ optirun -vv glxspheres
    [ 27.485342] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 27.485506] [INFO]Configured driver: nvidia
    [ 27.485635] [DEBUG]optirun version 3.2.1 starting...
    [ 27.485642] [DEBUG]Active configuration:
    [ 27.485645] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 27.485662] [DEBUG] X display: :8
    [ 27.485674] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 27.485676] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 27.485679] [DEBUG] Accel/display bridge: primus
    [ 27.485681] [DEBUG] VGL Compression: xv
    [ 27.485684] [DEBUG] VGLrun extra options:
    [ 27.485686] [DEBUG] Primus LD Path: /usr/lib:/usr/lib32
    [ 27.560627] [INFO]Response: No - error: Could not load GPU driver
    [ 27.560647] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
    [ 27.560651] [DEBUG]Socket closed.
    [ 27.560666] [ERROR]Aborting because fallback start is disabled.
    [ 27.560671] [DEBUG]Killing all remaining processes.
    I don't have an xorg file for the intel gpu.
    device nodes are created:
    $ ls /dev/ | grep nv
    crw-rw-rw- 1 root root 195, 0 Sep 24 14:58 nvidia0
    crw-rw-rw- 1 root root 195, 255 Sep 24 14:58 nvidiactl
    log info:
    $cat /var/log/Xorg.0.log | grep EE
    [ 3.385] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4.299] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4.308] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4.308] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4.309] (EE) Failed to load module "fbdev" (module does not exist, 0)
    $ cat /var/log/Xorg.8.log
    [ 11367.762]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 11367.762] X Protocol Version 11, Revision 0
    [ 11367.762] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 11367.762] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    [ 11367.762] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1c3a736e-6aab-45e1-a9ad-5d2f6195cd7d ro quiet
    [ 11367.762] Build Date: 13 September 2013 01:28:59PM
    [ 11367.762]
    [ 11367.762] Current version of pixman: 0.30.2
    [ 11367.762] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 11367.762] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11367.762] (==) Log file: "/var/log/Xorg.8.log", Time: Thu Sep 19 23:04:24 2013
    [ 11367.762] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 11367.762] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 11367.762] (==) ServerLayout "Layout0"
    [ 11367.762] (==) No screen section available. Using defaults.
    [ 11367.762] (**) |-->Screen "Default Screen Section" (0)
    [ 11367.762] (**) | |-->Monitor "<default monitor>"
    [ 11367.762] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 11367.762] (**) | |-->Device "DiscreteNvidia"
    [ 11367.762] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 11367.762] (**) Option "AutoAddDevices" "false"
    [ 11367.762] (**) Option "AutoAddGPU" "false"
    [ 11367.762] (**) Not automatically adding devices
    [ 11367.762] (==) Automatically enabling devices
    [ 11367.762] (**) Not automatically adding GPU devices
    [ 11367.762] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11367.762] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 11367.762] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 11367.762] (==) |-->Input Device "<default pointer>"
    [ 11367.763] (==) |-->Input Device "<default keyboard>"
    [ 11367.763] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 11367.763] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 11367.763] (II) Loader magic: 0x7fdc20
    [ 11367.763] (II) Module ABI versions:
    [ 11367.763] X.Org ANSI C Emulation: 0.4
    [ 11367.763] X.Org Video Driver: 14.1
    [ 11367.763] X.Org XInput driver : 19.1
    [ 11367.763] X.Org Server Extension : 7.0
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11367.763] setversion 1.4 failed
    [ 11367.764] (--) PCI:*(0:1:0:0) 10de:11a0:1558:5105 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 11367.764] Initializing built-in extension Generic Event Extension
    [ 11367.764] Initializing built-in extension SHAPE
    [ 11367.764] Initializing built-in extension MIT-SHM
    [ 11367.764] Initializing built-in extension XInputExtension
    [ 11367.764] Initializing built-in extension XTEST
    [ 11367.764] Initializing built-in extension BIG-REQUESTS
    [ 11367.764] Initializing built-in extension SYNC
    [ 11367.764] Initializing built-in extension XKEYBOARD
    [ 11367.764] Initializing built-in extension XC-MISC
    [ 11367.764] Initializing built-in extension SECURITY
    [ 11367.764] Initializing built-in extension XINERAMA
    [ 11367.764] Initializing built-in extension XFIXES
    [ 11367.764] Initializing built-in extension RENDER
    [ 11367.764] Initializing built-in extension RANDR
    [ 11367.764] Initializing built-in extension COMPOSITE
    [ 11367.764] Initializing built-in extension DAMAGE
    [ 11367.764] Initializing built-in extension MIT-SCREEN-SAVER
    [ 11367.764] Initializing built-in extension DOUBLE-BUFFER
    [ 11367.764] Initializing built-in extension RECORD
    [ 11367.764] Initializing built-in extension DPMS
    [ 11367.764] Initializing built-in extension X-Resource
    [ 11367.764] Initializing built-in extension XVideo
    [ 11367.764] Initializing built-in extension XVideo-MotionCompensation
    [ 11367.764] Initializing built-in extension XFree86-VidModeExtension
    [ 11367.764] Initializing built-in extension XFree86-DGA
    [ 11367.764] Initializing built-in extension XFree86-DRI
    [ 11367.764] Initializing built-in extension DRI2
    [ 11367.764] (II) LoadModule: "glx"
    [ 11367.764] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 11367.773] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Server Extension
    [ 11367.773] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 11367.773] Loading extension GLX
    [ 11367.773] (II) LoadModule: "nvidia"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11367.773] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Video Driver
    [ 11367.773] (II) LoadModule: "mouse"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 11367.773] (II) Module mouse: vendor="X.Org Foundation"
    [ 11367.773] compiled for 1.14.0, module version = 1.9.0
    [ 11367.773] Module class: X.Org XInput Driver
    [ 11367.773] ABI class: X.Org XInput driver, version 19.1
    [ 11367.773] (II) LoadModule: "kbd"
    [ 11367.774] (WW) Warning, couldn't open module kbd
    [ 11367.774] (II) UnloadModule: "kbd"
    [ 11367.774] (II) Unloading kbd
    [ 11367.774] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11367.774] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 11367.774] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11367.774] (--) using VT number 7
    [ 11367.774] (II) Loading sub module "fb"
    [ 11367.774] (II) LoadModule: "fb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11367.774] (II) Module fb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 11367.774] (II) Loading sub module "wfb"
    [ 11367.774] (II) LoadModule: "wfb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11367.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "shadow"
    [ 11367.774] (II) LoadModule: "shadow"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 11367.774] (II) Module shadow: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.1.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "ramdac"
    [ 11367.774] (II) LoadModule: "ramdac"
    [ 11367.774] (II) Module "ramdac" already built-in
    [ 11367.774] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11367.774] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11367.775] (==) NVIDIA(0): RGB weight 888
    [ 11367.775] (==) NVIDIA(0): Default visual is TrueColor
    [ 11367.775] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11367.775] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 11367.775] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 11367.775] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11367.775] (**) NVIDIA(0): Ignoring EDIDs
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 11367.775] (**) NVIDIA(0): mode
    [ 11368.299] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 11368.300] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 680M (GK104) at PCI:1:0:0 (GPU-0)
    [ 11368.300] (--) NVIDIA(0): Memory: 4194304 kBytes
    [ 11368.300] (--) NVIDIA(0): VideoBIOS: 80.04.29.00.01
    [ 11368.300] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 11368.300] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680M at PCI:1:0:0
    [ 11368.300] (--) NVIDIA(0): none
    [ 11368.300] (II) NVIDIA(0): Validated MetaModes:
    [ 11368.300] (II) NVIDIA(0): "nvidia-auto-select"
    [ 11368.300] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 11368.300] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 11368.300] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 11368.300] (--) Depth 24 pixmap format is 32 bpp
    [ 11368.300] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 11368.300] (II) NVIDIA: access.
    [ 11368.304] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 11368.304] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 11368.304] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 11368.304] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 11368.304] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 11368.304] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 11368.304] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 11368.304] (II) NVIDIA(0): Config Options in the README.
    [ 11368.304] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 11368.308] Loading extension NV-GLX
    [ 11368.312] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 11368.312] (==) NVIDIA(0): Backing store disabled
    [ 11368.312] (==) NVIDIA(0): Silken mouse enabled
    [ 11368.312] (==) NVIDIA(0): DPMS enabled
    [ 11368.312] Loading extension NV-CONTROL
    [ 11368.312] (II) Loading sub module "dri2"
    [ 11368.312] (II) LoadModule: "dri2"
    [ 11368.312] (II) Module "dri2" already built-in
    [ 11368.312] (II) NVIDIA(0): [DRI2] Setup complete
    [ 11368.312] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 11368.312] (--) RandR disabled
    [ 11368.316] (II) Initializing extension GLX
    [ 11368.342] (II) Using input driver 'mouse' for '<default pointer>'
    [ 11368.342] (**) Option "CorePointer" "on"
    [ 11368.342] (**) <default pointer>: always reports core events
    [ 11368.342] (WW) <default pointer>: No Device specified, looking for one...
    [ 11368.422] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 11368.422] (--) <default pointer>: Device: "/dev/input/mice"
    [ 11368.422] (==) <default pointer>: Protocol: "Auto"
    [ 11368.422] (**) <default pointer>: always reports core events
    [ 11368.422] (**) Option "Device" "/dev/input/mice"
    [ 11368.475] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 11368.475] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 11368.475] (**) <default pointer>: Buttons: 9
    [ 11368.475] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 11368.475] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 11368.475] (**) <default pointer>: (accel) acceleration profile 0
    [ 11368.475] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 11368.475] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 11368.475] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 11368.769] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 11368.769] (II) LoadModule: "kbd"
    [ 11368.769] (WW) Warning, couldn't open module kbd
    [ 11368.769] (II) UnloadModule: "kbd"
    [ 11368.769] (II) Unloading kbd
    [ 11368.769] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11368.769] (EE) No input driver matching `kbd'
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 11368.772] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11368.772] setversion 1.4 failed
    [ 11368.772] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event1)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event2)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/mouse0)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event8)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11374.183] (II) UnloadModule: "mouse"
    [ 11374.199] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 11374.200] (EE) Server terminated successfully (0). Closing log file.
    I'm not willing to give up and install/build the drivers from the cuda SDK just yet so any help would be greatly appreciated.
    Last edited by tim (2013-10-02 08:20:49)

    So in simple terms, the fix invovled ensuring the nvidia module is loaded before the bbswitch module. I'm not sure about the necessity of the things that follow but the fix may possibly also require removing bumblebee and possibly requires removing nvidia from repos and building the driver downloaded from nvidia.
    This fix could be completely unrelated to the problems I was having with arch but I cannot verify the fix on arch specifically cos I installed every distro under the sun trying to get it all working and I got it to work on a non arch distro.
    So... I'm not sure if I should really mark this a solved because I haven't/can't verify it on arch and technically the solution involved changing to another distro but in fact, I know it has absolutely nothing to do with arch since I saw the same behaviour on 3 other distros. If I have time, I will reinstall arch and verify but for the moment, I have a lot of work to catch up on now that I have a working nvidia driver I can actually use for dev
    Anyway, what I think is going on is there is some bizarre issue with bbswitch that stops the nvidia driver from being found because on the current distro I have installed, if I have no bbswitch, no bumblebee and no nvidia modules loaded or services running etc. I can modprobe the nvidia driver and all works fine. I can then modprobe the bbswitch driver and that works too. IF I modprobe the bbswitch driver first and then modprobe the nvidia driver, I get this error that says the nvidia module cant be found. The location it prints is in some updates directory whcih is odd too because I installed from nvidia source and never installed updates at all and made sure that there were absolutely no repo nvidia drivers or updates etc.
    Last edited by tim (2013-10-02 08:35:39)

  • New nvidia driver won't xrandr

    Hi,
    I'm having some trouble with nvidia drivers newer than 8178.
    I can only specify one display mode, otherwise it will fail to validate and revert to nvidia-auto-select (wich means 1024x768 in my case).
    When i specify only one mode i won't be able to use switch resolutions while running X (not even with xrandr)
    I have tried every edid related option thinkable and i have used gtf to calculate modelines for every mode i may want to use, but no effect.
    I need to be able to switch resolutions in order to run some applications that require me to do so (eg old windows games running on wine)
    according to the output of "X -logverbose 5" it correctly fetches all supported modes from edid.
    The nvidia driver must be messing up somewhere.
    Here is my xorg.conf. I have commented out all options i have tried without success.
    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
    The following 2 logs are generated by running "X -logverbose 5". The first is with only one mode specified and the second is with all the modes enabled i have commented out in the config file above.
    [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 Double

    I hope i get get the entire second log up now
    [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 14:15:02 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):
    (--) NVIDIA(0): Raw EDID bytes:
    (--) NVIDIA(0):
    (--) NVIDIA(0):   00 ff ff ff ff ff ff 00  26 cd 01 19 00 00 00 00
    (--) NVIDIA(0):   1e 0a 01 01 0e 24 1b 6e  e8 04 48 a0 57 4a 9b 26
    (--) NVIDIA(0):   04 48 4c 3f ef fe a9 40  a9 4a a9 4f a9 59 01 01
    (--) NVIDIA(0):   01 01 01 01 01 01 00 00  00 fe 00 00 00 00 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 fe 00 00 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 fe 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 fe
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 44
    (--) 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): --- Building ModePool for Iiyama (CRT-0) ---
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 162.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 70 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 189.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 202.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 229.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 25.18 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  752,  800
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  490
    (II) NVIDIA(0):       VSyncEnd, VTotal :  492,  525
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 73 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  664
    (II) NVIDIA(0):       HSyncEnd, HTotal :  704,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  489
    (II) NVIDIA(0):       VSyncEnd, VTotal :  492,  520
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  720,  840
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  500
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 56 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 36.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  824
    (II) NVIDIA(0):       HSyncEnd, HTotal :  896, 1024
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  603,  625
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 40.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  968, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  605,  628
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 72 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 50.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  856
    (II) NVIDIA(0):       HSyncEnd, HTotal :  976, 1040
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  637
    (II) NVIDIA(0):       VSyncEnd, VTotal :  643,  666
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 49.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  816
    (II) NVIDIA(0):       HSyncEnd, HTotal :  896, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  625
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 65.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1048
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1344
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  771
    (II) NVIDIA(0):       VSyncEnd, VTotal :  777,  806
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 70 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 75.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1048
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1328
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  771
    (II) NVIDIA(0):       VSyncEnd, VTotal :  777,  806
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 78.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1040
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1136, 1312
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  800
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024":
    (II) NVIDIA(0):     1280 x 1024 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 135.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1296
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1440, 1688
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1066
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_100.00":
    (II) NVIDIA(0):     1280 x 1024 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 190.96 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1376
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1520, 1760
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1085
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (108.5 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_85.00":
    (II) NVIDIA(0):     1280 x 1024 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 159.36 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1376
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1512, 1744
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1075
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_75.00":
    (II) NVIDIA(0):     1280 x 1024 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 138.54 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1368
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1504, 1728
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1069
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_60.00":
    (II) NVIDIA(0):     1280 x 1024 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 108.88 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1360
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1496, 1712
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1060
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_100.00":
    (II) NVIDIA(0):     1152 x 864 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 143.47 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1232
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1360, 1568
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  915
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: VertRefresh (100.0 Hz) out of range
    (WW) NVIDIA(0):     (56.000-85.000 Hz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_85.00":
    (II) NVIDIA(0):     1152 x 864 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 119.65 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1224
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1352, 1552
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  907
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_75.00":
    (II) NVIDIA(0):     1152 x 864 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 104.99 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1224
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1352, 1552
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  902
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_60.00":
    (II) NVIDIA(0):     1152 x 864 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 81.62 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1216
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1336, 1520
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  895
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_100.00":
    (II) NVIDIA(0):     1024 x 768 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 113.31 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1096
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1208, 1392
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  814
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: VertRefresh (100.0 Hz) out of range
    (WW) NVIDIA(0):     (56.000-85.000 Hz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_85.00":
    (II) NVIDIA(0):     1024 x 768 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 94.39 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1088
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1200, 1376
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  807
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_75.00":
    (II) NVIDIA(0):     1024 x 768 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 81.80 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1080
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1192, 1360
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  802
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_60.00":
    (II) NVIDIA(0):     1024 x 768 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 64.11 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1080
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1344
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  795
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_85.00":
    (II) NVIDIA(0):     800 x 600 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 56.55 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  928, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  630
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_75.00":
    (II) NVIDIA(0):     800 x 600 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 48.91 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  920, 1040
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  627
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_60.00":
    (II) NVIDIA(0):     800 x 600 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 38.22 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  832
    (II) NVIDIA(0):       HSyncEnd, HTotal :  912, 1024
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  622
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_85.00":
    (II) NVIDIA(0):     640 x 480 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 35.71 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  505
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_75.00":
    (II) NVIDIA(0):     640 x 480 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 30.72 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  664
    (II) NVIDIA(0):       HSyncEnd, HTotal :  728,  816
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  502
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_60.00":
    (II) NVIDIA(0):     640 x 480 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 23.86 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  720,  800
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  497
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (29.8 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x240_60.00":
    (II) NVIDIA(0):     320 x 240 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 5.26 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320, 65840
    (II) NVIDIA(0):       HSyncEnd, HTotal : 65872,  352
    (II) NVIDIA(0):       VRes, VSyncStart :  240,  241
    (II) NVIDIA(0):       VSyncEnd, VTotal :  244,  249
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (14.9 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x200_60.00":
    (II) NVIDIA(0):     320 x 200 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 4.19 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320, 65840
    (II) NVIDIA(0):       HSyncEnd, HTotal : 65864,  336
    (II) NVIDIA(0):       VRes, VSyncStart :  200,  201
    (II) NVIDIA(0):       VSyncEnd, VTotal :  204,  208
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (12.5 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x350":
    (II) NVIDIA(0):     640 x 350 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  350,  382
    (II) NVIDIA(0):       VSyncEnd, VTotal :  385,  445
    (II) NVIDIA(0):       H/V Polarity     : +/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x175":
    (II) NVIDIA(0):     320 x 175 @ 171 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 15.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320,  336
    (II) NVIDIA(0):       HSyncEnd, HTotal :  368,  416
    (II) NVIDIA(0):       VRes, VSyncStart :  175,  207
    (II) NVIDIA(0):       VSyncEnd, VTotal :  209,  444
    (II) NVIDIA(0):       H/V Polarity     : +/-
    (II) NVIDIA(0):       Extra            : DoubleScan
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x400":
    (II) NVIDIA(0):     640 x 400 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  400,  401
    (II) NVIDIA(0):       VSyncEnd, VTotal :  404,  445
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x200":
    (II) NVIDIA(0):     320 x 200 @ 171 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 15.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320,  336
    (II) NVIDIA(0):       HSyncEnd, HTotal :  368,  416
    (II) NVIDIA(0):       VRes, VSyncStart :  200,  200
    (II) NVIDIA(0):       VSyncEnd, VTotal :  204,  444
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):       Extra            : DoubleScan
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "720x400":
    (II) NVIDIA(0):     720 x 400 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 35.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  720,  756
    (II) NVIDIA(0):       HSyncEnd, HTotal :  828,  936
    (II) NVIDIA(0):       VRes, VSyncStart :  400,  401
    (II) NVIDIA(0):       VSyncEnd, VTotal :  404,  446
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "360x200":
    (II) NVIDIA(0):     360 x 200

  • Trouble with latest NVIDIA driver

    Hi!
    I just bought an NVIDIA card (9600GT) to replace my AMD Radeon HD 3650.
    I installed the latest NVIDIA driver (180.22-1), and X now fails to start:
    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 x86_64
    Current Operating System: Linux zeus 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 19:41:52 UTC 2009 x86_64
    Build Date: 17 December 2008  10:46:49PM
        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: Fri Jan 23 19:41:58 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "type1" (module does not exist, 0)
    /usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/extensions//libglx.so: undefined symbol: _nv000002gl
    giving up.
    xinit:  Connection refused (errno 111):  unable to connect to X server
    xinit:  No such process (errno 3):  Server error.
    I've tried reinstalling xorg-server, libdrm nvidia, nvidia-utils and so on, but nothing helps.
    Has anyone else experienced this issue?

    I had the same problem My solution was ... After reinstalling every thing 3 times with no good results I decided to try one more time on a 64 bit version of it and it worked perfectly so I decided to try  different distributions with 386 486 and 686 all the same problem.. it seems only the 64 bit distributions work well with the newest Nvidia cards.... Can't find a reason and Nvidia has not answer me yet....
    Sorry but if you want your card working on Linux you will need to upgrade to 64 bit it seems.
    also there is no Wine HQ for 64 bit under Arch other distros have  but if you want it under Arch you will have to build it your self.
    OK if some else knows better Please Please Let me Know the secret ...  I tried 10 distros and 60 installations later I had these results, maybe I'm doing it all wrong.
    PS:
    I do a lot of beta testings Just for fun. Testing Jaunty and Windows 7 at this time and 7 is pretty but it stills Sucks Majorly Just as much as Vista does.
    Jaunty Has no drivers for Nvidia and is no way to Install it manually with the idiot user proof thing that they got I'll be going back to Arch today and give it a rest to my frustrations For a While....

  • Nvidia driver doesn't recognize GTX 275

    I've followed the steps on the wiki for the nvidia driver, but when I start X it does not recognize my GTX 275 card.  I think the driver may simply not support this card yet (it doesn't according to nvidia).  Can anyone confirm this?  Does anyone know when a new driver will be released?  Also, would the nouveau driver work temporarily until nvidia releases something?

    We were having a similar issue.  For some reason, the line that specifies which driver to use was not added to the xorg.conf file after installation.  The steps shown above by deej are basically the same, but they add a lot of fluff to the xorg.conf file that may not be needed.
    We were able to add it and get it to work by simply adding the following line to the xorg.conf file:
    Section "Device"
    Identifier "Doesn't matter what this says"
    Driver "nvidia" <-- This is the line we added
    EndSection
    Don't know if this applies to this distro as well (we are running ubuntu), but we had to change the file /etc/default/linux-restricted-modules-common from this:
    DISABLED_MODULES=""
    To this:
    DISABLED_MODULES="nv" <-- We had to restart after this step
    We have not done thorough testing on our machines, but have three of them up and running properly now.  We have several more machines to work on and I'll try and get the exact process we are using posted on here (ex. Modify filex, install drivers, modify filey, etc.).
    Last edited by tineras (2009-07-17 13:59:59)

Maybe you are looking for

  • Apple Aluminum Keyboard slow responding after reboot

    I have Leopard installed on my external firewire drive, and 10.4.1 installed on my PowerBook. Whenever I boot from one to the other I get a very slow response from my new Apple Aluminum Keyboard and my USB trackball. I have the trackball connected to

  • Need to send an attachment in an editable mode

    Hi, I need to send a workitem.When an user opens the work item in SBWP he/she should get an attachment in editable mode.Its an CRM object.We are using BO bus2000116.But we donot have any edit method. regards, Dev

  • Report-Report Passing Values with SMOD_RSR00004

    Hi, I operated the BADI SMOD_RSR00004 which suppose to help in mapping values from a sender report to a receiver report. I didn't succeed to see in a debug mode the sender query's time characteristic value I used. I mean that all the rows/columns cha

  • Import error converting character set

    Hi there, the first time i ever post something, so i hope i give enough information so my question can be answered. I have an oracle 8.1.6 database on Windows NT4. On the same machine i have installed Designer 6. Everything is working just fine i jus

  • Jinitiator and JRE 6

    Hi there, I do have 2 java based application Finacle and MIS respectively which use to run JRE and Jinitiator. The version of JRE is 6 standard and Jinitiator is 1.3.1.17. My problem is when i use to open Finacle and MIS in same IE 7 windows tab it u