mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +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
|
raspi-config (20200203) buster; urgency=medium
|
||||||
|
|
||||||
* Add pixel doubling option for FKMS using xrandr
|
* Add pixel doubling option for FKMS using xrandr
|
||||||
|
@ -422,7 +422,7 @@ do_pixdub() {
|
|||||||
DEV=$(xrandr | grep -w connected | cut -f1 -d' ')
|
DEV=$(xrandr | grep -w connected | cut -f1 -d' ')
|
||||||
for item in $DEV
|
for item in $DEV
|
||||||
do
|
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
|
done
|
||||||
STATUS=enabled
|
STATUS=enabled
|
||||||
elif [ $RET -eq 1 ]; then
|
elif [ $RET -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user