LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-07-2007, 03:59 PM   #16
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16

Quote:
Originally Posted by forrestt
What happens if you hit CTRL-ALT-F1? (Note, if you can get a login prompt that way, then CTRL-ALT-F7 (or another F key near 7) will get you back.
I can get to the prompt and back just fine.
 
Old 06-07-2007, 04:02 PM   #17
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Go to the login prompt, log in and then run:
Code:
wget http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/NVIDIA-Linux-x86-1.0-9755-pkg1.run
I know you won't be able to cut and paste, so write it down if you need to.

Then:
Code:
./NVIDIA-Linux-x86-1.0-9755-pkg1.run
and then
Code:
nvidia-xconfig
Editing because I forgot something

After the wget, you will also need to run:
Code:
chmod 700 NVIDIA-Linux-x86-1.0-9755-pkg1.run

Last edited by forrestt; 06-07-2007 at 04:29 PM.
 
Old 06-07-2007, 04:15 PM   #18
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Thanks, ill try it.
 
Old 06-07-2007, 04:30 PM   #19
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Ok, I was able to download it, but when I tried to run it, it said: Permission Denied. I was logged in as root when I downloaded it.

What do I do now?

Edit

I didn't do the chmod, ill go do it right now.

Last edited by gamewolf; 06-07-2007 at 04:33 PM.
 
Old 06-07-2007, 04:45 PM   #20
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Ok I did chmod and ./NVIDIA...
It worked, but the installer said it need 'cc' in the path and I should check for gcc. What do I do now?
 
Old 06-07-2007, 04:48 PM   #21
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
I'm not a Debian expert, but you need to aptget gcc. I'm not sure how the command should be formated.

That or see if you already have it installed, and change your path to include gcc.
 
Old 06-07-2007, 04:54 PM   #22
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Ok, ill see what I can come up with.
 
Old 06-07-2007, 06:12 PM   #23
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Ok, I installed it successfully, but now it wants me to install libc. I don't know where to find it though...

Edit

I have found glibc and I am going to extract it and see if it works.

Last edited by gamewolf; 06-07-2007 at 06:36 PM.
 
Old 06-07-2007, 10:16 PM   #24
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
I extracted the gnu libc, but now it wants me to compile it. I am not sure what to do...can anyone help?
 
Old 06-08-2007, 10:56 AM   #25
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Can anyone help?
 
Old 06-08-2007, 12:14 PM   #26
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
There wasn't a binary package?
 
Old 06-08-2007, 02:06 PM   #27
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
The VertRefresh and HorizSync don't match the specs of the monitor. So change it

Quote:
Horizontal scan range
30 - 81 kHz
Vertical scan range
56 - 76 Hz
Source: http://www.dell.com/content/products...=22&l=en&s=dfh
If that does not help, add the following to the device section of your xorg.conf
Code:
Option "UseEdidFreqs" "FALSE"
Option "UseEDID" "FALSE"
First try only the first one, next the second one and last both.
 
Old 06-08-2007, 03:41 PM   #28
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
Ill give that a try.

(There wasn't a binary.)
 
Old 06-08-2007, 06:48 PM   #29
gamewolf
Member
 
Registered: Jun 2007
Distribution: Debian Sid, Slackware 13.37
Posts: 204

Original Poster
Rep: Reputation: 16
I finally got everything worked out. Thanks for all your help.
 
Old 06-09-2007, 09:58 AM   #30
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Glad to hear; please post final solution so others can solve a similar problem.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot display this video mode silverdot Red Hat 10 04-26-2006 11:10 AM
Cannot display this video mode mattp Linux - General 1 10-24-2005 03:08 PM
cannot display video mode bkthomas18 Slackware 4 02-24-2005 07:18 PM
Confused: Monitor display a 'video input out of range.' Rush_898 Red Hat 3 04-02-2004 12:28 AM
RH9 cannot display video mode in X hanserr Linux - Newbie 2 02-04-2004 05:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration