For lxrandr, I have some ideas.
Previously I planned to save lxrandr configurations in config file of
lxde-settings-daemon.
So when the settings daemon is started, it can call xrandr to set up
screen resolution and others. This can be quite useful for the users.
Unfortunately I don't have time to finish this part.
Another idea is, how to make this work for other DEs?
Autostart spec is not yet fully supported by other WM/DEs.
Currently only gnome, xfce, lxde, rox, and kde use this.
So how to run xrandr during the startup of other WMs is a problem.
Maybe their users should do the configuration themselves.
Or, we can save the command line lxrandr used to invoke xrandr in a
shell script like this.

#!/bin/sh
xrandr (with the arguments used by lxrandr)

So the users of other WM/DEs can run the script in their startup
script to automatically configure their monitors. Even better, we can
add an autostart desktop file for this script, with
NotShowIn=LXDE;GNOME; since we already load it in
lxde-settings-daemon.

On Tue, Jul 7, 2009 at 3:11 AM, Marty Jack<[email protected]> wrote:
> I have lxrandr ready to go, but I can't test it very well with my setup.  If 
> anyone on the list can give SVN a more elaborate smoke test, I'll release it 
> tomorrow if nothing turns up.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lxde-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to