vaio type pにElementary OSとemgdドライバを入れてみた。

インストールはGUIから簡単に。
・emgdドライバのインストール
sudo add-apt-repository ppa:thopiekar/emgd
sudo apt-get update
sudo apt-get install emgd-driver
・X11の設定
mv /usr/share/X11/xorg.conf.d /etc/X11/
vi /etc/X11/10-emgd.conf
※10-emgd.confの内容は以下に記載。
reboot
背景がなくなるし、不安定になるし、全然使えない。
その前に10-emgd.confに何を書くか調べたりしたので、もう諦めることにした。
(この先も相当長そうなので・・・)
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Intel_EMGD-0"
Driver "emgd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
# VideoRAM 131072
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "PortDrivers" "lvds"
Option "ALL/1/name" "lvds-display"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/Port/4/General/name" "LVDS"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/Attr/70" "0"
Option "ALL/1/General/Accel" "1"
Option "ALL/1/Port/4/FpInfo/Height" "768"
Option "ALL/1/Port/4/FpInfo/Width" "1600"
Option "ALL/1/Port/4/Dtd/1/PixelClock" "55400"
Option "ALL/1/Port/4/Dtd/1/HorzActive" "1600"
Option "ALL/1/Port/4/Dtd/1/HorzSync" "34"
Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" "168"
Option "ALL/1/Port/4/Dtd/1/HorzBlank" "463"
Option "ALL/1/Port/4/Dtd/1/VertActive" "768"
Option "ALL/1/Port/4/Dtd/1/VertSync" "1"
Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" "1"
Option "ALL/1/Port/4/Dtd/1/VertBlank" "21"
Option "ALL/1/Port/4/Dtd/1/Flags" "0xc000000"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel_EMGD-0"
Monitor "LVDS"
SubSection "Display"
Depth 32
Modes "1600x768"
EndSubSection
EndSection
Section "Monitor"
Identifier "LVDS"
ModelName "LCD Panel used by EMGD"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "composite" "enable"
EndSection