AW: Overexposed desktop

2023-07-12 Thread Walter Harms
The reduce the number of components involved: when you are at your console and you start X :2 does anything change ? - yes i am forced to use this crappy mail frontend ... Von: xorg im Auftrag von Igor Rylov Gesendet: Mittwoch, 12. Jul

AW: Motif/Xt: Dynamically resize the visible item count of an XmList

2022-03-21 Thread Walter Harms
Hello, for my understand of Widget programming it is a question of the widget itself. It has some code inside to handle the resize event and in this moment there seems no update of the visible_item_count. Von: xorg im Auftrag von Holger Sebert Gesendet:

AW: Error in Xmanager

2021-03-12 Thread Walter Harms
Hi Qiu Guotao, your are on the X11 mailing list, we are concerned with the inner workings of X11. xmanager seens to be a commerical program: https://www.netsarang.com/en/xmanager/ The side has a technical support on the top/right. Mots likely they can help better. re, wh _

AW: Xorg core dump Device or resource busy

2021-02-25 Thread Walter Harms
this sounds like a reproduceable bug in the I/o handling. I hope someone on the list is reading and can fix that, as i am not an expoert on these io-things. re, wh Von: Mykola Sokolov Gesendet: Donnerstag, 25. Februar 2021 16:40:27 An: Walter Harms Cc

AW: Xorg core dump Device or resource busy

2021-02-25 Thread Walter Harms
Gesendet: Donnerstag, 25. Februar 2021 11:57:45 An: Walter Harms Cc: xorg@lists.x.org Betreff: Re: Xorg core dump Device or resource busy Hi Walter, I don't think that this is a new issue. I think it got worse after replacing mouses and keyboards. What do you mean by manual start? If I

AW: Xorg core dump Device or resource busy

2021-02-25 Thread Walter Harms
Hi, some minor questions: 1. Is this a new issue ? (e.g. after a recent update ?) 2. Does this happen also with a manual start ? re, wh Von: xorg im Auftrag von Mykola Sokolov Gesendet: Donnerstag, 25. Februar 2021 10:10:12 An: xorg@lists.x.org Betreff:

AW: X Logical Font Description and HiDPI

2021-02-04 Thread Walter Harms
Hi Andrey, not being an expert on X11 fonts i would like to condense your question a bit; when you use a scaleable font: > -monotype-courier new-medium-r-normal--*-120-*-*-m-*-iso10646-1 > -monotype-courier new-medium-r-normal--0-120-0-0-m-0-iso10646-1 you expect a font depending on you DPI setti

AW: xdm login window blinks

2021-01-19 Thread Walter Harms
Hi Intmail, How do you use XDM ? X -query or otherwise ? Von: xorg im Auftrag von intmai...@gmail.com Gesendet: Dienstag, 19. Januar 2021 15:56:21 An: xorg@lists.x.org Betreff: xdm login window blinks Hello, I am using server with remote terminal . Bo

AW: sanitized version of libX11 crashes on heap-use-after-free in _XimUnRegisterIMInstantiateCallback

2020-11-10 Thread Walter Harms
Hello, i would like to try an fix it. But i need the reproduce first, can you provide a minimal example.c for me ? wh Von: xorg im Auftrag von Vittorio Zecca Gesendet: Montag, 9. November 2020 07:56:43 An: xorg@lists.x.org Betreff: sanitized version of l

AW: XDMCP on TCP

2020-09-17 Thread Walter Harms
everybody is welcome to send patches. re, wh Von: xorg [xorg-boun...@lists.x.org] im Auftrag von Mubarak Qahtani [mubarak.qaht...@outlook.sa] Gesendet: Donnerstag, 17. September 2020 03:12 An: xorg@lists.x.org Betreff: XDMCP on TCP Hi All, Is there an

AW: Update the keyboard layouts

2020-06-06 Thread Walter Harms
hi, you are mixing two things; 1. acceptance of patches upsteam (e.g. here with xorg) here you find everything in git. 2. packaging the code for users, normally you see the binary code only. this is done by the package maintainer. the binaries are distributed as deb (in case of debian

AW: AW: Implementing PseudoColor support on TrueColor screens

2020-06-02 Thread Walter Harms
a assume this is intentional backwards ? for (int x = width-1; x >= 0; x--) { if st2d_8to24table contains no rubbish the colors should be ok now, are they ? what means "squashed image" ? a scaling problem ? To make things more easy to debug, can you save image->data where you know what who that

AW: Implementing PseudoColor support on TrueColor screens

2020-06-02 Thread Walter Harms
the correct way to do is use XPutPixel(). color these days if pretty easy color=0/r/g/b You need a lookuptable for 256 colors (=st2d_8to24table[i] ?) and that should it be. re, wh Von: xorg im Auftrag von Sleep Gesendet: Dienstag, 2. Juni 2020 08:28:

AW: XInput2 raw events only for root window

2020-05-29 Thread Walter Harms
It would be helpful if you would be a bit more verbose. Your are using X11 ? Xlib ? Qt ? Most people are aware of a whole plethora of libs and need to know so exactly as possible what you are doing, a small pseudo code or real code is also a good idea. jm2c, wh ___

AW: BadAccess to a GrabButton

2020-05-04 Thread Walter Harms
Hi Sam Varshavchik, could you please elaborate a bit what you are doing exactly ? Someone should be able to replicate that you are doing. You have a (simple) programm you can share ? Even pseudo code would be ok. re, wh Von: xorg im Auftrag von Sam Vars

AW: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-16 Thread Walter Harms
When i try this i get the following list of events: KeyPress Shift_L KeyPress KP_End (on my kbd this is kp_1) KeyRelease KP_End KeyRelease Shift_L did you check your results without filter ? re, wh KeyPress event, serial 32, synthetic NO, window 0x5e1, root 0x7e, subw 0x0, time 186332

AW: how to start xvfb from Arch linux ARM64 architecture

2020-01-29 Thread Walter Harms
It is very sad to read the android is getting more and more incompatible to his ancestor linux. Some time ago i played and used a phone a x-terminal, did you ever considered that ? re, wh Von: xorg im Auftrag von Mgr. Janusz Chmiel Gesendet: Donnersta

Re: How to start with X?

2020-01-24 Thread walter harms
If you are interessted in widget programming, this may be helpful: https://github.com/xtforever/xtcw re, wh Am 22.01.2020 18:26, schrieb Emanuele Petriglia: > Hi! > > I would like to learn how to create a C graphical application without > using some toolkit for hobby. I know that there are two

Re: Xorg freezes

2019-12-04 Thread walter harms
Am 04.12.2019 07:11, schrieb Fabin Mundattil: > I have Ubuntu 18 running Google Chrome. Google chrome freezes my machine. I > figured it out that the hardware acceleration is the issue. From what I > understand, something like this shouldn't freeze Xorg. I need to disable > GLX, DRI2 and DRI3 in

gitlab migration user flodding mailbox

2019-11-19 Thread walter harms
hi List, i get flodded from gitlab migration user by a discussion * Re: amd | System crashes when radeon firmware blob (R520_cp.bin) is installed (#238) I suspect that this is a misconfiguration as i have nothing todo with that, Is there anyone who can fix that ? re, wh

Re: compile simple code on ubuntu linux , error

2019-08-26 Thread walter harms
Am 26.08.2019 00:30, schrieb Turtle Rock: > unablw to initialize font: -5Adobe-courier-r-normal***120* > > on ubuntu 19.04 > window pc wireless modem > > this is from compile/run simple c++ graphic program from book example, (big > c++ 2nd ed, page 77) > > looking to see any experience's

Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-23 Thread walter harms
Am 23.06.2019 20:04, schrieb alexandre schenberg: > Hello. I have been trying to compile libXres and have failed to do so, > presumably because Xres cannot find Xutil.h and Xlibint.h due to some reason. > Here is the beggining of the problem: > make[2]: Entering directory > `/media/34GB/Arquiv

Re: [ANNOUNCE] libXt 1.2.0

2019-06-22 Thread walter harms
Am 22.06.2019 02:11, schrieb Alan Coopersmith: > On 6/21/19 4:54 PM, Chris Sorenson wrote: >> Thanks for your work on this guys, those of us who still depend >> professionally on Xt and Motif really appreciate it! >> >> Now, can you please remove "Xt is a similarly deprecated library for >> build

Re: support question regarding X11 1.20.1

2019-06-20 Thread walter harms
Am 19.06.2019 23:10, schrieb Greenamyer, Shaun: > Hey guys, > I hope this message isn't an annoyance but I'm not sure the best place to > turn right now. > I am having an issue with my X windows not getting "erased" when the window > is closed. I'm probably not explaining well which is why my g

Re: Fault reports and bug fixes and expectations

2019-06-18 Thread walter harms
Am 18.06.2019 18:33, schrieb Adam Jackson: > On Mon, 2019-06-17 at 10:31 +, Wheatley, Martin R wrote: > >> If Oracle will only take the Xorg source rather (as opposed to fixing >> it - or even discussing a fix with Xorg - and pushing the fix back to >> Xorg) who and when will the issue be fi

Re: [DEVEL] XftTextExtents8 function and spaces characters

2019-04-24 Thread walter harms
Hi, i did not see an answer so i will try: The docu says: "XftTextExtents8 computes the pixel extents of "string" when drawn with "font". " IMHO: the point here is: "pixel extents" i read "find the last pixel" white space has no pixel so it should be ignored. In that logic leading spaces get not

Re: Problem with mapping a key to multiple characters (Unicode + diacritic symbol)

2019-03-19 Thread Walter Harms
> Pierre-Luc Angles hat am 19. März 2019 um > 00:14 geschrieben: > > > Thanks for your answers! > > I do not have ideas if Ilya or Walter is right for the configuration of > /etc/profile... Do others have an idea? > It is a matter of taste actualy, i do not like to interfere with systemset

Re: Problem with mapping a key to multiple characters (Unicode + diacritic symbol)

2019-03-18 Thread Walter Harms
> Ilya Anfimov hat am 18. März 2019 um 16:24 geschrieben: > > > On Mon, Mar 18, 2019 at 03:56:16PM +0100, Pierre-Luc Angles wrote: > > Dear Ilya, dear ??en, dear all, > > > > Thanks for your messages. > > > > The font that I am using with this keys is Junicode. > > > > A big thank you to Il

Re: having issues..

2019-01-29 Thread Walter Harms
> Jeff Welch hat am 28. Januar 2019 um 20:32 geschrieben: > > > Hey guys.. im having trouble when trying to run startx to start GNOME Desktop. > See below. > hi, there was a patch from Michal Srb some time ago, are you willing to test ? re, wh > > > [jwelch@Jeff-CentOS-Server /]$ start

brocken link

2018-12-25 Thread Walter Harms
Hi list, i was looking for some documentation in: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml The link for evdev(4) -> https://www.x.org/releases/current/doc/man/man4/evdev.4.xhtml does not exists. merry xmas, wh ___ xorg@lists.x

Re: How to specify a larger font for an application?

2018-05-14 Thread Walter Harms
> Leslie Turriff hat am 11. Mai 2018 um 10:06 geschrieben: > > > I normally use the X2 text editor for most of my file editing, but > although > it is an excellent editor, its default font is too small for me to read > easily, so I'm looking for a way to change that. > The edito

Re: touchpad

2017-11-11 Thread walter harms
Am 11.11.2017 00:35, schrieb Lucas Barros: > I, i was installing synaptics and while following the instructions, i > opened the terminal and made cd to the right directory and made > ./configure, but after whem i made make it didn t do anything it just > printed > > make: *** Nenhum alvo indicad

Re: forum for Motif, XLib, etc. programming enthusiasts?

2017-11-11 Thread walter harms
Am 11.11.2017 09:58, schrieb Marc Balmer: > Alan, > > I am a bit late in this thread, but I wanted to let you know that I still use > Motif in C applications today. It is very solid indeed, and as we do > touchscreen interfaces that cover the whole screen, not windowed desktop > applications

Re: forum for Motif, XLib, etc. programming enthusiasts?

2017-10-25 Thread walter harms
Am 25.10.2017 01:20, schrieb Alan Corey: > Yes, I've played in Glade a little, wasn't crazy about it. And GTK3 > looks awful, just the amount of text for a hello world program. > > I wanted to use Motif but support for it is vanishing it seems. > Athena, I hate the scrollbars. What I want to w

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread walter harms
Basicly you need a .xinitrc that starts what you want. normally you have a programm called xinit that does everything. So far i understand you have a restricted environment but a working xterm. xterm is good, now you can try to start a windowmanager like "twm" in xterm. That will enable you to

Re: X11 Xserver startup problem on a Raspberry PI

2017-06-27 Thread walter harms
Am 27.06.2017 03:03, schrieb Robert Heller: > At Robert Heller wrote: > >> >> At Robert Heller wrote: >> >>> >>> At Tue, 27 Jun 2017 08:55:35 +1000 Peter Hutterer >>> wrote: >>> On Sun, Jun 25, 2017 at 09:20:32AM -0400, Robert Heller wrote: > I have a Raspberry Pi (Model 2 B)

Re: `pkg-config --static --libs x11` unusable for static linking?

2017-03-15 Thread walter harms
you are aware the glibc does not support static linking ? re, wh Am 15.03.2017 02:16, schrieb x...@pengaru.com: > Hello list, > > I'm trying to support clean-ish static linking of a small autotools and > libx11-using monitoring program via: > > PKG_CONFIG="pkg-config --static" LDFLAGS="-static

Re: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-09 Thread walter harms
st the 64bit: You should recompile the application and using 64bit or use a x686 System to test. re, wh > Thanks > Subrata > > > > > On Fri, 09 Dec 2016 16:04:35 +0530 walter harms wrote >> > > > > Am 09.12.2016 10:14, schrieb Subrata Dasgupta: >

Re: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-09 Thread walter harms
Am 09.12.2016 10:14, schrieb Subrata Dasgupta: > Hi All, > I have a legacy UI application written in C++ using Xt and Motif libraries. > But while closing a window the whole application stuck for around 30 second. > After debugging I found that application is hanging within XtDispatchEvent() >

Re: High CPU usage - slow/lag/skip problem

2016-08-11 Thread walter harms
Am 11.08.2016 08:41, schrieb Thomas Lübking: > On Wed, Aug 10, 2016 at 07:16:57PM -0400, Zurd wrote: >> Hi, me again, I'm bumping this. I realized I have a big post but I wanted >> to put as much information as possible. All I want to know is how to >> minimize the xrandr calls so that there's le

Re: bitmap xclient unusable

2016-06-20 Thread walter harms
I guess a have found a problem. It depends on the state of num_lock. can i make a patch that you can try ? re, wh Am 12.05.2016 18:16, schrieb Frédéric Baldit: > Hi, > I am running gnome (3.14.1) on debian 8 (amd64, asus N550J) and I > cannot use X client "bitmap" to create/edit small bitmap

Re: bitmap xclient unusable

2016-06-08 Thread walter harms
Hi, i guess i have the same issue with 1.0.8. Are you using also this version ? re, wh Am 12.05.2016 18:16, schrieb Frédéric Baldit: > Hi, > I am running gnome (3.14.1) on debian 8 (amd64, asus N550J) and I > cannot use X client "bitmap" to create/edit small bitmap icons. > > More precisely, bi

Re: Major/Minor Opcodes of failed requests

2016-03-31 Thread walter harms
Just for my curiosity: is there a function that translates major/minor in something readable ? re, wh Am 30.03.2016 20:48, schrieb Ingo Bürk: > Hi Lloyd, > > Adam already decoded the opcode for you. Just a quick Google search of > request name + "BadAlloc" gives at least a few results. It might

Re: Clock Widget Resources?

2016-03-03 Thread walter harms
I have added _XEditResCheckMessages http://www.unix.com/man-page/All/3x/_XEditResCheckMessages/ now it works with editres. I got a bunch of const warnings you can ignore that in the first search. re, wh /* $Xorg: xclock.c,v 1.4 2001/02/09 02:05:39 xorgcvs Exp $ */ /* $XdotOrg: $ */ /* * xclo

Re: Clock Widget Resources?

2016-03-02 Thread walter harms
Am 02.03.2016 09:58, schrieb David Woodfall: >> did you try editres ? >> >> re, >> wh > > It doesn't seem to work with xclock. Same for me, but i do not see why. seems you you need to read the source. re, wh > >> Am 02.03.2016 07:45, schrieb David Woodfall: >>> Hi, >>> >>> According to t

Re: Clock Widget Resources?

2016-03-02 Thread walter harms
did you try editres ? re, wh Am 02.03.2016 07:45, schrieb David Woodfall: > Hi, > > According to the xclock manpage: > > "This program uses the Clock widget. It understands all of the core > resource names and classes as well as: ..." > > Where can I find a full list of the clock widget reso

Re: bad karma between mouse and ati6 driver

2015-12-01 Thread walter harms
Am 01.12.2015 16:22, schrieb Adam Jackson: > On Tue, 2015-11-24 at 17:36 +0100, Richard PALO wrote: > >>> [ 4175.678] (II) RADEON(1): Setting screen physical size to 270 x 203 >> >> I must say that the screen size '270 x 203' is a bit weird... > > Physical size here meaning "in millimeters", a

Re: Centos7 and Nvidia 302 driver black screen

2015-08-27 Thread walter harms
I was curious about the bug and found this solution here: Did you see this also ? http://superuser.com/questions/356124/trouble-with-my-nvidia-geforce-6150-on-debian-wheezy In Debian there is abug report related to GeForce 6150SE nForce 430 and nouveau https://lists.debian.org/debian-x/2015/05/m

Re: [SiS] in multi-user.target screen black or put to sleep/out of range on startx exit

2015-08-21 Thread walter harms
does "nomodeset" change anything ? re, wh Am 18.08.2015 09:30, schrieb Felix Miata: > openSUSE Tumbleweed 20150815 > 0a:03.0 VGA compatible controller: XGI Technology Inc. (eXtreme Graphics > Innovation) Z7/Z9 (XG20 core) > kernel 4.1.4 > xf86 sis driver 0.10.7-10.2 > 16:10 LCD using VGA connect

Re: no libXaw.a ??

2015-01-26 Thread walter harms
Am 28.12.2014 05:44, schrieb bruce m beach: > Hello > > I'm trying to compile an older application(xfig) and it dies with > >No rule to make target '/usr/local/lib/libXaw.a' > > which is really saying it can't find libXaw.a > > Looking in /usr/local/lib I find libXaw.so etc and for th

Re: Cross Compile X11 with arm-none-linux-gnueabi-gcc-4.3.3

2014-09-13 Thread Walter Harms
so far i remember there are debian pakets for rasbian. No idea if that fits to your arm system but it would reduce the action to recompile the pakets. re, wh > Subrata Sengupta hat am 13. September 2014 > um 11:15 geschrieben: > > > I am trying to display GIS Vector maps on our PDA. The pro

Re: Dependecies X11 and Verify and Where find

2014-09-04 Thread walter harms
Am 04.09.2014 04:34, schrieb Wandeson Ricardo: > Hello Sir, > > I search around the web a form to check dependencies and better way > build minimal X interface to my project linux distro ( > http://gnulinuxos.sourceforge.net/). > Where find this informations? > What should that minimal interfa

Re: Behavior of double click in X Window - Motif

2014-08-08 Thread walter harms
Am 06.08.2014 19:47, schrieb Girish Joglekar: > I have two laptops, both with Ubuntu 12.04.4, on which I am running an > application which is based on X window, Xt and motif. It runs on both > machines except for one quirk regarding a widget on which I can double > click. On the older laptop the

Re: New Xorg Versions.

2014-07-09 Thread walter harms
Am 08.07.2014 18:28, schrieb quellier, jacques: > Hi , > > I am in charge of a software which uses the Xlib library to draw the graphics. > As I was using older Xorg versions (example: Xorg7.1.1 ), the graphics > performances was very good. > Since we use the new versions (example Xorg1.*) , th

Re: FW: FW: How to set DPI as 90x90 for XVFB Display(X Windowing System virtual frame buffer XServer)

2014-07-08 Thread walter harms
hi Prathap, if the automatic dpi setting is not good for you you can choose a manual one asking google: xorg.conf dpi option there are a lot of hits like: http://wiki.xbmc.org/index.php?title=Configuring_resolution_via_xorg.conf re, wh Am 03.07.2014 11:03, schrieb Prathap: > > __

Re: Bootproblem mit Suse 13.1

2014-07-07 Thread walter harms
hi Torsten, for your information: you are writing to an international list what means the default language is here english. Opensuse has also a mailing list for special X11 related problems: opensuse-x...@opensuse.org It seems that this problem was already fixed in the nouveau driver: https://bu

Re: How to make xman display internationalized man pages?

2014-05-05 Thread walter harms
Am 03.05.2014 15:52, schrieb Vladimir Nikishkin: > Some of the man pages are translated into different languages. > > While console man seems to be able to judge which page to display based on > environmental or shell variables, the x version, xman always displays > English version. > > Is ther

Re: Fedora Freezes due to Video Drivers

2014-04-17 Thread walter harms
Am 16.04.2014 18:10, schrieb dinesh: > I am running Fedora 20 on my machine. > While using internet on firefox, firefox freezes then whole system hangs > but mouse and keyboard seems working. > please tell me whats been the prob?? > I think your intel video drivers be the problem?? > > please re

Re: White screen / black screen

2014-04-16 Thread walter harms
maybe that is trivial but ... you have checked connector & cabling ? When you say black, that means the whole screen goes black, you can not see anything ? re, wh Am 15.04.2014 20:25, schrieb Ryan Watson: > Hello All - > > Thank you for reading this post. I'm having difficulty troubleshooting

Re: nested

2014-04-03 Thread walter harms
Am 27.03.2014 08:39, schrieb linux-service.be bvba: > I know it is still beta, but in ubuntu 14.04 I cannot start a nested server > such as > xephyr or xgl on top of a x main server. > Xephyr: no errors, Xgl: segfault kernel. > > Where to look? > > gd Hi gd, does "segfault kernel" mean that

Re: How does screenshot work in an OS running Xorg

2014-03-12 Thread walter harms
Am 11.03.2014 21:40, schrieb Thomas Lübking: > On Dienstag, 11. März 2014 21:06:20 CEST, Hongze Zhao wrote: >> Hi List, >> >> I am curious about how screenshot in an OS running Xorg works? I guess >> Linux does not provide such a system call or interface. Is screenshot >> implemented by calling

Re: x11 forwarding through ssh, visualization problem

2014-02-26 Thread walter harms
Am 24.02.2014 12:30, schrieb Daniel Juncu: > Hi > > I am running an application (Matlab 2013b) on a remote machine (CentOS 6.5) > forwarded by X11 to my machine (Ubuntu 12.04) through ssh and have the > following problem: > > > *When I open extra windows within the application (editor, figure)

Re: xman displays man pages very slowly

2014-02-24 Thread walter harms
Is "man foo" compareable slow ? Do you have other programms behaving strange ? re, wh Am 23.02.2014 10:42, schrieb Rudolf Poller: > Hello, > > Affected system: > > + Windows 7 Enterprise 64 bit > + CYGWIN_NT-6.1 2014-02-09 21:06 x86_64 Cygwin > + Window Maker 0.95.4 > + xman 1.1.3 > > Probl

Re: xmessage keybinding

2014-01-22 Thread walter harms
the man-page mention on the actions for exit(). maybe you can add some action ? re, wh Am 22.01.2014 16:32, schrieb Dennis New: > Is it possible to associate keys to buttons in xmessage's? It seems > like only "Return" is automatically associated to the default button, > and everything else has

Re: Disable DPMS without monitor specifiy monitor section

2013-11-27 Thread walter harms
perhaps you are loking for xset -dpms ? re, wh Am 27.11.2013 09:56, schrieb Daniel Spannbauer: > Hello, > > I use Xorg-Server 1.13.2 on a openSUSE 12.3. Because of a huge variety > of displays I have to support I have no specific monitor section in > xorg.conf.d > > Where do I have to put my

Re: X cursor makers for GNU/Linux?

2013-10-11 Thread walter harms
I am not an expert on that matter but according to the documentation ... you can use xcursorgen if you are using a tool to generate png's (like gimp, imagemagik etc). re, wh Am 02.10.2013 03:43, schrieb David N Melik: > Is there an X cursor maker for GNU/Linux that comes as the simplest > stan

Re: screen (intel igp) goes black after logout when using xauth

2013-08-25 Thread walter harms
Hi, i still have no idea. But perhaps you can reduced your Programm to make the xauth stuff only to get an idea if that has anything to do with the problem. (I assume that only your programm is causing the problem, others work fine). re. wh Am 25.08.2013 07:50, schrieb stompdagg...@yahoo.com:

Re: Guidance on how to collect debugging information for compositing issue in gnome-shell

2013-07-28 Thread walter harms
1. I have no clue but maybe some hints: * Do you get the failure also when you do nothing, just stating X ? * Can you trigger that behavier at will or more at random ? * Did you upgrade ? or is that the first installation ? re, wh Am 28.07.2013 18:40, schrieb Alex Villacís Lasso: > I am current

Re: Disabling all access to graphics hardware

2013-07-16 Thread walter harms
send STOP to the application and CONT to continue re, wh Am 16.07.2013 12:29, schrieb Christian Uldall Pedersen: > Hello, > > I am developing an embedded Linux system where I have multiple OpenGL > applications running at the same time. Only one of the applications must > be visible at a time

Re: Motorola photon

2013-07-11 Thread walter harms
Hi James, an important point for the developers is to recreate the environment where the error occurs. Please give them information about: - the source of your Xserver (download, distribution) - did you need special drivers ? - what is your exact setup ? - what is your xserver configuration ? - wh

Re: Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-19 Thread walter harms
hi, I have tried the first example an it works fine for me. (you may like to add \n for the printf() to get more readable output). re, wh Am 19.05.2013 17:35, schrieb First Last: > Hi, > > > I got this error when I try to run all example I have of xlib : > > Fatal IO Error: 11 (resource tem

Re: X11 Porting Project

2013-04-26 Thread walter harms
Am 26.04.2013 18:26, schrieb Dibyayan Chakraborty: > Hi, > I joined this mailing list very recently . I am actually looking for some > information regarding a project that our university would like to take up. > Now I provide a brief introduction about the project. > > Ultimate aim of the projec

Re: XFillArc bug

2013-02-05 Thread walter harms
Am 05.02.2013 16:58, schrieb Anthony Shipman: > On Mon, 4 Feb 2013 02:55:46 am Anthony Shipman wrote: >> Attached is a simple xlib program to draw a filled arc in a box. If I >> cover the window with another top level window and then gradually expose >> it the arc is not properly redrawn. Larg

Re: Keycodes issues

2013-01-28 Thread walter harms
I use xmodmap for that re, wh Am 28.01.2013 15:45, schrieb Bela Markus: > Some progress. Now I can select/change keycodes definition file, so I > can define my own definitions and use. Looks faster than to find why it > is not working now. > > Bela > > 2013.01.28. 13:46 keltezéssel, Bela Marku

Re: positioning X on part of the screen ( broken LCD on old laptop )

2013-01-23 Thread walter harms
Am 23.01.2013 16:41, schrieb Samuel Thibault: > walter harms, le Wed 23 Jan 2013 16:25:28 +0100, a écrit : >> X will always try to use the whole screen. > > --fb permits to restrict the used size. But it's by default on the top > left corner of the screen, I don't k

Re: positioning X on part of the screen ( broken LCD on old laptop )

2013-01-23 Thread walter harms
IMHO, X will always try to use the whole screen. I guess you will not need the whole speed so you may reconnect using Xnest where you can define the windowsize accordingly. just my 2 cents, re, wh Am 23.01.2013 13:40, schrieb Nikolay Kichukov: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 >

Re: Very bad performance on X11

2012-09-21 Thread walter harms
Am 21.09.2012 16:01, schrieb vincent esteoule: > Hello, > My new server is very performant in local mode, butthe response time of > X11 client are very very bad. It's a 5.8 RHED server. > HP gen 8 with Sandy bridge E5 2665 proc and MGA Matrix G200 EH video card. > I have verify the version o

Re: Netiquette: No HTML messages please.

2012-08-13 Thread walter harms
Am 12.08.2012 10:45, schrieb Fernando Cassia: > On Sun, Aug 12, 2012 at 5:24 AM, Zhigang Gong > wrote: >> On Sat, Aug 11, 2012 at 10:55:08AM +0200, Paul Menzel wrote: >>> Dear Zhigang, >>> thank you for the announcement message and congratulations on the >>> release. But please do not send HTML

Re: X server crashes, when starting application

2012-07-28 Thread walter harms
Am 27.07.2012 21:46, schrieb Bernard Day: > > > We are having a problem using Xorg as an X host for an application we test. > > > >I am pretty sure that this is a problem with X and not an nvidia issue as > we have tried many drivers and a few Xorgs. With a given X the backtrace > al

Re: Xorg CPU consumption extremely high

2012-07-19 Thread walter harms
Am 18.07.2012 23:34, schrieb Nikos Kasioumis: > Hello, > > my system is: > * Debian testing, kernel kernel 3.2.0-3-rt-686-pae > * Xorg server version number 11.0 (vendor version 1.12.1.902 (11201902)) > * my graphics card is: NVIDIA Corporation GF119 [GeForce GT 520M] (rev a1) > * I'm using the

Re: Video issue when exiting X

2012-07-14 Thread walter harms
Am 13.07.2012 04:59, schrieb David Sorkovsky: > >>> Hi all - I have an issue and I'm hoping someone knows the answer... >>> >>> Ubuntu Server 11.04 + xinit + new motherboad & cpu = problem >>> >>> I have had X working on my Ubuntu Server for quite a while previously, >>> however I had to upda

Re: Video issue when exiting X...

2012-07-12 Thread walter harms
Am 12.07.2012 14:01, schrieb David Sorkovsky: > Hi all - I have an issue and I'm hoping someone knows the answer... > > Ubuntu Server 11.04 + xinit + new motherboad & cpu = problem > > I have had X working on my Ubuntu Server for quite a while previously, > however I had to update the motherbo

Re: newbie resource temporarily unavailable

2012-07-01 Thread walter harms
Am 30.06.2012 15:31, schrieb Glynn Clements: > > Alan Corey wrote: > >> Well, you see, I just really dislike C++. I've tried on and off for >> years and I just can't get it through my head. I want a toolkit I can >> program in C. FLTK seems great, same with GTK, but not without C++. >> I'm f

Re: Why is XSetStandardProperties freezing?

2012-06-22 Thread walter harms
Am 22.06.2012 16:52, schrieb Myrosia Dzikovska: >> You are quiet advanced with that, you should setup a bugreport >> at opensuse: https://bugzilla.novell.com/index.cgi >> >> there is also a special mailinglist for opensuse: opensuse-x...@opensuse.org >> > > OK, will do that. I assume your sugges

Re: Why is XSetStandardProperties freezing?

2012-06-22 Thread walter harms
Am 21.06.2012 23:13, schrieb Myrosia Dzikovska: > On Thu, Jun 21, 2012 at 3:07 PM, Adam Jackson wrote: >> On Thu, 2012-06-21 at 13:08 +0100, Myrosia Dzikovska wrote: >> >>> TASKTYPE TASKMOD XEventThread(void *data) >>> { >>>XEvent xev; >>>HEventRec r; >>>HWin win; >>>HThread t; >

Re: XSetBackgroundPixmap question

2012-05-20 Thread walter harms
Am 20.05.2012 05:30, schrieb Keith Packard: > Glynn Clements writes: > >> That seems to imply that the X server makes a copy of the pixmap data >> rather than keeping a reference to the original pixmap. However, I >> don't believe that's how the X.org server actually implements it. > > No, it

Re: Hello World: Error

2012-05-02 Thread walter harms
Am 02.05.2012 22:24, schrieb Jerrold Clint Balansi: > Hello, > I created a new user. Here's what I got. > > [jcx@vizwall jcX Files]$ ldd ./HelloX > libX11.so.6 => /usr/lib64/libX11.so.6 (0x0033efe0) > libc.so.6 => /lib64/libc.so.6 (0x0033eda0) > libXau

Re: Hello World: Error

2012-05-02 Thread walter harms
0033f060) > libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x0033f020) > libdl.so.2 => /lib64/libdl.so.2 (0x00000033ee20) > /lib64/ld-linux-x86-64.so.2 (0x0033ed60) > bash-3.2$ > > -jerrold > > On Tue, May 1, 2012 at 1:23 AM,

Re: Hello World: Error

2012-05-01 Thread walter harms
#x27;m getting this X connection to :0.0 > broken (explicit kill or server .. Thank you. > > > -jerrold > > > On Fri, Apr 27, 2012 at 5:28 AM, walter harms wrote: > >> >> >> Am 24.04.2012 11:51, schrieb Michal Hejduk: >>> On Monday 23 of A

Re: Hello World: Error

2012-04-27 Thread walter harms
Am 24.04.2012 11:51, schrieb Michal Hejduk: > On Monday 23 of April 2012 14:13:28 Jerrold Clint Balansi wrote: > > Hi Julien, > I'm sorry that I'm pretty much new in to this Xlib programming, how exactly > can I do that? > > Thank you for your help. > > -jerrold > hi jerrold, please save the

Re: solution in the house , kind of synergy, but only X to X ?

2012-03-28 Thread walter harms
Am 28.03.2012 03:33, schrieb Sérgio Basto: > Hi, has you may know synergy http://synergy-foss.org/ lets you easily > share your mouse and keyboard between multiple computers. > > As I only use X between multiple computers, I do the same with x11vnc on > remote X and with x2vnc , I control remote

Re: Key rate limit

2012-03-26 Thread walter harms
I am not sure but xset has a [r rate delay [rate]], would that be any help ? re, wh Am 26.03.2012 17:27, schrieb tsuraan: >> In GNOME, it's in the Keyboard Accessibility preferences panel. >> Other desktops with accessibility support should have something similar. > > Hm, so no ideas for a lowe

Re: x forwarding?

2012-03-14 Thread walter harms
Am 14.03.2012 16:24, schrieb gene heskett: > On Wednesday, March 14, 2012 11:11:14 AM Adam Jackson did opine: > >> On Wed, 2012-03-14 at 03:27 -0400, gene heskett wrote: >>> ssh -Y first machine works, and uses Display:10:0, ssh -Y second >>> machine doesn't, tries & fails to use Display 0:0. >>

Re: Xft - problem with XftFontOpenName and XftFontOpen functions.

2012-02-20 Thread walter harms
Am 19.02.2012 22:51, schrieb James Cloos: >> "JF" == John Found writes: > > JF> I am trying to use Xft but stuck with following problem - when I > JF> open font with XftFontOpenName and XftFontOpen functions, I can't > JF> switch antialias and hinting properties. For example, opening font

Re: AW2: ubuntu 11.10 computer trouble

2012-01-30 Thread walter harms
egarts > Bernhard > > > Am Montag, den 30.01.2012, 09:36 +0100 schrieb walter harms: >> >> Am 30.01.2012 08:40, schrieb Bernhard Hummel: >>> First thanks for your quick response! >>> >>> i downloaded the documentation on xorg. Maybe thi

Re: ubuntu 11.10 computer trouble

2012-01-30 Thread walter harms
ver - the documentation is really huge > Did i have to preinstall several modules first? > > Thanks for your infos > Bernhard > > Am Sonntag, den 29.01.2012, 13:58 +0100 schrieb walter harms: >> Hi Bernhard, >> >> these days there is no special need for a xorg.c

Re: ubuntu 11.10

2012-01-29 Thread walter harms
Hi Bernhard, these days there is no special need for a xorg.conf if your system is identified correctly. screen rotation is supported by your gfx-driver or not. you can use xrandr --rotate normal,inverted,left,right to realize it. hope that helps, wh Am 29.01.2012 13:34, schrieb Bernhard Hum

Re: editres compilation

2012-01-18 Thread walter harms
Hello, please be more verbose. what exactly is the problem ? (error message ?) What system you are compiling ? (Linux, bsd,... ?) (in case of linux) What distribution ? re, wh Am 18.01.2012 12:27, schrieb sudeep sagar: > Hi All, > > I am having problems on how to compile editres. > This is my