畫面修好了, 原來被設成TVOutput, 畫面缺了右邊一角. 修正之後好看多了.
1. Patch Driver
[Ref] http://www.fedoraforum.org/forum/showthread.php?t=159516
Patch Intel Video Driver
sudo yum install xorg-x11-server-sdk
tar zxvf xf86-video-intel-2.0.0.tar.gz
cd xf86-video-intel-2.0.0
./configure
make
sudo make install
2. 設定 /etc/X11/xorg
[Ref] http://carrot.hep.upenn.edu/wiki/doku.php?id=thinkpad:start
加上這一塊
Section "Monitor"
Identifier "TVOutput"
Option "Disable" "true"
EndSection
增加一行Option 在原本的Videocard0 Device
Section "Device"
Identifier "Videocard0"
Driver "intel"
Option "monitor-TV" "TVOutput"
EndSection
OK 啦
沒有留言:
張貼留言