Skip to content

Desktop (xfce) installation on S905L2 #1972

Answered by A-nemon-e
A-nemon-e asked this question in Amlogic
Discussion options

You must be logged in to vote

This is how to get only xfce4 + lightdm + xorg installed.

我重刷了一个全新的armbian jammy试验了一下。

  1. add a new user
  2. apt install lightdm xfce4 xfce4-goodies xorg If you want to set lightdm as the default Desktop, run dpkg-reconfigure lightdm in case you already installed gdm3.
  3. nano /etc/X11/xorg.conf, add or replace with the following: (I don't know its exact meaning and universality among all Amlogic CPUs, anyway it works for my box.)
Section "OutputClass"
    Identifier "Amlogic"
    MatchDriver "meson"
    Driver "modesetting"
    Option "PrimaryGPU" "true"
EndSection
Section "Screen"
    Identifier "Default Screen"
    Device "Meson"
    Monitor "foo"
    DefaultDepth 24
    SubSection "Display"
 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by A-nemon-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant