LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-05-2010, 12:28 PM   #1
senorsmile
LQ Newbie
 
Registered: Jun 2010
Posts: 3

Rep: Reputation: 0
can't see gui on new debian 5 install "frequency out of range"


I have installed Debian for the first time. I am having troubles with my old school monitor though.

Upon boot up I can press CTRL+ALT+F1 to see a text only screen, but CTRL+ALT+F7 causes my monitor to say "frequency out of range". I googled and found that I can press CTRL+ALT+"+" to change the X.org resolution. If I do this about five times I finally see a screen. However, the resolution must be too high because in order to see other parts of the screen I have to "scroll" with the mouse off the edges of the screen. Furthermore, if I go to System->Preferences->Screen Resolution, Resolution and Refresh rate are blank. So, I can't change the resolution.

Any help would be greatly appreciated!
 
Old 06-05-2010, 03:28 PM   #2
radiodee1
Member
 
Registered: Oct 2006
Location: New York
Distribution: Debian
Posts: 675
Blog Entries: 11

Rep: Reputation: 36
You might create your own xorg.conf file. To do that you end up googling your exact monitor, to get the HorizSync and VertRefresh rates from the manufacturers site. Then you google on line for example xorg.conf files - who knows you might find someone who has your exact monitor. The xorg.conf file goes in "/etc/X11/". You can find some examples here:

http://www.google.com/search?q=xorg....ample&ie=utf-8
http://dev.gentoo.org/~fmccor/docs/x...xorg.conf.html
http://ubuntuforums.org/showthread.php?t=931280

You should post the monitor name and product number here with further questions if/when you need more help.

Last edited by radiodee1; 06-05-2010 at 03:29 PM.
 
Old 06-05-2010, 04:19 PM   #3
senorsmile
LQ Newbie
 
Registered: Jun 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Ok, I found a thread with someone having the exact same monitor as I do.
Before I continue, I have to add that suddenly the X server fails upon bootup with the error:

Quote:
Failed to start the X server ( your graphical interace). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?

http://www.uluga.ubuntuforums.org/showthread.php?t=516963&page=2

It's the KDS XF-7b
I edited /etc/xorg.conf as such:

Quote:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "KDS XF-7b"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "KDS XF-7b"
EndSection
I am still getting the X server error upon bootup, and it won't go into graphical mode at all.
 
Old 06-05-2010, 09:12 PM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
What video card are you using?
 
Old 06-05-2010, 09:17 PM   #5
senorsmile
LQ Newbie
 
Registered: Jun 2010
Posts: 3

Original Poster
Rep: Reputation: 0
according to lspci:


Quote:
VGA compatible controller: ATI Technologies Inc Device 9710
It's integrated on the motherboard; i.e. not a separate card.
 
Old 06-06-2010, 05:33 AM   #6
radiodee1
Member
 
Registered: Oct 2006
Location: New York
Distribution: Debian
Posts: 675
Blog Entries: 11

Rep: Reputation: 36
I haven't looked closely at the whole thing, but in your xorg.conf file, there's a section that starts like this:

Quote:
Section "Screen"
Identifier "Default Screen"
Monitor "KDS XF-7b"
EndSection
...it needs more info. Here's the same section from my xorg.conf file. Note: you will have to change some things if you copy mine ( like the monitor and maybe the depth and modes )

Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc ATI Default Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800" "1024x768"

	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768"
	EndSubSection
EndSection
finally you probably need to change the section labled "Device". This section should include your graphics card identifier and what driver you want to use (like craigevil was talking about.)

EDIT: you may need other changes or additions, like a "ServerLayout" section, etc.

Last edited by radiodee1; 06-06-2010 at 05:47 AM.
 
  


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
"Frequency Out of Range" Error - ATI X800 - Catalyst 8.3/Ubuntu 8.04 Pinks2 Linux - Hardware 1 04-28-2008 06:51 AM
Monitor Error "Out Of Frequency Range" GCZFFL Ubuntu 6 03-06-2007 04:22 AM
LCD monitor: "out of scan range" won't load gui...how to add or configure peetkato Linux - Newbie 4 01-31-2006 06:29 AM
9.2 error message "Signal frequency is out of range" ? What to do? A6Quattro SUSE / openSUSE 8 09-30-2005 08:59 PM
"Frequency out of Range" at boot mbegovic Fedora 4 06-16-2004 09:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:09 AM.

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