Page 1 sur 1

[XFCE]Redimmensionnement de la fenêtre Terminal lent(résolu)

Publié : mer. 12 déc. 2007, 19:21
par Heranelle
Bonjour,

Lorsque je tente de redimmensionner ma fenetre de terminal (terminal de XFCE) ca met enormement de temps a se faire. Les autres fenetres n'ont pas ce genre de problemes, que ce soit thunar, xterm ou autre.

J'ai tenté de désactiver la transparence, mais niet. J'ai le meme probleme sous fluxbox et XFCE.

C'est un laptop avec une 8600GT. J'ai essayé les derniers drivers nvidia BETA, mais pas de changement. Par contre avec vesa ca a l'air de passer.

Voici mon xorg.conf :

Code : Tout sélectionner

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "xtrap"
    Load           "record"
    Load           "extmod"
    Load           "dbe"
    Load           "glx"
    Load           "freetype"
    Load           "type1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "fr"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 8600M GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "true"
    Option         "RenderAccel" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "true"
    Option         "NoLogo" "true"
    Option         "BackingStore" "true"
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
J'ai aussi essayé en desactivant la majeur partie des options

Si vous avez une eventuelle solution, je suis evidemment preneuse.
Merci.

PS : Je n'utilise pas Compiz ou le compositeur de XFCE.[/code]

Publié : mer. 12 déc. 2007, 20:55
par chipster
J'ai eu le même problème et visiblement cela venait d'une mise à jour

Tien, cela fait un moment que je ne t'ai pas vu donc .... bisouuuuuussss :D

Publié : lun. 17 déc. 2007, 20:51
par Ubitux
#xfce@freenode :
<Ori_B> ubitux: I think they don't accelerate RGBA visuals.
<Ori_B> ubitux: so you have to run with XLIB_SKIP_ARGB_VISUALS=1
Il suffit donc d'editer /etc/profile et de rajouter :

export XLIB_SKIP_ARGB_VISUALS=1

Tu te relogues et ca devrait etre ok.

bisous :)

Publié : mar. 18 déc. 2007, 18:14
par pascalp
effectivement, c'est plus rapide, mais on a plus le droit à la transparence... :cry: