[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vbox-users
Subject:    [vbox-users] =?gb2312?b?tPC4tDogIFJlc29sdXRpb24gcHJvYmxlbSB3aXRo?=
From:       "Magicloud" <magicloud.magiclouds () gmail ! com>
Date:       2008-06-20 1:45:12
Message-ID: 485b0bad.08486e0a.5c35.ffffee3c () mx ! google ! com
[Download RAW message or body]

Yes, it almost works.
As I am using the simpliest xorg.conf as yours, each time I start the vm, I
need to press host+G and host+F twice to make it displays as full screen,
and stays the same if I need to get out of full screen to do something else.

-----ÓʼþÔ­¼þ-----
·¢¼þÈË: vbox-users-bounces@virtualbox.org
[mailto:vbox-users-bounces@virtualbox.org] ´ú±í Dennis Cote
·¢ËÍʱ¼ä: 2008Äê6Ô 20ÈÕ 2:57
ÊÕ¼þÈË: vbox-users@virtualbox.org
Ö÷Ìâ: Re: [vbox-users] Resolution problem with xorg.

wang, shida wrote:
> Hello,
> 
>          I have a debian sid guest in vbox 1.62 on windows xp. My 
> xorg.conf is as attached. While as it turns out, my xorg can only 
> display in 800x600, no matter what mode I set.
> 

You may want to try simplifying your xorg.conf file. There is no need 
for the modelines etc for the virtual monitor.

Mine looks like this:

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
     Driver      "vboxmouse"
     Option      "CorePointer"
	Option 		"Device" 	"/dev/input/mice"
	Option 		"Protocol" 	"ImPS/2"
	Option 		"Buttons" 	"5"
	Option 		"ZAxisMapping" 	"4 5"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
     Driver      "vboxvideo"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth 	24
	SubSection 	"Display"
		Depth	24
		Modes	"1400x900" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

And I can select any of the mode in the guest at runtime.

HTH
Dennis Cote


_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users


_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic