mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 09:48:03 +09:00
Add filter option when setting pixel doubling
This commit is contained in:
parent
951b1b7996
commit
b872f11509
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20200205) buster; urgency=medium
|
||||
|
||||
* Add filter parameter to xrandr when setting pixel doubling
|
||||
|
||||
-- Simon Long <simon@raspberrypi.org> Wed, 05 Feb 2020 07:46:42 +0000
|
||||
|
||||
raspi-config (20200203) buster; urgency=medium
|
||||
|
||||
* Add pixel doubling option for FKMS using xrandr
|
||||
|
@ -422,7 +422,7 @@ do_pixdub() {
|
||||
DEV=$(xrandr | grep -w connected | cut -f1 -d' ')
|
||||
for item in $DEV
|
||||
do
|
||||
echo xrandr --output $item --scale 0.5x0.5 >> /usr/share/dispsetup.sh
|
||||
echo xrandr --output $item --scale 0.5x0.5 --filter nearest >> /usr/share/dispsetup.sh
|
||||
done
|
||||
STATUS=enabled
|
||||
elif [ $RET -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user