4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
echo Setting refresh rate to 60 Hz
|
|
xrandr --output LVDS --mode 1024x768 --rate 60
|