Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian Cinnamon w/o video acceleration

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
dw5437
Posts: 22
Joined: 2006-08-13 19:59

Debian Cinnamon w/o video acceleration

#1 Post by dw5437 »

Error message Cinnamon is currently running without video hardware acceleration There may be an issue with your drivers or some other problem. Installed from a net install cd.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Debian Cinnamon w/o video acceleration

#2 Post by stevepusser »

There could be several different reasons for this. Please install inxi and report the output of "inxi -G" in the terminal so we have some idea of your graphics hardware and driver situation.
MX Linux packager and developer

dw5437
Posts: 22
Joined: 2006-08-13 19:59

Re: Debian Cinnamon w/o video acceleration

#3 Post by dw5437 »

Unable to locate package inxi

dw5437
Posts: 22
Joined: 2006-08-13 19:59

Re: Debian Cinnamon w/o video acceleration

#4 Post by dw5437 »

Come to think of it I didn't have an option to load non-free software. How do I get those?

User avatar
fred44nl
Posts: 215
Joined: 2018-07-14 08:54
Has thanked: 1 time

Re: Debian Cinnamon w/o video acceleration

#5 Post by fred44nl »

dw5437 wrote:Come to think of it I didn't have an option to load non-free software. How do I get those?
you will have to edit /etc/apt/sources.list

Code: Select all

sudo nano /etc/apt/sources.list
at the end of each line you will have to add contrib and non-free, like this:
deb http://ftp.nl.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
deb http://ftp.nl.debian.org/debian/ buster-updates main contrib non-free
next, you do

Code: Select all

sudo apt update && sudo apt upgrade
Debian 10 - Buster on Compulab Fitlet2
Debian 12 - Bookworm on Acer Spin 1

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Debian Cinnamon w/o video acceleration

#6 Post by stevepusser »

If they can't install inxi, which is in the standard Debian repo, something's wrong with their sources or connection to the net. Usually its because the installer couldn't make a connection, so disabled all the Net sources.

Can you cut and paste the output of

Code: Select all

cat /etc/apt/sources.list
here?
MX Linux packager and developer

Phaenix360
Posts: 4
Joined: 2019-12-12 19:23

Re: Debian Cinnamon w/o video acceleration

#7 Post by Phaenix360 »

I've just had the same problem with CInnamon, it appeared a driver was missing for my Radeon graphic card.
Try to look at the messages at boot if it doesn't say anything about a missing driver, or look in /etc/var/log/kernel.log.
If it is a common driver problem, you'll most likely need to allow the non-free repos in the sources.list and then install the corresponding package.

Post Reply