3epc

Eeepc 701

Asus version

  • Xandros
  • apt-get available: Debian like? YES! \o/

I have installed (with dpkg -i) :

  • apache2
  • php5
  • mysql
  • mpd
  • mpc
  • htop
  • rsync

from etch repository (/var/cache/apt/archives from this host :) )

Touchpad with scroll

Fn keys for multimedia, display, network management

Easy to plug/use another screen

but a bit slow first time, just press Fn F5 twice ???

Ethernet: just plugged to Freebox

via rj-45

Wifi: wep 128 Freebox, WPA/PSK Neufbox

It seems to lose WEp/WPA keys ???

3 USB 2.0 port

lspci

/home/user/archives> lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
01:00.0 Ethernet controller: Atheros Communications, Inc. AR5007EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
03:00.0 Ethernet controller: Atheros Technology Corp. L2 100 Mbit Ethernet Adapter (rev a0)

xorg.conf

Section "ServerLayout"
        Identifier     "Xandros"
        Screen      0  "Screen1" 0 0
        InputDevice    "keyboard"
        InputDevice    "mouse"
        InputDevice    "synaptics"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
        Load  "synaptics"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail"
        Option      "BlankTime" "0"
        Option      "DontVTSwitch" "true"
        Option      "AIGLX" "false"
EndSection

Section "InputDevice"
        Identifier  "keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "eeepc"
EndSection

Section "InputDevice"
        Identifier  "mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "ZAxisMapping" "4 5"
        Option      "CorePointer"
EndSection

Section "InputDevice"
        Identifier  "synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "auto-dev"
        Option      "LeftEdge" "1000"
        Option      "RightEdge" "5400"
        Option      "TopEdge" "1000"
        Option      "BottomEdge" "4900"
        Option      "PalmDetect" "0"
        Option      "SHMConfig" "true"
        Option      "SendCoreEvents" "yes"
        Option      "HorizScrollDelta" "0"
        Option      "RBCornerButton" "0"
        Option      "RTCornerButton" "0"
        Option      "MaxSpeed" "0.1"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "ASUS"
        ModelName    "eeePC P701"
        ModeLine     "800x480" 29.6 800 816 896 992 480 481 484 497 -hsync +vsync
EndSection

Section "Device"
        Identifier  "Device1"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Device1"
        Monitor    "Monitor1"
        DefaultDepth     16
        SubSection "Display"
                Virtual   1024 768
                Depth     8
        EndSubSection
        SubSection "Display"
                Virtual   1024 768
                Depth     15
        EndSubSection
        SubSection "Display"
                Virtual   1024 768
                Depth     16
        EndSubSection
        SubSection "Display"
                Virtual   1024 768
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Disable"
EndSection