You are not logged in.

#1 2013-01-11 09:29:47

mongohorst
Member
Registered: 2010-09-29
Posts: 29

ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

Hi,

my graphics card is a

01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350]

i've installed xf86-video-ati, ati-dri, mesa and linux-firmware.

if i have a radeon entry in my mkinitcpio.conf or a entry in my /etc/modules-load.d/modules.conf, i get acceleration not enabled:

[   15.348683] radeon 0000:01:00.0: disabling GPU acceleration

any ideas anyone?

thanks for your help
mongohorst

Offline

#2 2013-01-11 10:01:22

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

What are your entries in mkinitcpio.conf and/or /etc/modules-load.d/modules.conf?

Offline

#3 2013-01-11 11:03:00

mongohorst
Member
Registered: 2010-09-29
Posts: 29

Re: ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

cat /etc/mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options
# like so:
#    FILES="/etc/modprobe.d/modprobe.conf"
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect pata scsi sata filesystems"
#
##   This is identical to the above, except the old ide subsystem is
##   used for IDE devices instead of the new pata subsystem.
#    HOOKS="base udev autodetect ide scsi sata filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev pata scsi sata usb filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev pata mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev usb lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect pata scsi sata encrypt filesystems usbinput fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

cat /etc/modules-load.d/modules.conf

radeon

Offline

#4 2013-01-11 11:46:52

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

Ok, you actually don't need to put radeon into the modules.conf, it will get loaded automatically very early in the boot process.

Does the open source radeon driver support GPU acceleration?! I hardly think so. I have a Radeon HD 6320 and I don't get such a line in dmesg. Maybe the implementation for your chipset is a work in process and right now there's no support for this yet. What's supported and what not can be found here.

Offline

#5 2013-01-11 14:44:01

mongohorst
Member
Registered: 2010-09-29
Posts: 29

Re: ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

Army wrote:

What's supported and what not can be found here.

According to that my card belongs to the evergreen-family and acceleration should be working.

I also found this, thus it should be supported.

Offline

Board footer

Powered by FluxBB