More Setup
This commit is contained in:
@@ -9,4 +9,3 @@ view=icon
|
|||||||
recurse=true
|
recurse=true
|
||||||
sort=alpha
|
sort=alpha
|
||||||
icon_caps=false
|
icon_caps=false
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# add more args here according to preference
|
# add more args here according to preference
|
||||||
ARGS="--volume=40"
|
ARGS="--volume=50"
|
||||||
|
|
||||||
notification(){
|
notification(){
|
||||||
# change the icon to whatever you want. Make sure your notification server
|
# change the icon to whatever you want. Make sure your notification server
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Remember that this menu uses this apt package "dialog"
|
# Remember that this menu uses this apt package "dialog"
|
||||||
|
|
||||||
HEIGHT=15
|
HEIGHT=15
|
||||||
WIDTH=40
|
WIDTH=60
|
||||||
CHOICE_HEIGHT=4
|
CHOICE_HEIGHT=4
|
||||||
BACKTITLE="Martin BSPwm DTE - The last step of the installation"
|
BACKTITLE="Martin BSPwm DTE - The last step of the installation"
|
||||||
TITLE="The last step of the installation"
|
TITLE="The last step of the installation"
|
||||||
|
|||||||
5
screen-tearing/20-amdgpu.conf
Normal file
5
screen-tearing/20-amdgpu.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Section "Device"
|
||||||
|
Identifier "AMD Graphics"
|
||||||
|
Driver "amdgpu"
|
||||||
|
Option "TearFree" "true"
|
||||||
|
EndSection
|
||||||
34
screen-tearing/tearfree-readme
Normal file
34
screen-tearing/tearfree-readme
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
/etc/X11/xorg.conf.d/
|
||||||
|
|
||||||
|
# Check the current status
|
||||||
|
Run command: xrandr --verbose | grep "TearFree"
|
||||||
|
|
||||||
|
Show Graphics Card Information
|
||||||
|
Run command: inxi -G
|
||||||
|
|
||||||
|
|
||||||
|
#*_#*_#*_*#_*#_*#_*
|
||||||
|
|
||||||
|
AMD GPU
|
||||||
|
|
||||||
|
-.-.-.-.-.-.-.-.-.-
|
||||||
|
|
||||||
|
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "AMD Graphics"
|
||||||
|
Driver "amdgpu"
|
||||||
|
Option "TearFree" "true"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#*_#*_#*_*#_*#_*#_*#_*#_*#_#*_#*_#*_#*_#*_#*_#*#_*#_#*_#*_#*
|
||||||
|
|
||||||
|
nVidia GPU Composition Pipeline / X Server Settings
|
||||||
|
|
||||||
|
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
|
||||||
|
|
||||||
|
sudo nvidia-settings
|
||||||
|
|
||||||
|
/etc/X11/xorg.conf
|
||||||
Reference in New Issue
Block a user