安裝ubuntu 6.06在V3016上,基本的使用還可以
面板調整音量 OK
觸控板and開關 OK
電源管理 OK (有支援休眠喔)
無線網路 有裝起來,但還沒測試
讀卡機 有抓到,但還需要手動設定(看下面我的reply)
顯示卡 沒抓到,不過可手動設定
藍芽 沒測試
下面是設定顯示卡的步驟,拋磚引玉希望可以帶動一些討論
安裝nVidia驅動程式
$sudo apt-get install nvidia-glx
$sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
$sudo nvidia-glx-config enable
解析度改成寬螢幕
$sudo vim /etc/X11/xorg.conf
找到Section "Screen"這一段,把要使用的depth那一段的mode,改成1280x1024
例如:
Section "Screen"
Identifier "Default Screen"
Device "nVidia GeForce4 Go"
Monitor "Generic Monitor"
DefaultDepth 24
#省略
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
按ctrl-alt-backspace重新啟動X,就會看到適合寬螢幕的解析度畫面囉~




























































































