感谢支持
我们一直在努力

修改Ubuntu 9.10显示分辨率到1024*768和1280*1024

luther@gliethttp:~$ sudo vim /etc/X11/xorg.conf
# 设置为1024*768添加如下内容
Section “Monitor”
Identifier “Configured Monitor”
Modeline “1024x768_60.00” 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
Option “PreferredMode” “1024x768_60.00”
EndSection


Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection


Section “Device”
Identifier “Configured Video Device”
EndSection


luther@gliethttp:~$ sudo vim /etc/X11/xorg.conf
# 设置为1280*1024添加如下内容
Section “Monitor”
Identifier “Configured Monitor”
Modeline “1280x1024_60.00”  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
Option “PreferredMode” “1280x1024_60.00”
EndSection



Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection



Section “Device”
Identifier “Configured Video Device”
EndSection

赞(0) 打赏
转载请注明出处:服务器评测 » 修改Ubuntu 9.10显示分辨率到1024*768和1280*1024
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏