XDMX

2011-02-21 Thread ankur jain
*Hi , I am using DMX(Distributed Multihead X ) for spreading display across multiple monitors. I have compiled xorg-server with enable dmx option . The command I am using to run dmx is :: startx `which gnome-session` -- /usr/bin/Xdmx :1 -display control_node_ip:0 -display client_node_1_ip:0 -

Re: wierd keyboard problem

2011-02-21 Thread Teika Kazura
Hi, Michal. It's more of a (k)ubunt issue. I mainly suspect consolekit / polkit thingy. I'm not conversant in them, and I recommend you to ask in ubunt forums. Or, "next day" may come from suspend / hibernate, aka s2ram / s2disk. (I'm a layman subscriber of Xorg ML, not an expert.) Regards, Teik

RE: Xorg R7.6 mesa/egl Makefile fixing in Ubuntu 10.10

2011-02-21 Thread Chen, Dennis (SRDC SW)
Hi man, you can try it in ubuntu system... But the issue "can't find the X11/Xlib.h" is in the source codes from the git, maybe the version is not R7.6 since I found that there're some different in xserver source code between the git database and download from the www.x.org Xorg R7.6 release...

RE: Build error for the Xorg R7.6 in Ubuntu 10.10

2011-02-21 Thread Gaetan Nadon
On Mon, 2011-02-21 at 11:01 +0800, Chen, Dennis (SRDC SW) wrote: > After all the required packages installed, then with the below command > will build the total package of the xorg successfully: > > util/modular/build.sh --clone -n > Thanks for the feedback. You can use -a -p to get updates fro

Re: XFT and xorg-macros

2011-02-21 Thread Gaetan Nadon
On Mon, 2011-02-21 at 11:11 -0300, Krosh Ivanov wrote: > Hi, > I know XFT depends on xorg-macros to be installed, but I keep getting > the error "must install xorg-macros 1.8..." despite having had > installed the most recent version of xorg-macros and copied the "*.pc" > of xorg-macros to /usr/l

Re: Xorg R7.6 mesa/egl Makefile fixing in Ubuntu 10.10

2011-02-21 Thread Alan Coopersmith
On 02/21/11 12:05 AM, Chen, Dennis (SRDC SW) wrote: > Hi All, > > > > I found that current the Makefile of mesa/mesa/src/egl/main in X11 R7.6 has > the > below line: > > > > INCLUDE_DIRS = -I$(TOP)/include > > > > When build the mesa module in Ubuntu system, this will led to a build er

Re: XFT and xorg-macros

2011-02-21 Thread Julien Cristau
On Mon, Feb 21, 2011 at 11:11:13 -0300, Krosh Ivanov wrote: > Hi, > I know XFT depends on xorg-macros to be installed, but I keep getting the > error "must install xorg-macros 1.8..." despite having had installed the > most recent version of xorg-macros and copied the "*.pc" of xorg-macros to > /

XFT and xorg-macros

2011-02-21 Thread Krosh Ivanov
Hi, I know XFT depends on xorg-macros to be installed, but I keep getting the error "must install xorg-macros 1.8..." despite having had installed the most recent version of xorg-macros and copied the "*.pc" of xorg-macros to /usr/local/lib/pkgconfig and to /usr/lib/pkgconfig. Why is it happening?

Multiple head cursor collision detection

2011-02-21 Thread Mihai Draghicioiu
Hi guys! I have a triple monitor setup (see http://lists.freedesktop.org/archives/xorg/2011-January/052383.html for more details), with the leftmost and rightmost monitors being setup to be slightly below the middle monitor's top line (see http://img819.imageshack.us/img819/5999/triplehead.png), an

Re: Xorg R7.6 mesa/egl Makefile fixing in Ubuntu 10.10

2011-02-21 Thread Michel Dänzer
On Mon, 2011-02-21 at 16:05 +0800, Chen, Dennis (SRDC SW) wrote: > Hi All, > > > > I found that current the Makefile of mesa/mesa/src/egl/main in X11 > R7.6 has the below line: > > > > INCLUDE_DIRS = -I$(TOP)/include > > > > When build the mesa module in Ubuntu system, this will led to

Xorg R7.6 mesa/egl Makefile fixing in Ubuntu 10.10

2011-02-21 Thread Chen, Dennis (SRDC SW)
Hi All, I found that current the Makefile of mesa/mesa/src/egl/main in X11 R7.6 has the below line: INCLUDE_DIRS = -I$(TOP)/include When build the mesa module in Ubuntu system, this will led to a build error complaining "can't find the X11/Xlib.h", that's because in ubuntu, the Xlib.h i