LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-17-2008, 11:41 AM   #1
nikhilmuthal7
LQ Newbie
 
Registered: Dec 2008
Posts: 3

Rep: Reputation: 0
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.
 
Old 12-17-2008, 12:28 PM   #2
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
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.
 
Old 12-17-2008, 12:29 PM   #3
hasanatizaz
Member
 
Registered: Nov 2007
Location: Pakistan
Distribution: Redhat and Debian
Posts: 317
Blog Entries: 1

Rep: Reputation: 35
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.
 
Old 12-17-2008, 01:32 PM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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
 
Old 12-22-2008, 10:40 AM   #5
nikhilmuthal7
LQ Newbie
 
Registered: Dec 2008
Posts: 3

Original Poster
Rep: Reputation: 0
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
 
Old 12-23-2008, 02:53 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Hi,

Please reply in the treath you started, we have no idea what you are talking about.
 
Old 12-23-2008, 08:14 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I have merged the threads......

nikhil;
Please clarify which suggestion did not work, and--as appropriate--comment on some of the other replies.
 
Old 12-23-2008, 09:55 AM   #8
nikhilmuthal7
LQ Newbie
 
Registered: Dec 2008
Posts: 3

Original Poster
Rep: Reputation: 0
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
 
Old 12-23-2008, 11:03 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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
 
  


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
how can I "cat" or "grep" a file to ignore lines starting with "#" ??? callagga Linux - Newbie 7 08-16-2013 06:58 AM
net working eth0 eth1 wlan0 "no connection" "no LAN" "no wi-fi" Cayitano Linux - Newbie 5 12-09-2007 07:11 PM
Standard commands give "-bash: open: command not found" even in "su -" and "su root" mibo12 Linux - General 4 11-11-2007 10:18 PM
"Xlib: extension "XFree86-DRI" missing on display ":0.0"." zaps Linux - Games 9 05-14-2007 03:07 PM
LXer: Displaying "MyComputer", "Trash", "Network Servers" Icons On A GNOME Desktop LXer Syndicated Linux News 0 04-02-2007 08:31 AM

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

All times are GMT -5. The time now is 09:11 PM.

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