Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't get nvidia driver to work on amd64
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
boudewijn
Apprentice
Apprentice


Joined: 11 Jan 2005
Posts: 257
Location: Netherlands

PostPosted: Tue Apr 12, 2005 8:46 pm    Post subject: Can't get nvidia driver to work on amd64 Reply with quote

Hi,

I've been messing with my gentoo 2005.0 system and nvidia.
Specs:

iyama E481S LCD, 19" connected to the DVI output of my fx-5200 based V9520/td. 2.6.11.6 vanilla kernel. xorg-x11-6.8.2-r1 is installed.


I've done this:

Followed the guide on gentoo.org about nvidia. Well the xorg.0.log is below. What is quite strange to me is that I can't run X as user but root can. Although it's without GLX. glxgears will give the famous 'no GLX extensions found etc' error.
I've tried to reboot a few times (after reading several suggestions here on fgo... but hey it's linux, not windows) ,that didn't work either.
Atm I've set my driver in xorg.conf to "nv" instead of nvidia (I prefer firefox over lynx ;-) ).

by the way: the binary nvidia driver didn't finish install (some files in /var/lib/ existed like openGL.so )



I've got no clue about what's going wrong, please help me.

my xorg.conf (X won't load if you substitute nv with nvidia):

Code:

root@zeus boudewijn # cat /etc/X11/xorg.conf
Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load       "glx"
#    Load       "dri"

EndSection


Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "ServerFlags"


EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"

EndSection


Section "InputDevice"


    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "imPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"

EndSection


Section "Monitor"

    Identifier  "iiyama lcd"
    HorizSync   79.976
    VertRefresh 75.025
    #HorizSync   63.981
    #VertRefresh 60.020
    #HorizSync 60.023
    #VertRefresh 75.029

EndSection


Section "Device"
    Identifier  "V9520TD"
    Driver      "nv"
    VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "V9520TD"
    Monitor     "iiyama lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection



xorg.0.log: (damn that's a lot of mess... )

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 x86_64 [ELF]
Current Operating System: Linux zeus 2.6.11-gentoo-r3 #2 Mon Apr 4 04:11:32 CEST 2005 x86_64
Build Date: 04 April 2005
        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 Apr 12 22:00:05 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "iiyama lcd"
(**) |   |-->Device "V9520TD"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib64/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, 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/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1043,80a3 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:08:0: chip 105a,3373 card 1043,80f5 rev 02 class 01,04,00 hdr 00
(II) PCI: 00:0a:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 00:0e:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0322 card 1043,80cf rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf4b00000 - 0xf6cfffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe4a00000 - 0xf49fffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xf5000000/24, 0xe8000000/27, BIOS @ 0xf6c00000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) 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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [1] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [2] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [3] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [4] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [5] -1  0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [6] -1  0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [7] -1  0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [13] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [15] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [16] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [22] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [24] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [25] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [26] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [29] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [30] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [1] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [2] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [3] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [4] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [5] -1  0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [6] -1  0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [7] -1  0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [13] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [15] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [16] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [22] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [24] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [25] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [26] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [29] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [30] -1 0       0x0000bc00 - 0x0000bc7f (0x80) 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 - 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) All system 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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [21] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [22] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [26] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [27] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [31] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [32] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [33] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [34] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [35] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [36] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, 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) Loading /usr/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, 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 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/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, 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/lib64/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7174
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nv"
(II) Loading /usr/lib64/modules/drivers/nv_drv.o
(II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
        GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
        GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
        GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
        Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
        GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
        Quadro FX 4000, Quadro FX 4400, 0x00C0, 0x00C1, GeForce 6800 LE,
        0x00C8, 0x00C9, 0x00CC, 0x00CE, GeForce 6600 GT, GeForce 6600,
        0x0142, 0x0143, GeForce Go 6600, GeForce 6610 XL,
        GeForce Go 6600 TE/6200 TE, 0x0147, GeForce Go 6600, 0x0149, 0x014B,
        0x014C, 0x014D, Quadro FX 540, GeForce 6200, 0x0160, 0x0166, 0x0210,
        0x0211, 0x021D, 0x021E
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [21] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [22] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [26] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [27] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [31] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [32] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [33] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [34] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [35] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [36] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) resource ranges after probing:
        [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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [23] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [24] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [25] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [26] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [29] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [30] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [31] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [32] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [33] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [34] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [35] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [36] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [37] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [38] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [39] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [40] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
        [41] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [42] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE8000000
(--) NV(0): MMIO registers at 0xF5000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib64/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...found one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: IVM  Model: 480a  Serial#: 8550
(II) NV(0): Year: 2004  Week: 17
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 38  vert.: 30
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.344   greenX: 0.299 greenY: 0.602
(II) NV(0): blueX: 0.145 blueY: 0.073   whiteX: 0.312 whiteY: 0.328
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@67Hz
(II) NV(0): 640x480@72Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@56Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) NV(0): Serial No: 05237G4408550
(II) NV(0): Ranges: V min: 55  V max: 76 Hz, H min: 24  H max: 83 kHz, PixClock max 140 MHz
(II) NV(0): Monitor name: PLE481
(--) NV(0): CRTC 0 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 0
(--) NV(0): Panel size is 1280 x 1024
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): iiyama lcd: Using hsync value of 79.98 kHz
(II) NV(0): iiyama lcd: Using vrefresh value of 75.03 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (hsync out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (hsync out of range)
(II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "832x624" (hsync out of range)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x768" (hsync out of range)
(II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1024" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1600x1024" (unknown reason)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1280 x 1024.  Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using mode "1024x768" (no mode of this name)
(II) NV(0): Not using mode "800x600" (no mode of this name)
(II) NV(0): Not using mode "640x480" (no mode of this name)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(--) NV(0): Display dimensions: (380, 300) mm
(--) NV(0): DPI set to (85, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe8000000 - 0xefffffff (0x8000000) MX[B]
        [1] 0   0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [8] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [9] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [10] -1 0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [11] -1 0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [12] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [13] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [14] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [15] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [16] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [17] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [18] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [25] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [26] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [27] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [28] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [29] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [30] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [31] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [32] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [33] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [34] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [35] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [36] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [37] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [38] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [39] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [40] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [41] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [42] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
        [43] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [44] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe8000000,0x8000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(**) Option "Protocol" "imPS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "imPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!
SetClientVersion: 0 8
(II) 3rd Button detected: disabling emulate3Button

_________________
Mijn Nederlandstalige Gentoo forum:
http://www.gentoo-forum.nl
Back to top
View user's profile Send private message
boudewijn
Apprentice
Apprentice


Joined: 11 Jan 2005
Posts: 257
Location: Netherlands

PostPosted: Tue Apr 12, 2005 11:49 pm    Post subject: Reply with quote

nobody recognizes this problem?
_________________
Mijn Nederlandstalige Gentoo forum:
http://www.gentoo-forum.nl
Back to top
View user's profile Send private message
lfe
n00b
n00b


Joined: 05 Apr 2005
Posts: 31
Location: Brussels, Belgium

PostPosted: Wed Apr 13, 2005 9:47 am    Post subject: Reply with quote

boudewijn wrote:
nobody recognizes this problem?

As far as I can tell, your Xorg.0.log shows that you are using the "nv" driver, not the "nvidia". Maybe we could find an answer if you showed a Xorg.0.log using the nvidia drivers.
_________________
"To understand how progress failed to make our lives easier, please press 3"
Back to top
View user's profile Send private message
boudewijn
Apprentice
Apprentice


Joined: 11 Jan 2005
Posts: 257
Location: Netherlands

PostPosted: Wed Apr 13, 2005 8:41 pm    Post subject: Reply with quote

I've just done this:

Kill X
Driver "nvidia" instead of "nv"
as user: startx
copy xorg.log.0 to my ~
put nv back
post this:


Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 x86_64 [ELF]
Current Operating System: Linux zeus 2.6.11-gentoo-r3 #2 Mon Apr 4 04:11:32 CEST 2005 x86_64
Build Date: 04 April 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 13 18:34:55 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "iiyama lcd"
(**) |   |-->Device "V9520TD"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib64/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, 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/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1043,80a3 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:08:0: chip 105a,3373 card 1043,80f5 rev 02 class 01,04,00 hdr 00
(II) PCI: 00:0a:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 00:0e:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0322 card 1043,80cf rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf4b00000 - 0xf6cfffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe4a00000 - 0xf49fffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xf5000000/24, 0xe8000000/27, BIOS @ 0xf6c00000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) 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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [1] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [2] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [3] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [4] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [5] -1  0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [6] -1  0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [7] -1  0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [13] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [15] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [16] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [22] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [24] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [25] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [26] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [29] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [30] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [1] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [2] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [3] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [4] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [5] -1  0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [6] -1  0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [7] -1  0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [13] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [15] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [16] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [22] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [24] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [25] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [26] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [29] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [30] -1 0       0x0000bc00 - 0x0000bc7f (0x80) 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 - 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) All system 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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [21] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [22] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [26] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [27] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [31] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [32] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [33] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [34] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [35] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [36] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, 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) Loading /usr/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, 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 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/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, 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/lib64/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7174
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7174
        Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-7174  Tue Mar 22 06:47:49 PST 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
        [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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [21] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [22] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [26] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [27] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [31] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [32] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [33] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [34] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [35] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [36] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) resource ranges after probing:
        [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       0xf7f00000 - 0xf7f000ff (0x100) MX[B]
        [6] -1  0       0xf7d00000 - 0xf7d03fff (0x4000) MX[B]
        [7] -1  0       0xf7e00000 - 0xf7e007ff (0x800) MX[B]
        [8] -1  0       0xf7c00000 - 0xf7c0007f (0x80) MX[B]
        [9] -1  0       0xf7a00000 - 0xf7a03fff (0x4000) MX[B]
        [10] -1 0       0xf7800000 - 0xf781ffff (0x20000) MX[B]
        [11] -1 0       0xf7900000 - 0xf7900fff (0x1000) MX[B]
        [12] -1 0       0xf7700000 - 0xf77007ff (0x800) MX[B]
        [13] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [14] -1 0       0xf6c00000 - 0xf6c1ffff (0x20000) MX[B](B)
        [15] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0       0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [23] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [24] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [25] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [26] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [29] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [30] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [31] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
        [32] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [33] -1 0       0x0000b000 - 0x0000b007 (0x8) IX[B]
        [34] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [35] -1 0       0x0000a400 - 0x0000a47f (0x80) IX[B]
        [36] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [37] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [38] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [39] -1 0       0x0000ec00 - 0x0000ec3f (0x40) IX[B]
        [40] -1 0       0x0000bc00 - 0x0000bc7f (0x80) IX[B]
        [41] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [42] 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): Linear framebuffer at 0xE8000000
(--) NVIDIA(0): MMIO registers at 0xF5000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.13.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0, TV-0
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): iiyama lcd: Using hsync value of 79.98 kHz
(II) NVIDIA(0): iiyama lcd: Using vrefresh value of 75.03 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x175" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x400" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "720x400" (hsync out of range)
(II) NVIDIA(0): Not using default mode "360x200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x240" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x240" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x240" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "320x240" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (hsync out of range)
(II) NVIDIA(0): Not using default mode "416x312" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "1024x768" (no mode of this name)
(II) NVIDIA(0): Not using mode "800x600" (no mode of this name)
(II) NVIDIA(0): Not using mode "640x480" (no mode of this name)
(WW) NVIDIA(0): Not using mode "1280x1024" (not a valid TV mode)
(WW) NVIDIA(0): Not using mode "640x512" (not a valid TV mode)
(EE) NVIDIA(0): No modes remaining for display device TV-0
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib64/modules/linux/libint10.a
(II) UnloadModule: "ddc"
(II) Unloading /usr/lib64/modules/libddc.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

boudewijn@zeus log $ grep nvidia Xorg.0.log
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) UnloadModule: "nvidia"
boudewijn@zeus log $ grep  nv Xorg.0.log
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) UnloadModule: "nvidia"




It seems like it's having problems with some TV stuf... although I've got an svideo out, I've never used it nor want to use it in the near future :P
_________________
Mijn Nederlandstalige Gentoo forum:
http://www.gentoo-forum.nl
Back to top
View user's profile Send private message
downey
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2004
Posts: 107
Location: Calgary, Canada

PostPosted: Wed Apr 13, 2005 9:37 pm    Post subject: Reply with quote

You may want to read the read me from NVidia's website. Go to www.nvidia.com and go to the graphics driver download page. Follow the links till you get to the actual download page and you should see the README. This contains a lot of information on setting up X.

Anyway you may want to look at this section of the README:
Option "ConnectedMonitor" "string"
Allows you to override what the NVIDIA kernel module
detects is connected to your video card. This may
be useful, for example, if you use a KVM (keyboard,
video, mouse) switch and you are switched away when
X is started. In such a situation, the NVIDIA kernel
module cannot detect what display devices are connected,
and the NVIDIA X driver assumes you have a single CRT.

Valid values for this option are "CRT" (cathode ray
tube), "DFP" (digital flat panel), or "TV" (television);
if using TwinView, this option may be a comma-separated
list of display devices; e.g.: "CRT, CRT" or "CRT, DFP".

NOTE: anything attached to a 15 pin VGA connector is
regarded by the driver as a CRT. "DFP" should only be
used to refer to flatpanels connected via a DVI port.

Default: string is NULL.

Try the DFP setting and it might get it to work correctly.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum