Closed kaihendry closed 12 years ago
On 2012-05-03 19:37, Kai Hendry wrote:
lol. grep connected.
yes, yes, I know how to do it. Just filed an issue to remind to do it! :)
xrandr=*) xoptions=$( /bin/busybox httpd -d ${x#xrandr=} ) +echo $xoptions | grep -q -- '--output' || +xoptions="--output $(xrandr | grep " connected " | awk '{print $1}') $xoptions" if xrandr $xoptions; then logs "xrandr OK $xoptions"; else logs "xrandr ERR $xoptions"; fi ;;
Above is the patch to .xinitrc, however this style of use is not compatible with xrandr. Seriously. https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/518132
Only xrandr -o right
style works with nividia :(
So I am not going to commit this, because of nvidia being kooky.
https://github.com/Webconverger/neon-rootfs/commit/378c8b89708feb3a6d88f0f802bef13eb8a97b0a should be committed into webc
http://lists.x.org/archives/xorg/2012-April/054494.html