From 94bf18705688e2f49bdbcab14ff12b49d6408e04 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Mon, 24 Apr 2023 15:48:42 +0000 Subject: [PATCH] Update 'documentation/workstation.md' --- documentation/workstation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/workstation.md b/documentation/workstation.md index 61886ed..3c3e508 100644 --- a/documentation/workstation.md +++ b/documentation/workstation.md @@ -23,6 +23,11 @@ apt install pve-kernel-6.1 ``` bash apt install gnome + +# Problems with suspend on login screen +gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 +``` + ``` ## misc @@ -45,6 +50,11 @@ systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target #The following NEW packages will be installed: # firmware-amd-graphics #apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all + +#wifi +#sudo apt-get install firmware-realtek firmware-misc-nonfree +#bluethooth and audio +#sudo apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol bluez-firmware ```