[fedora-virt] F12 virtual screen resolution

Jerry James loganjerry at gmail.com
Fri Dec 11 15:49:54 UTC 2009


2009/12/11 Brendan Whelan <b_whelan at mistral.co.uk>:
> The only options in the guest are 640x480 and 800x600.
> I don't know where the list is stored where I could add another set of
> values.
> Brendan

I do this with the following /etc/X11/xorg.conf file.  You'll want to
adjust the resolutions in the "Modes" line for your screen.

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "cirrus"
EndSection

Section "Monitor"
	Identifier  "Monitor0"
	HorizSync   31.5-62.5
	VertRefresh 50-70
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x800" "1024x768"
	EndSubSection
EndSection

Regards,
-- 
Jerry James
http://www.jamezone.org/




More information about the Fedora-virt mailing list