直至最近為籌備OLPC的講座,封塵近一年的玩具才有機會重見天日,這個USB VGA adaptor正好適合在沒有VGA port的OLPC上使用。
這段時間Xorg都變了許多,以往一定要指定顯示卡的驅動,現在都能靠自己偵測到,但並不包括這個USB設備,不過要加入去的難度也簡單多了。
以一台Ubuntu 8.04的系統為例,只要修改xorg.conf :
加入以下區段:
然後修改ServerLayout ,加入 Screen "USB VGA Screen"即可,例子:
Section "Device"
Identifier "USB VGA Card"
Driver "sisusb"
EndSection
Section "Monitor"
Identifier "External Monitor"
ModelName "Monitor Model"
Option "DPMS"
EndSection
Section "Screen"
Identifier "USB VGA Screen"
Monitor "External Monitor"
Device "USB VGA Card"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "USB VGA Screen"
InputDevice "Synaptics Touchpad"
EndSection
沒有留言:
發佈留言