Re: tablet as a second monitor on linux

2013-01-02 Thread Sérgio Basto
On Qua, 2012-12-19 at 08:48 -0500, Alex Deucher wrote: > As I said, originally, you need something like xdmx: > http://en.wikipedia.org/wiki/Xdmx > It's basically a proxy xserver that connects to xservers on multiple > boxes and presents the result as a single xserver. Sorry to hijack this thread

Re: tablet as a second monitor on linux

2012-12-20 Thread Adam Groszer
Hello, yeah, but after x11vnc -clip 1280x800+1280+0 it's a matter of a vnc viewer (for example on android) to make it remote On Thu, Dec 20, 2012 at 8:34 PM, Alex Deucher wrote: > On Thu, Dec 20, 2012 at 2:13 PM, Adam Groszer wrote: >> (missed the list) >> >> >> -- Forwarded message -

Re: tablet as a second monitor on linux

2012-12-20 Thread Alex Deucher
On Thu, Dec 20, 2012 at 2:13 PM, Adam Groszer wrote: > (missed the list) > > > -- Forwarded message -- > Hello, > > Seems like xfwm4 is the culprit, metacity handles > > xrandr --addmode VGA-0 1280x800 > xrandr --output VGA-0 --mode 1280x800 --right-of LVDS > > just fine Ok, but t

Fwd: tablet as a second monitor on linux

2012-12-20 Thread Adam Groszer
(missed the list) -- Forwarded message -- Hello, Seems like xfwm4 is the culprit, metacity handles xrandr --addmode VGA-0 1280x800 xrandr --output VGA-0 --mode 1280x800 --right-of LVDS just fine On Wed, Dec 19, 2012 at 2:48 PM, Alex Deucher wrote: > On Wed, Dec 19, 2012 at 3:

Re: tablet as a second monitor on linux

2012-12-19 Thread Alex Deucher
On Wed, Dec 19, 2012 at 3:21 AM, Adam GROSZER wrote: > On 12/18/2012 08:44 PM, Alex Deucher wrote: >> >> On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer >> wrote: >>> >>> Hello, >>> >>> I'm trying to use an android tablet as a secondary monitor for my laptop. >>> Secondary monitor as one physical w

Re: tablet as a second monitor on linux

2012-12-19 Thread Alan Cox
On Tue, 18 Dec 2012 19:30:03 +0100 Adam Groszer wrote: > Hello, > > I'm trying to use an android tablet as a secondary monitor for my laptop. > Secondary monitor as one physical would be plugged into the VGA port. > Googling resulted in no concrete solution. Do you want to be able to move windo

Re: tablet as a second monitor on linux

2012-12-19 Thread Samuel Thibault
Adam GROSZER, le Wed 19 Dec 2012 12:35:07 +0100, a écrit : > On 12/19/2012 10:52 AM, Samuel Thibault wrote: > >Adam GROSZER, le Wed 19 Dec 2012 09:21:12 +0100, a écrit : > >>The question is, how to create the secondary headless virtual monitor with > >>X. I'm lost there. > > > >You can probably use

Re: tablet as a second monitor on linux

2012-12-19 Thread Adam GROSZER
On 12/19/2012 10:52 AM, Samuel Thibault wrote: Adam GROSZER, le Wed 19 Dec 2012 09:21:12 +0100, a écrit : The question is, how to create the secondary headless virtual monitor with X. I'm lost there. You can probably use the dummy X driver for that. Samuel You mind shedding some light on h

Re: tablet as a second monitor on linux

2012-12-19 Thread Samuel Thibault
Adam GROSZER, le Wed 19 Dec 2012 09:21:12 +0100, a écrit : > The question is, how to create the secondary headless virtual monitor with > X. I'm lost there. You can probably use the dummy X driver for that. Samuel ___ xorg@lists.x.org: X.Org support Arc

Re: tablet as a second monitor on linux

2012-12-19 Thread Adam GROSZER
On 12/18/2012 08:44 PM, Alex Deucher wrote: On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer wrote: Hello, I'm trying to use an android tablet as a secondary monitor for my laptop. Secondary monitor as one physical would be plugged into the VGA port. Googling resulted in no concrete solution. D

Re: tablet as a second monitor on linux

2012-12-18 Thread David Narvaez
On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer wrote: > Hello, > > I'm trying to use an android tablet as a secondary monitor for my laptop. > Secondary monitor as one physical would be plugged into the VGA port. > Googling resulted in no concrete solution. > > With some help of a friend, the http:

Re: tablet as a second monitor on linux

2012-12-18 Thread Alex Deucher
On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer wrote: > Hello, > > I'm trying to use an android tablet as a secondary monitor for my laptop. > Secondary monitor as one physical would be plugged into the VGA port. > Googling resulted in no concrete solution. Does the tablet have a VGA input port an

tablet as a second monitor on linux

2012-12-18 Thread Adam Groszer
Hello, I'm trying to use an android tablet as a secondary monitor for my laptop. Secondary monitor as one physical would be plugged into the VGA port. Googling resulted in no concrete solution. With some help of a friend, the http://pastie.org/5548492 script kind of works. (on xubuntu 11.10) Prob