Hello, I first noticed this as I started playing around a bit with XFCE on my AMD64 machine. The environment is nice and has most of what I might look for in a post-Gnome world, but the default terminal resizes VERY slowly. It can take a few seconds to drag the lower right corner. There are no speed problems moving the terminal around, only resizing it. It doesn't matter if I enable or disable transparency.
The executable is /usr/bin/Terminal. The default terminal in Gnome is /usr/bin/gnome-terminal which is fast for resizing. Both terminals have identical results whether I'm running Gnome of XFCE. I doubt it matters but glxgears is fast enough - about 2K Frames/second, but I suspect that's not a measure that matters. How would I determine what the root cause of this problem is? I presume it's not the actual code of Terminal but rather some sort of machine configuration issue. VGA is an ATI R300 family device running the radeon driver. Not sure what matters in the kernel config so let me know what to look for and I'll report back on that. xorg.conf is pasted below. There are no error messages and only a couple of warnings in the Xorg.0.log file. Maybe I need to enable something in there that I don't know about or something simple like that? Thanks, Mark lightning ~ # cat /etc/X11/xorg.conf Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "glx" Load "dri" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 30.0 - 81.0 VertRefresh 50-75 EndSection Section "Device" Identifier "** ATI Radeon (generic) [radeon]" Driver "radeon" EndSection Section "Screen" Identifier "Screen 1" Device "** ATI Radeon (generic) [radeon]" Monitor "My Monitor" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection lightning ~ #