Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't gent the nvidia drivers to work....
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
Hieronymus
n00b
n00b


Joined: 04 Jan 2005
Posts: 38
Location: Terborg, The Netherlands

PostPosted: Sat Feb 26, 2005 7:02 pm    Post subject: Can't gent the nvidia drivers to work.... Reply with quote

Ok, this is frustrating.
I'm working with a HP pavilion zv5133ea notebook and have everything working exept the nvidia driver. I installed the latest version of the nvidia drivers (nvidia-kernel 1.0.6629, nvidia-glx 1.0.6629-r5, opengl-update 2.1.1-r1) I want to get it to work in Xorg (xorg 6.8.2) while working with kernel version 2.6.10-r7.

The problem is that when I start startx I gent black screen wit a few white bars when I should get the nvidia splash, the Xsession doesn't get stuck but I get nothing but rubbish on my screen.

Can anybody help me out?

Here is my xorg.conf:

Code:

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
    Load   "synaptics"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
#   Load        "speedo"
    Load        "freetype"
#   Load        "xtt"
    Load       "glx"
#   Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

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/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#   FontPath   "/usr/share/fonts/Speedo/"
#   FontPath   "/usr/share/fonts/TrueType/"
#   FontPath   "/usr/share/fonts/freefont/"
#   ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

# Section "ServerFlags"
#   Option "NoTrapSignals"
#   Option "DontVTSwitch"
#   Option "DontZap"
#   Option "Dont Zoom"
#   Option "DisableVidModeExtension"
#   Option "AllowNonLocalXvidtune"
#   Option "DisableModInDev"
#   Option "AllowNonLocalModInDev"
# EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
#   Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
#   Option   "Xleds"      "1 2 3"
#   Option "LeftAlt"     "Meta"
#   Option "RightAlt"    "ModeShift"
#   Option "XkbModel"    "pc105"
#   Option "XkbModel"    "microsoft"
#   Option "XkbLayout"   "de"
#   Option "XkbLayout"   "de"
#   Option "XkbVariant"  "nodeadkeys"
#   Option "XkbOptions"  "ctrl:swapcaps"
#   Option "XkbRules"    "xorg"
#   Option "XkbModel"    "pc105"
#   Option "XkbLayout"   "us"
#   Option "XkbVariant"  ""
#   Option "XkbOptions"  ""
#   Option "XkbDisable"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"


    Identifier   "USB Mouse"
    Driver   "mouse"
    Option   "SendCoreEvents"   "true"
    Option    "Protocol"          "Imps/2"
    Option    "Device"            "/dev/input/mice"
    Option   "Emulate3Buttons"   "true"
    Option   "ZAxisMapping"      "4 5"
EndSection

# Section "InputDevice"
#   Identifier  "Alps Touchpad"
#    Driver      "synaptics"
#    Option   "CorePointer"      "true"
#    Option   "SendCoreEvents"   "true"
#    Option   "Device"      "/dev/input/mice"
#    Option   "Protocol"      "event"
#    Option   "LeftEdge"      "60"
#    Option   "RightEdge"      "830"
#    Option   "TopEdge"      "70"
#   Option   "BottomEdge"      "650"
#    Option   "FingerLow"      "25"
#    Option   "FingerHigh"      "30"
#    Option   "MaxTapTime"      "180"
#    Option   "MaxTapMove"      "110"
#    Option   "EmulateMidButtonTime"   "75"
#    Option   "VertScrollDelta"   "50"
#    Option   "HorizScrollDelta"   "50"
#    Option   "MinSpeed"      "0.2"
#    Option   "MaxSpeed"      "0.8"
#    Option   "AccelFactor"      "0.01"
#    Option   "EdgeMotionSpeed"   "40"
#    Option   "UpDownScrolling"   "1"
#    Option   "TouchpadOff"      "0"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"

    Identifier  "LCD"
    Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
    HorizSync   49.50
    VertRefresh 60

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "Nvidia GeForce4 440 Go 64M"
    Driver      "nvidia"
#   Option   "NvAgp"         "1"
#   Option   "NoLogo"      "0"
#   Option   "UseEdidFreqs"      "1"
#   Option   "FlatPanelProperties"   "Scaling = aspect-scaled"
#   Option   "RenderAccel"      "true"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "Nvidia GeForce4 440 Go 64M"
    Monitor     "LCD"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x800_60.00"
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "USB Mouse"
#    InputDevice "Alps Touchpad"
    InputDevice "Keyboard1"

EndSection



and my Xorg.8.log:

Code:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/Hieronymus:8
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

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.10-gentoo-r7 i686 [ELF]
Current Operating System: Linux Hieronymus 2.6.10-gentoo-r7 #1 SMP Sat Feb 19 11:42:02 Local time zone must be set--see zic  i686
Build Date: 21 February 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.8.log", Time: Mon Feb 21 18:17:10 2005
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/CID/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/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/lib/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/lib/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 10de,00d1 card 0000,0000 rev a4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00d0 card 10de,0c80 rev a6 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00d4 card 103c,006d rev a4 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00d7 card 10de,0c80 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00d7 card 10de,0c80 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00d8 card 10de,0c80 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,00da card 103c,006d rev a2 class 04,01,00 hdr 80
(II) PCI: 00:06:1: chip 10de,00d9 card 103c,006d rev a2 class 07,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,00d5 card 10de,0c80 rev a5 class 01,01,8a hdr 00
(II) PCI: 00:0a:0: chip 10de,00dd card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10de,00d2 card 0000,0000 rev a4 class 06,04,00 hdr 01
(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,0179 card 103c,006d rev a3 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,8026 card 103c,006d rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:01:0: chip 10ec,8139 card 103c,006b rev 10 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,4301 card 103c,12f3 rev 02 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac54 card 0000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,ac54 card 6000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:04:2: chip 104c,8201 card 103c,006d rev 01 class 08,80,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,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,2), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00003000 - 0x00007fff (0x5000) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xe0100000 - 0xe17fffff (0x1700000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000f (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xf0000000 - 0xf80fffff (0x8100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,7), 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 (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,7), 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 (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,7), 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 (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,7), 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 (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0340 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:4:1), (2,7,10), BCTRL: 0x0340 (VGA_EN is cleared)
(II) Bus 7 I/O range:
   [0] -1   0   0x00006000 - 0x00006fff (0x1000) IX[B]
   [1] -1   0   0x00005000 - 0x00005fff (0x1000) IX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 440 Go 64M] rev 163, Mem @ 0xe2000000/24, 0xf0000000/27, 0xf8000000/19
(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 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [1] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [2] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [3] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [4] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [5] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [6] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [7] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [8] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [9] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [13] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [14] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [15] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [16] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [17] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [18] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [19] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [20] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [21] -1   0   0x00002040 - 0x0000207f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [1] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [2] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [3] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [4] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [5] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [6] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [7] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [8] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [9] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [13] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [14] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [15] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [16] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [17] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [18] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [19] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [20] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [21] -1   0   0x00002040 - 0x0000207f (0x40) 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   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [6] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [7] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [8] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [9] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [10] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [11] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [12] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [14] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [15] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [16] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [21] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [22] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [23] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [24] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [25] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [26] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [27] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [28] -1   0   0x00002040 - 0x0000207f (0x40) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "extmod"
(II) Loading /usr/lib/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 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/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: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.a
(II) Module xtrap: 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 DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/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: "type1"
(II) Loading /usr/lib/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: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/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/lib/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-6629  Wed Nov  3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [6] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [7] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [8] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [9] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [10] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [11] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [12] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [14] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [15] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [16] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [21] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [22] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [23] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [24] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [25] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [26] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [27] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [28] -1   0   0x00002040 - 0x0000207f (0x40) 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   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [6] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [7] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [8] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [9] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [10] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [11] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [12] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [14] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [15] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [16] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [24] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [25] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [26] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [27] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [28] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [29] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [30] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [31] -1   0   0x00002040 - 0x0000207f (0x40) 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 8, (==) framebuffer bpp 8
(==) NVIDIA(0): Default visual is PseudoColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xE2000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 440 Go 64M
(--) NVIDIA(0): VideoBIOS: 04.17.20.49.25
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/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) NVIDIA(0): Monitor0: Using default hsync range of 29.00-49.00 kHz
(II) NVIDIA(0): Monitor0: Using default vrefresh range of 0.00-60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh 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" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh 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 "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 "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" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Not using mode "1152x768" (width 1152 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/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 "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/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
(WW) NVIDIA(0): OpenGL is only supported in depths 16 and 24
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf8000000 - 0xf807ffff (0x80000) MX[B]
   [1] 0   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
   [2] 0   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B]
   [3] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [4] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xe0104000 - 0xe0105fff (0x2000) MX[B]
   [9] -1   0   0xe0108800 - 0xe01088ff (0x100) MX[B]
   [10] -1   0   0xe0100000 - 0xe0103fff (0x4000) MX[B]
   [11] -1   0   0xe0108000 - 0xe01087ff (0x800) MX[B]
   [12] -1   0   0xe0003000 - 0xe0003fff (0x1000) MX[B]
   [13] -1   0   0xe0002000 - 0xe0002fff (0x1000) MX[B]
   [14] -1   0   0xe0004000 - 0xe00040ff (0x100) MX[B]
   [15] -1   0   0xe0001000 - 0xe0001fff (0x1000) MX[B]
   [16] -1   0   0xe0000000 - 0xe0000fff (0x1000) MX[B]
   [17] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [18] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [19] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [20] -1   0   0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
   [21] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [22] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [23] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [26] -1   0   0x00007400 - 0x0000743f (0x40) IX[B]
   [27] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [28] -1   0   0x00002080 - 0x0000208f (0x10) IX[B]
   [29] -1   0   0x00001c80 - 0x00001cff (0x80) IX[B]
   [30] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [31] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [32] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [33] -1   0   0x00002000 - 0x0000203f (0x40) IX[B]
   [34] -1   0   0x00002040 - 0x0000207f (0x40) IX[B]
   [35] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [36] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
Symbol __glXgetActiveScreen from module /usr/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/lib/modules/extensions/libdri.a is unresolved!
(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
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(EE) xf86OpenSerial: Cannot open device /dev/mouse
   No such file or directory.
(WW) Mouse0: cannot open input device
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(**) Mouse0: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
(EE) xf86OpenSerial: Cannot open device /dev/mouse
   No such file or directory.
(WW) Mouse0: cannot open input device



thx


Last edited by Hieronymus on Sat Feb 26, 2005 8:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Sat Feb 26, 2005 7:36 pm    Post subject: Reply with quote

here is your problem:

Code:

(EE) xf86OpenSerial: Cannot open device /dev/mouse
   No such file or directory.
(WW) Mouse0: cannot open input device


if you do
Code:
cat /dev/input/mice
and move the mouse around, does it print anything ?
It should print some asci symbols if it works.

If it doesnt do anything, or you get an error message, then check your kernel for support.
_________________
linux: #232767
Back to top
View user's profile Send private message
Hieronymus
n00b
n00b


Joined: 04 Jan 2005
Posts: 38
Location: Terborg, The Netherlands

PostPosted: Sat Feb 26, 2005 8:02 pm    Post subject: Reply with quote

ikaro wrote:
here is your problem:

Code:

(EE) xf86OpenSerial: Cannot open device /dev/mouse
   No such file or directory.n I
(WW) Mouse0: cannot open input device


if you do
Code:
cat /dev/input/mice
and move the mouse around, does it print anything ?
It should print some asci symbols if it works.

If it doesnt do anything, or you get an error message, then check your kernel for support.


Thx for your reply, my mouse works this is not the problem. WHen I chose de nv driver instead of the nvidia driver everything works fine (exept for glx) but the nvidia drivers just won't function correctly....
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Sat Feb 26, 2005 8:05 pm    Post subject: Reply with quote

well no idea.
Its a fact that the nvidia drivers are only problems.

good luck.
_________________
linux: #232767
Back to top
View user's profile Send private message
RSay
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 100
Location: Cleveland

PostPosted: Sun Feb 27, 2005 2:03 am    Post subject: Reply with quote

I had the same problem with the 1.0.6629 driver. I solved it by installing the 1.0.6111 nvidia driver and the black screen went away.
Back to top
View user's profile Send private message
Hieronymus
n00b
n00b


Joined: 04 Jan 2005
Posts: 38
Location: Terborg, The Netherlands

PostPosted: Sun Feb 27, 2005 9:24 am    Post subject: Reply with quote

RSay wrote:
I had the same problem with the 1.0.6629 driver. I solved it by installing the 1.0.6111 nvidia driver and the black screen went away.


Thx, worked for me although I hate using older drivers than available.

Hieronymus
Back to top
View user's profile Send private message
rouben
Apprentice
Apprentice


Joined: 07 Feb 2005
Posts: 159
Location: Thornhill, ON, Canada

PostPosted: Tue Mar 08, 2005 4:34 am    Post subject: Reply with quote

Hieronymus wrote:
RSay wrote:
I had the same problem with the 1.0.6629 driver. I solved it by installing the 1.0.6111 nvidia driver and the black screen went away.


Thx, worked for me although I hate using older drivers than available.

Hieronymus

The 6629 drivers are extremely buggy. I have a geForce FX 5200, an old TNT2 and a geForce 4 MX Mobile. They all won't work properly with the 6629 drivers. I think they super-optimized the 6629 driver for the high-end new 6000 series cards and thereby broke support for most old cards. I hope they fix it in their next release.

P.S. The vanilla 6629 driver interface won't even compile properly under 2.4 kernels.:roll:
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