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 |
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.
|
|
12-17-2008, 11:41 AM
|
#1
|
LQ Newbie
Registered: Dec 2008
Posts: 3
Rep:
|
fedora video issues
i installed fedora9 on my system with windows xp, but when i boot fedora i get an error "SYNC out of range" i figured out it was d problem of the graphics card drivers but how do i install them if i'm not able to boot into linux??? please help me out
Last edited by pixellany; 12-17-2008 at 01:26 PM.
|
|
|
12-17-2008, 12:28 PM
|
#2
|
Member
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448
Rep:
|
It's actually a problem with your display not working with the default resolution and color depth chosen by Fedora.
When you're on the boot manager window, choose the entry for Fedora, hit "e", then attach "vga=791" to the end of the first line you see (that's the configuration line), then hit "b" to boot.
If this doesn't work, look at the helpful list on the MEPIS website and choose a resolution and color depth your display can handle:
http://www.mepis.org/node/2992
As an important afterthought: Please choose a more informative subject for your post next time - not specifing your problem will make a lot of people turn away without further looking at your posts.
M.
|
|
|
12-17-2008, 12:29 PM
|
#3
|
Member
Registered: Nov 2007
Location: Pakistan
Distribution: Redhat and Debian
Posts: 317
Rep:
|
what was exact error ?
did you try booting it in runlevel 1 or 3 ?
EDIT:- What was the exact error ?
Last edited by hasanatizaz; 12-17-2008 at 02:51 PM.
|
|
|
12-17-2008, 01:32 PM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Please use descriptive thread titles---I changed it to something a little better.
"Sync out of range" sounds like a message from the monitor. Please post the specs on your monitor and what appears in these sections of /etc/X11/xorg.conf:
Code:
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 79.0
VertRefresh 58-62
EndSection
Section "Device"
Identifier "My Video Card"
Driver "nvidia"
EndSection
|
|
|
12-22-2008, 10:40 AM
|
#5
|
LQ Newbie
Registered: Dec 2008
Posts: 3
Original Poster
Rep:
|
fedora video issues
sorry but the suggestion you made didn't solve my problem with the system, and it still shows the same error please suggest me somethin else if possible thanks
|
|
|
12-23-2008, 02:53 AM
|
#6
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Hi,
Please reply in the treath you started, we have no idea what you are talking about.
|
|
|
12-23-2008, 08:14 AM
|
#7
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
I have merged the threads......
nikhil;
Please clarify which suggestion did not work, and--as appropriate--comment on some of the other replies.
|
|
|
12-23-2008, 09:55 AM
|
#8
|
LQ Newbie
Registered: Dec 2008
Posts: 3
Original Poster
Rep:
|
the suggestion made to attach d string "vga=791" in d configuration line it still give the same error "sync out of range" but it does shows me some modes of display but i tried all those modes of display nd still is not workin for me
|
|
|
12-23-2008, 11:03 AM
|
#9
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
nikhil;
You did not respond to my earlier request to post the specs on your monitor, and the relevant portion of the xorg.conf file.
With respect to the "vga=791" option, this needs to be appended to the kernel line in grub. When you hit "e" for edit in the grub page, you should see something similar to this:
Code:
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/sda1 ro
initrd /boot/kernel26.img
This is actually from my menu.lst file---what appears when you go into edit mode is similar.
After adding the "vga" command, it should look like this:
Code:
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/sda1 ro vga=791
initrd /boot/kernel26.img
|
|
|
All times are GMT -5. The time now is 12:28 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
|
|