You are not logged in.

#1 2004-07-26 08:47:57

GGO
Member
From: Kona, Hawaii
Registered: 2004-05-20
Posts: 48
Website

nvidia driver exploded

Ok, I was messing around with the mouse settings in my xorg.conf file, and i go back into X, and I only have 16 colors. When I switch to the nv driver, I have 24 bit color, but no 3D acceleration. I have looked through the log file the x server generates, and it seems that the nvidia driver is loading fine, and I am finding no errors. I feel my video settings are correct, but I am not too confident. Here is my xorg.conf file:

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

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
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"     # <str>
        #Option     "MultisampleCompatibility"     # [<bool>]
        #Option     "RegistryDwords"         # <str>
        #Option     "NoPowerConnectorCheck"     # [<bool>]
        #Option     "AllowDFPStereo"         # [<bool>]
        #Option     "XvMCUsesTextures"       # [<bool>]
        #Option     "HorizSync"              # <str>
        #Option     "VertRefresh"            # <str>
    Identifier  "Card0"
    Driver      "nv"
    VendorName  "nVidia Corporation"
    BoardName   "NV34 [GeForce FX 5200 Ultra]"
    BusID       "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

I will post my X server log, but I need to change the driver over, and grab the output from it first.

Offline

#2 2004-07-26 08:50:56

GGO
Member
From: Kona, Hawaii
Registered: 2004-05-20
Posts: 48
Website

Re: nvidia driver exploded

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.7 i686 [ELF] 
Current Operating System: Linux merlin 2.6.7 #1 SMP Wed Jun 16 07:04:51 PDT 2004 i686
Build Date: 10 July 2004
    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: Sat Jul 24 22:50:09 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/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/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 6.7.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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 6.7.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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1043,80ac rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1043,80ac rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1043,80ac rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1043,80ac rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1043,80ac rev a2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,0321 card 0000,0000 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,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe1ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(--) PCI:*(2:0:0) nVidia Corporation NV34 [GeForce FX 5200 Ultra] rev 161, Mem @ 0xe0000000/24, 0xd8000000/27
(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 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [1] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [2] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [3] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [4] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [5] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [8] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [9] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [10] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [11] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [12] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [1] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [2] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [3] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [4] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [5] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [8] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [9] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [10] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [11] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [12] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 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    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [6] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [7] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [8] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [9] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [16] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [17] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [18] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[b]
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 6.7.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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.6106
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 6.7.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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
    compiled for 6.7.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: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 6.7.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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="X.Org Foundation"
    compiled for 6.7.0, module version = 1.0.1
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
    compiled for 6.7.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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 6.7.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: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.6106
    Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 6.7.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-6106  Wed Jun 23 08:14:45 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02: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    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [6] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [7] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [8] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [9] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [16] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [17] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [18] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [19] -1    0    0x0000d000 - 0x0000d01f (0x20) 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    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [6] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [7] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [8] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [9] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [19] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [20] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [21] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [22] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[b]
    [23] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [24] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 6.7.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 8/8
(==) 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 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xE0000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5200 Ultra
(--) NVIDIA(0): VideoBIOS: 04.34.20.23.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): CRT-0, CRT-1
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 6.7.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Monitor0: Using default hsync value of 93.75 kHz
(II) NVIDIA(0): Monitor0: Using default vrefresh value of 75.00 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 "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 "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)
(**) 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 "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): Display dimensions: (400, 300) mm
(--) NVIDIA(0): DPI set to (101, 101)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
    compiled for 6.7.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/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 6.7.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    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    [1] 0    0    0xe0000000 - 0xe0ffffff (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    0xe2002000 - 0xe2002fff (0x1000) MX[b]
    [8] -1    0    0xe2001000 - 0xe2001fff (0x1000) MX[b]
    [9] -1    0    0xe2000000 - 0xe20000ff (0x100) MX[b]
    [10] -1    0    0xe2005000 - 0xe2005fff (0x1000) MX[b]
    [11] -1    0    0xe2004000 - 0xe2004fff (0x1000) MX[b]
    [12] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [14] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [21] -1    0    0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [22] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [23] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [24] -1    0    0x0000d000 - 0x0000d01f (0x20) 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
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

Offline

#3 2004-07-26 11:33:09

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: nvidia driver exploded

Are you sure your crt can display 1600x1200 and 24 bit colour? Accodring to your log you are using 1600 mode - quite high. And in config you don't specify defaultdepth and resolutions. Also there is no refresh rate for your monitor. Fragment of my config:

Section "Screen"
        Identifier      "MonitorPhilips"
        Device          "NvidiaGeForce4MX440"
        Monitor         "Philips109MP"
        DefaultDepth    24
        Subsection      "Display"
            Depth       8
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection      "Display"
            Depth       16
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection      "Display"
            Depth       24
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

Try adding Modes with "1600x1200" and defaultdepth 24 to yours maybe. If it won't help try lower resolution/refresh rates.

Offline

#4 2004-07-26 17:29:25

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: nvidia driver exploded

your xorg.conf doesn't look good.
If I were you I should make a new one with xorgconfig.


arch + gentoo + initng + python = enlisy

Offline

#5 2004-07-27 09:53:52

GGO
Member
From: Kona, Hawaii
Registered: 2004-05-20
Posts: 48
Website

Re: nvidia driver exploded

First thing, I am quite sure I can run my crt at 1600x1200 with 24 bit color at the default refresh range that X uses. Second thing, is xorgconfig the same thing as X -configure? I'll try it in the meantime.

Offline

#6 2004-07-27 10:53:13

GGO
Member
From: Kona, Hawaii
Registered: 2004-05-20
Posts: 48
Website

Re: nvidia driver exploded

Sorry that I didn't make this clear, but I was using the nvidia driver, but I couldn't get 24 bit color with it after I broke my configuration somehow, so I am now using the nv driver as a temporary solution.

So before I broke it I was happily cruising along with 24 bit color and 3D acceleration with the nvidia driver, but then it broke.

Offline

#7 2004-07-27 12:38:02

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: nvidia driver exploded

Did you try setting default depth like I posted above? This fragment of your log says why x is using 8bpp and not 24bpp

(II) Loading /usr/X11R6/lib/modules/libvgahw.a 
(II) Module vgahw: vendor="X.Org Foundation" 
   compiled for 6.7.0, module version = 0.1.0 
   ABI class: X.Org Video Driver, version 0.7 
(II) NVIDIA(0): Creating default Display subsection in Screen section 
   "Screen0" for depth/fbbpp 8/8 
(==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8 
(==) NVIDIA(0): Default visual is PseudoColor 
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)

and this is from my x log (I'm still using xfree but it shouldn't matter)

(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.4.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.7
(**) 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)

Also your opengl will not work probably because

(WW) NVIDIA(0): OpenGL is only supported in depths 16 and 24

You leave to much default settings and x tries to guess the most safe settings.

Offline

Board footer

Powered by FluxBB