Re: Documentation

2011-01-03 Thread Eirik Byrkjeflot Anonsen
Nima Sahraneshin unix.n...@gmail.com writes: Hi I want to write a program based on X .I need some documentation about X (using X) . Assuming that you want to make an ordinary application that is going to run under X, you really want to use a toolkit. These days, Qt (http://qt.nokia.com/)

Re: commit 53fbc9f1760ee481cba1f6dceb9e7c97282a2976 broke vmware

2011-01-03 Thread Jeff Chua
On Sun, Jan 2, 2011 at 5:07 PM, Chris Wilson ch...@chris-wilson.co.uk wrote: On Sat, 1 Jan 2011 01:55:05 +0800, Jeff Chua jeff.chua.li...@gmail.com wrote: On Sat, Jan 1, 2011 at 1:12 AM, Julien Cristau jcris...@debian.org wrote: On Sat, Jan  1, 2011 at 00:56:48 +0800, Jeff Chua wrote:

Re: Radeon 8500 video overlay gone (xawtv and kdetv broken)

2011-01-03 Thread Alex Deucher
On Sun, Jan 2, 2011 at 11:47 PM, Robert Braddock rob...@concordantthought.com wrote: On Sun, Jan 02, 2011 at 07:45:16PM -0500, Alex Deucher wrote: The radeon video input features are not supported with KMS.  If you want to use them, you will need to disable KMS.  Boot with radeon.modeset=0 on

Re: Documentation

2011-01-03 Thread Piotr Gluszenia Slawinski
Nima Sahraneshin unix.n...@gmail.com writes: Hi I want to write a program based on X .I need some documentation about X (using X) . Assuming that you want to make an ordinary application that is going to run under X, you really want to use a toolkit. These days, Qt (http://qt.nokia.com/)

Re: Documentation

2011-01-03 Thread Joel Feiner
On Mon, Jan 3, 2011 at 12:28 PM, Piotr Gluszenia Slawinski curi...@bwv190.internetdsl.tpnet.pl wrote: Nima Sahraneshin unix.n...@gmail.com writes: Hi I want to write a program based on X .I need some documentation about X (using X) . Assuming that you want to make an ordinary

Re: Documentation

2011-01-03 Thread Corbin Simpson
On Mon, Jan 3, 2011 at 9:28 AM, Piotr Gluszenia Slawinski curi...@bwv190.internetdsl.tpnet.pl wrote: Nima Sahraneshin unix.n...@gmail.com writes: Hi I want to write a program based on X .I need some documentation about X (using X) . Assuming that you want to make an ordinary application

Re: Documentation

2011-01-03 Thread Alan Cox
they both have serious shortcomings, and bugs, which make target application either non-functional after routine API changes (nokia) or bloated, buggy and slow (gtk). Gtk is usually faster than the naïvely programmed Xlib apps because it does actually have a modicum of sense about things like

Re: Documentation

2011-01-03 Thread Alan Coopersmith
On 01/ 3/11 09:28 AM, Piotr Gluszenia Slawinski wrote: coding either directly for X or using lighter toolkits (i.e. fltk) has some point, and saves royal withdrawal after royal painkillers. ...and saves you from having to deal with users who need the accessibility or internationalization

Re: Documentation

2011-01-03 Thread ENRIQUE ARIZON BENITO
If you are really serious about your comments I'm sure both Nokia and Google would be pleased to pay you a big bunch of money to fix the bugs and shortcommings you mention (http://qt.nokia.com/about/careers/) On Mon, Jan 3, 2011 at 6:28 PM, Piotr Gluszenia Slawinski

Re: X server on Linux 2.4

2011-01-03 Thread Bryan Henderson
this could probably use the HURD direct to pci backend, and some /dev/mem. An excellent suggestion, which saved me a lot of effort. The new x86_pci libpciaccess backend appears to work perfectly on Linux 2.4 on x86. I can't confirm yet that this libpciaccess change is the only thing needed to

Re: XF86Display duplicated keycode each keypress

2011-01-03 Thread Peter Hutterer
On Fri, 31 Dec 2010 13:35:50 -0200, João Gabriel Reis reisgabrielj...@gmail.com wrote: Hello, I'm trying to map the XF86Display key (fn + F1) to a script, my problem is that everytime I press the key, the script is executed twice. I checked the keycode with the showkey command and I get this

Re: Documentation

2011-01-03 Thread Piotr Gluszenia Slawinski
On Mon, 3 Jan 2011, Alan Coopersmith wrote: On 01/ 3/11 09:28 AM, Piotr Gluszenia Slawinski wrote: coding either directly for X or using lighter toolkits (i.e. fltk) has some point, and saves royal withdrawal after royal painkillers. ...and saves you from having to deal with users who need