skeleton
Doppel-As
Hi,
ich hab ein kleines Problem mit meinem X. Es besteht eigentlich schon länger, nur so richtig realisiert hab ich es erst jetzt.
Vor ca nem Monat gabs ja n Update vom Xorg Server und seit dem braucht alles so viel Leistung bzw glaub ich Xorg frisst dass.
Vor diesem Update konnte ich in VirtualBox ein Windows starten und dann mit dem Würfel von Compiz rumscrollen, nebenbei Firefox, XMMS und was man halt so nebenbei braucht.
Jetzt ist garnichts vergleichbares Möglich, wenn ich neben VirtualBox auch nur über ein Tastenkürzel auf einen anderen Desktop möchte hängt die Box schon und wenn Firefox noch läuft bricht manchmal sogar Compiz zusammen.
Ich weiß nicht ob ich vielleicht nur meine xorg.conf falsch konfiguriert habe.
Die kommentierten Optionen sind von der Konfiguration vor dem Update, mit diesen startet X jedoch garnicht mehr.
Ich hoffe ihr könnt mir helfen, im Notfall müsste ich halt die alte Version wieder nehmen.
ich hab ein kleines Problem mit meinem X. Es besteht eigentlich schon länger, nur so richtig realisiert hab ich es erst jetzt.
Vor ca nem Monat gabs ja n Update vom Xorg Server und seit dem braucht alles so viel Leistung bzw glaub ich Xorg frisst dass.
Vor diesem Update konnte ich in VirtualBox ein Windows starten und dann mit dem Würfel von Compiz rumscrollen, nebenbei Firefox, XMMS und was man halt so nebenbei braucht.
Jetzt ist garnichts vergleichbares Möglich, wenn ich neben VirtualBox auch nur über ein Tastenkürzel auf einen anderen Desktop möchte hängt die Box schon und wenn Firefox noch läuft bricht manchmal sogar Compiz zusammen.
Ich weiß nicht ob ich vielleicht nur meine xorg.conf falsch konfiguriert habe.
Code:
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 "dbe"
Load "record"
Load "extmod"
Load "glx"
Load "dri"
Load "GLcore"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 340 270 # mm
Identifier "Monitor0"
VendorName "FUS"
ModelName "L17-3"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
Option "RenderAccel" "true" # [<bool>]
Option "AllowGLXWithComposite" "true"
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
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
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AutoAddDevices" "false"
EndSection
Die kommentierten Optionen sind von der Konfiguration vor dem Update, mit diesen startet X jedoch garnicht mehr.
Ich hoffe ihr könnt mir helfen, im Notfall müsste ich halt die alte Version wieder nehmen.