Monitors Wrong way on Guest session

Ralf Mardorf silver.bullet at zoho.com
Tue Jun 28 17:34:25 UTC 2016


On Tue, 28 Jun 2016 17:46:56 +0100, Paul Groves wrote:
>Does anyone know how to swap the monitors permanently on the guest 
>session so the guest doesn't have to go to display settings every
>single time they login?
>
>I am using Ubuntu 16.04 64-bit

xorg.conf

https://wiki.ubuntu.com/X/Config
http://manpages.ubuntu.com/manpages/xenial/man5/xorg.conf.5.html

[rocketmouse at archlinux ~]$ cat /mnt/moonstudio/etc/issue
Ubuntu 15.10 \n \l

[rocketmouse at archlinux ~]$ cat /mnt/moonstudio/etc/X11/xorg.conf
Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "dbe"
	Load  "dri2"
	Load  "glx"
	Load  "record"
	Load  "GLcore"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Plug 'n' Play"
	ModelName    "Plug 'n' Play"
	DisplaySize  305 230
	HorizSync    29-98
	VertRefresh  50-120
	modeline 	 "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
	Gamma	     1.0
EndSection

Section "Device"
	Identifier   "Card0"
        Driver   "radeon"
       #Driver   "vesa"
EndSection

Section "Screen"
	Identifier   "Screen0"
	Device       "Card0"
	Monitor      "Monitor0"

	Defaultdepth 24
	SubSection   "Display"
		Depth    24
		Modes    "1152x864"
	EndSubSection
EndSection
[rocketmouse at archlinux ~]$ cat /mnt/moonstudio/etc/X11/xorg.conf.d/*
Section "ServerFlags"
    Option "BlankTime"   "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime"     "0"
EndSection
#Section "InputClass"
#       Identifier "keyboard"
#       MatchIsKeyboard "yes"
#       Option "XkbLayout" "de"
#       #Option "XkbVariant" "nodeadkeys"
#EndSection





More information about the ubuntu-users mailing list