projects
/
deb_pkgs
/
autorandr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890b56e
)
call xrandr to refresh sysfs
author
Stefan Tomanek
<stefan.tomanek@wertarbyte.de>
Tue, 9 Nov 2010 14:16:46 +0000
(15:16 +0100)
committer
Stefan Tomanek
<stefan.tomanek@wertarbyte.de>
Tue, 9 Nov 2010 14:16:46 +0000
(15:16 +0100)
autorandr
patch
|
blob
|
history
diff --git
a/autorandr
b/autorandr
index 6ef1add9b90d43f4805c40a16134ea389cdcfb6e..55f714307d5e5daf2fd52605a26aac198cb991b3 100755
(executable)
--- a/
autorandr
+++ b/
autorandr
@@
-55,6
+55,8
@@
setup_fp_xrandr_edid() {
}
setup_fp_sysfs_edid() {
+ # xrandr triggers the reloading of EDID data
+ $XRANDR -q > /dev/null
# hash the EDIDs of all _connected_ devices
for P in /sys/class/drm/card*-*/; do
if grep -q "^connected$" < "${P}status"; then