LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   HP nx9105 With Latest Nvidia = Black Screen (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/hp-nx9105-with-latest-nvidia-%3D-black-screen-280783/)

c3nturion 01-22-2005 05:47 AM

HP nx9105 With Latest Nvidia = Black Screen
 
I've got a nx9105 laptop with the nVIDIA GeForce4 420 Go (64 MB). Doesn't really matter which distro I choose, same error occurs.

Installed the new nvidia-drivers and everthing works smoothly, but when trying to start X the screen goes black. And I don't think it's any wrong with the card cause on both SuSE and Windows it works perfectly. And the older nvidia drivers worked smoothly to. The only diffirense with SuSE is that I don't download the driver from Nvidia's homepage, SuSE automaticly update it for me.

So anyone know what to do about this black screen? :scratch:

hw-tph 01-23-2005 07:45 AM

I have the nx9105 with 32MB NV17 video. 6111 worked very well with a modeline set in my xorg.conf, however with the 6629 build the driver would do all sorts of weird stuff. Some gentlemen in the R3000 mailing list (it's the same computer, only a different name) suggested passing some options to the nvidia driver on load and lo and behold - it worked.

The options I pass to the module are as follows:
Code:

NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1

Håkan

jprobs 01-23-2005 08:50 AM

allright!

This is somthing new. 2 weeks ago I installed SimplyMEPIS on my desktop, which has an Nvidia GeForce2 MX 400 card in it, installed nvidia-glx and rebooted......... everything looked fine. Did some experimenting with a different distro and just reinstalled SimplyMEPIS back on my machine yesterday. Installed nvidia-glx again and BAM!! black screen! I got some error message on start up about 6111 module not compatible with this xmodule, etc, etc....

Going to try your fix later today. I will post back the results.

PS .. Where do I put the code you suggested, I am a newbie so I am not sure where to put it?????

hw-tph 01-23-2005 11:51 AM

It's distribution-specific where to put it, but putting this in /etc/modprobe.conf (if present):
Code:

options NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
Second, if the module cannot be loaded you should look into that first. Make sure you have the kernel source for your running kernel in /usr/src/linux and the usual development tools installed before running the nvidia installer.

Håkan

c3nturion 02-02-2005 12:35 AM

To type:
Code:

options NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
in /etc/modprobe.conf dosen't work. Don't think it's that simple, there is just something strange with
this card or there drivers?

hw-tph 02-02-2005 08:15 AM

If it worked with the 6111 drivers but don't with the 6629 ones, those are probably the parameters you need to pass to the module when you load it.

If it *never* did work you're probably missing some configuration item. Do you have a modeline specified for your 1280x800 resolution in your xorg.conf/XF86Config(-4)?


Håkan

c3nturion 02-03-2005 02:06 PM

Here is my modeline in my xorg.conf
Code:

Section "Modes"
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
Modeline "1024x768" 62.35 1024 1056 1184 1312 768 772 776 792 -HSync -VSync
Identifier "Modes0"
EndSection

Currently using 1280x800, the other one doesn't apply.


All times are GMT -5. The time now is 12:56 PM.