Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X] Affichage saccadé dans les terminaux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
jerep6
Apprentice
Apprentice


Joined: 02 Aug 2006
Posts: 215
Location: Landes

PostPosted: Mon Dec 08, 2008 10:10 pm    Post subject: [X] Affichage saccadé dans les terminaux Reply with quote

Salut, je rencontre quelques problèmes dans la reconfiguration de ma gentoo.

Sous X (kde), quand je fais défiler du texte en console, l'affichage n'est pas fluide, il est saccadé
Le direct rendering est pourtant activé. Voici mon xorg.conf si ça peut aider :
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice "TouchPad" "AlwaysCore"
EndSection
Section "ServerFlags"
        Option    "AllowMouseOpenFail" "true"
        Option     "AIGLX" "true"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/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  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option     "XkbModel"   "pc105"
        Option      "XkbLayout" "fr"
        Option     "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
        Identifier "Touchpad"
        Driver "synaptics"
        Option "AlwaysCore"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "RightEdge" "5400"
        Option "TopEdge" "1600"
        #Option "FingerLow" "5"
        #Option "FingerHigh" "10"
        #OPtion "FingerPress" "10"
        #Option "MaxTapTime" "0"
        #Option "MaxTapMove" "220"
        #Option "VertScrollDelta" "100"
        Option "SHMConfig" "on"
        Option "VertEdgeScroll" "on"
        Option "EmulateMidButton" "50"
        Option "RTCornerButton" "2"
        #Option "TapButton1"    "1"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        Option "AddARGBGLXVisuals" "true"
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


Le problème n'existait pas avant.
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Wed Dec 10, 2008 8:16 pm    Post subject: Reply with quote

peut être une histoire de smoothscroll activé ou non, c'estde konsole en particulier dont tu parles ou ça vaut pour n'importe quel term (xterm, urxvt,...)?
Back to top
View user's profile Send private message
jerep6
Apprentice
Apprentice


Joined: 02 Aug 2006
Posts: 215
Location: Landes

PostPosted: Wed Dec 10, 2008 8:39 pm    Post subject: Reply with quote

Je parle de Konsole et de yakuake.
Qu'est ce que smoothscroll ?

Dans xterm il n'y a pas ce problème.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum