File: bug-script

package info (click to toggle)
arandr 0.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: python: 1,402; sh: 8; makefile: 5
file content (15 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# reportbug helper for arandr

exec >&3

echo "Output of $0:"
echo "$ xrandr --version"
xrandr --version

echo "$ xrandr --query --current"
xrandr --query --current

echo "$ xrandr --query --current --verbose"
xrandr --query --current --verbose