[SOLVED] Error when enabling graphics acceleration in Debian 10
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Error when enabling graphics acceleration in Debian 10
It seems that the graphics acceleration is not activated, because the videos in VLC run freezing. And every time I start the system, this error appears:
[ 13.207948] [drm] Loading R300 Microcode
[ 13.387375] radeon 0000:01:05.0: firmware: failed to load radeon/R300_cp.bin (-2)
[ 13.387423] firmware_class: See https://wiki.debian.org/Firmware for informat ion about missing firmware
[ 13.387462] radeon 0000:01:05.0: Direct firmware load for radeon/R300_cp.bin failed with error -2
[ 13.387687] [drm:r100_cp_init [radeon]] *ERROR* Failed to load firmware!
[ 13.387725] radeon 0000:01:05.0: failed initializing CP (-2).
[ 13.387761] radeon 0000:01:05.0: Disabling GPU acceleration
[ 13.387801] [drm] radeon: cp finalized
[ 13.394503] [drm:radeon_get_legacy_connector_info_from_bios [radeon]] *ERROR* Unknown connector type: 8
My video card is: Ati Radeon Xpress 200
Sorry for the "weird" English, I'm using a translator.
Err:6 http://ftp.debian.org/debian buster/non-free Release
404 Not Found [IP: 2001:67c:2564:a119::148:12 80]
Reading package lists... Done
E: The repository 'http://ftp.debian.org/debian buster/non-free Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Last edited by PauloEduardo; 11-18-2020 at 06:53 PM.
I typed "deb http://deb.debian.org/debian buster main contrib non-free" in the sources.list and is now giving this error:
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:23
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
ok last line duplicates the the "main" repo that is already defined on line 7. So to fix it you can remove the last line and add "contrib non-free" to the end of line 7. You should probably add them to the other lines too.
So your sources.list should look like:
Code:
#deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 NETINST 20200926-10:16]/ buster main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.