[Bug 39107] New: Xorg radeon driver fails on all options
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jul 10 00:11:01 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39107
Summary: Xorg radeon driver fails on all options
Product: xorg
Version: 7.6
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/Radeon
AssignedTo: xorg-driver-ati at lists.x.org
ReportedBy: boudewijn.charite at gmail.com
QAContact: xorg-team at lists.x.org
This failing means that I have no power-safe options and other enhancements to
speed up KDE 4.6.5
System info:
openSUSE 11.4; AMD Phenom II X6 1090T; Gfx: 2x Sapphire HD5870; Mem: 16GB;
Configuration info:
cat /var/log/Xorg.0.log |grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9.414] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 9.414] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 9.414] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 9.414] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 9.414] (WW) Ignoring unrecognized extension "Damage"
[ 9.673] (WW) Falling back to old probe method for v4l
[ 9.855] (WW) RADEON(0): Probed monitor is 520x320 mm, using Displaysize
1920x1200 mm
[ 10.024] (WW) RADEON(0): You need a newer kernel for VBLANKs on CRTC > 1
[ 10.026] (WW) RADEON(0): Option "VendorName" is not used
[ 10.026] (WW) RADEON(0): Option "ModelName" is not used
[ 10.026] (WW) RADEON(0): Option "DepthBits" is not used
[ 10.026] (WW) RADEON(0): Option "ClockGating" is not used
[ 10.026] (WW) RADEON(0): Option "DynamicClocks" is not used
[ 10.027] (WW) RADEON(0): Option "DynamicPM" is not used
[ 10.027] (WW) RADEON(0): Option "ForceLowPowerMode" is not used
[ 10.027] (WW) RADEON(0): Option "DMAForXv" is not used
[ 10.027] (WW) RADEON(0): Option "Primary" is not used
[ 10.027] (WW) RADEON(0): Option "PreferredMode" is not used
[ 10.027] (WW) RADEON(0): Option "TargetRefresh" is not used
[ 10.027] (WW) RADEON(0): Option "Rotate" is not used
[ 10.027] (WW) RADEON(0): Option "Disable" is not used
[ 10.027] (WW) RADEON(0): Option "DMPS" is not used
[ 10.027] (WW) RADEON(0): Option "Position" is not used
[ 10.027] (WW) RADEON(0): Option "Monitor-Monitor0" is not used
[ 10.027] (WW) RADEON(1): You need a newer kernel for VBLANKs on CRTC > 1
[ 10.027] (WW) RADEON(1): Option "VendorName" is not used
[ 10.027] (WW) RADEON(1): Option "ModelName" is not used
[ 10.027] (WW) RADEON(1): Option "DepthBits" is not used
[ 10.027] (WW) RADEON(1): Option "DynamicClocks" is not used
[ 10.027] (WW) RADEON(1): Option "ClockGating" is not used
[ 10.027] (WW) RADEON(1): Option "DynamicPM" is not used
[ 10.027] (WW) RADEON(1): Option "ForceLowPowerMode" is not used
[ 10.027] (WW) RADEON(1): Option "DMAForXv" is not used
[ 10.027] (WW) RADEON(1): Option "PreferredMode" is not used
[ 10.027] (WW) RADEON(1): Option "TargetRefresh" is not used
[ 10.027] (WW) RADEON(1): Option "Rotate" is not used
[ 10.027] (WW) RADEON(1): Option "Disable" is not used
[ 10.027] (WW) RADEON(1): Option "DMPS" is not used
[ 10.027] (WW) RADEON(1): Option "Position" is not used
[ 10.027] (WW) RADEON(1): Option "Monitor-Monitor1" is not used
[ 10.991] (WW) KVM A6 : ignoring absolute axes.
cat /etc/X11/xorg.conf.d/50-device.conf
Section "Device"
Identifier "Card0"
Driver "radeon"
Option "Monitor-DVI-1" "Monitor0"
BusID "PCI:1:0:0"
Option "VendorName" "ATI"
Option "ModelName" "ATI Radeon HD 5870"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "DepthBits" "24"
Option "DRI" "true"
Option "ClockGating" "true"
Option "DynamicClocks" "true"
Option "DynamicPM" "true"
Option "ForceLowPowerMode" "true"
Option "EXAVSync" "true"
Option "DMAForXv" "true"
Option "AccelDFS" "true"
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
# Option "Monitor-DVI-1" Monitor1"
BusID "PCI:8:0:0"
Option "VendorName" "ATI"
Option "ModelName" "ATI Radeon HD 5870"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "DepthBits" "24"
Option "DRI" "true"
Option "DynamicClocks" "true"
Option "ClockGating" "true"
Option "DynamicPM" "true"
Option "ForceLowPowerMode" "true"
Option "EXAVSync" "true"
Option "DMAForXv" "true"
Option "AccelDFS" "true"
EndSection
cat /etc/X11/xorg.conf.d/50-monitor.conf
Section "Monitor"
Identifier "Monitor0"
VendorName "SAMSUNG"
Option "ModelName" "SyncMaster 2463UW"
Option "Primary" "true"
DisplaySize 1920 1200
Modeline "1920x1200_60.00" 193.16 1920 2048 2256 2592 1200 1201
1204 1242 -HSync +Vsync
Option "PreferredMode" "1920x1200"
Option "TargetRefresh" "60"
Option "Rotate" "normal"
Option "Disable" "false"
Option "DMPS" "true"
Option "Position" "0 0"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "PHILIPS"
Option "ModelName" "Brilliance 200P"
DisplaySize 1600 1200
Modeline "1600x1200_75.00" 205.99 1600 1720 1896 2192 1200 1201
1204 1253 -HSync +Vsync
Option "PreferredMode" "1600x1200"
Option "TargetRefresh" "60"
Option "Rotate" "normal"
Option "Disable" "false"
Option "DMPS" "true"
Option "Position" "1920 0"
EndSection
cat /etc/X11/xorg.conf.d/50-screen.conf
Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
Monitor "Monitor0"
Option "Monitor-Monitor0" "Monitor0"
SubSection "Display"
Viewport 0 0
# Virtual 1920 1200
Depth 24
# Modes "1920x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
DefaultDepth 24
Monitor "Monitor1"
Option "Monitor-Monitor1" "Monitor1"
SubSection "Display"
Viewport 0 0
# Virtual 1600 1200
Depth 24
# Modes "1600x1200"
EndSubSection
EndSection
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/updates"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/URW/"
FontPath "/usr/share/fonts/cyrillic:unscaled"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/truetype/"
EndSection
Section "Module"
Load "v4l" # Video for Linux
Load "freetype"
EndSection
Section "ServerFlags"
# Uncomment the following option to reenable kbd/mouse driver input sections.
# Otherwise evdev driver is used.
# Option "AutoAddDevices" "off"
Option "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
Option "ZapWarning" "on"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
Option "Damage" "true"
Option "Composite" "Enable"
EndSection
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list