Results 1 to 1 of 1
Hi All,
I have several monitor configure scripts and I'm noticing that they only work once per boot. Here is an example of my dual monitor script:
Code:
#!/bin/bash
xrandr ...
- 02-16-2011 #1
Monitor Scripts Only Work Once??
Hi All,
I have several monitor configure scripts and I'm noticing that they only work once per boot. Here is an example of my dual monitor script:
So if I run it once, everything works great, then I go back to using my single monitor (using a script) works again, then I try to use the dual monitor script again and it just doesn't do anything. No errors in console, just don't get output to second monitor. Any ideas?? Thanks in advanceCode:#!/bin/bash xrandr --output VGA1 --pos 100x0; xrandr --output LVDS1 --pos 1680x150; xrandr --output VGA1 --primary;
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"


Reply With Quote