LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-22-2020, 06:57 PM   #1
jrchapple
LQ Newbie
 
Registered: Dec 2019
Distribution: Debian Buster
Posts: 8

Rep: Reputation: Disabled
Installing AMD HD6450 driver: fails to install


The AMD driver complains about driver incompatibility. It wants XServer 1.10, which is an old version. Any way to install this version on Debian 9 and Debian 10 (preferred) and keep it from being upgraded?

For Debian 10, is there a way to force Gnome Manager to use low res (640x480 or some such) graphics?

I am aware AMD pulled the plug on Catalyst a few years ago.

This is the output provided by the AMD installation script:

root@debianStretch:/home/john/Downloads/amd-catalyst-15.9-linux-installer-15.201.1151-x86.x86_64# ./AMD-Catalyst-15.9-Linux-installer-15.201.1151-x86.x86_64.run
Created directory fglrx-install.u2wb0n
Verifying archive integrity... All good.
Uncompressing AMD Catalyst(TM) Proprietary Driver-15.201.1151.................................................................[snipped out some dots]
.................................................................................................... .....................................................................
=====================================================================
AMD Catalyst(TM) Proprietary Driver Installer/Packager
=====================================================================

error: Detected X Server version 'XServer 1.19.2_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.19.2_64a:none:4.9.0-12-amd64
Installation will not proceed.

Removing temporary directory: fglrx-install.u2wb0n
root@debianStretch:/home/john/Downloads/amd-catalyst-15.9-linux-installer-15.201.1151-x86.x86_64#

[end of script output]

Cheers
John
 
Old 04-23-2020, 12:14 PM   #2
sp331yi
Member
 
Registered: Mar 2020
Location: NM
Distribution: antiX 19.2 | Slacko pup | Miyo
Posts: 104

Rep: Reputation: Disabled
Ran into similar problems. Debian goes after it bass-akwards, IMO. Upgrade driver, not downgrade xserver --

https://community.amd.com/thread/219552#comment-2820094

https://www.amd.com/en/support

OLD -- 15.201.1151-x86.x86_64.run

NEW -- 15.9 Series

https://www.amd.com/en/support/graph...radeon-hd-6450

Hope this helps -- a lttle search goes a long ways!
 
Old 04-23-2020, 12:15 PM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,324
Blog Entries: 6

Rep: Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916Reputation: 1916
https://wiki.archlinux.org/index.php/Xorg#AMD
https://www.x.org/wiki/RadeonFeature/#index5h2

Do I read that right? That hardware uses ATI

Here is info if it helps you.
https://wiki.archlinux.org/index.php/ATI

https://wiki.archlinux.org/index.php/AMDGPU
 
Old 04-24-2020, 09:32 PM   #4
jrchapple
LQ Newbie
 
Registered: Dec 2019
Distribution: Debian Buster
Posts: 8

Original Poster
Rep: Reputation: Disabled
I solved this one myself. Adding an entry for buster-backports in the sources.list tree and installing firmware-amd-graphics solved the problem.

Thanks everyone.
 
Old 04-27-2020, 10:38 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,245
Blog Entries: 1

Rep: Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173
What caused the need for tainting with proprietary drivers?

My HD 6450 runs just fine using FOSS exclusively on Buster, Bullseye, Tumbleweed and Leap 15.1 and 15.2. This is from 18 months ago on pre-release Buster IIRC:
Code:
# inxi -Gxx
Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
           driver: radeon v: kernel bus ID: 01:00.0 chip ID: 1002:6779
           Display: server: X.Org 1.20.0 driver: modesetting unloaded: fbdev,vesa alternate: ati
           resolution: 1920x1200~60Hz
           OpenGL: renderer: AMD CAICOS (DRM 2.50.0 / 4.17.14-1-default LLVM 6.0.1) v: 3.3 Mesa 18.1.5
           compat-v: 3.1 direct render: Yes
I'm in the middle of moving, so that particular PC is currently unavailable to check with current releases.
 
Old 04-25-2022, 02:07 PM   #6
rubenX
LQ Newbie
 
Registered: Jan 2019
Posts: 13

Rep: Reputation: Disabled
Hello
I have same problem with this card
my is a radeon hd 6450 with 2gb ram
i am using Q4OS which is Debian/Bullseye compatibile
...and mrmazda says use FOSS driver...ok
but which one? ....and where to find it ?

thanks in advance
 
Old 04-25-2022, 03:54 PM   #7
Arnulf
Member
 
Registered: Jan 2022
Location: Hanover, Germany
Distribution: Slackware
Posts: 294

Rep: Reputation: 100Reputation: 100
Quote:
Originally Posted by rubenX View Post
radeon hd 6450
[…]

ok
but which one?
radeon

Quote:
Originally Posted by rubenX View Post
....and where to find it ?

It's included in the linux kernel. Most distro kernels contain this driver as a module, which results in "late KMS". If you want "early KMS" you have to compile your own kernel. /lib/firmware/radeon must be present and must contain all required firmware blobs either for compiled in driver or driver module.
 
Old 04-25-2022, 04:34 PM   #8
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,245
Blog Entries: 1

Rep: Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173Reputation: 2173
Quote:
Originally Posted by rubenX View Post
I have same problem with this card
my is a radeon hd 6450 with 2gb ram
i am using Q4OS which is Debian/Bullseye compatibile
...and mrmazda says use FOSS driver...ok
but which one? ....and where to find it ?
You don't have to "find it". They are a standard feature of a default installation of any Debian version, or derivative:
Quote:
Code:
# inxi -Gxx
Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
           driver: radeon v: kernel bus ID: 01:00.0 chip ID: 1002:6779
           Display: server: X.Org 1.20.0 driver: modesetting unloaded: fbdev,vesa alternate: ati
           resolution: 1920x1200~60Hz
           OpenGL: renderer: AMD CAICOS (DRM 2.50.0 / 4.17.14-1-default LLVM 6.0.1) v: 3.3 Mesa 18.1.5
           compat-v: 3.1 direct render: Yes
There's a Radeon kernel device driver that is contained in kernel packaging, and two X display drivers. The above shows the standard Modesetting DIX display driver in use. There's an optional Radeon DDX display driver included in standard installations in the package xserver-xorg-video-radeon. For more detail, read the primer.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon HD6450 causes ethernet failure gosssamer Linux - Hardware 2 09-30-2018 10:25 AM
[SOLVED] Linux-4.8-rc2 fails reading AMD microcode, /boot/amd-ucode.cpio aaazen Linux - Kernel 1 08-22-2016 09:33 AM
A bit of warning about the current kernels, on Radeon HD6450; successful boot: 1/3 times Darth Vader Slackware 6 06-11-2016 04:35 AM
Xubuntu1310 fglrx ATI Drivers for HD6450? ivtec Ubuntu 4 01-19-2014 07:59 PM
[SOLVED] Dual Radeon HD6450 & intel onboard graphics: cannot get radeons to start otoomet Linux - Hardware 6 05-24-2012 02:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration