Fix Linux graphics issue
* Using safer backend for compton * Removed xf86-video-intel * See https://wiki.archlinux.org/index.php/Intel_graphics#Installation
This commit is contained in:
parent
d1f4944a09
commit
c7eb3921fd
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ xset s off
|
||||||
xset -dpms
|
xset -dpms
|
||||||
eval $(ssh-agent)
|
eval $(ssh-agent)
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
compton &
|
compton --backend xrender &
|
||||||
sleep 1s
|
sleep 1s
|
||||||
conky -d
|
conky -d
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,6 @@ wimlib
|
||||||
xf86-input-libinput
|
xf86-input-libinput
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
xf86-video-fbdev
|
xf86-video-fbdev
|
||||||
xf86-video-intel
|
|
||||||
xf86-video-nouveau
|
xf86-video-nouveau
|
||||||
xf86-video-vesa
|
xf86-video-vesa
|
||||||
xorg-server
|
xorg-server
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue