|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在这里你会学到更多的知识,学习linux,更要学习一种geek的精神,python之禅中也说过:以总结分享为荣,以跪求其解为耻;
成绩形貌:linux上岸前后分辩率纷歧致,上岸前分辩率高,上岸后一般。两台显卡一样的呆板碰到一样的成绩,但办理举措分歧。
办理举措:修正/etc/x11/xorg.conf文件。
1、现将呆板1的xorg.conf的文件列出:
.......
Section"Monitor"
###CommentallHorizSyncandVertSyncvaluestouseDDC:
Identifier"Monitor0"
ModelName"Monitor1024x768"
###CommentallHorizSyncandVertSyncvaluestouseDDC:
HorizSync31.5-57.0
VertRefresh50.0-70.0
Option"dpms"
EndSection
Section"Device"
Identifier"Videocard0"
Driver"i810"
EndSection
Section"Screen"
Identifier"Screen0"
Device"Videocard0"
Monitor"Monitor0"
DefaultDepth24
SubSection"Display"
Modes"1024x768"
Viewport00
Depth24
EndSubSection
EndSection
2、现将呆板2的xorg.conf的文件列出:
Section"Monitor"
###CommentallHorizSyncandVertSyncvaluestouseDDC:
###CommentallHorizSyncandVertSyncvaluestouseDDC:
Identifier"Monitor0"
ModelName"Monitor1024x768"
###CommentallHorizSyncandVertSyncvaluestouseDDC:
HorizSync31.5-57.0
VertRefresh50.0-70.0
#ModeLine"1024x768_75.00"81.81024108011921360768769772802-hsync+vsync
Option"dpms"
EndSection
Section"Device"
Identifier"Videocard0"
Driver"i810"
EndSection
Section"Screen"
Identifier"Screen0"
Device"Videocard0"
Monitor"Monitor0"
DefaultDepth24
SubSection"Display"
Modes"1024x768"
Viewport00
Depth24
EndSubSection
EndSection
</p>
如果你想在以后的生涯中在软件行业工作的话,学习linux是一项基本技能,所以打从你打算学习linux那天起,放弃windows吧!因为它除了能给你带来片刻的娱乐,别无其他; |
|