這是我後來找到的更改解析度的做法,
我沒有使用較優雅的方式,才疏學淺,我看不太懂系統要做的設定,
所以決定使用較暴力的做法,這麼一來,真的成功可以設定1280x800了!YEAH!!!
不過,我依然無法是用桌面特效,實在遺憾,後來也找了相關解決之道,目前為止都還無法成功,找到時會再分享上來!
我將我的檔案編輯為以下模樣
只是加上文字啦!
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9700"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
原文來自於http://lnlu.spaces.live.com/blog/cns!CC32B006C44EF983!132.entry
原文如下
8月3日
修正s270螢幕解析度 on Ubuntu 7.04 (Feisty)</h4> 我沒有使用較優雅的方式,才疏學淺,我看不太懂系統要做的設定,
所以決定使用較暴力的做法,這麼一來,真的成功可以設定1280x800了!YEAH!!!
不過,我依然無法是用桌面特效,實在遺憾,後來也找了相關解決之道,目前為止都還無法成功,找到時會再分享上來!
我將我的檔案編輯為以下模樣
只是加上文字啦!
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9700"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
原文來自於http://lnlu.spaces.live.com/blog/cns!CC32B006C44EF983!132.entry
原文如下
8月3日
灌完系統,選用 Restricted Drivers Manager
來驅動 ATI Radeon Xpress 200M 後,
發現螢幕解析度最大只能調整到1024 X 768 ,
這不是我這台寬螢幕適合的解析度(1280 X 800 才是),
所以要手動修改:
1. 比較優雅的方式是讓系統自行設定:
sudo dpkg-reconfigure xserver-xorg
fglrx
1280x800
Simple
24位元
2. 但是我比較偏好暴力的作法(老子我跟你拼了):
sudo vim /etc/X11/xorg.conf
是找到以下這行:
Modes "1024x768" "800x600" "640x480
直接改成
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480
然後重起 X Server
sudo /etc/init.d/gdm restart
哈...果然還是要來硬的...
來驅動 ATI Radeon Xpress 200M 後,
發現螢幕解析度最大只能調整到1024 X 768 ,
這不是我這台寬螢幕適合的解析度(1280 X 800 才是),
所以要手動修改:
1. 比較優雅的方式是讓系統自行設定:
sudo dpkg-reconfigure xserver-xorg
fglrx
1280x800
Simple
24位元
2. 但是我比較偏好暴力的作法(老子我跟你拼了):
sudo vim /etc/X11/xorg.conf
是找到以下這行:
Modes "1024x768" "800x600" "640x480
直接改成
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480
然後重起 X Server
sudo /etc/init.d/gdm restart
哈...果然還是要來硬的...
請先 登入 以發表留言。