Hi,I am right now working on a Meego board. The default resolution is 1024x600.To fit the screen into the display, I usually scale it with this.xrandr --output LVDS0 --scale 1.28x1.25
I want to remove the headache of setting this every time by setting it somewhere.I tried the following[1] adding it in .xinitrc[2] added it in /etc/init.d/rc.local[3] /boot/extlinux/extlinux.conf 's boot command line
But in vain.Any suggestions?--regards,Arjun S R
--
--
"Freedom is the only law".
"Freedom Unplugged"
http://www.ilug-tvm.org
You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug...@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-u...@googlegroups.com
For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
---
You received this message because you are subscribed to the Google Groups "Free Software Users Group, Thiruvananthapuram" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ilug-tvm+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
normally this should work by adding int .xinitrc, how did you add the
.xinitrc file, did u copy it from /etc/skel/xinitrc to your home
folder?
if not did u add exec before the command you have specified.
See if the files described in this page applies to you:http://synergy2.sourceforge.net/autostart.html
--