VESA driver

2012-03-22 Thread Henrik Pauli
Hi, it appears to me that xorg-driver-vesa-2.3.0 does not compile with the latest X, and it hasn't been updated since 2010. Are there any plans to release a new version or is there another driver that should be used instead as a generic fallback? ___

Re: VESA driver

2012-03-22 Thread Adam Jackson
On Thu, 2012-03-22 at 13:38 +0100, Henrik Pauli wrote: it appears to me that xorg-driver-vesa-2.3.0 does not compile with the latest X, and it hasn't been updated since 2010. Are there any plans to release a new version or is there another driver that should be used instead as a generic

[no subject]

2012-03-22 Thread Peppino Incasa
http://ii.net.nz/piwigo/local/combined/test.php?baseball138.jpeg ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your

Re: VESA driver

2012-03-22 Thread Robby Workman
On Thu, 22 Mar 2012 09:48:27 -0400 Adam Jackson a...@redhat.com wrote: On Thu, 2012-03-22 at 13:38 +0100, Henrik Pauli wrote: it appears to me that xorg-driver-vesa-2.3.0 does not compile with the latest X, and it hasn't been updated since 2010. Are there any plans to release a new

[ANNOUNCE] xf86-video-vesa 2.3.1

2012-03-22 Thread Adam Jackson
Minor maintenance release for xserver 1.12. Adam Jackson (4): Refuse to load if there's a kernel driver bound to the device Fix memory leak in mode validation Be forgiving of character-cell size mismatches in mode sizes vesa 2.3.1 Alan Coopersmith (1): Update Sun

[ANNOUNCE] xtrans 1.2.7

2012-03-22 Thread Alan Coopersmith
xtrans is a library of code that is shared (but is *not* a shared library) among various X packages to handle network protocol transport in a modular fashion, allowing a single place to add new transport types. It is used by the X server, libX11, libICE, the X font server, and related components.

[ANNOUNCE] protos: bigreqs fonts kb record scrnsaver xcmisc xext

2012-03-22 Thread Alan Coopersmith
These modules consist of the headers and specification documents that define various extensions to the X11 protocol. The headers are needed to compile either the X server or the Xlib-based client API's for these protocols and clients using those API's. These releases consist of documentation

[ANNOUNCE] luit 1.1.1

2012-03-22 Thread Alan Coopersmith
Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator such as xterm. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding. This release includes portability fixes for

[ANNOUNCE] setxkbmap 1.3.0

2012-03-22 Thread Alan Coopersmith
setxkbmap is an X11 client to change the keymaps in the X server for a specified keyboard to use the layout determined by the options listed on the command line. This release includes a good deal of refactoring and cleanup, along with bug fixes and build configuration improvements. Thanks to

[ANNOUNCE] xauth 1.0.7

2012-03-22 Thread Alan Coopersmith
The xauth program is used to edit and display the authorization information used in connecting to the X server. Alan Coopersmith (4): convert strlen/malloc/strcpy combo to strdup Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings xauth 1.0.7

[ANNOUNCE] xcursorgen 1.0.5

2012-03-22 Thread Alan Coopersmith
xcursorgen prepares X11 cursor sets for use with libXcursor. This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings

[ANNOUNCE] xhost 1.0.5

2012-03-22 Thread Alan Coopersmith
The xhost command modifies or reports the X servers access control list. This release improves usability through better documentation error reporting, as well as including fixes for compiler warnings, build configuration improvements and other cleanups. Alan Coopersmith (5): Only need

[ANNOUNCE] xkbcomp 1.2.4

2012-03-22 Thread Alan Coopersmith
xkbcomp is executed by the X server when loading or switching keyboard layouts to compile the XKB keyboard configuration data files into the binary format that the X server reads. Alan Coopersmith (3): Make sure to leave room for trailing nil byte in yyGetNumber Delete redundant

[ANNOUNCE] xfontsel 1.0.4

2012-03-22 Thread Alan Coopersmith
The xfontsel application provides a menu-based GUI to display the X11 core protocol fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description (XLFD) full name for a font. Alan Coopersmith (4): Convert sprintf calls to snprintf Strip trailing

[ANNOUNCE] xgamma 1.0.5

2012-03-22 Thread Alan Coopersmith
xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension). This minor maintenance release mainly improves the man page. Alan Coopersmith (1): xgamma 1.0.5 Gaetan Nadon (3): man: remove trailing spaces and

[ANNOUNCE] xkbevd 1.1.3

2012-03-22 Thread Alan Coopersmith
The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. This minor maintenance release cleans up the code configuration. Alan Coopersmith (5): Check for strdup strcasecmp in configure before defining our own Replace local u*alloc

[ANNOUNCE] xf86-input-synaptics 1.5.99.902

2012-03-22 Thread Peter Hutterer
Second RC for synaptics 1.6. Chase fixed some of the issues with clickfingers on non-clickpads, so they should work again now. The softbutton areas are now enabled by default on clickpads, with the bottom right defaulting to a right button (except on Apples where right clicks remain too

[ANNOUNCE] xload 1.1.1

2012-03-22 Thread Alan Coopersmith
xload displays a periodically updating histogram of the system load average. This release includes a bug fix for 64-bit builds on Solaris SPARC and a bunch of code cleanups and build configuration improvements for many platforms. It does drop support for some particularly ancient OS'es - the

Re: X server source code re-indented

2012-03-22 Thread Daniel Stone
Hi, On 22 March 2012 00:26, Chase Douglas chase.doug...@canonical.com wrote: On 03/21/2012 05:21 PM, Peter Hutterer wrote: http://www.x.org/wiki/CodingStyle The brace handling is different between here and what Daniel described. Here's from the wiki page: Opening curly brace on the same

[PATCH] Add APL support to compose

2012-03-22 Thread Geoff Streeter
First attempt to use git so apologies if I have got this wrong. From 19a9688932aa7119a1a24180a07958e941a4564e Mon Sep 17 00:00:00 2001 From: Geoff Streeter ge...@dyalog.com Date: Thu, 22 Mar 2012 15:02:00 + Subject: [PATCH] Add APL support to compose --- nls/en_US.UTF-8/Compose.pre | 185

Re: libX11: Changes to 'master'

2012-03-22 Thread Pander
On 2012-03-20 19:02, Daniel Stone wrote: Hi, On 20 March 2012 17:55, Pander pan...@users.sourceforge.net wrote: On 2012-03-20 16:41, Julien Cristau wrote: Then let's make it consistent by only having one of the orders for new sequences. Over time people will get the order that actually

[PATCH] Added an xorg configuration file snippet to disable grabbing of virtual test devices. Signed-off-by: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none)

2012-03-22 Thread thomas . voss
From: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none) --- data/Makefile.am |2 +- data/X11/xorg.conf.d/99-virtual-test-devices.conf |4 2 files changed, 5 insertions(+), 1 deletions(-) create mode 100644

Re: X server source code re-indented

2012-03-22 Thread Peter Hutterer
On Thu, Mar 22, 2012 at 12:17:20AM +, Daniel Stone wrote: Hi, On 21 March 2012 22:27, Chase Douglas chase.doug...@canonical.com wrote: On 03/21/2012 02:25 PM, Keith Packard wrote: I'll also happily take whitespace cleanup patches that recover from mistakes made by indent. I

[RFC] server-private and public header separation

2012-03-22 Thread Peter Hutterer
This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to do it. Right now, we export virtually everything including the gory bits of every struct. Which causes us to break the ABI whenever we so much

Re: [PATCH] Added an xorg configuration file snippet to disable grabbing of virtual test devices. Signed-off-by: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none)

2012-03-22 Thread Peter Hutterer
On Thu, Mar 22, 2012 at 01:54:30PM -0700, Chase Douglas wrote: On 03/22/2012 11:59 AM, thomas.v...@canonical.com wrote: From: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none) Looks like your email wasn't formatted properly :). I'm guessing you were missing a newline between the subject and the

EvdevMultitouch

2012-03-22 Thread Nandan Chaturbhuj
Hello Everyone. I am a developer. I am trying to use a touch-screen driver with X windows system. I tried using it with evdevmultitouch. But it gives me following error:- [X11] MT Protocol B Type : ABS_MT_SLOT is supported : [X11][EvdevMultitouchSetMultitouch] Failed to Change device property !

[PATCH synaptics] conf: the bcm5974 doesn't have Apple in the product name

2012-03-22 Thread Peter Hutterer
But it's still a single-button device from the known fruit manufacturer. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Keith, you've got one of these, can you test this please? thanks. conf/50-synaptics.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [RFC] server-private and public header separation

2012-03-22 Thread Jamey Sharp
Well, I'm in favor, for whatever that's worth. :-) Jamey On Thu, Mar 22, 2012 at 9:25 PM, Peter Hutterer peter.hutte...@who-t.net wrote: This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to

Re: [RFC] server-private and public header separation

2012-03-22 Thread Chase Douglas
On 03/22/2012 09:25 PM, Peter Hutterer wrote: This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to do it. Right now, we export virtually everything including the gory bits of every struct.

[ANNOUNCE] xf86-video-vesa 2.3.1

2012-03-22 Thread Adam Jackson
Minor maintenance release for xserver 1.12. Adam Jackson (4): Refuse to load if there's a kernel driver bound to the device Fix memory leak in mode validation Be forgiving of character-cell size mismatches in mode sizes vesa 2.3.1 Alan Coopersmith (1): Update Sun

[ANNOUNCE] xauth 1.0.7

2012-03-22 Thread Alan Coopersmith
The xauth program is used to edit and display the authorization information used in connecting to the X server. Alan Coopersmith (4): convert strlen/malloc/strcpy combo to strdup Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings xauth 1.0.7

[ANNOUNCE] xcursorgen 1.0.5

2012-03-22 Thread Alan Coopersmith
xcursorgen prepares X11 cursor sets for use with libXcursor. This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings

[ANNOUNCE] xlogo 1.0.4

2012-03-22 Thread Alan Coopersmith
The xlogo program simply displays the X Window System logo. This release consists of build fixes. Alan Coopersmith (2): Bug 31645 - xlogo: Doesn't build with libXrender and without libXft xlogo 1.0.4 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with

Bug#628080: xserver-xorg-video-radeon: Low performance after a period of inactivity

2012-03-22 Thread Stephen Kitt
Hi, On Wed, Sep 14, 2011 at 07:14:12PM +0200, dayer wrote: El mié, 14-09-2011 a las 11:23 +0200, Michel Dänzer escribió: Since several IRQs are affected, I suspect this is a fundamental problem in the kernel/BIOS rather than in any driver. I think the problem is my graphic card ATI

Re: Font garbling update

2012-03-22 Thread Michel Dänzer
On Mit, 2012-03-21 at 19:59 -0400, James Cloos wrote: On a hunch, I tried disabling ui.use_activity_cursor in about:config in my seamonkey. I've been unable to reproduce the garbled text since then. Some past reports of garbling complained about garbled pointer sprites. If setting

Bug#628080: xserver-xorg-video-radeon: Low performance after a period of inactivity

2012-03-22 Thread Michel Dänzer
On Don, 2012-03-22 at 00:05 +0100, Stephen Kitt wrote: On Wed, Sep 14, 2011 at 07:14:12PM +0200, dayer wrote: El mié, 14-09-2011 a las 11:23 +0200, Michel Dänzer escribió: Since several IRQs are affected, I suspect this is a fundamental problem in the kernel/BIOS rather than in any

[Bug 47519] Xorg hangs in ioCtl in path of RADEONDownloadFromScreenCS

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47519 Torsten Krah tk...@fachschaft.imn.htwk-leipzig.de changed: What|Removed |Added AssignedTo|xorg-driver-ati@lists.x.org

[Bug 39282] radeon HD6790 (barts) card produces black+white horizontal stripes on screen when launching Xorg

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39282 --- Comment #47 from Alex Deucher ag...@yahoo.com 2012-03-22 16:41:09 PDT --- Created attachment 58893 -- https://bugs.freedesktop.org/attachment.cgi?id=58893 possible fix Does this patch help? -- Configure bugmail: