LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Nvidia driver crash on fresh slack12 (https://www.linuxquestions.org/questions/slackware-14/nvidia-driver-crash-on-fresh-slack12-579541/)

MarkVickers 08-24-2007 01:36 PM

Nvidia driver crash on fresh slack12
 
I have an Inno3D Geforce 6600 card and thought it would be nice to use the Nvidia driver.
I have a fresh install of Slackware and have swapped to the generic-smp kernel but the problem is the same on the huge-smp kernel.
The inbuilt "nv" driver works fine and I have done an xorgsetup which has recognised my monitor, mouse, and graphics card. startx brings up KDE no probs.
I then install the Nvidia driver (NVIDIA-Linux-x86-100.14.11-pkg1.run) and run the nvidia setup program that modifies xorg.conf.
Now when I do startx the screen flashes a few times and X crashes with...

Backtrace:
0: X(xf86SigHandler+0x84) [0x80c5404]
1: [0xffffe420]

Fatal server error:
Caught signal 11. Server aborting

giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.

I would include /var/log/Xorg.0.log but it is quite big. If I go into xorg.conf and change "nvidia" to "nv" for the driver startx launches KDE fine.

My PC is a 3GHz Pentium4 HT with 1GB memory.
Anyone any ideas?

Thanks
Mark

Road_map 08-24-2007 02:20 PM

Without your /etc/X11/xorg.conf and var/log/Xorg.0.log files, I think is a mouse configuration problem. Try use:
Code:

Section "InputDevice"

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.  Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"  "4 5 6 7"

EndSection

in your old (default) xorg.conf file (it was renamed xorg.conf.backup by nvidia-xconfig). Personally I don't like nvidia-xconfig, I use always xorgconfig. I am a similar video card
Code:

01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev a2)

MarkVickers 08-25-2007 12:09 PM

I don't think its my mouse definitions as they are working with the "nv" driver. Here are my xorg.conf and Xorg.0.log
Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

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

Section "Files"
    RgbPath        "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
EndSection

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

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
    Option        "XkbModel" "pc104"
    Option        "XkbLayout" "gb"
EndSection

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/mouse"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "PGE"
    ModelName      "GNR TS700"
    HorizSync      31.0 - 81.0
    VertRefresh    56.0 - 75.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName      "NV43 [GeForce 6600/GeForce 6600 GT]"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    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 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux edmund 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686
Build Date: 09 May 2007
        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 Aug 25 17:52:15 2007
(==) Using config file: "/root/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |  |-->Monitor "Monitor0"
(**) |  |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi/:unscaled
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dcd60
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 1462,7580 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,257b card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1462,7580 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1462,7580 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1462,7580 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1462,7580 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1462,7580 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1462,7580 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1462,7580 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1462,7580 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,00f2 card 0000,0000 rev a2 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 8086,1019 card 1462,758c rev 00 class 02,00,00 hdr 00
(II) PCI: 03:03:0: chip 1131,7133 card 17de,7250 rev d0 class 04,80,00 hdr 00
(II) PCI: 03:09:0: chip 1106,3044 card 1462,758d rev 46 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), 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: 0x000d (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xfa800000 - 0xfe8fffff (0x4100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xbff00000 - 0xdfefffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1        0        0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [1] -1        0        0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1        0        0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [3] -1        0        0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1        0        0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1        0        0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1        0        0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, BIOS @ 0xfe8e0000/17
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [1] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [2] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [3] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [4] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [5] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [6] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [7] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [9] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [10] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [11] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [12] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [13] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [14] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [15] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [16] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [17] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [18] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [19] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [20] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [21] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [22] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [1] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [2] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [3] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [4] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [5] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [6] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [7] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [9] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [10] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [11] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [12] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [13] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [14] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [15] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [16] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [17] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [18] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [19] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [20] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [21] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [22] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [5] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [7] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [8] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [9] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [10] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [12] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [13] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [14] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [15] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [16] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [19] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [20] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [21] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [22] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [23] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [25] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [26] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [27] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [28] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [29] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [30] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [31] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.11  Wed Jun 13 18:58:58 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.2.99.905, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  100.14.11  Wed Jun 13 18:23:34 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
        compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [5] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [7] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [8] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [9] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [10] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [12] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [13] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [14] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [15] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [16] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [19] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [20] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [21] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [22] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [23] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [24] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [25] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [26] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [27] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [28] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [29] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [30] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [31] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [5] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [7] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [8] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [9] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [10] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [12] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [13] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [14] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [15] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [16] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [22] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [23] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [24] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [25] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [26] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [27] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [28] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [29] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [30] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [31] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [32] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [33] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [34] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
        [35] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [36] 0        0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT (NV43) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
(--) NVIDIA(0):    PCI:1:0:0:
(--) NVIDIA(0):    PGE GNR TS700 (CRT-0)
(--) NVIDIA(0):    PGE GNR TS700 (CRT-1)
(--) NVIDIA(0): PGE GNR TS700 (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): PGE GNR TS700 (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0):
(WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(WW) NVIDIA(0):    will be used as the requested mode.
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):    "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
(--) NVIDIA(0):    option
(==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B]
        [1] 0        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B]
        [2] 0        0        0xfd000000 - 0xfdffffff (0x1000000) MX[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        0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
        [8] -1        0        0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [9] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[B]
        [10] -1        0        0xfebff900 - 0xfebff9ff (0x100) MX[B]
        [11] -1        0        0xfebffa00 - 0xfebffbff (0x200) MX[B]
        [12] -1        0        0x50000000 - 0x500003ff (0x400) MX[B]
        [13] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [14] -1        0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [15] -1        0        0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
        [16] -1        0        0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [17] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [18] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [19] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [20] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [21] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [22] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1        0        0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [25] -1        0        0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [26] -1        0        0x0000d800 - 0x0000d83f (0x40) IX[B]
        [27] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [28] -1        0        0x00000c00 - 0x00000c1f (0x20) IX[B]
        [29] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [30] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [31] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [32] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[B]
        [34] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [35] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[B]
        [36] -1        0        0x0000e400 - 0x0000e41f (0x20) IX[B]
        [37] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[B]
        [38] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [39] 0        0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)

Backtrace:
0: X(xf86SigHandler+0x84) [0x80c5404]
1: [0xffffe420]

Fatal server error:
Caught signal 11.  Server aborting


manwichmakesameal 08-25-2007 12:23 PM

The nv driver conflicts with the nvidia driver. If you want to use the nvidia driver, try recompiling the kernel without the nv driver. Or you may be able to get by with just
Code:

modprobe -r nv
I'm not sure about just unloading the module, as I usually just compile without the nv module.

Road_map 08-25-2007 12:26 PM

Your xorg.conf file is incomplete. Here is my working xorg.conf file:
Code:

# File generated by xorgconfig.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
#      Option    "omit xfree86-dga"  # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"

# This loads the GLX module
    Load      "glx"
    Load      "dri"
    Load      "GLcore"
#    Load      "record"
#    Load      "xtrap"

EndSection

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

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath    "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    FontPath  "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath  "/usr/X11R6/lib/X11/fonts/TTF/"
    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/"
    FontPath  "/usr/X11R6/lib/X11/fonts/local/"
    FontPath  "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath  "/usr/X11R6/lib/X11/fonts/cyrillic/"

# The module search path.  The default path is shown here.

    ModulePath "/usr/X11R6/lib/modules"

EndSection

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

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

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

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

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option    "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"      "1 2 3"

#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    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 and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto" # Auto detect
    Option "Device"      "/dev/mouse"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.  Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"  "4 5 6 7"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver    "magellan"
#    Option    "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver    "spaceorb"
#    Option    "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver    "microtouch"
#    Option    "Device"        "/dev/ttyS0"
#    Option    "MinX"          "1412"
#    Option    "MaxX"          "15184"
#    Option    "MinY"          "15372"
#    Option    "MaxY"          "1230"
#    Option    "ScreenNumber"  "0"
#    Option    "ReportingMode" "Scaled"
#    Option    "ButtonNumber"  "1"
#    Option    "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver    "elo2300"
#    Option    "Device"        "/dev/ttyS0"
#    Option    "MinX"          "231"
#    Option    "MaxX"          "3868"
#    Option    "MinY"          "3858"
#    Option    "MaxY"          "272"
#    Option    "ScreenNumber"  "0"
#    Option    "ReportingMode" "Scaled"
#    Option    "ButtonThreshold"      "17"
#    Option    "ButtonNumber"  "1"
#    Option    "SendCoreEvents"
# EndSection

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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "LG1750SQ"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync  30-83

#    HorizSync  30-64        # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 56-75

    Option      "DPMS"  "True"

EndSection


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

# Any number of graphics device sections may be present

# Device configured by xorgconfig:

Section "Device"
    Identifier  "ATI"
    Driver      "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 6600"
    VideoRam    262144
    # Option "TripleBuffer" "true"
    # Insert Clocks lines here if appropriate
EndSection

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

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI"
    Monitor    "LG1750SQ"
    DefaultDepth 24
    Option      "RenderAccel"            "True"
    Option      "AllowGLXWithComposite"  "True"
    Option      "AddARGBGLXVisuals"      "True"
    Option      "DisableGLXRootClipping" "True"
    Option      "TwinView"              "1"
    Option      "metamodes"              "CRT: 1280x1024 +0+0, TV: 1024x768 +0+0"
    Option      "SecondMonitorHorizSync" "30-50"
    Option      "SecondMonitorVertRefresh" "60"
    Option      "TVStandard"            "PAL-B"
    Subsection "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection


Carpo 08-25-2007 02:53 PM

i would go with the original xorg.conf - i have had issues with the nvidia installers version or xorg.conf

arubin 08-25-2007 06:21 PM

I was getting system freezes with Slackware 12 and NVIDIA-Linux-x86-100.14.11-pkg1.run.


No problems however with NVIDIA-Linux-x86-1.0-9755-pkg1.run

MarkVickers 08-26-2007 03:04 PM

Well, I've compiled my own kernel (using 2.6.22.5) without any graphics drivers enabled and get the same problem.

I've tried Road_Map's xorg.conf same problem. Gone back to the original xorg.conf and modified it to use the nvidia driver, same problem.

I don't see how using NVIDIA-Linux-x86-1.0-9755-pkg1.run would help as this doesn't support my graphics card. I may give that a go later though.

In all variations so far startx bombs out in exactly the same place i.e. after the...
(II) resource ranges after preInit:
dumps out a load of numbers.

Any other suggestions of how to overcome this will be appreciated. Has anyone else had the same problem? Did you fix it or have you given up?

Regards
Mark

dive 08-26-2007 03:23 PM

Quote:

Originally Posted by manwichmakesameal (Post 2870306)
The nv driver conflicts with the nvidia driver.

Sorry but I have never found that at all. I use the nv driver as a backup when playing with settings etc. and don't want to use the nvidia driver. I have both on my system and have no problems at all.

To the OP, if you say your original xorg.conf was working fine then letting the nvidia installer generate a new one might have messed up some settings. What happens if you revert back to your original file and just change the driver from 'nv' to 'nvidia' by hand?


All times are GMT -5. The time now is 04:27 PM.