xrandr script for dual monitor

2014-01-29 Thread massimiliano cialdi
Hi, I have two monitor and I use xrandr for extend the desktop (ubuntu 13.04). With arandr I have configured it and I save a shell script (/usr/share/setdualmonitor.sh) to obtain the desired result: #!/bin/sh xrandr --output DP3 --off --output DP2 --off --out

Re: xrandr script for dual monitor

2014-01-29 Thread Marius Gedminas
On Wed, Jan 29, 2014 at 09:00:21AM +0100, massimiliano cialdi wrote: > I have two monitor and I use xrandr for extend the desktop (ubuntu 13.04). Ubuntu 13.04 was EOLed a couple of days ago. You'll want to upgrade to 13.10. > With arandr I have configured it and I save a shell script > (/usr/sha

Executing xlib code. Simple question.

2014-01-29 Thread ...
Hi, I want to write a super simple program that just calls xiwarppointer. Inorder for this to affect the mouse in a window manager, do I have to modify the wm source code, or can I write it as a stand alone? I'm a total newbie, but I do know some c and lots of python. I would just use straight x

Re: nouveau question

2014-01-29 Thread ...
That exchange was off list! Curse you google reply to default! If it's a very new chipset, definitely go with the latest stable release. But I didn't give any link... On Jan 29, 2014 7:55 PM, "Gene Heskett" wrote: > On Wednesday 29 January 2014 ... did write: > > > I'm no expert. I just saw gt21

Re: Executing xlib code. Simple question.

2014-01-29 Thread Peter Hutterer
On Wed, Jan 29, 2014 at 06:43:55PM -0600, ... wrote: > I want to write a super simple program that just calls xiwarppointer. > Inorder for this to affect the mouse in a window manager, do I have to > modify the wm source code, or can I write it as a stand alone? the window manager has no effect on