hippocrates: Thanks for your guide and efforts![]()
I went ahead and did it the hard way, since I want to keep my sound and LAN drivers working. Everything seemed fine except for the xorg.conf file, I think its either missing
some stuff or its just did not want to work on my eeePC.
For example, after Section "InputDevice"
and before Section "Device", I think that its missing EndSection.
Anyhow, I will post the xorg.conf which I edited using your own version and what was originally there. So this is the result which works fine on mine:
# ************************************************** ********************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# ************************************************** ********************
#
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "extmod"
Load "synaptics"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "ServerFlags"
Option "AIGLX" "false"
# Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1400"
Option "RightEdge" "5900"
Option "TopEdge" "1400"
Option "BottomEdge" "4500"
Option "PalmDetect" "0"
Option "SHMConfig" "true"
Option "SendCoreEvents" "yes"
Option "HorizScrollDelta" "0"
Option "VertScrollDelta" "155"
Option "RBCornerButton" "0"
Option "RTCornerButton" "0"
Option "TapButton2" "0"
Option "MinSpeed" "0.095"
Option "MaxSpeed" "0.38"
Option "VertTwoFingerScroll" "1"
Option "VertEdgeScroll" "0"
Option "HorizEdgeScroll" "0"EndSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
VendorName "ASUS"
ModelName "eeePC P901"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
EndSection
Section "Device"
Identifier "Intel_IEGD-0"
Driver "iegd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "ALL/1/name" "945GME_1200x600"
Option "ALL/1/General/PortOrder" "40000"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "0"
Option "ALL/1/General/DRI" "1"
Option "ALL/1/Port/4/General/name" "901Screen"
Option "ALL/1/Port/4/General/EdidAvail" "4"
Option "ALL/1/Port/4/General/EdidNotAvail" "4"
Option "ALL/1/Port/4/General/Rotation" "0"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/FpInfo/BkltMethod" "0"
Option "ALL/1/Port/4/Dtd/1/PixelClock" "48959"
Option "ALL/1/Port/4/Dtd/1/HorzActive" "1024"
Option "ALL/1/Port/4/Dtd/1/HorzSync" "40"
Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" "144"
Option "ALL/1/Port/4/Dtd/1/HorzBlank" "288"
Option "ALL/1/Port/4/Dtd/1/VertActive" "600"
Option "ALL/1/Port/4/Dtd/1/VertSync" "1"
Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" "4"
Option "ALL/1/Port/4/Dtd/1/VertBlank" "22"
Option "ALL/1/Port/4/Dtd/1/Flags" "0x20000"
Option "ALL/1/Port/4/Dtd/2/PixelClock" "29579"
Option "ALL/1/Port/4/Dtd/2/HorzActive" "800"
Option "ALL/1/Port/4/Dtd/2/HorzSync" "16"
Option "ALL/1/Port/4/Dtd/2/HorzSyncPulse" "96"
Option "ALL/1/Port/4/Dtd/2/HorzBlank" "192"
Option "ALL/1/Port/4/Dtd/2/VertActive" "480"
Option "ALL/1/Port/4/Dtd/2/VertSync" "1"
Option "ALL/1/Port/4/Dtd/2/VertSyncPulse" "4"
Option "ALL/1/Port/4/Dtd/2/VertBlank" "17"
Option "ALL/1/Port/4/Dtd/2/Flags" "0x0"
Option "ALL/1/Port/4/Attr/27" "0"
Option "ALL/1/Port/4/Attr/26" "18"
Option "PortDrivers" "lvds"
EndSection
# Secondary (for dual-head only) display
Section "Device"
Identifier "Intel_IEGD-1"
Driver "iegd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 1
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "ALL/1/name" "945GME_1200x600"
Option "ALL/1/General/PortOrder" "45000"
Option "ALL/1/General/DisplayConfig" "8"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/General/DRI" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel_IEGD-0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x600" "800x600"
ViewPort 0 0
# Virtual 1600 1200
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Intel_IEGD-1"
Monitor "Monitor1"
SubSection "Display"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Synaptics Touchpad"
EndSection



