热门标签 | HotTags
当前位置:  开发笔记 > 开发工具 > 正文

修改Ubuntu9.10显示分辨率到1024*768和1280*1024

luther@gliethttp:~$sudovim/etc/X11/xorg.conf#设置为1024*768添加如下内容Section"Monitor"Identifier"ConfiguredMonitor"Modeline"1024x768_60.00"63.501024107211761328768771775798-hsync+vsyncOpti

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


推荐阅读
author-avatar
手机用户2502917141
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有