You are not logged in.

#1 2019-06-11 16:38:54

ndesmoul
Member
Registered: 2010-05-03
Posts: 8

[SOLVED] Pb with Radeon HD 6450

Hello,
To replace an old Nvidia card not supported anymore by Nvidia, I'm trying to use a ATI/AMD HD 6450, but without success.

The driver installed is ATI.
I use KDE/plasma, but at start, after usual console text message, sddm start (?) but I have only a block screen with a mouse cursor.

Stopping the sddm service, I manage to launch KDE with startx, but with a lot of error message (crash of ksplashqml, etc.), and no 3D application can be launched.

Mesa and xf86-video-ati packages are installed. My Arch is up to date.
The radeon module seems to be loaded and used (and nothing is blacklisted in /etc/modprobe.d/).

$ lsmod | grep radeon

radeon               1634304  2
i2c_algo_bit           16384  1 radeon
ttm                   114688  1 radeon
drm_kms_helper        212992  1 radeon
drm                   495616  5 drm_kms_helper,radeon,ttm

First I tried without any specific xorg.conf.
Then with the following one (without more success): /etc/X11/xorg.conf.d/20-radeon.conf

Section "Device"
	Identifier  "Radeon"
	Driver "radeon"
	Option "AccelMethod" "glamor"
        Option "DRI" "3"
        Option "TearFree" "on"
        Option "ColorTiling" "on"
        Option "ColorTiling2D" "on"
EndSection

Using 'lspci -v'  I see the part corresponding to my card:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1 GB DDR3
        Flags: bus master, fast devsel, latency 0, IRQ 30
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fe8c0000 (64-bit, non-prefetchable) [size=128K]
        I/O ports at c000 [size=256]
        Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: radeon
        Kernel modules: radeon

I can't find any error message corresponding to the radeon driver:
$ dmesg | grep -i radeon

[    3.848130] [drm] radeon kernel modesetting enabled.
[    3.848229] fb0: switching to radeondrmfb from VESA VGA
[    3.848428] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    3.849918] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    3.849920] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    3.850027] [drm] radeon: 1024M of VRAM memory ready
[    3.850028] [drm] radeon: 1024M of GTT memory ready.
[    3.866914] [drm] radeon: dpm initialized
[    3.881490] radeon 0000:01:00.0: WB enabled
[    3.881494] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0x(____ptrval____)
[    3.881496] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0x(____ptrval____)
[    3.882273] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x(____ptrval____)
[    3.882278] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    3.882328] radeon 0000:01:00.0: radeon: using MSI.
[    3.882362] [drm] radeon: irq initialized.
[    4.750979] [drm] Radeon Display Connectors
[    4.842236] fbcon: radeondrmfb (fb0) is primary device
[    4.877424] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    4.910639] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0

So I'm completely at lost at what could be the problem.
But even the most simple 3d application doesn't work:

$ glxinfo

 
name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  37
  Current serial number in output stream:  38

Last edited by ndesmoul (2019-06-11 21:04:22)

Offline

#2 2019-06-11 19:18:17

ndesmoul
Member
Registered: 2010-05-03
Posts: 8

Re: [SOLVED] Pb with Radeon HD 6450

Ok. I finally found what was the problem: I didn't see that I still had some old nvidia packages installed from AUR.
Deleting them resolves the problem. All seems to work now.
Sorry for the inconvenience.

Offline

#3 2019-06-11 20:01:11

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: [SOLVED] Pb with Radeon HD 6450

Please remember to mark your thread as solved.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB