You are on page 1of 1

## instalar video AMD/ATI Radeon 5400

dnf install xorg-x11-drv-amdgpu

## instalar fonts

dnf install xorg-x11-fonts*


dnf install bitstream-vera* wine-*font* bitmap-fonts

## instalar LibreOffice

dnf groupinstall LibreOffice

dnf groupinstall "Oficina y Productividad"

## desabilitar /tmp en memoria

systemctl mask tmp.mount

## reservar memeoria para sistema


vi /etc/sysctl.d/99-sysctl.conf

vm.min_free_kbytes = 1048576

vi /etc/gdm/custom.conf

## descomentar desahbilitar Wayland y usar Xorg

# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
WaylandEnable=false

## desabilitar selinux

SELINUX=permissive

You might also like