[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NVidia Freeze



debian-user-digest-request@lists.debian.org wrote:

------------------------------------------------------------------------


debian-user-digest Digest				Volume 2006 : Issue 525

Today's Topics:
  NVIDIA Freeze                         [ Keats <keatsy@free.fr> ]


------------------------------------------------------------------------

Subject:
NVIDIA Freeze
From:
Keats <keatsy@free.fr>
Date:
Fri, 3 Mar 2006 08:58:52 +0100
To:
debian-user@lists.debian.org

To:
debian-user@lists.debian.org


hello, i ve tried all i can do but whatever i do, if i use the driver "nvidia" it freeze my computer. i m tired of doing hard reboots after tests thanx if there is any suggestion it's a fresh install of debian, i was using gentoo before... i've tried installing the driver in different ways : the debian one and with nvidia installer same result i 've also tried different versions of kernel... the current one is 2.6.15 with preempt and regparms and 4k stacks here my xorg.conf the only thing i change is : nv-> nvidia and it freezes

I too have the GeForce4 420 Go in a Toshiba T2100.
in the Readme file (you may need to get it from NVidia) there is a section giving options. Try adding the line below - just below the:
	Driver 		"nvidia"
	Option		"IgnoreEDID"	"true"

On my laptop then hardware reports the wrong settings to the driver - which causes it to freeze.


Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "evdev"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV17 [GeForce4 420 Go]"
        Driver          "nv"
Add:
	  Option	  "IgnoreEDID"	"true"

#       BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Belinea"
        Option          "DPMS"
        HorizSync       30-96
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV17 [GeForce4 420 Go]"
        Monitor         "Belinea"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection


<snip>

Hope this helps.

Tim



Reply to: