要如何更改螢幕的解析度? [論壇 - Ubuntu基本設定]


正在瀏覽:   1 名遊客


 到底部   前一個主題   下一個主題  [無發表權] 請登錄或者註冊



訪客
要如何更改螢幕的解析度?
Anon:訪客
安裝了 Picasa
結果螢幕的解析度從 1024*768 變成 2048*1536
不知道是不是 wine 的關係
Gnome 下
系統 --> 偏好設定 --> 螢幕
怎樣選擇螢幕解析度就是不變
不知道要怎麼調整回來?

2011/6/6 23:11 | 3b4e1 bf6f5 d58ec fe4c1
應用擴展 工具箱
回覆: 要如何更改螢幕的解析度?

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 70921
EXP: 24
離線
試試看 下述方法 能否幫你
1. 產生 /etc/X11/xorg.conf
以下指令會讓你的桌面關閉 退回 tty 文字模式 (在 wine 模式)
所以 先關閉 所有的 程式 最好 把網路暫時斷線
sudo stop gdm # 退回 tty 文字模式
sudo Xorg -configure # 產生 /etc/X11/xorg.conf
sudo startx # 或 startx
重回 桌面

2. Change your desktop resolution:
sudo gedit /etc/X11/xorg.conf
....................以下是 部分內容........................................................
Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" # 最主要 修改這一行
EndSubSection
EndSection
< Save the file >

3. sudo reboot

如果有錯誤 請把 錯誤訊息 貼上來

2011/6/7 7:20
應用擴展 工具箱


 [無發表權] 請登錄或者註冊


可以查看帖子.
不可發帖.
不可回覆.
不可編輯自己的帖子.
不可刪除自己的帖子.
不可發起投票調查.
不可在投票調查中投票.
不可上傳附件.
不可不經審核直接發帖.