GMA500 Ubuntu xorg.conf 瘋了 - Linux

Table of Contents

求救啊~~ 小的步入Ubuntu的世界僅在超級新手區徘徊

一直以來安裝都不成問題 直到我遇上了A牌的筆電

天啊 內顯是用GMA500的

花了數天的GOOGLE以及理解 再按照

https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/

(我系統分別用ubuntu 10.4 10.10),我的實作步驟如下:

1.sudo add-apt-repository ppa:gma500/ppa
sudo apt-get update
sudo apt-get install poulsbo-driver-3d poulsbo-driver-2d

2. 修改sudo nano /etc/default/grub 中

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

變成

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem=890mb"

3. sudo update-grub

4.接著改/etc/X11/xorg.conf (我的全部內容為)

Section "DRI"
Mode 0666
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "psb"
Option "ExaNoComposite" "true"
EndSection

5.echo "psb
drm_psb" | sudo tee -a /etc/initramfs-tools/modules && sudo update-initramfs
-u
(我不知道這是幹嘛 不過我照做了)

6. nano /etc/modprobe.d/poulsbo.conf

把no_fb=1刪除掉

7.重新開機

結果...圖形介面進不去

tty1 login,執行 modprobe psb

他跟我回報:FATAL: Module psb not found

一直到現在我還是不曉得哪裡出了問題 不知道是否我忽略了什麼事項

以及哪些應注意未注意的? 請大大指點,謝謝.

PS. ubuntu 10.04 是用2.6.32-22-generic
ubuntu 10.10 2.6.35-28-generic-pae

感激不盡!

--

All Comments

Callum avatarCallum2011-04-20
通常第一步完之後重開機就ok了
Dorothy avatarDorothy2011-04-24
GMA 500 是顯卡中的卡王、霸主,原 po 拍拍..嘆..
Steve avatarSteve2011-04-27
囧rz...