tejohnso.github.com

tejohnso


xorg.conf

Section "Device"
	Identifier "vid1"
	Driver "vboxvideo"
EndSection

Section "Screen"
	Identifier "default"
	Device "vid1"
	SubSection "Display"
		Depth 24
		Modes "1920x1080"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier "defaultLayout"
	Screen "default"
EndSection