diff --git a/debian/changelog b/debian/changelog index 777da73a982ef50a4d9738105ea860d0ca60c453..fcf1ba210d6265f4bf667f35826c8b5bd95f87b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +reform-tools (1.9) reform; urgency=medium + + * install /usr/share/X11/xorg.conf.d/10-reform-etnaviv.conf + + -- Johannes Schauer Marin Rodrigues <josch@debian.org> Wed, 07 Sep 2022 17:02:24 +0200 + reform-tools (1.8) reform; urgency=medium * etc/skel/.config/mpv/mpv.conf: set maximum resolution of ytdl to 1080p diff --git a/debian/reform-tools.install b/debian/reform-tools.install index ae30c3cded2a890590705005f6ed310cf700a9d1..ff2345da1fe688588d4b27f46b8bebc67d38c8d6 100644 --- a/debian/reform-tools.install +++ b/debian/reform-tools.install @@ -8,3 +8,4 @@ etc/* /etc sbin/* /usr/sbin systemd/reform-poweroff /lib/systemd/system-shutdown systemd/reform-sleep.conf /usr/lib/systemd/sleep.conf.d +xorg/10-reform-etnaviv.conf /usr/share/X11/xorg.conf.d diff --git a/xorg/10-reform-etnaviv.conf b/xorg/10-reform-etnaviv.conf new file mode 100644 index 0000000000000000000000000000000000000000..13515cec9f0640e3c124c76b8d6d153043932754 --- /dev/null +++ b/xorg/10-reform-etnaviv.conf @@ -0,0 +1,7 @@ +Section "Device" + Identifier "eDP-1" + Driver "modesetting" + Option "kmsdev" "/dev/dri/card0" + Option "AccelMethod" "glamor" + Option "Atomic" "On" +EndSection