Hallo Community,
ich habe kürzlich, online von Gusty auf Hardy aktualisiert. Alles lief perfekt durch, habe nur ein winziges Prob.
Wenn ich mich aus der grafischen Oberfläche abmelden will passiert folgendes, der Screen wird zwar schwarz, es findet aber kein Logout statt sondern der Rechner hängt. Um herunterzufahren muss ich auf eine andere Konsole wechseln, und den Rechener mit zB
Ich denke, es könnte an der xorg.conf liegen, deshalb füge ich diese hier mal an:
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105”
Option “XkbLayout” “de”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2”
Option “ZAxisMapping” “4 5”
Option “Emulate3Buttons” “true”
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection
Section “Device”
Identifier “Standardgrafikkarte”
Driver “fglrx”
Busid “PCI:1:0:0”
EndSection
Section “Monitor”
Identifier “MD6155AH”
Option “DPMS”
EndSection
Section “Screen”
Identifier “Default Screen”
Device “Standardgrafikkarte”
Monitor “MD6155AH”
Defaultdepth 24
SubSection “Display”
Modes “1280×1024” “1024×768” “832×624” “800×600” “720×400” “640×480”
EndSubSection
EndSection
Section “ServerLayout”
Identifier “Default Layout”
screen “Default Screen”
Inputdevice “Generic Keyboard”
Inputdevice “Configured Mouse”
# Uncomment if you have a wacom tablet
# InputDevice “stylus” “SendCoreEvents”
# InputDevice “cursor” “SendCoreEvents”
# InputDevice “eraser” “SendCoreEvents”
EndSection
Section “Module”
Load “glx”
EndSection
Section “Extensions”
Option “Composite” “0”
EndSection
Bin für jede Hilfe dankbar
Gruß
Axel