View previous topic :: View next topic |
Author |
Message |
uncledelphi n00b
Joined: 03 Feb 2005 Posts: 2 Location: Alabama
|
Posted: Thu Feb 03, 2005 1:06 am Post subject: nvidia module causing Xorg to lock up |
|
|
Greetings. I am having an annoying problem, and haven't found the soultion online. When I installed the nvidia video driver per the instructions in the "Gentoo Linux nVidia Guide." Now when Xorg tries to start up, it goes to a totally black screen and locks up. I mean hard lock, caps- and num-lock don't even work. I have to do a hard reset. It works when I change Driver from nvidia to nv, but then video files look horrible when using xine.
All software on my system was compiled from new sources, no older than this past Sunday (1-31-05). Everything was compiled via portage. Kernel is 2.6.10-gentoo-r6. 4k stacks are disabled. The motherboard is ASUS A7N266-VM.
Below is a snippet from my xorg.conf file. Any help would be GREATLY appreciated.
Code: |
Section "Monitor"
Identifier "IMBP201"
HorizSync 30 - 107
VertRefresh 50-160
EndSection
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
# VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "IMBP201"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
| [/code] |
|
Back to top |
|
|
adsmith Veteran
Joined: 26 Sep 2004 Posts: 1386 Location: NC, USA
|
Posted: Thu Feb 03, 2005 1:07 am Post subject: |
|
|
If you are using udev, are you loading the nvidia module at boot time? (you should be!) |
|
Back to top |
|
|
uncledelphi n00b
Joined: 03 Feb 2005 Posts: 2 Location: Alabama
|
Posted: Thu Feb 03, 2005 1:09 am Post subject: |
|
|
Yes, the module is loaded at boot time. It says that it is loaded ok. |
|
Back to top |
|
|
jmk Tux's lil' helper
Joined: 07 Jul 2003 Posts: 130 Location: Stockholm
|
Posted: Wed Feb 09, 2005 9:58 pm Post subject: |
|
|
In your x config file is your pointer using the device /dev/mouse?
If it is try to set it to /dev/input/mice instead, that solved my problems. _________________ Adopt an unanswered post today.
Join the adopt an unanswered post initiative. |
|
Back to top |
|
|
PV-Patrick n00b
Joined: 10 Apr 2005 Posts: 24 Location: California
|
Posted: Thu Apr 14, 2005 6:13 am Post subject: |
|
|
Anyone else have any ideas about this? I am having the same problem, I can't use the nvidia driver as it just completly locks up my machine. I am trying to get past 1024x768 resolution in 24 Depth but can't seem to do so, any tips? |
|
Back to top |
|
|
yoyo Bodhisattva
Joined: 04 Mar 2003 Posts: 4273 Location: Lyon - France
|
Posted: Thu Apr 14, 2005 8:01 am Post subject: |
|
|
There are some problems with latest nvidia-kernel (71??) and some video cards (I've got pb with my geforce4 mx440).
So try downgrading nvidia-kernel AND nvidia-glx to stable version. _________________ La connaissance s'accroît quand on la partage.
JCB |
|
Back to top |
|
|
|