Re: clients not using X abstract socket (Linux)?

2008-09-11 Thread Eirik Byrkjeflot Anonsen
Julien Cristau <[EMAIL PROTECTED]> writes: > On Wed, Sep 10, 2008 at 11:28:59 -0500, Xavier Toth wrote: > >> I noticed that the socket file /tmp/.X11-unix/X0 is being created on >> my Fedora 9 box despite the fact that the X server is creating an >> abstract socket which I would have thought was t

Re: Getting xorg-7.4 from git ?

2008-09-29 Thread Eirik Byrkjeflot Anonsen
Donnie Berkholz <[EMAIL PROTECTED]> writes: > On 08:27 Fri 26 Sep , Carl Worth wrote: >> On Fri, 2008-09-26 at 01:14 -0700, David Sharp wrote: >> > this could be made easier by tagging releases for the katamari with a >> > common tag, like "Xorg-7.4" >> >> And even easier with a super-module

Re: xquartz dereferencing a NULL pointer (patch 2)

2008-11-07 Thread Eirik Byrkjeflot Anonsen
Simon Thum <[EMAIL PROTECTED]> writes: >> newtail = (oldtail + 1) % QUEUE_SIZE; >> miEventQueue.tail = newtail; >> >> becoming >> >> miEventQueue.tail++; >> miEventQueue.tail |= QUEUE_SIZE - 1; > I don't think a compiler should be doing this to a non-local store. It > could probably be consider

Re: X12

2008-12-18 Thread Eirik Byrkjeflot Anonsen
"Nicolas Mailhot" writes: > Hi, > > I hope that when XI and XKB are reworked a "language" property will be > added to the protocol. > > Right now many apps try to infer the language being written from the > xkb layout in use (for on the fly spellchecking, activation of the > correct locl font fea

Re: X12

2008-12-19 Thread Eirik Byrkjeflot Anonsen
"Nicolas Mailhot" writes: > Le Jeu 18 décembre 2008 17:08, Eirik Byrkjeflot Anonsen a écrit : >> >> "Nicolas Mailhot" writes: >> >>> Hi, >>> >>> I hope that when XI and XKB are reworked a "language" property will

Re: Xorg segfaults on XOpenDisplay multi thread

2008-12-29 Thread Eirik Byrkjeflot Anonsen
Matan Drori writes: > Machine spec: > IA64 > /SUSE Linux Enterprise Server/ 10 sp 2 > xorg x11 6.9.0-50.58 > > I have a very simple test program that opens 4 threads and does > XOpenDisplay(opening 4 separate display objects). > > i keep getting segfaults on different places in the function > see

Re: libXrender - documentation?

2009-01-27 Thread Eirik Byrkjeflot Anonsen
Clemens Eisserer writes: [...] >> For sure the Opera/QT combination is not doing anything like that - all >> the calls that actually pass glyphs to/from the server use good ol' Xlib. >> Though there is evidence that xft does use Xrender elsewhere in its >> workings. > I don't know about opera, bu

Re: libXrender - documentation?

2009-01-28 Thread Eirik Byrkjeflot Anonsen
"Nicolas Mailhot" writes: > Le Mar 27 janvier 2009 09:23, Eirik Byrkjeflot Anonsen a écrit : > >> The text handling in Qt 2 was abysmal (in particular the font >> switching), so we (opera) implemented our own. I don't think we've >> changed it much si

Re: bug in xfont xlfd rounding code

2009-01-28 Thread Eirik Byrkjeflot Anonsen
Dave Airlie writes: > Hi guys, > > Maybe someone understand wtf the code in > libXfont/util/fontxlfd.c:xlfd_round_double > is all about, but the results were different on different endian > machines due to the code > being hardcoded for little endian. Which is to say "x86 layout". > I reimpleme

Re: XtDisplayToApplicationContext fails with "Error: Couldn't find per display information"

2009-02-04 Thread Eirik Byrkjeflot Anonsen
Glynn Clements writes: > Tristan Schmelcher wrote: > >> Hello all. Sorry if this is not the right place to send this, but I'm >> developing a plugin for Firefox on Linux and I've run up against a >> roadblock. In my plugin I'm being passed a pointer to an X "Display" struct >> (in NPP_SetWindow,

Re: visual and PictFormat related question

2009-03-03 Thread Eirik Byrkjeflot Anonsen
Alexei Babich writes: > Good afternoon. > > I tryed to deal with colormap, but probably I got wrong. > > Description: We have two visuals (as xdpyinfo says): default, 0x21 > (TrueColor, depth == 24 planes); 0x39 (TrueColor, depth == 32 planes) > > I tryed this: > > { >        Window win; >      

Re: visual and PictFormat related question

2009-03-04 Thread Eirik Byrkjeflot Anonsen
Alexei Babich writes: >> Just to be sure: You did pass the colormap to the XCreateWindow call? >> (Adding the colormap to the "attributes" parameter and setting the >> CWColorMap bit in "valuemask") > In the example yesterday - no, I suppose, I did wrong way. > Today I corrected the parameters of

Re: Problems configuring AsusTek VW161D with 1366x768x16M

2009-03-11 Thread Eirik Byrkjeflot Anonsen
Bill Crawford writes: > On Wednesday 11 March 2009 08:11:43 Tino Keitel wrote: > >> As LCDs usually like vertical refresh rates of 60 Hz, you also >> shouldn't use a 75 Hz mode. > > Most LCDs seem to be capable of 75, and I (alone?) can see the difference, at > least on my Hanns·G monitors at wo

Re: Xinerama like behavior with xrandr

2009-03-11 Thread Eirik Byrkjeflot Anonsen
Alex Deucher writes: > On Wed, Mar 11, 2009 at 8:30 AM, Daniel Gultsch wrote: >> Hi, >> >> I've finaly decided to get myself a new external Monitor for my >> Thinkpad. I want to use it like xinerame does. (different resolutions >> for internal and external and different screens and apps like the

Re: clarification requested: apparent termination of xrx project due to deletion of lbx from xorg

2009-03-18 Thread Eirik Byrkjeflot Anonsen
Luke Kenneth Casson Leighton writes: > i really _really_ want to fire up _specific_ locally-hosted > applications, to run locally, as controlled by and specified by some > javascript application running in web browser, to run _in_ the > existing x server. > > order of events: > > 1) user fires u

Re: [OT] Re: libxcb-xlib.la failures when building X11 with libxcb-1.2

2009-03-19 Thread Eirik Byrkjeflot Anonsen
Simon Thum writes: > Bill Crawford wrote: >> included on the command line at link time. Libtool sort of abstracts this, >> but >> to do so it needs to keep track of what those dependencies are, and does so >> by >> storing them in this .la file. > Thanks for the explanation. What baffles me i

Re: XI2 pull warning

2009-06-08 Thread Eirik Byrkjeflot Anonsen
Thomas Jaeger writes: > I've posted a build log (make -j4) here: > > http://pastebin.com/f3f965926 > > The more I think about it, the more it becomes clear to me that a > recursive call to make can never do the right thing during a parallel build. > > Tom Of course it can. But if you have cross

Re: XFixesFetchRegion() crashes app

2009-06-23 Thread Eirik Byrkjeflot Anonsen
Kai-Uwe Behrmann writes: > My application attaches a XFixes created reactangle to a window. > Therefore it does a XOpenDisplay() + XFixesCreateRegion() + > XCloseDisplay() inside one short function and done. > After the above outlined function resturns a call to XFixesFetchRegion() > from a outsi

Re: building of xrandr against uClibc

2009-11-04 Thread Eirik Byrkjeflot Anonsen
Adam Jackson writes: > On Tue, 2009-11-03 at 02:14 +0100, Stephan Raue wrote: >> Hi all, >> >> can anyone fix compiling of xrandr against uClibc (reported in >> http://bugs.freedesktop.org/show_bug.cgi?id=12958) >> >> see also: >> http://osdir.com/ml/linux.lfs.hardened/2008-04/msg9.html >>

Re: building of xrandr against uClibc

2009-11-04 Thread Eirik Byrkjeflot Anonsen
walter harms writes: > Eirik Byrkjeflot Anonsen schrieb: >> Adam Jackson writes: >> >>> On Tue, 2009-11-03 at 02:14 +0100, Stephan Raue wrote: >>>> Hi all, >>>> >>>> can anyone fix compiling of xrandr against uClibc (reporte

Re: Force destroy Widget

2009-12-02 Thread Eirik Byrkjeflot Anonsen
"LALLIER Cedric (EXT TEAMLOG)" writes: >Hi, > > >I don't understand why the old widget is not destroyed. How can I force >the destruction? > > >/* Create widget */ > >wid_form = XtVaCreateManagedWidget("test_form", xmFormWidgetClass, >Root_wid, NULL); > >printf("create

Re: X11 fullscreen

2010-01-28 Thread Eirik Byrkjeflot Anonsen
Russell Shaw writes: > Dirk De Becker wrote: >> Tom, >> >> Thanks for the clarifying questions, since I had no clue what >> information John needs. >> The answers: >> - I want my program to be dominating the entire display (i.e. to be on >> top of all other graphics). Maybe later on, I will li

Re: xrandr dual-screen usability survery

2010-02-18 Thread Eirik Byrkjeflot Anonsen
Eeri Kask writes: > Am 17 Feb 2010 12:38:16, Alex Deucher schrieb: >> > And aside from that, didn't you say earlier that the Intel >> > driver actually has it removed and that it is official Xorg >> > policy that keeping classic dual-screen alive is not intended? >> > >> >> Yes, the intel driver

Re: Ati Radeon 7200 3D feature is buggy (kernel 2.6.34-rc6, ATI driver 6.13) (Answer TWO: more precise)

2010-05-04 Thread Eirik Byrkjeflot Anonsen
Uwe Bugla writes: > Am Dienstag, den 04.05.2010, 07:49 +0200 schrieb Michel Dänzer: >> On Mon, 2010-05-03 at 21:50 +0200, Uwe Bugla wrote: [...] >> > Dave's contribution contains a hunk 6 against radeon_object.c which is >> > pure crap, as radeon_object.c is simply not long enough: 509 lines! >

Re: C++/Shell Integration

2010-05-17 Thread Eirik Byrkjeflot Anonsen
Dirk Wallenstein writes: > On Sat, May 15, 2010 at 11:41:45PM +0100, Mubarak Aguye wrote: >>Hi. I was wondering if there is a way of determining the title of the >>current active window, and its x-y coordinates from within a C++ >>application, or even a standard Linux shell. > > For t

Re: Opening a window without activating it

2010-05-17 Thread Eirik Byrkjeflot Anonsen
"Andreas Falkenhahn" writes: >> Am Sunday 16 May 2010 schrieb Andreas Falkenhahn: >> >>> I already checked out EWMH but I don't see any properties in that >>> specification which could do what I want. >> read here: >> http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/wm-hints.html >> >>

Re: blocking gui process

2010-06-06 Thread Eirik Byrkjeflot Anonsen
John Tapsell writes: > On 5 June 2010 12:07, Russell Shaw wrote: >> Constructing GUIs with a declarative language is all well and good >> for non-programmers and artistic types, but as soon as you want to >> create a custom action or widget such as eg a dynamically created >> tear-off menu, it's

Re: way to detect to xserver-xorg version

2010-08-15 Thread Eirik Byrkjeflot Anonsen
Tias writes: > Hey, > > In my program, I want to check that the xserver-xorg version is >= > 1.8.0. What way to do this is advised: > > At runtime using XVendorRelease(), or do there exist different > releases with inconsistent numbering ? And should this be combined > with a literal match on XSe

Re: way to detect to xserver-xorg version

2010-08-16 Thread Eirik Byrkjeflot Anonsen
Tias writes: > On 08/16/2010 07:55 AM, Eirik Byrkjeflot Anonsen wrote: >> Tias writes: >> >>> Hey, >>> >>> In my program, I want to check that the xserver-xorg version is>= >>> 1.8.0. What way to do this is advised: [...] >> This would

Re: Simple application to get window WId ?

2010-08-22 Thread Eirik Byrkjeflot Anonsen
Aaron Lewis writes: > Hi, > I'm currently working on a KDE application , plasma-globalmenu , which > will make all GTK / Gnome application globally on XBar , but now i'm > meeting a problem , so i need to write a simply application , which > could help me detect the WId of a running window.

Re: How to know if a window has a menu , identify by WId ( was `Simple App to get window WId` )

2010-08-23 Thread Eirik Byrkjeflot Anonsen
Aaron Lewis writes: > Hi, > Still for the last plasma-globalmenu , now i've got some ideas , i > could grab the last focused window by remembering WId , and only if that > window has a `menu' , that will change the variable `lastWid' .. > > So , something like this .. > > In globalmenu.h >

Re: Zapping the Xorg server

2010-08-25 Thread Eirik Byrkjeflot Anonsen
Peter Hutterer writes: > On Thu, Aug 26, 2010 at 02:45:51AM +0200, Wolfgang Draxinger wrote: [...] >> I this particular case: I'm system administrator at my university's >> student computer lab. Some students tend to lock their sessions, >> (override-)configuring {x,gnome,k}screensaver not to all

Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
What guarantees does X give when it comes to the order of events generated in relation to processing of the requests sent by the client? (Also, of course: To which degree does various implementations of X actually fulfill these guarantees?) Some specific questions: X events have a "serial" valu

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
Maarten Maathuis writes: > On Wed, Oct 20, 2010 at 11:34 AM, Eirik Byrkjeflot Anonsen > wrote: >> What guarantees does X give when it comes to the order of events >> generated in relation to processing of the requests sent by the client? >> >> (Also, of course

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
Soeren Sandmann writes: > Eirik Byrkjeflot Anonsen writes: > >> What guarantees does X give when it comes to the order of events >> generated in relation to processing of the requests sent by the client? >> >> (Also, of course: To which degree does various im

Re: simple X window program not compile, plz help

2010-11-01 Thread Eirik Byrkjeflot Anonsen
"eric lin" writes: > dear Alan or any x window user/programers: > > it compile success by your last suggestion > but when I run it, > Segmentation fault (anyone can tell me why?)(that book's code actually is > already illegal on my system's x window grammer, plus > I have

Re: Respository vandalism by r...@...fd.o

2010-11-24 Thread Eirik Byrkjeflot Anonsen
Luc Verhaegen writes: > On Wed, Nov 24, 2010 at 04:36:17PM +1000, Dave Airlie wrote: >> On Wed, Nov 24, 2010 at 4:31 PM, Luc Verhaegen wrote: >> > >> > See, this was exactly the problem here. It _was_ a freedesktop admin. >> > And it was pretty clear that it was that from the onset too. Mailing

Re: Respository vandalism by r...@...fd.o

2010-11-25 Thread Eirik Byrkjeflot Anonsen
Dave Airlie writes: Peter Hutterer writes: Alan Coopersmith writes: [ Paraphrasing heavily. Apologies in advance for any (perceived) misinterpretations ] >> 1. What systems do we have in place that enables us to detect when a >> "trusted admin" acts in "bad judgement" or with "evil intent

Re: companies contributing to X

2010-11-25 Thread Eirik Byrkjeflot Anonsen
Luc Verhaegen writes: > On Wed, Nov 24, 2010 at 02:56:32PM -0700, Matt Dew wrote: >> This I'm curious about. Are there more companies that feel it's >> too-hard/not-worth-while for companies to contribute stuff to Xorg? >> I know the linux kernel has this issue, but is X's contribution >> diffi

Re: companies contributing to X

2010-11-28 Thread Eirik Byrkjeflot Anonsen
Matt Dew writes: > On Thu, Nov 25, 2010 at 5:36 AM, Eirik Byrkjeflot Anonsen > wrote: [...] >> I can see some reasons why companies would not want to contribute and >> also not want to say why: >> >> - They wish X.Org would just go away, because then they think the

Re: Documentation

2011-01-03 Thread Eirik Byrkjeflot Anonsen
Nima Sahraneshin 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/) and Gtk (http://

Re: Documentation

2011-01-04 Thread Eirik Byrkjeflot Anonsen
Piotr Gluszenia Slawinski writes: > i am not claiming toolkits are useless, was more adressing statements like > "you really want" (for simple app - not really) and "qt and gtk are > best choice" (quite bold, almost advertisement-like claim. There are applications where you are better off bypass

Re: [Bug 34004] New Account Request

2011-02-09 Thread Eirik Byrkjeflot Anonsen
Luc Verhaegen writes: > On Wed, Feb 09, 2011 at 03:02:58PM +, Daniel Stone wrote: >> On Wed, Feb 09, 2011 at 03:43:07PM +0100, Luc Verhaegen wrote: >> > On Wed, Feb 09, 2011 at 06:36:32AM -0800, bugzilla-dae...@freedesktop.org >> > wrote: >> > > --- Comment #4 from Daniel Stone 2011-02-09

Re: [Bug 34004] New Account Request

2011-02-10 Thread Eirik Byrkjeflot Anonsen
Luc Verhaegen writes: > On Thu, Feb 10, 2011 at 07:56:04AM +0100, Eirik Byrkjeflot Anonsen wrote: >> Luc Verhaegen writes: >> >> > On Wed, Feb 09, 2011 at 03:02:58PM +, Daniel Stone wrote: >> >> On Wed, Feb 09, 2011 at 03:43:07PM +0100, Luc Verhaegen wr

Re: ssh -Y -l user etc,etc

2011-02-23 Thread Eirik Byrkjeflot Anonsen
gene heskett writes: > On Wednesday, February 23, 2011 04:30:52 pm Adam Jackson did opine: > >> On 2/22/11 11:11 AM, gene heskett wrote: >> > Where can I find a good tutorial on making this Just Work(TM) when the >> > user numbers are disparate, as they will be between a debian based >> > system

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Eirik Byrkjeflot Anonsen
#X11UseLocalhost yes in /etc/ssh/sshd_config > commented out. Does changing that need a reboot? You'd probably need to restart the ssh daemon, but that should be sufficient. Though I don't think changing this setting will help. gene heskett writes: > On Thursday, February 2

Re: A question about fonts

2011-03-09 Thread Eirik Byrkjeflot Anonsen
"Andersen, Jan" writes: > Sorry for posting this here, where it is almost certainly not > appropriate, but I don't quite know where to ask, and I suspect some > of you guys probably do. So, this is my question: > > I work a lot with Chinese, and need to be able to display the full > range of CJK

Re: A question about fonts

2011-03-09 Thread Eirik Byrkjeflot Anonsen
"Andersen, Jan" writes: > It is not entirely obvious what you want to accomplish. Are you writing > an application that displays text? Then any sane modern toolkit should > handle the problem for you. > > = > > Hi Eirik, > > No, no, nothing as ambitious as that. I have a

Re: A question about fonts

2011-03-10 Thread Eirik Byrkjeflot Anonsen
"Andersen, Jan" writes: > So your problem is that the web browser you are using fails to display > all the glyphs? That sounds like an issue with that application. I > would think all main web browsers today would have proper font switching > support. That is, if the font they are using does n

Re: A question about fonts

2011-03-10 Thread Eirik Byrkjeflot Anonsen
"Nicolas Mailhot" writes: >> I don't think fontconfig will solve the problem on its own. I think the >> application will actually have to do the job of switching between fonts, >> but fontconfig can provide some information to help the application do a >> better job. > > fonctonfig provides the

Re: unable open xterm

2011-05-09 Thread Eirik Byrkjeflot Anonsen
Usuário do Sistema writes: > Thank you Thomas. > > but it wasn't work. > > 1- bash-3.2# xterm -display :0.0( here I was logged by SSH using > Puty from my windows machine ) > > Warning: This program is an suid-root program or is being run by the root > user. > The full text of the error or w

Re: unable open xterm

2011-05-10 Thread Eirik Byrkjeflot Anonsen
Usuário do Sistema writes: > yes! I'm trying open a window xterm from ssh connection. > > how I'm doing: > > from my windows machine ( with Win 7 ) I conneted to my X Server > machine by Puty. > > there I run the xterm command. > > the X server Machine hasn't a monitor! > > the daemon xfs it's up