beryl. Но при всем этом великолепии не запускается blender и stellarium. пишут "ошибка сегментирования". Приведу xorg.conf
Код: Выделить всё
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Minimal layout"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse|0" "CorePointer"
InputDevice "AlpsPS/2 ALPS GlidePoint|1" "AlwaysCore"
EndSection
Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "GLcore"
Load "dri"
Load "dbe"
Load "drm"
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse|0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "AlpsPS/2 ALPS GlidePoint|1"
Driver "synaptics"
Option "Device" "/dev/input/event3"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection
Section "Monitor"
Identifier "lgp0000|0"
DisplaySize 330 210
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0|0"
Driver "ati"
# Driver "radeon"
BusID "PCI:1:5:0"
Option "XAANoOffscreenPixmaps"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
Monitor "lgp0000|0"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
# Option "DPMS"
EndSectionКак решить проблему с запуском блендера?