如何配置 Ubuntu 13.10 以全局旋转显示(针对 LDM 和所有用户)?
我有一个带有 x64 处理器的英特尔图形芯片组。lspci 显示我的图形芯片组的以下内容,并且我没有安装任何专有驱动程序:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
我正在使用下面的 xorg 配置文件,它在 Ubuntu 13.04 中完美运行,其中 LDM 和每个用户会话都旋转了 90 度。
但是,这个配置文件在 Ubuntu 13.10 中不再有效。根据其他帖子,我尝试将此文件放在 /etc/X11 中,尝试将此文件放在 /usr/share/X11/ 中,还尝试将其移动到 /usr/share/X11/xorg.conf.d/ 中,并将其重命名为 10-xorg.conf。(我确实确保权限为 -rw-r--r--)。
Section "Monitor"
Identifier "Samsung SyncMaster 171N"
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Option "Rotate" "left"
# Option "PreferredMode" "1280x1024_60.00"
# HorizSync 30.0 - 81.0 # kHz
# VertRefresh 60.0 - 60.0 # Hz
EndSection
Section "Device"
Identifier "Intel"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Samsung SyncMaster 171N"
Device "Intel"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024_60.00"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
答案1
这回答是关键。您只需将 .config/monitors.xml 从您的帐户复制到 /var/lib/ligthdm/.config/monitors.xml,lightdm 就会获取该配置。