/etc/X11/xorg.conf:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1280x800" "1024x768" "800x600"
Virtual 2720 1280
#Virtual 2720 1024
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
本文档展示了一个具体的 /etc/X11/xorg.conf 文件配置示例,详细定义了显示器的分辨率选项、颜色深度及虚拟显示区域等关键设置。
4457

被折叠的 条评论
为什么被折叠?



