Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-03-2007, 07:11 PM   #1 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Exclamation Fc 6--->Sync out of range


Hello friends.Today I installed Fedora core 6 on my pc.Previously it had Win Xp Pro installed.So the system is now dualboot.The installation all went fine but after i selected FC 6 from bootloader.It loads some files like clock setup etc & then gives a message sync out of range.My XP pro is working fine.Plz help.

My System specs:-

P4 2.0 Ghz
768 mb ram (64 mb shared by gfx card)
Via Unichrome ProIGP
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-03-2007, 07:37 PM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Fc 6--->Sync out of range

Wrong section, post in opensource section. Also please post details of your monitor and give your /etc/X11/xorg.conf. Use explore2fs from windows to get that file.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 14-03-2007, 07:43 PM   #3 (permalink)
Right Off the Assembly Line
 
jassi2000's Avatar
 
Join Date: Jan 2007
Posts: 3
Default Re: Fc 6--->Sync out of range

may b the resolution set in not correct
jassi2000 is offline  
Old 14-03-2007, 10:24 PM   #4 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

@Kalpik--I did not found the xorg.conf.The explore2fs also does not show the etc directory.Btw i have Samsung syncmaster 17 inch monitor.

Mods plz move this thread to the open source section.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 14-03-2007, 11:54 PM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Fc 6--->Sync out of range

Do you have the monitor's manual? then post the horizontal and vertical sync rates.
Using those you can run
When grub pops up on starting the computer, press 'e' 2 times. Then type 1 and press esc and then b
Now FC should boot into CLI mode
Code:
xorgconfig
There might be some other tool for fedora too. Maybe prakash or riyaz can help here. Try system-config-display if it's there.
xorgconfig shouldn't be too tough. Mostly you will have to use default values.
When it comes to monitor see if any values matches your monitor's. If no, type 11 and enter the values given in the monitor's manual.
When it asks, "Do you want it written to the current directory as xorg.conf?" press y.
Then type
Code:
cp xorg.conf /etc/xorg.conf
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-03-2007, 08:20 AM   #6 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Fc 6--->Sync out of range

^^ You mean /etc/X11/xorg.conf
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 15-03-2007, 08:27 AM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Fc 6--->Sync out of range

yeah. didn't cross check b4 posting.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-03-2007, 11:29 AM   #8 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

@ Tech your future-->I don't have the monitor's manual.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 15-03-2007, 12:16 PM   #9 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Fc 6--->Sync out of range

You please try explore2fs again.. Im dead sure it shows the /etc directory!
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 15-03-2007, 01:25 PM   #10 (permalink)
Case Mod - 60% ||||||----
 
spynic's Avatar
 
Join Date: Dec 2006
Location: Mumbai
Posts: 116
Default Re: Fc 6--->Sync out of range

input ur monitor details in ur xorg.conf..
it happ wid me too...
here was my xorg for my compaq MV540
Code:
# Xorg configuration created by system-config-display
 
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
 
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
 
Section "Monitor"
 
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "Compaq Presario MV540 Color Monitor"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 54.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
 
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
 
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
__________
c tht ur hori & vertical sync values are correct..
__________
Quote:
Originally Posted by Cool G5
@ Tech your future-->I don't have the monitor's manual.
try dis http://www.short-media.com/articles/...0p_lcd_monitor

else search on samsung

Last edited by spynic; 15-03-2007 at 01:25 PM. Reason: Automerged Doublepost
spynic is offline  
Old 15-03-2007, 03:33 PM   #11 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

@kalpik:I will try it again.
@tech you future:Fc did not booted in comman line.It again booted in the normal way.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 15-03-2007, 08:37 PM   #12 (permalink)
Apprentice
 
cranky's Avatar
 
Join Date: Feb 2007
Posts: 53
Default Re: Fc 6--->Sync out of range

Hmm strange, i feel it should boot into CLI mode as said by tech_your_future, i think u may have missed a space, i mean before typing 1, give a space.

--->Another approach: I had similar problem in ubuntu. When it shows "sync out of range" message, press <ctrl><alt> - OR <ctrl><alt> +
either of these two combination usually reduces your screen resolution and you can altleast see something.... try pressing the above keys two or 3 times if it doesn't work.

If still doesn't work then somebody in this forum will help u out...

If it works , then edit the /etc/X11/xorg.conf file (im sure you will find that file this time) as follows:-

>Your file will be similar to as shown by spynic in prev post. The main problem i feel is the resolution, find this part in the file:-
Code:
Modes "1024x768" "800x600" "640x480"
for a 17" monitor, erase all the resoultions greater than 1024x768, don't erase the lower resolution u may need that.

>Now you should check horizontal & vertical refrsh rate, if u don't know what to set & u don't have a manual, then login to windows, press some of the buttons on ur monitor, it may show something like H:68.5K and V:84 (I don't know how it shows for samsung) OR u can try the values i've mentioned, even i have a 17" inch CRT (non-flat)

>Save the file BUT keep a copy of the old file before saving, u may need it if u edit it wrong.

>It should work correctly the next time u boot

You could have avoided this problem in 1st step of installation itself (i have installed FC about 3-4 times now )....instead of just hitting enter to start the installation, if u had typed at the prompt:
>linux 1024x768
and then enter, i think it would have worked fine.... this is for FC.

careful with the editing!!
__________________
Registered Linux user #426157 (http://counter.li.org/)
cranky is offline  
Old 16-03-2007, 12:54 PM   #13 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

^ cranky-->I tried ur method but it did not help.
Are you sure the linux 1024*768 during installation will work?
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 16-03-2007, 11:16 PM   #14 (permalink)
Apprentice
 
cranky's Avatar
 
Join Date: Feb 2007
Posts: 53
Default Re: Fc 6--->Sync out of range

Hmm i think <ctrl><alt>+ doesn't work on all distros it worked for me on ubuntu....
its : linux 1024x768 not linux 1024*768
note that its an 'x' not '*'

If you are okay with a re-install, then try the above method this time or someone here probably will help u without needing a re-install.
__________________
Registered Linux user #426157 (http://counter.li.org/)
cranky is offline  
Old 17-03-2007, 12:33 AM   #15 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Fc 6--->Sync out of range

The screen where it says "Sync out of range", press Alt+F3. Now you will be in a CLI environment. Now, on this screen write "root" (without quotes) in front of login and press enter...then it will ask you for password. Enter you password and you will be logged in. Now follow tech_your_future's earlier post
Fc 6--->Sync out of range
eddie is offline  
Old 18-03-2007, 03:35 PM   #16 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Unhappy Re: Fc 6--->Sync out of range

@Kalpik-->Explore2fs is only showing me two directories
1-->Grub & 2-->Lost+found(it is empty).

@Eddie-->I tried pressing alt+F3 but it is not booting into CLI mode.

@Cranky-->I even tried reinstalling with "inux 1024x768",still the problem remains unsolved.

Plz help me out.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 18-03-2007, 08:28 PM   #17 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Fc 6--->Sync out of range

alt+F3 needs to be pressed after you boot your system and reach the screen where it says "sync out of range".
eddie is offline  
Old 18-03-2007, 08:54 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Fc 6--->Sync out of range

Shouldn't it be ctrl + alt +F3?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 18-03-2007, 09:56 PM   #19 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

@Eddie-->I pressed it when the screen displayed sync out of range.It is right,naa?
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 18-03-2007, 11:15 PM   #20 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Fc 6--->Sync out of range

Quote:
Originally Posted by tech_your_future
Shouldn't it be ctrl + alt +F3?
It usually works without ctrl when you don't have X working (like switching between virtual consoles) but yes that is a good point.

@Cool G5: Try pressing ctrl+alt+f3. If it still doesn't work then most probably you'll have to use a live CD to edit your xorg.conf file.
eddie is offline  
Old 20-03-2007, 03:28 PM   #21 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

Ctrl+alt+F3 is not working.Can you tell me how to use live cd to edit that file.
I only have live cd's of distro's given in digit.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 20-03-2007, 05:16 PM   #22 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Fc 6--->Sync out of range

FC 6 DVD itself will do. Just boot into rescue mode from it.
It will mount your / partition under /mnt/sysimage
Follow these commands then
Code:
chroot /mnt/sysimage /bin/bash
system-config-display
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 21-03-2007, 09:03 PM   #23 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Re: Fc 6--->Sync out of range

Thanks you very much everybody for your suggestions.

Tech ur future ur solution worked.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 21-03-2007, 10:38 PM   #24 (permalink)
BE FREE
 
Join Date: Apr 2005
Location: Akash Ganga
Posts: 1,565
Default Re: Fc 6--->Sync out of range

I used to get this problem when ever I installed solaris, but i dont know how to solve this?
__________________
"To know that we know what we know, and to know that we do not know what we do not know, that is true knowledge." ~ Copernicus
azaad_shri75 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2