Results 1 to 6 of 6
hi, i was just reading this post, and i have a similar problem, i installed ubuntu, then when i tryed to restart the pc, i got the "out of range" ...
- 01-16-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
[SOLVED] hello, need some resolution help
hi, i was just reading this post, and i have a similar problem, i installed ubuntu, then when i tryed to restart the pc, i got the "out of range" signal from my monitor, the max resolution it can handdle is 1280 x 1024 pix, i think ubuntu its using a resolution way higher, and i cant see anything, so can you tellme it there is a way to solve this without graphical interface?, i mean i can enter to the restauration screen, not the normal screen
thanks!!
- 01-16-2009 #2
Hi and Welcome !
Boot up in Failsafe, command line mode and execute this
Add supported HorizSync and VertRefresh rates in Monitor section. Check your Monitor's Manual for supported HorizSync and VertRefresh rates.Code:sudo nano /etc/X11/xorg.conf
Press Ctrl+X, Y and hit Enter key to save file. Execute this to reboot machine :Code:Section "Monitor" Identifier "Monitor0" ModelName "Generic Monitor" HorizSync 30.0 - 71.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection
In case Fedora throws error again, boot up in Failsafe mode and execute thisCode:shutdown -r now
Post output here.Code:sudo lspci | grep -i vga
Last edited by devils casper; 01-16-2009 at 08:15 AM. Reason: typo
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-16-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
thanks!, but still the same
hi, well i tryed out what you said, but when i try to save the file it says "file or directory does not exist"
so i get an error when i try to save the file, im pretty new at linux, any suggestions on saving the file? =s
im trying to save it like /etc/x11/xorg.conf... at least i think thats the directory, i dont have to select a drive like C: or D: ?
and the output for the other comand line is:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8500 GT (rev a1)
thanks!!
- 01-16-2009 #4
If you're able to boot into command line mode or single user mode, you can run the configuration tool. Have as much hardware related information handy as possible. Accept default answers to questions you can't answer. You can run it as many times as you want.
Run this command: sudo dpkg-reconfigure xserver-xorg to start it. You will be able to specify which resolutions you want to enable.
Once you get graphics, you should consider installing proprietary drivers if some exist for your graphics device.
- 01-16-2009 #5You have to install Nvidia driver. First of all, fix GUI so that you can install driver easily.so i get an error when i try to save the file, im pretty new at linux, any suggestions on saving the file? =s
im trying to save it like /etc/x11/xorg.conf... at least i think thats the directory, i dont have to select a drive like C: or D: ?
In case file is empty, just paste code posted in post #2.Code:sudo nano /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-16-2009 #6Just Joined!
- Join Date
- Jan 2009
- Posts
- 3



