How to find out monitor frequencies?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
katrina
Posts: 6
Joined: Thu 18 Sep 2008, 00:41
Location: Philippines

How to find out monitor frequencies?

#1 Post by katrina »

How do I find out what they are? The installation process didn't detect them properly. :( It's an LCD screen on an MSI Wind U100. I know the resolution is 1024x600.

Currently, it's running a trial version of XP that the shop put in with no extra charge. :p

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

If you kill the display, (by entering Control+Alt+Backspace), then run xorgwizard from the commandline, do either Xorg of Xvesa give you other options?

If they do, try selecting, then restart window manager with xwin

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#3 Post by mikeb »

look in /etc/X11/xorg.conf for this section

Code: Select all

Section "Monitor"
	#DisplaySize	  340   270	# mm
	Identifier   "Monitor0"
	VendorName   "ACR"
	ModelName    "Acer AL1717"
	### Comment all HorizSync and VertSync values to use DDC:
	Option	    "DPMS"
	HorizSync    24.0-80.0
	VertRefresh  49.0-75.0
	#UseModes     "Modes0" #monitor0usemodes
	EndSection
and set vert refresh......most lcd use 60 - 75 htz.....do it manually as it seems the auto detects isn't working.
Restart x to test...or there is xvidtune from the command prompt may help

mike

User avatar
katrina
Posts: 6
Joined: Thu 18 Sep 2008, 00:41
Location: Philippines

#4 Post by katrina »

Hmm...

@mikeb I could be wrong, but shouldn't I already have puppy installed for there to be an xorg.conf for me to look at?

@muggins The other options do not match the resolution of the monitor.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

katrina, do you mean that XP is what is running on the computer now? You haven't tried to install Puppy at all? If so, can you boot Puppy from a CD?

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#6 Post by HairyWill »

what version of puppy are you trying with
I'm not certain but I think support for your display has only just been included in the 4.1 series which is still in beta
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
katrina
Posts: 6
Joined: Thu 18 Sep 2008, 00:41
Location: Philippines

#7 Post by katrina »

@Flash Yes, XP is running on it now. I can boot from my LiveUSB, but I get stuck at the Puppy Video Wizard. It doesn't recognize my screen, so I have to input horizontal and vertical frequencies... which I don't know. :(

@HairyWill Trying with Dingo.


Should I also try with Xvesa?

Pence
Posts: 200
Joined: Sat 30 Jul 2005, 13:27

#8 Post by Pence »

The frequencies of some monitors can be adjusted on the monitor.

felip3
Posts: 4
Joined: Fri 19 Sep 2008, 13:13

#9 Post by felip3 »

I think continue anyway and switch to console (ctrl+alt+f2) and then vi /etc/X11/xorg.conf

and change the refresh rates manually, i have done something similar with my old crt 800x600 monitor

Post Reply