修改 Fedora 8 螢幕解析度

來源:互聯網
上載者:User

首先在“系統”→“管理”→“顯示”→“硬體”中將顯示器類型改為“Monitor 1024*768”
再修改以下檔案:

######################################################
# Xorg configuration created by system-config-display
# /etc/X11/xorg.conf

Section "ServerLayout"
 Identifier     "single head configuration"
 Screen      0  "Screen0" 0 0
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "VMMouse" "CorePointer"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "kbd"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
 Identifier  "VMMouse"
 Driver      "vmmouse"
 Option     "Device" "/dev/input/mice"
 Option     "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 ModelName    "Monitor 1024x768"
 HorizSync    31.5 - 71.0 #根據自己的顯示器設定
 VertRefresh  60.0 - 85.0 #垂直重新整理率,根據自己的顯示器設定
 Option     "dpms"
EndSection

Section "Device"
 Identifier  "Videocard0"
 Driver      "vmware"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     16
 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.