radeonhd opensource driver
#1
Following this guide
http://www.x.org/wiki/radeonhd%3Ar6xx_r7xx_branch
i got the following outputs
xvinfo:
Quote:X-Video Extension version 2.2
screen #0
Adaptor #0: "RadeonHD Textured Video"

glxinfo | grep renderer
Quote:OpenGL renderer string: Software Rasterizer

xbmc
Quote:X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 24
Current serial number in output stream: 25
CRITSEC[0x8b70884]: Trying to enter destroyed section.
CRITSEC[0x8b70884]: Trying to leave destroyed section.

this is my xorg.conf
Quote:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
# Load "bitmap"
# Load "ddc"
# Load "dri"
# Load "extmod"
# Load "freetype"
# Load "glx"
# Load "int10"
# Load "type1"
# Load "vbe"
# https://help.ubuntu.com/community/Compos...GLXOnEdgy: for AIGLX
# I need dri, dbe and glx. I wonder what dbe is?
# Load "dbe"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "radeonhd"
BusID "PCI:1:0:0"
# Option "XAANoOffscreenPixmaps" "on"
# Option "TexturedVideo" "on"
# Option "VideoOverlay" "on"
# Option "OpenGLOverlay" "off"
# Option "Textured2D" "on"
# Option "UseFastTLS" "1"
# Option "BackingStore" "on"
Option "AccelMethod" "exa"
# Option "ExaNoComposite" "false"
# Option "MigrationHeuristic" "greedy"
Option "DRI" "on"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Extensions"
# Option "RENDER" "Enable"
# Option "DAMAGE" "Enable"
# Option "Composite" "Enable"
EndSection

Section "DRI"
Mode 0666
EndSection

Did I miss something?
Reply

Logout Mark Read Team Forum Stats Members Help
radeonhd opensource driver0