HowTo:705es:Configuración
De Luispa
Configuración
Video
X.org
- Para instalar X.org es necesario modificar el fichero /etc/make.conf:
| Código: /etc/make.conf |
VIDEO_CARDS="intel" INPUT_DEVICES="keyboard synaptics mouse" |
- Instalación
emerge -av xorg-x11
Configurar X
Fichero: /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "xtrap"
Load "dbe"
Load "glx"
Load "dri"
Load "record"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
# Raton del touchpad
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics" # This will enable scrolling, etc...
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0" # Touchpad.
Option "ZAxisMapping" "4 5 6 7"
Option "CorePointer"
EndSection
# Touchpad
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/event2"
Option "ZAxisMapping" "4 5 6 7"
EndSection
# Raton externo USB
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "SendCoreEvents"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 195 113
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "NoDDC"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Modes "1024x600"
Depth 24
EndSubSection
EndSection
Aceleración 3D y Direct Rendering
Para que funcione con el chip Intel 945GME es necesario el último driver y además la última versión Xorg 7.4 y Mesa 7.2. No queda más remedio que añadir lo siguiente al fichero keywords
Fichero: /etc/portage/package.keywords
~x11-base/xorg-x11-7.4 ~x11-base/xorg-server-1.4.2 ~x11-libs/libXrender-0.9.4 ~media-libs/mesa-7.2 ~x11-libs/xtrans-1.0.4 ~x11-proto/renderproto-0.9.3 ~x11-libs/libdrm-2.3.1 ~x11-proto/xextproto-7.0.3 ~x11-libs/libXext-1.0.4 ~x11-proto/inputproto-1.4.4 ~x11-libs/libX11-1.1.5 ~x11-proto/xf86driproto-2.0.4 ~x11-libs/libXxf86vm-1.0.2 ~x11-apps/mesa-progs-7.1 ~x11-drivers/xf86-video-intel-2.5.1 ~x11-libs/libdrm-2.4.1 ~x11-apps/x11perf-1.5 ~x11-apps/xev-1.0.3 ~x11-apps/mkfontdir-1.0.4 ~x11-apps/xprop-1.0.4 ~x11-libs/libXau-1.0.4 ~x11-libs/libXrandr-1.2.3 ~media-fonts/font-xfree86-type1-1.0.1 ~x11-libs/libpciaccess-0.10.3 ~x11-apps/xkbcomp-1.0.5 ~x11-apps/sessreg-1.0.4 ~x11-apps/xset-1.0.4 ~x11-apps/mkfontscale-1.0.5 ~x11-libs/xtrans-1.2.2 ~x11-apps/xdpyinfo-1.0.3 ~x11-libs/libXinerama-1.0.3 ~x11-libs/libXmu-1.0.4 ~x11-apps/xrdb-1.0.5 ~x11-libs/libFS-1.0.1 ~x11-apps/xwininfo-1.0.4 ~x11-apps/xauth-1.0.3 ~x11-apps/luit-1.0.3 ~x11-misc/util-macros-1.1.6-r1 ~x11-misc/xinput-1.3.0 ~x11-libs/libSM-1.1.0 ~x11-libs/libXfont-1.3.3 ~x11-libs/libXv-1.0.4 ~x11-apps/xrandr-1.2.3 ~x11-libs/libXScrnSaver-1.1.3 ~x11-libs/libxkbfile-1.0.5 ~x11-libs/libXft-2.1.13 ~x11-base/xorg-server-1.5.2 ~x11-apps/xwd-1.0.2 ~x11-libs/pixman-0.12.0 ~x11-proto/xproto-7.0.13 ~x11-misc/xkeyboard-config-1.3 ~x11-apps/rgb-1.0.3 ~x11-apps/xinit-1.0.8-r3 ~x11-proto/randrproto-1.2.2 ~x11-drivers/xf86-input-keyboard-1.3.1 ~x11-drivers/xf86-video-vesa-2.0.0 ~x11-drivers/xf86-input-evdev-2.0.6 ~x11-drivers/xf86-input-mouse-1.3.0 ~x11-drivers/xf86-input-joystick-1.3.2 ~x11-drivers/xf86-input-synaptics-0.99.3
- Después de xorg-x11 hay que instalar el resto de paqueres: mesa, driver de video, ratón, teclado y touchpad
| Código: Instalación de Xorg |
emerge xorg-x11 && emerge mesa && emerge xf86-video-intel xf86-input-mouse xf86-input-keyboard xf86-input-synaptics |
Window Manager
fluxbox
- He decidido instalar un WM ligero
emerge -v fluxbox xdm xfs
- Modificar el rc.conf
| Código: /etc/rc.conf |
XSESSION="fluxbox" |
- Arrancar xdm
/etc/init.d/xdm start
- Arrancar xdm
rc-update add xdm default
SW Adicional
emerge -v mplayer vlc mozilla-firefox gkrellm xfs \
app-editors/emacs gimp nmap tcpdump wireshark bmon &
Enlaces y Créditos
| [1] | http://en.gentoo-wiki.com/wiki/Acer_Aspire_One_A110L | Fuente de mucha documentación de esta paǵina |
Volver a Página inicial del Compaq Mini 705ES
--Luis 20:29 13 sep 2009 (CEST)

