gksudo gedit /etc/X11/xorg.conf
然後加入以下的資訊,就讓它至少能跳出1280x1024的選項。意思就是,如果你的解析度不對的話,也可以這樣自己修正。當然要特別注意HorizSync跟VertRefresh的數字不要超過螢幕實際規格,要不然可能會有不可預期的後果。
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31-75
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
沒有留言:
張貼留言