Запустил fluxbox работает он шустро. А вот при запуске eterm и xclock. Загрузка проца подскакмвае до 100%.
После того как eterm запустился загрузка процесора падает до падает 10~15 процентов. Но при нажатие на меню eterm`а опять подскакивет до 100%. При етом меню открывается секунд 5. Потом загрузка проца опять падае.
Вопрос собственно как заставить нормально работать eterm.
При етом gtk и qt приложения работоют нормально. 3d шахматы тоже работают.
Железо:
CPU: Duron 850.
RAM: 250 Mb
Video: gforce 2.
Дрова x11-drivers/nvidia-drivers-96.43.01
Xorg.conf
Код:
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/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 "extmod"
Load "dbe"
Load "GLcore"
Load "xtrap"
Load "record"
#Load "dri"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbVariant" "base"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
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"
HorizSync 30.0-70.0
VertRefresh 50.0-160.0
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine "1024x768_100" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
ModeLine "1024x768_85" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
Option "DPMS"
#DisplaySize 312 234
EndSection
Section "Device"
[i][i][i][i][i][i][i][i][i]
Identifier "Card0"
#Driver "vesa"
Driver "nvidia"
#VendorName "nVidia Corporation"
#BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection