6 lines
135 B
Bash
Executable file
6 lines
135 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# Enable the use of NVidia card
|
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
|
xrandr --auto
|
|
xrandr --dpi 96
|