Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SOLVED-"Out of Scan Range" on monitor for 2007 amd64 install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Tue Apr 15, 2008 10:23 pm    Post subject: SOLVED-"Out of Scan Range" on monitor for 2007 amd Reply with quote

I'm attempting the 2007 install and everything appears to have loaded correctly. When it starts up xorg, I get a big white box on my Sony Multiscan 200GS monitor that says "Out of Scan Range". I have an Nvidia 7950 GT graphics card, and I noticed that the card wasn't included on the list of drivers. I noticed it had the 7900 GT and 7900 GS, but no 7950 GT.

Are the 7950 GT drivers based on the 7900 drivers and could it possibly be some other problem, or are the 7950 GT drivers entirely separate? If it is the drivers, are there any generic drivers I could load just to get the install working?

Thanks in advance.

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.


Last edited by Maliwik on Mon Apr 28, 2008 7:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
Raptor85
Apprentice
Apprentice


Joined: 29 Dec 2007
Posts: 208

PostPosted: Tue Apr 15, 2008 11:40 pm    Post subject: Reply with quote

try editing your xorg.conf file to the video mode/frequency your monitor requires. I've had to do this many times before, especially with older monitors that only run at 60hz. (driver defaulted to 65hz and the monitor reports "out of range" error)
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Tue Apr 15, 2008 11:57 pm    Post subject: Reply with quote

I found the specs online and set the HorizSync to 35-85 and the VertRefresh to 50-120. These are the exact numbers that the specs showed.

Unfortunately, I get the same message.

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Wed Apr 16, 2008 9:27 pm    Post subject: Reply with quote

I downloaded the Nvidia drivers from the http://www.nvidia.com/ site on my windows partition and put it in a FAT32 partition and booted the LiveDVD. I then mounted the FAT32 partition to a directory named /mnt/gentoo/shared.
I then typed sh NVIDIA-Linux-x86_64-169.12-pkg2.run and it brought me to a screen that said:
Code:
No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface from the NVIDIA ftp site (ftp://download.nvidia.com/)?

I selected "No" because I wasn't connected to the internet and then it said:
Code:
No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface.

So I selected "OK".

Then a screen comes up that says:
Code:
ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure to have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.

and I selected "OK"
Finally, it says:
Code:
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com


So now that the Nvidia installation won't work, I decide to attempt to install the wireless drivers (that I've successfully installed on other machines) in order to at least get internet so I could fix this.

The drivers for my Linksys WUSB54GC Compact Wireless-G USB Adapter are based on the rt73 drivers that I found here. I follow the instructions, untar it, and go to the Module directory and type make.

I get back this:
Code:
make: *** /lib/modules/2.6.19-gentoo-r5/build: No such file or directory. Stop.
rt73.ko failed to build!
make: *** [module] Error 1


Keep in mind, I'm doing this all from the 2007 amd64 installation DVD.

Is there any way I can remedy this and someway boot into X?

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Mon Apr 28, 2008 3:38 am    Post subject: Reply with quote

Would anybody have a solution to this? I've actually been preoccupied with college to try to mess around too much with it, but if there's an easy-fix for what's happening, I'd like to try to get it working.

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
tatotato
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2008
Posts: 119
Location: All Along the Watchtower

PostPosted: Mon Apr 28, 2008 3:43 am    Post subject: Reply with quote

You need to recompile these drivers either into your kernel or as modules for it.

To install the NVidia driver all you should need to do is

Code:
emerge gentoo-sources


and then re-run the installer.


It seems you need version 2.6.19 for the other driver. I personally do not know what to do there, but I'm sure someone else on the forums will.


I hope what little information I provided helps.
_________________
|spectre-net - my site about nothing | OOSBÈ! DOOVDÈ! | Take me to your dealer |
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Mon Apr 28, 2008 3:46 am    Post subject: Reply with quote

Thanks, I'll give it a shot tomorrow. Eyes are bugging out from staring at the computer screen so long haha

I'll deliver my results tomorrow. =)

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
AllenJB
Veteran
Veteran


Joined: 02 Sep 2005
Posts: 1285

PostPosted: Mon Apr 28, 2008 7:06 am    Post subject: Reply with quote

Just emerging gentoo-sources may not be enough. You also need to make sure that the /usr/src/linux symlink is pointing to the source for your current kernel. You can do this using the eselect utility ("emerge -a eselect") by running "eselect profile list" then "eselect profile set #" where # is the number of the entry you wish to use.
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Mon Apr 28, 2008 3:38 pm    Post subject: Reply with quote

Can I do all of this without being online?
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Mon Apr 28, 2008 7:09 pm    Post subject: Reply with quote

I got it working by selecting the lowest settings possible for everything in the xorgconfig and selecting generic VESA compatible.

My icons are the size of Texas, but at least I can do a graphic install now =)

--Mike
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
jfp
Guru
Guru


Joined: 08 Jul 2007
Posts: 326
Location: Virginia, USA

PostPosted: Mon Apr 28, 2008 7:27 pm    Post subject: Reply with quote

With regard to nvidia, you have two basic choices - Either use the in kernel drivers, or use the proprietary nvidia-drivers.

I don't see mention in the thread. Are you trying use the in kernel nvidia drivers? I have never used them myself, prefering to hold my nose and use the proprietary drivers.

if you don't mind using the proprietary drivers try emerge nvidia-drivers and see if that helps.
_________________
jfp
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum