RandR 1.3 not support cursor transformation?

2009-04-02 Thread GordonYuan
Dear all, RandR 1.3 has supported display transformation. I have tested it on Intel platform with driver 2.6.99. I find that the display can transform successfully, but the cursor makes no change with the old orientation. I trace the xserver 1.6.0 code, and find that xf86_crtc_load_curso

Re: RandR 1.3 not support cursor transformation?

2009-04-02 Thread Keith Packard
On Thu, 2009-04-02 at 15:14 +0800, gordony...@viatech.com.cn wrote: > Has RandR 1.3 not supported transformation for hardware argb > cursor yet? As the cursor image cannot change as it moves around the screen, there's no way to correctly apply the projective transform to the cursor image, so

Re: Replacing a window icon in X11?

2009-04-02 Thread Lubos Lunak
On Thursday 02 of April 2009, Glynn Clements wrote: > Wirawan Purwanto wrote: > > Today most window managers has an area on the top left corner of the > > window decoration which shows a small bitmap, which in Windows world > > called "icon". I wonder if there is any way for an external program, if

Re: [RFC] glx: fix DRI2 memory leak

2009-04-02 Thread Kristian Høgsberg
2009/4/1 Michel Dänzer : > On Mon, 2009-03-30 at 13:04 +0800, Shuang He wrote: >> Shuang He wrote: >> > Jesse Barnes wrote: >> > > On Fri, 27 Mar 2009 13:20:25 -0400 >> > > Kristian Høgsberg wrote: >> > > > >> > > > The leak is (as you pointed out before) because we NULL the pDraw >> > > > pointer

Re: [RFC] glx: fix DRI2 memory leak

2009-04-02 Thread Colin Guthrie
'Twas brillig, and Kristian Høgsberg at 02/04/09 15:44 did gyre and gimble: > This looks good. Considering the large amount of discussion and the complexity of the issue itself, can I suggest that a large comment with all the salient points from this discussion is put in the code here as part of

Using Xorg, XDM seems to be ignoring my keyboard

2009-04-02 Thread Pantherman
I installed GNOME some time ago on my laptop, but liked the enlightened window manger better, so i went back and installed the Ubuntu system with the "Alternate" CD installing only the Linux base and using Apt-get install to install Xorg, GDM and e16. Keyboard works fine in the console and all t

why keymapping can not refresh?

2009-04-02 Thread marslee_suc
Hi all, my application has two process, I execute "xmodmap -e "keycode 255 = a"" in the first process then in another process I use XKeycodeToKeysym(display, 255, 0) to get the keysymbol, but it reutrns 0. why keymapping can not refresh? how can I let the keymapping refresh? Thank you in advanc