Auteur Sujet: Ubuntu Openbox (Bento Village) on eeepc 1025c  (Lu 5040 fois)

0 Membres et 1 Invité sur ce sujet

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Ubuntu Openbox (Bento Village) on eeepc 1025c
« le: 15 août 2013 à 14:41:04 »
Using this tutorial: http://linuxeeepc.blogspot.fr/2012/08/lubuntu-on-eeepc-1025c-with-correct.html

the main changes have been adding the video drivers:
$ sudo -s
passwd
# apt-get install cedarview-graphics-drivers libva-cedarview-vaapi-driver cedarview-drm

and add an xorg.conf file (otherwise the boot does not go to the end):
# mcedit /etc/X11/xorg.conf

and paste this in the newly created file:
Citer
     Section "Device"   

    Identifier             "Intel GMA3600"   

    Driver                 "fbdev"

    EndSection

then hit F2 to save, and F10 to quit.

The kernel being already a generic one and not a pae, it has not been necessary to change it. The lightdm login screen didn't need any configuration because it has been configured to boot straight to the desktop.

Good leaders being scarce, following yourself is allowed.