The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » AMD Radeon RX 480 On Devuan » 2019-01-14 00:38:42

I am facing a similar situation. Myself and two of my friends are attempting to switch to Linux for gaming. We are trying to avoid Ubuntu and I am a huge fan of Devuan. We have tried Mint, Artix, and Sparky as well but ran into issues. So I am attempting to use Devuan and just install a more modern kernel and mesa. I setup backports in apt and am already on the new kernel. What is the best way to get into the mesa packages. Just download and compile from source? Is there a package?

Thanks

#2 Re: Desktop and Multimedia » Anyone get Lutris working? » 2018-06-22 17:22:48

MiyoLinux wrote:

I know nothing about Lutris (sounds like a good thing though!).

I didn't add the ppa; I downloaded the .deb package from the link provided on the Lutris website. Installed it with the GDebi Package Installer, and it opened right up. smile

I have no games to try it out with though. tongue

I will try that, thanks. I have never used GDebi Package installer before.

Edit: that worked like a charm! Got Lutris for Debian 8 .deb package running with GDebi and tested Quake 1. Excellent.

#3 Desktop and Multimedia » Anyone get Lutris working? » 2018-06-20 18:20:48

quadcricket
Replies: 3

I want to try the new linux game management program Lutris (https://lutris.net/) but couldn't get it installed.

I was wondering if anyone was able to get it working in Devuan.

#4 Re: Hardware & System Configuration » Issues with Laptop Lid Suspend/Hibernate and Panel Plugins » 2017-10-16 20:51:32

I just had to use this again for a fresh install of Devuan and XFCE on a Thinkpad x220. It worked on this machine too. smile

#5 Re: Hardware & System Configuration » Issues with Laptop Lid Suspend/Hibernate and Panel Plugins » 2017-08-02 07:05:40

I was just posting to let everyone know that I did a fresh install on a Thinkpad T440 with xfce4 and it would not sleep on lid close. Using this thread and some searching I got it to work.

First was running visudo as root to allow my user to run pm-suspend

# username suspend permission
username ALL=NOPASSWD: /usr/sbin/pm-suspend

then I created an acpi event by creating /etc/acpi/events/lid

event=button/lid
action=/etc/acpi/actions/lid_suspend.sh %e

(make sure to make it executable with "chmod +x lid")

Finally I created the folder and file /etc/acpi/actions/lid_suspend.sh

#!/bin/bash
if [  "$3" = "close" ] ; then
     /usr/sbin/pm-suspend
fi

(chmod +x lid_suspend)

I did "service acpid restart" as root for good luck and it worked!

Thank you everyone for your help!

Board footer

Forum Software