Jump to content

NicoD

Moderators
  • Posts

    1416
  • Joined

  • Last visited

Everything posted by NicoD

  1. @BananaramaYou can always try to uninstall the desktop to see if that works. sudo apt remove lxde sudo apt purge lxde sudo apt autoremove I think that should do it. I don't use OMV anymore. So no idea if it works on desktop image. Not sure if/when Armbian will support this device. It is a nice one. But they make so many that it is hard to support them all.
  2. Panfrost Gaming benchmarks with RK3399, Amlogic S922x and RK3588. Testing native supertuxkart, box64 Xonotic and wine32/box86 Viper Racing. RK3399 and AMLS922X done on Armbian Jammy, RK3588 Ubuntu Jammy (22.04)
  3. Hi guys. I'm the maintainer for the Khadas VIM3. There are 2 small issue's with the Armbian images for VIM3, and also for VIM2. armbianmonitor -u http://ix.io/46L9 First off, the VIM3 has all its cores clocked to 1.5Ghz by default. I created a Jira for that a while ago. https://armbian.atlassian.net/browse/AR-1094 My simple fix is in /etc/default/cpufrequtils MAX_SPEED=15xxxxxxx → MAX_SPEED=2400000 But I have no idea how/where to adjust this so it is correct for all VIM3 images. Then for VIM2 and VIM3 (maybe VIM3L and VIM1 too) the HDMI audio isn't working as it should. https://armbian.atlassian.net/browse/AR-1095 I once was able to make it work. But I can't remember how. So the device is enabled at boot, but not directed to be used by pulseaudio. Thank you.
  4. Hi all. I've done a lot of tests with different desktop environments on Armbian. I wanted an as light as possible desktop environment so I'd have enough ram left to do video rendering with the NanoPi M4(2GB) I had to try a lot of things to get things working fine. So I wanted to save others that hassle. Setting up Display Manager First we need a Display Manager. NODM is installed by default. I tried lightdm but couldn't get it to work. So I went for LXDM. With NODM installed I had problems, so I also removed NODM. To be sure lxdm is configured right, I also manually configure it. sudo apt install lxdm sudo apt remove nodm sudo dpkg-reconfigure lxdm Install LXDE Desktop Next step is to install the desktop environment you want. There is a problem with some Desktop Environments and LXDM what makes you can't login to some DE's out of the box. That we will resolve later. Easiest is to install lxdm first to be able to configure the others well. And reboot. sudo apt install lxde sudo reboot Once booted you should be greeted by the Login screen. Here you can choose your different Desktop Environment. Choose LXDE and login. If you'd try xfce4, then you'd see it doesn't work. To fix this we need to change the file /usr/share/xsessions/xfce.desktop. Use your favorite text editor. I use geany. sudo geany /usr/share/xsessions/xfce.desktop Somewhere at the top of the file you'll see "Name=Xfce Session". Replace that space with a hyphen to "Name=Xfce-Session" and save the file. Now you can also login to the default XFCE4 Desktop. With other desktops this can be the same. Go the the same directory and open the file with the desktop name that doesn't work. Again replace the space with a hyphen Installing different Desktop Environments. For the Mate desktop I also needed to install the applets, else I got errors at login because of these missing applets sudo apt install mate-desktop-environment mate-applets For KDE-Plasma sudo apt install kde-full For Gnome. Modify the file sudo geany /usr/share/xsessions/gnome... sudo apt install gnome-session sudo update-alternatives --config gdm3.css I also tried LXQT. But this one didn't work. You can try others too. Remove Desktop Environment To remove a desktop environment you don't want anymore you do the remove instead of install. sudo apt remove kde-full sudo apt remove mate-desktop-environment . . . Please let me know if there's mistakes made, or if you've got advice. Source for changing the name to make them work @IgorS : Greetings, NicoD
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines