What a beautiful day out there...
I have a problem with radeonhd drivers.
Specs that might help someone help me:
- graphic card: mobility x1400
- kernel: 2.6.27.7-9-pae
- system: openSuse 11.1
- desktop: KDE 4.2
- glxinfo | grep Open:
Code:
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.2
OpenGL extensions:
I've upgraded to 1.2.4_121202_4e89726-2.1 recently in hope that my 3d acceleration would be any faster that is currently. I know that glxgears aren't the benchmark for speed but still, when I run em and maximize 'em here is what I get:
Code:
935 frames in 5.0 seconds = 186.786 FPS
299 frames in 5.1 seconds = 59.183 FPS
307 frames in 5.0 seconds = 61.362 FPS
297 frames in 5.0 seconds = 59.277 FPS
Heck I can't even normally play frets on fire or Assault Cube. I can't see any icons in system tray ("X errors"):

And here is my xorg.conf:
Code:
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "Module"
Load "dri"
Load "dbe"
Load "freetype"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "si"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "Dell Premium USB Optical Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 332 207
HorizSync 30-70
Identifier "Monitor[0]"
ModelName "XU2972N154C1 LCD MONITOR"
Option "DPMS"
Option "PreferredMode" "1440x900"
VendorName "CMO"
VertRefresh 43-60
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932
Modeline "1440x900" 87.25 1440 1488 1520 1600 900 903 909 926 +HSync -Vsync
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1440x900"
Virtual 3840 1200
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
Virtual 3840 1200
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
Virtual 3840 1200
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
Virtual 3840 1200
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Mobility Radeon X1400"
Driver "radeonhd"
Identifier "Device[0]"
Option "monitor-PANEL" "Monitor[0]"
VendorName "ATI"
Option "DRI"
Option "AccelMethod" "EXA"
Option "EXANoComposite"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
NOTE: When there is no "DRI", "AccelMethod" "EXA" and "EXANoComposite" under Device section I'm not able to play movies with Xv codecs but with X11 also I 'm not able to use kwin if I don't have those three options and the last one is I do have icons in the sytem tray if I don't have those 3 options under Device section.
Please be free to advice anything and help me solve this problem/bug.
frojnd.