fix: keep dithering enabled for 27" because it doesn't seem to be displaying 8-bit colors (I blame the converter)

auto-flake-update
Yorick van Pelt 2013-11-20 22:53:26 +01:00
parent 2122663317
commit 2576b6d21f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ `cat /sys/devices/platform/hp-wmi/dock` -eq 1 ] && [[ `cat /proc/acpi/butto
then
echo "Using docked configuration with 27\" IPS screen and VGA-screen"
xrandr --output LVDS-0 --off --output DP-3 --primary --output VGA-0 --left-of DP-3 --dpi 108.79/DP-3
nvidia-settings -l -a "[dpy:DP-3]/DitheringDepth=2" -a "0/XVideoSyncToDisplay=1048576"
nvidia-settings -l -a "0/XVideoSyncToDisplay=1048576"
echo "Xft.dpi: 108.79" | xrdb -merge
else
echo "Using laptop-only configuration"