I installed opensuse 11 on my laptop dell inspiron 9200
ATI mobility 9600 graphcs card. While the basic functionality seem to work fine, I have been having a total unstable behaviour with 3d enabled (with ATI proprietary driver).
- suspend to ram does not work (with or without 3d)
- ctl+alt+backspace to restart (or go to console with
ctl+alt+f1 and back) sends the laptop to a freeze and all I can do is to unplug. Nothing works. - I installed torcs and when I run it, it crashes. or full video mode freezes the laptop
Has anyone experienced any of the above ? Laptop freezes, so I don’t know where to get logs. Any help is greatly appreciated
here is my xorg.conf some parts
Section “ServerFlags”
Option “AIGLX” “on”
Option “AllowMouseOpenFail” “on”
Option “IgnoreABI” “on”
Option “ZapWarning” “on”
EndSection
Section “Device”
BoardName “ATI MOBILITY RADEON 9600/9700 Series (M10/M11 4E50)”
Driver “fglrx”
Identifier “Device[0]”
Option “XAANoOffscreenPixmaps” “true”
Option “Capabilities” “0x00000000”
Option “OpenGLOverlay” “off”
Option “FSAAScale” “0”
Option “FSAAEnable” “off”
Option “VideoOverlay” “on”
VendorName “ATI”
EndSection
Section “DRI”
Group “video”
Mode 0660
EndSection
Section “Extensions”
Option “Composite” “on”
EndSection