[Debian-eeepc-devel] Problems with Linux 2.6.29 ?

Frédéric Boiteux fboiteux at calistel.com
Wed May 6 13:00:32 UTC 2009


Le Wed, 6 May 2009 13:22:04 +0200,
Iván Sánchez Ortega <ivan at sanchezortega.es> a écrit :

> My 901 works perfectly with 2.6.29. Your problems may not be
> kernel-based but graphic-driver based.
> 
> Are you using the latest X? Are you using the hack to get native
> console resolution? How does your xorg.conf look like? Those seem
> good points to start looking at.

Except for the kernel, I use Lenny, so not the latest X… I don't either
tried [yet] to have the native console resolution.
I'm using an external monitor, and Xorg tricks found to have a good
speed in some Xorg applications, as Firefox :

Here is video configuration (sorry for french comments) :

#--------------------
# Écrans
#--------------------

Section "Monitor"
        Identifier      "ecran eeepc"
        VendorName      "Asus"
        ModelName       "écran 10' intégré"
EndSection

Section "Monitor"
        Identifier      "ecran Belinea"
        VendorName      "Belinea"
        ModelName       "101728"

# lu dans le Xorg.0.log :
#(II) intel(0): Modeline "1280x1024"x76.0  140.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync (81.5 kHz)
        Modeline        "1280x1024_76.00" 140.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync
###     Option "PreferredMode" "1280x1024_76.00"

#(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
        Modeline        "1280x1024_75.00" 135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync

        Option "PreferredMode" "1280x1024_75.00"
EndSection

# lu sur Thinkwiki (http://www.thinkwiki.org/wiki/Xorg_RandR_1.2) :
# déclare qu'on n'a pas de sortie TV (simplifie la config de xrandr !)
Section "Monitor"
        Identifier      "TV"
        Option          "Ignore"        "True"
EndSection

#--------------------
# Carte graphique
#--------------------

Section "Device"
        Identifier      "Intel 945GME"
        BusID           "PCI:0:2:0"
        Driver          "intel"

        Option          "Monitor-LVDS"  "ecran eeepc"
        Option          "Monitor-VGA"   "ecran Belinea"
        # lu sur Thinkwiki (http://www.thinkwiki.org/wiki/Xorg_RandR_1.2) :
        # déclare qu'on n'a pas de sortie TV (simplifie la config de xrandr !)
        Option          "monitor-TV"    "TV"

        # options récupérées sur le Wiki Debian EEEpc :
        # http://wiki.debian.org/DebianEeePC/HowTo/Configure
        # seules les options non indiquées comme inutiles sont gardées :
        ### Suite lenteurs dans Compiz, on tente de repasser sur le système XAA
        ### (voir bug Debian #495623) !
        ###Option               "AccelMethod"           "EXA"
        ###Option               "MigrationHeuristic"    "greedy"
        ###Option               "ExaNoComposite"        "false"
        Option          "AccelMethod"           "XAA"

        # suggestion de https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/305227 suite à l'écran externe qui devient noir :
        Option          "FramebufferCompression"        "false"

        # ajouter la variable d'environnement INTEL_BATCH=1
        # dans l'environnement des applis OpenGL améliore également la vitesse
        # (comparer par exemple « glxgears »  et « env INTEL_BATCH=1 glxgears »
        # ici : on passe de 500 à 750 fps !
        # -> mis dans /etc/environment !

EndSection

#--------------------
# Carte graphique + écrans
#--------------------

Section "Screen"
        Identifier      "config ecran par defaut"

        Device          "Intel 945GME"

        SubSection "Display"
                Depth   24
                Virtual 2048    2048 # max pour l'Intel 945GME ?!?
        EndSubSection
EndSection


#--------------------
# configuration générale : carte graphique, écran(s), dispositif(s) de saisie
#--------------------

Section "ServerLayout"
        Identifier      "Layout 1"
        Screen          "config ecran par defaut"

        InputDevice     "Touchpad-souris"               "CorePointer"
        InputDevice     "clavier eeepc"                 "CoreKeyboard"

        InputDevice     "Kensington Expert Mouse"       "SendCoreEvents"
EndSection




More information about the Debian-eeepc-devel mailing list