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

 

 

 

[FAQ] Graphical desktop doesn't work

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

[FAQ] Graphical desktop doesn't work

#1 Post by Head_on_a_Stick »

Almost all recent graphics cards now require non-free firmware to work properly and the graphical desktop won't start at all without this for the current generation of AMD cards.

This firmware cannot be included in the official release because it violates Debian's Social Contract and it will not be installed automatically even if the unofficial non-free ISO image is used.

To solve this problem disable the graphical desktop by pressing "e" with the Debian boot menu entry highlighted and add this to the end of the line that starts with "linux":

Code: Select all

systemd.unit=multi-user.target
Then press <ctrl>+x (at the same time) to boot the modified entry and install the non-free firmware metapackage:

Code: Select all

# apt install firmware-linux-nonfree
If the official ISO image has been used to install the system then the non-free component of the repsoitories will have to be added first, use

Code: Select all

# apt edit-sources
And add non-free after main in the source lines (separated with a space) then save the file and

Code: Select all

# apt update
Before installing the firmware metapackage and rebooting.

See also https://wiki.debian.org/SourcesList#Component & https://wiki.debian.org/Firmware
Last edited by Head_on_a_Stick on 2019-07-31 14:53, edited 1 time in total.
deadbang

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: [FAQ] Grahical desktop doesn't work

#2 Post by cuckooflew »

Great howto, I have noticed many people keep asking the same question over and over about the Desktop not working, etc.
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

Post Reply