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

Re: Where are "xrandr" settings stored?



On Sat, 22 Jan 2011 15:09:22 -0500, Chris Jones wrote:

> 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.

That creates a file with 23,339 records on it. Most (all?) of the 
modified files are under "/sys" and "/proc" folder. 

Greetings,

-- 
Camaleón


Reply to: