On Sat, Jan 22, 2011 at 11:13:29AM EST, Camaleón wrote: [..]
> # xrandr --output VBOX0 --mode 1280x60_60.00 [..] > 1/ How can it that xrandr settings are remembered for all the users > session? > > 2/ What is the involved file/tweak command to revert any change and reset > its settings? You could try brute force to narrow it down a bit: # touch /tmp/xxx # xrandr ... # find / -type f -newer /tmp/xxx > /tmp/filelist # rm /tmp/xxx You may want to run this on a VM with a small file system, and stick the commands in a bash script to limit the number of false positives. cj -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110122200922.GA4169@pavo.local