Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/nvidia/xfce/gdm schwarzer Bildschirm mit Maus
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
linuxfan132
n00b
n00b


Joined: 16 Mar 2005
Posts: 16

PostPosted: Wed Mar 16, 2005 12:46 pm    Post subject: /nvidia/xfce/gdm schwarzer Bildschirm mit Maus Reply with quote

Hallo, ich hab ein Problem mit meinem Gentoo 2004.3 System. Das Problem: immer wenn Gentoo, nach dem Start in den Grafikmodus schaltet, erscheint nur ein schwarzer Bildschirm mit Maus, und nichts weiter passiert. Ich verwende den 2.4er Kernel und den NVIDIA-Treiber von NVIDIA's Website. Ich hab schon alles versucht, von gnome auf xfce gewechselt, aber nichts, dann hab ich den Kernel ohne rivafb neu emerged und xorg neu installiert. Brachte leider alles nichts! Mein System: P3~800MHz NVIDIA Riva TNT2 Pro

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   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/"
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/mouse"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
         Option     "IgnoreDisplayDevices"    "TV"
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "RegistryBinary"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]
        #Option     "XvMCUsesTextures"      # [<bool>]
        #Option     "HorizSync"             # <str>
        #Option     "VertRefresh"           # <str>
        #Option     "AllowGLXWithComposite"    # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Code:

X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.10-gentoo-r6 i686 [ELF]
Current Operating System: Linux a178024 2.4.26-gentoo-r9 #1 Mon Mar 14 23:47:58 GMT 2005 i686
Build Date: 18 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.0.log", Time: Wed Mar 16 10:11:52 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) 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.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80010004, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0686 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 0c,05,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1458,a000 rev 20 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 1131,3400 card 1436,4001 rev 01 class 07,03,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8139 card 1429,d010 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,002d card 0000,0000 rev 15 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd9c00000 - 0xddcfffff (0x4100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] rev 21, Mem @ 0xde000000/24, 0xda000000/25, BIOS @ 0xdfef0000/16
(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 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [1] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [2] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [3] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [4] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [6] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [7] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [8] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [9] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [10] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [11] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [12] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [1] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [2] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [3] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [4] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [6] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [7] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [8] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [9] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [10] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [11] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [12] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) 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   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [6] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [7] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [8] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [9] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [13] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [18] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [19] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) 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.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.0, 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.0, 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.0, 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.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) 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.0, 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.0, 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   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [6] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [7] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [8] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [9] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [13] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [18] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [19] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) 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   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [6] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [7] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [8] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [9] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [10] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [11] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [12] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [16] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [17] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [21] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [22] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [24] 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): Option "IgnoreDisplayDevices" "TV"
(--) NVIDIA(0): Linear framebuffer at 0xDA000000
(--) NVIDIA(0): MMIO registers at 0xDE000000
(II) NVIDIA(0): NVIDIA GPU detected as: RIVA TNT2 Model 64/Model 64 Pro
(--) NVIDIA(0): VideoBIOS: 02.05.13.00.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 2X
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 250 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 250 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 215 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.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Monitor0: Using default hsync range of 30.00-95.00 kHz
(II) NVIDIA(0): Monitor0: Using default vrefresh range of 47.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 250.00 MHz
(WW) (640x350,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x175,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x400,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x200,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (720x400,Monitor0) mode clock 35.5MHz exceeds DDC maximum 0MHz
(WW) (360x200,Monitor0) mode clock 17.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 12.6MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 20MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 25MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 24.75MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.3MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 28.15MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 44.9MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 22.45MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 32.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 75MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 37.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.8MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 39.4MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 47.25MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (576x432,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 74.25MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 67.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 81MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 87.75MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 101.25MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 0MHz
(WW) (896x672,Monitor0) mode clock 102.4MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 0MHz
(WW) (928x696,Monitor0) mode clock 109.15MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 0MHz
(WW) (960x720,Monitor0) mode clock 117MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (832x624,Monitor0) mode clock 57.284MHz exceeds DDC maximum 0MHz
(WW) (416x312,Monitor0) mode clock 28.642MHz exceeds DDC maximum 0MHz
(WW) (1152x768,Monitor0) mode clock 64.995MHz exceeds DDC maximum 0MHz
(WW) (576x384,Monitor0) mode clock 32.497MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 61MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 77.9MHz exceeds DDC maximum 0MHz
(WW) (1600x1024,Monitor0) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,Monitor0) mode clock 53.455MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(WW) (1024x768,Monitor0) mode clock 133.475MHz exceeds DDC maximum 0MHz
(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)
(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 "1920x1440" (width 1920 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1600)
(WW) NVIDIA(0): Not using mode "1856x1392" (width 1856 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1600)
(WW) NVIDIA(0): Not using mode "1792x1344" (width 1792 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1600)
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "1400x1050":
(WW) NVIDIA(0):   horizontal sync width (1784 - 1464 = 320) greater than 256
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 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": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (126, 126)
(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.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.0, 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   0xda000000 - 0xdbffffff (0x2000000) MX[B]
   [1] 0   0   0xde000000 - 0xdeffffff (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   0xdfffff00 - 0xdfffffff (0x100) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
   [10] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
   [11] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [18] -1   0   0x0000c800 - 0x0000c80f (0x10) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [20] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [21] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [23] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [24] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [25] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [26] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1600x1200"
(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"
(==) 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)
(--) Mouse0: PnP-detected protocol: "ImPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded

Code:
# /etc/rc.conf: Global startup script configuration settings
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.22 2003/10/21 06:09:42 vapier Exp $

# Use KEYMAP to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.  This setting is used by the
# /etc/init.d/keymaps script.

KEYMAP="de"

# Should we first load the 'windowkeys' console keymap?  Most x86 users will
# say "yes" here.  Note that non-x86 users should leave it as "no".

SET_WINDOWKEYS="no"

# The maps to load for extended keyboards.  Most users will leave this as is.

EXTENDED_KEYMAPS=
#EXTENDED_KEYMAPS="backspace keypad"

# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console.  You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).

CONSOLEFONT="default8x16"

# CONSOLETRANSALTION is the charset map file to use.  Leave commented to use
# the default one.  Have a look in /usr/share/consoletrans for a selection of
# map files you can use.

#CONSOLETRANSLATION="8859-1_to_uni"

# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time).  If your clock is set to the local time, then set CLOCK
# to "local".  This setting is used by the /etc/init.d/clock script.

CLOCK="UTC"

# Set EDITOR to your preferred editor.

EDITOR="/bin/nano"
#EDITOR="/usr/bin/vim"
#EDITOR="/usr/bin/emacs"

# Set PROTOCOLS to the protocols that you plan to use.  Gentoo Linux will only
# enable module auto-loading for these protocols, eliminating annoying module
# not found errors.
#
# NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!!
#
# Num   Protocol
# 1:    Unix
# 2:    IPv4
# 3:    Amateur Radio AX.25
# 4:    IPX
# 5:    DDP / appletalk
# 6:    Amateur Radio NET/ROM
# 9:    X.25
# 10:   IPv6
# 11:   ROSE / Amateur Radio X.25 PLP
# 19:   Acorn Econet

# Most users want this:
PROTOCOLS="1 2"

#For IPv6 support:
#PROTOCOLS="1 2 10"

# What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER="gdm"

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

Xsession="xfce"


Hoffe mal mir kann jemand helfen, wenn nicht, muss ich leider auf ein anderes System zurückgreifen müssen!
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Wed Mar 16, 2005 1:30 pm    Post subject: Reply with quote

GPM im Runlevel?
Code:

rc-status


[/quote]
Hoffe mal mir kann jemand helfen, wenn nicht, muss ich leider auf ein anderes System zurückgreifen müssen!
[/quote]
daran werden wir dich nicht hindern!


Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Wed Mar 16, 2005 2:49 pm    Post subject: Reply with quote

Ich hatte schon 2-mal ein ähnliches Problem mit nvidia.
Beidesmal hat es geholfen nen älteren Treiber zu wählen. Den neuen 7xxx Treiber habe ich noch nicht probiert,
aber der letzte 6xxx hatte das Problem bei mir.
Der vorletzte 6xxx läuft dagegen wunderbar.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
linuxfan132
n00b
n00b


Joined: 16 Mar 2005
Posts: 16

PostPosted: Wed Mar 16, 2005 2:57 pm    Post subject: Reply with quote

Ich hab den neusten Treiber von NVIDIA installiert! Jetzt funktionierts...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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