More Setup

This commit is contained in:
ITmail-dk
2022-01-03 20:42:16 +01:00
parent fea512317c
commit e9e54259b5
5 changed files with 42 additions and 4 deletions

View File

@@ -9,4 +9,3 @@ view=icon
recurse=true recurse=true
sort=alpha sort=alpha
icon_caps=false icon_caps=false

View File

@@ -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

View File

@@ -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"

View File

@@ -0,0 +1,5 @@
Section "Device"
Identifier "AMD Graphics"
Driver "amdgpu"
Option "TearFree" "true"
EndSection

View 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