On Fri, May 24, 2013 at 12:55 PM, deepak kumar <[email protected]>wrote:
> 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? > No > if not did u add exec before the command you have specified. My ~/.xinitrc looks like this. <code> #!/bin/bash export DISPLAY=:0.0 sleep 10s exec xrandr --output LVDS0 --scale 1.28x1.25 </code> -- Arjun S R http://about.me/arjunsr -- -- "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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
