Re: sourceid in XIRawEvents

2011-02-14 Thread Mark Dokter
On 02/13/2011 11:57 PM, Peter Hutterer wrote: On Fri, Feb 11, 2011 at 03:51:39PM +0100, Mark Dokter wrote: I noticed that the sourceid field in XIRawEvents is 0 while the XIDeviceEvent sourceid field gets filled with the correct id of a slave device. The code I wrote some time ago uses raw

How to enable software rendering via X server

2011-02-14 Thread Neeraj N T
Hi All, By using the environment variable LIBGL_ALWAYS_INDIRECT=1 my glxinfo showed the following: *direct rendering: No OpenGL renderer string: Mesa DRI Intel(R) IGDNG_M GEM 20091221 2009Q4* My research showed that the Xclient is actually using indirect rendering where as the Xserver is

Re: How to enable software rendering via X server

2011-02-14 Thread drago01
On Mon, Feb 14, 2011 at 2:07 PM, Neeraj N T neera...@tataelxsi.co.in wrote: Hi All, By using the environment variable LIBGL_ALWAYS_INDIRECT=1 my glxinfo showed the following: direct rendering: No OpenGL renderer string: Mesa DRI Intel(R) IGDNG_M GEM 20091221 2009Q4 My research showed that

Re: [PATCH] Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buffers function

2011-02-14 Thread walter harms
Am 10.02.2011 22:27, schrieb Kristian Høgsberg: From: Justin Dou justin@intel.com The calling for allocate_or_reuse_buffer may fail due to some reason, e.g. out of memory. If the buffers[] were not initialized to be NULL, the following err_out may try to access an illegal memory,

Failed to Initialize the NVIDIA graphics device - Samsung TV LN46A650

2011-02-14 Thread moodyjunk
I'm running Fedora 12 kernel 2.6.32.26-175 and can't get Xorg to initialize my Samsung TV LN46A650. No nVidia splash screen, just a black screen with fast blinking cursor. The system does boot and Xwindows is running - I can VNC in to a full GUI desktop. Here are my system details: $ lspci

Re: Failed to Initialize the NVIDIA graphics device - Samsung TV LN46A650

2011-02-14 Thread Alan Cox
On Mon, 14 Feb 2011 19:20:48 + (UTC) moodyj...@frontiernet.net wrote: I'm running Fedora 12 kernel 2.6.32.26-175 and can't get Xorg to initialize my Samsung TV LN46A650. No nVidia splash screen, just a black screen with fast blinking cursor. The system does boot and Xwindows is running

Re: how to extend ModulePath using xorg.conf.d/mymodule.conf

2011-02-14 Thread Pat Kane
The xorg.conf man pages says: ModulePath path sets the search path for loadable Xorg server modules. This path is a comma separated list of directories which the Xorg server searches for loadable modules loading in the order

Re: how to extend ModulePath using xorg.conf.d/mymodule.conf

2011-02-14 Thread Sergio Monteiro Basto
On Mon, 2011-02-14 at 22:39 +0100, Harald Dunkel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I've got a problem with registering an additional module directory: If I add a file /etc/X11/xorg.conf.d/mymodule.conf saying Section Files ModulePath

General cleanup of pointer acceleration

2011-02-14 Thread Simon Thum
The integration of the code has some deficiencies which try to resolve here mainly to make reuse of the code easier. Also, the new valuator masks are now used by acceleartion, making things much more straightforward. ___ xorg@lists.freedesktop.org:

Re: sourceid in XIRawEvents

2011-02-14 Thread Peter Hutterer
On Mon, Feb 14, 2011 at 11:13:19AM +0100, Mark Dokter wrote: On 02/13/2011 11:57 PM, Peter Hutterer wrote: On Fri, Feb 11, 2011 at 03:51:39PM +0100, Mark Dokter wrote: I noticed that the sourceid field in XIRawEvents is 0 while the XIDeviceEvent sourceid field gets filled with the correct

Re: sourceid in XIRawEvents

2011-02-14 Thread Peter Hutterer
On Fri, Feb 11, 2011 at 03:51:39PM +0100, Mark Dokter wrote: Hello! I noticed that the sourceid field in XIRawEvents is 0 while the XIDeviceEvent sourceid field gets filled with the correct id of a slave device. The code I wrote some time ago uses raw events and now I realized that I have

Re: how to extend ModulePath using xorg.conf.d/mymodule.conf

2011-02-14 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/14/11 23:24, Pat Kane wrote: The xorg.conf man pages says: ModulePath path sets the search path for loadable Xorg server modules. This path is a comma separated list of directories