[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where are "xrandr" settings stored?



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



Reply to: