在 VMware 裡,以及我的 X32 上,安裝 Arch 後,發現螢幕的更新頻率都被設成 76Hz,而且沒有其他選項可以選擇,看了一下 driver 都是 xf86-video-vesa。於是我在VMware裡的Arch,安裝了 xf86-video-vmware,然後再去改 /etc/X11/xorg.con 裡的:
Section "Device"將Driver由 vesa 改為 vmware。重新進 X 之後就可以設定成 60Hz 了。
Identifier "Card0"
#Driver "vesa"
Driver "vmware"
VendorName "All"
BoardName "All"
EndSection
1 則留言:
參考:http://wiki.archlinux.org/index.php/IBM_Thinkpad_R40
我的 X32 可以來試試看這段設定:
# R40
# ATI Mobility Radeon 7500 AGP, 32 MB
# The video card section
Section "Device"
Identifier "GraphicsCard"
Driver "radeon"
Option "DPMS"
EndSection
張貼留言