[ANNOUNCE] libdrm 2.4.25

2011-04-11 Thread Chris Wilson
My need for releasing libdrm at this moment is to get the bug fix out for running current Intel Mesa drivers with older kernels. But 2.4.25 looks to be an exciting release in its own right! Dave Airlie has added his dumb fb interface so that plymouth and friends can use a generic kms/fb backend,

Dvorak-Qwerty Keyborad Layout

2011-04-11 Thread Thomas Berger
Hi, I'm using the US Dvorak keyboard layout with X.Org X Server 1.9.0. The problem I have is that control-key and alt-key keys are also mapped, so that ctrl-c becomes ctrl-i, etc. Is there a way to have the Dvorak keyboard layout, but if one presses control or alt it uses the Qwerty keyboard

Touchscreen kdrive/evdev

2011-04-11 Thread Grigory Batalov
Hello! Isn't absolute positioning implemented in kdrive's evdev driver yet? It seems coordinate scaling is absent and there is no KdEnqueuePointerEvent calls for ke-abs[i] in hw/kdrive/linux/evdev.c (EvdevPtrMotion() function). I wish to be wrong...

Re: [BUG] xrandr/desktop autoconfiguration problem with Intel chip

2011-04-11 Thread Adam Jackson
On 4/10/11 6:53 PM, James Bottomley wrote: However, when I plug in a standard 1024x768 projector, it gets set up (using the standard gnome hotplug) to the right of my current display (giving an x dimension of 2390) and the whole of the LVDS display gets a dark grey shadow. If I use xrandr to

Re: Announcement of x11vis, an X11 visualizer

2011-04-11 Thread Johannes Truschnigg
Hi there, Michael! Seems like a mighty fine and very handy tool for those in need of doing protocol-level investigations of what is going on with their X11 clients and server. Although I don't see myself using it in the near future - as I don't do any X11-related development work - I'd like to

[PATCH] xorg/driver/x86-video-intel: Avoid flicker on transition from the fb console to X

2011-04-11 Thread James Bottomley
This patch avoids flicker as the Linux boot fbcon gives way to X by taking an exact pixmap represenation of the fb console and rendering it to the X display before transitioning. --- The original patch seems to have been by Kristian Høgsberg, but every distro has a slight variation in their