Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-08-2005, 05:14 AM
|
#1
|
Member
Registered: Sep 2001
Distribution: Ubuntu, Debian, Gentoo
Posts: 162
Rep:
|
nvidia 7174 widescreen laptop 2.6.x xorg = "black screen"
After numerous distribution changes over the last six months and various playing around, I have still not been able to use the official nvidia driver since version 6111. It seems that Nvidia disabled WXGA widescreen support in newer drivers? Is this true? After setting up my config like I always did for <=6111 drivers, I only get a "black screen" when X starts up! I know that it starts up, because I hear the little Ubuntu "drum roll" sound at the login prompt. So why is the screen black/blank?
Does anyone sucessfully have a 2.6.x kernel, running Xorg, with >=6629 nvidia drivers, on a WXGA widescreen LCD laptop display? If so, speak up! I want to know your config. If not, don't try to lecture me on what should work. I want to weed out the frivilous replies. Hopefully someone will come to this thread and resolve the issue and later viewers will be able to learn from it.
Kristian Hermansen
--
This is on a Ubuntu Hoary system, but also didn't work on Gentoo...
|
|
|
04-08-2005, 06:20 PM
|
#2
|
Member
Registered: Sep 2001
Distribution: Ubuntu, Debian, Gentoo
Posts: 162
Original Poster
Rep:
|
Here is the answer from Flonne in channel #ubuntu on irc.freenode.net:
sudo echo "options nvidia NVreg_Mobile=0 NVreg_SoftEDIDs=0" >> /etc/modprobe.d/nvidia-kernel-nkc
I don't know why it works, but it does. Give Flonne a round of applause!
Kristian Hermansen
|
|
|
04-08-2005, 07:44 PM
|
#3
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
It depends on the Modeline not the module (driver) if you only see a blank screen while going into runlevel 5 or 4 (GUI). If you know the specs of the LCD monitor, you can add some modelines. If you do not know the specs of your LCD monitor, you can use knoppix and designate the resolution. Then look for the XF86Config or xorg.conf file in knoppix and copy the modelines in your XF86Config or xorg.conf.
|
|
|
04-09-2005, 01:49 AM
|
#4
|
Member
Registered: Sep 2001
Distribution: Ubuntu, Debian, Gentoo
Posts: 162
Original Poster
Rep:
|
Well, I have tried numerous modelines to no avail. Also, this seems to be a >=6629 driver issue -- since everything worked fine before that version appeared.
Apparently the guy I talked to said this hack has helped many people before me, so I trust that it does not have anything to do with the modeline in fact. He tells me the issue has something to do with some probing that is being done. He also tells me that setting that above value to zero clears things up, because with a default value of three, things get weird. If you know something that I don't, please point me to some documentation to verify your claim ;-)
Kristian Hermansen
|
|
|
04-10-2005, 08:28 AM
|
#5
|
Member
Registered: Oct 2004
Location: Germany
Distribution: Debian
Posts: 274
Rep:
|
I hav the same problem, by toshiba satellite 3000-601 always froze when I started X11 with driver >=6111
after reading this post and the README shipped with the drivers, I did the following:
1) ./NVIDIA-Linux-x86-1.0-7174-pkg1.run --extract-only
2) cd NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv
3) edit os-registry.c
Code:
- static int NVreg_SoftEDIDs = 1;
+ static int NVreg_SoftEDIDs = 0;
[...]
- static int NVreg_Mobile = ~0;
+ static int NVreg_Mobile = 2; // replace the number with the one appr. for you
4) make
5) cd ../../..
6) ./nvidia-installer
7) life long and prosper...
hth,
Florian
|
|
|
All times are GMT -5. The time now is 01:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|