Re: [Pgui-devel] pgserver crashed with freetype

2004-04-13 Thread Micah Dowty
On Mon, Apr 12, 2004 at 02:46:47PM -0700, Raghu Ram Murthy wrote: > Hi, > > I enable freetype support and compiled. When I run > pgserver, it crashed with segmentation fault > immediately while starting. > > I tacked the problem and here is the description. Please include a backtrace from gdb, t

[Pgui-devel] pgserver crashed with freetype

2004-04-12 Thread Raghu Ram Murthy
Hi, I enable freetype support and compiled. When I run pgserver, it crashed with segmentation fault immediately while starting. I tacked the problem and here is the description. In the file vidbase/font_freetype.c and in the function ft_face_load and at the line pfid->fs.name = ft_strdup(pfid->

[Pgui-devel] pgserver is now LGPL

2003-03-10 Thread Micah Dowty
Hi Everybody, pgserver is now officially LGPL'ed. I had a script automatically relicense only the files that originally contained my own copyright- some of the drivers still contain GPL'ed code, but I've labeled them in the config menu. Let me know if I missed anything. --Micah -- Only you can

Re: [Pgui-devel] pgserver behaviour

2003-02-20 Thread Tom?? Stan?k
> > pgEventLoop() blocks your program and processes all events until pgExitEventLoop() >is called. pgEventPoll() processes any available events and returns as soon as >possible. You shouldn't use "while (1) pgEventPoll()" since that will make your >program use 100% of the CPU checking for new ev

Re: [Pgui-devel] pgserver behaviour

2003-02-20 Thread Tom?? Stan?k
On Thu, Feb 20, 2003 at 09:04:38AM -0700, Micah Dowty wrote: > On Tue, Feb 18, 2003 at 12:00:50AM +0100, Tomas wrote: > > hi > > > > what is the difference between > > pgEventLoop() > > and > > while (1) pgEventPoll() > > ? > > pgEventLoop() blocks your program and processes all events until pg

Re: [Pgui-devel] pgserver behaviour

2003-02-20 Thread Micah Dowty
On Tue, Feb 18, 2003 at 12:00:50AM +0100, Tomas wrote: > hi > > what is the difference between > pgEventLoop() > and > while (1) pgEventPoll() > ? pgEventLoop() blocks your program and processes all events until pgExitEventLoop() is called. pgEventPoll() processes any available events and retu

[Pgui-devel] pgserver behaviour

2003-02-17 Thread Tomas
hi what is the difference between pgEventLoop() and while (1) pgEventPoll() ? on the first case, when i add some widgets, widgets are shown one by one (i don't call pgUpdate) and other widgets are resized on the second case, widgets are not shown until i click any button (even, if that button

Re: [Pgui-devel] pgserver SIGFPE crash bug

2003-02-10 Thread Micah Dowty
Thanks for catching this, I just committed a fix to CVS. I guess this is why the antialiased primitives are still marked "EXPERIMENTAL" in the config menu ;) On Mon, Feb 10, 2003 at 12:31:42PM +0100, Daniele Pizzoni wrote: > The function def_line in dvbl_primitives_aa.c if called with x1 == x2 o

[Pgui-devel] pgserver SIGFPE crash bug

2003-02-10 Thread Daniele Pizzoni
The function def_line in dvbl_primitives_aa.c if called with x1 == x2 or y1 == y2 (or both) causes a FP exception due to division by zero, as obvious looking the first lines of the function itself. To trigger the bug run canvastst with a SDL/X11 server and wait. A small or stretched window (say 50

Re: [Pgui-devel] pgserver

2002-11-23 Thread Lalo Martins
On Sat, Nov 23, 2002 at 01:32:19PM -0500, Mike Atamas wrote: > > I have sdlfb fbdev and scrshot, and none of them work. > > The answer to that depends on which video driver you compiled and which you > > are running. fbdev is a bit touchy, I could see how it could do that. Are you trying to run i

Re: [Pgui-devel] pgserver

2002-11-23 Thread Mike Atamas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have sdlfb fbdev and scrshot, and none of them work. > The answer to that depends on which video driver you compiled and which you > are running. - -- Mike Atamas [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) i

Re: [Pgui-devel] pgserver

2002-11-23 Thread Lalo Martins
On Sat, Nov 23, 2002 at 01:04:16PM -0500, Mike Atamas wrote: > > I compiled pgserver, cli_c, and themetools. Whenever I try to run pgserver it > does nothing. Even when a tell it -s and an application it tells me nothing. > What am i doing wrong? The answer to that depends on which video driver

[Pgui-devel] pgserver

2002-11-23 Thread Mike Atamas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I compiled pgserver, cli_c, and themetools. Whenever I try to run pgserver it does nothing. Even when a tell it -s and an application it tells me nothing. What am i doing wrong? - -- Mike Atamas [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Versio

Re: [Pgui-devel] pgserver/formats/plaintext.c

2002-08-18 Thread Micah Dowty
I haven't updated any of the text formats yet, so for now just disable plaintext in menuconfig On Wed, Aug 07, 2002 at 10:52:40AM +0200, Philippe Ney wrote: > Have to be branch-ed to textbox_branch to fix > > PG_TYPE_STRING -> PG_TYPE_PGSTRING ? > > -philippe > > > --

RE: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Gray, Tim
ssage- From: Micah Dowty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 4:35 PM To: Gray, Tim Cc: [EMAIL PROTECTED] Subject: Re: [Pgui-devel] pgserver ps2 mouse support driver Hmm.. This is really a last-resort sort of suggestion, but try this: - open pgserver in gdb - set a breakpoi

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Micah Dowty
age- > From: Micah Dowty [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 2:21 PM > To: Gray, Tim > Cc: [EMAIL PROTECTED] > Subject: Re: [Pgui-devel] pgserver ps2 mouse support driver > > > It should log to stdout > > On Wed, May 22, 2002 at 12:16:04PM -0600,

RE: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Gray, Tim
ailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:21 PM To: Gray, Tim Cc: [EMAIL PROTECTED] Subject: Re: [Pgui-devel] pgserver ps2 mouse support driver It should log to stdout On Wed, May 22, 2002 at 12:16:04PM -0600, Gray, Tim wrote: > I tried that, still no mose control. I do have

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Micah Dowty
? i have tried the standard > 1>file1 2>file2 but both files were empty after the run. > > > thanks. > > > -Original Message- > From: Micah Dowty [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:50 PM > To: Gray, Tim > Cc: [EMAIL PROTECTED

RE: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Gray, Tim
thanks. -Original Message- From: Micah Dowty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:50 PM To: Gray, Tim Cc: [EMAIL PROTECTED] Subject: Re: [Pgui-devel] pgserver ps2 mouse support driver Try this- kill gpm and run pgserver like this: pgserver -i ps2mouse --input-ps2mouse.devic

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Micah Dowty
er as follows for example... > > > pgserver& ./blackout > > I have also tried > > pgserver -i gpm& ./blackout > > -Original Message- > From: Micah Dowty [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:42 PM > To: Gray, Tim > Cc

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Micah Dowty
till doesn't work.. am I forgetting to compile in something? > > thanks. > > > -Original Message- > From: Gray, Tim > Sent: Wednesday, May 22, 2002 10:44 AM > To: [EMAIL PROTECTED] > Subject: [Pgui-devel] pgserver ps2 mouse support driver > > >

RE: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Gray, Tim
work.. am I forgetting to compile in something? thanks. -Original Message- From: Gray, Tim Sent: Wednesday, May 22, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: [Pgui-devel] pgserver ps2 mouse support driver Ok, i'm being a pest on the list today.. sorry all. I cant seem to g

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Micah Dowty
AFAIK the 5-byte protocol is optional, and there's also a 3-byte version of the IMPS/2 protocol. The ps2mouse driver should autodetect whether the mouse supports IMPS/2 or regular PS/2, and use either. I tested it with both types of mice, and it even supports the scroll wheel :) Two things to

Re: [Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Arnd Bergmann
On Wednesday 22 May 2002 16:44, Gray, Tim wrote: > Ok, i'm being a pest on the list today.. sorry all. > I cant seem to get the ps2 mouse driver for pgserver to work. the kernel > has it compiled in, the /dev/psaux is alive and well and /dev/mosue is > symlinked to /dev/psaux just in case. I am u

[Pgui-devel] pgserver ps2 mouse support driver

2002-05-22 Thread Gray, Tim
Ok, i'm being a pest on the list today.. sorry all. I cant seem to get the ps2 mouse driver for pgserver to work. the kernel has it compiled in, the /dev/psaux is alive and well and /dev/mosue is symlinked to /dev/psaux just in case. I am using the TTY keyboard driver also.. checking the /dev/psa

Re: [Pgui-devel] pgserver version checking

2002-04-08 Thread Micah Dowty
Thanks for pointing this out, I added code to print a message to the console before attempting to create the dialog box. On Sat, Mar 23, 2002 at 08:18:30AM +0100, SvenSvin wrote: > In the pgInit function in cli_c/src/netcore.c, after having determined > that pgserver is running a too old protoco

[Pgui-devel] pgserver version checking

2002-03-22 Thread SvenSvin
In the pgInit function in cli_c/src/netcore.c, after having determined that pgserver is running a too old protocol, pgInit just goes on and calls pgGetString and pgThemeLookup. Isn't that a bit unsafe? When I accidentally connected a client running a version 12 protocol to a server running versio

Re: [Pgui-devel] pgserver layout flag changes

2002-02-12 Thread Philippe Ney
Ok. This fix the problem of update in button. Thanks, -philippe > I just committed several low-level changes to PicoGUI's layout engine. I > think this fixes the updating problems Philippe and Eric have reported. > Let me know if you find any problems caused by the new code.

Re: [Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread Eric Freitas
Dowty" <[EMAIL PROTECTED]> To: "Lalo Martins" <[EMAIL PROTECTED]> Cc: "pgui-devel" <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 7:39 AM Subject: Re: [Pgui-devel] pgserver/input/vr3ts: calibration file > The vr3ts driver in PicoGUI hasn't

RE: [Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread Sean Barnes
l hand compile every application (which is a pain, but necessary when the PicoGUI client library is checked out from the CVS). -Sean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lalo Martins > Sent: Friday, February 08, 2002 6:13 AM > To

Re: Re: [Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread Yann Vernier
On Fri, Feb 08, 2002 at 01:18:35PM -0600, [EMAIL PROTECTED] wrote: > For convenience, I use the tpcal utility that is found in all standard > VR3 romdisks. This makes my job easier. The majority of the VR3ts code > comes from the X patch that was made for the normal distro. I copied and > pasted t

Re: Re: [Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread sean.a.barnes
seemed more powerful than the Helio version, so I just left it how it was. -Sean > > From: Micah Dowty <[EMAIL PROTECTED]> > Date: 2002/02/08 Fri AM 06:39:35 CST > To: Lalo Martins <[EMAIL PROTECTED]> > CC: pgui-devel <[EMAIL PROTECTED]> > Subject: Re: [Pgui-deve

Re: [Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread Micah Dowty
The vr3ts driver in PicoGUI hasn't yet been modified to use the new touchscreen module in pgserver, so it won't yet work with picogui's tpcal app. This should be changed, but for now it should work with the old calibrator. (I noticed that the vr3ts driver does some nice noise filtering.. We co

[Pgui-devel] pgserver/input/vr3ts: calibration file

2002-02-08 Thread Lalo Martins
My agenda vr3 installation is crashing because of some problem with the pointer calibration file. I wonder, wouldn't it be possible to load some defaults if there is some problem with this file, then fire up tpcal ASAP? (The way things are currently set up, tpcal tries to run before pgserver, wh

[Pgui-devel] pgserver broken when CONFIG_NOPANELBAR is true

2002-01-16 Thread Pascal Bauermeister
Hello Micah, we have CONFIG_NOPANELBAR=y in the profile file to globally turn the bar off, and some recent checkins make pgserver unbehave for this config. Seems to be a modification checked-in between -D "01/15/2002 08:30" and -D "01/15/2002 08:40" (cvs update with 08:30 is OK. with 08:40, th

Re: [Pgui-devel] pgserver crash with FLATBUTTON/scroll bar/theme

2001-08-16 Thread Micah Dowty
With your test files I have been able to reproduce this error very easily. Thank you! I will debug it as soon as possible. On Tue, 14 August 2001, Olivier Bornet wrote: > > Hello, > > it seem using an application as a PG_APP_TOOLBAR, which load a theme > with only some specifications for butt

[Pgui-devel] pgserver crash with FLATBUTTON/scroll bar/theme

2001-08-14 Thread Olivier Bornet
Hello, it seem using an application as a PG_APP_TOOLBAR, which load a theme with only some specifications for button, and another application as a PG_APP_NORMAL, with a "kind of scrolled list" of PG_WIDGET_FLATBUTTON crash the pgserver (at least on Linux/x86/SDL, don't have try other for the mome

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Hmm. I'd like to see the output of 'pgserver -l' and a copy of > your config file if you are using one. > > The 'driver already loaded' message is actually talking about the > input driver. (i should clarify this i suppose) Are you loading > sdlinput in the config file? The sdlfb driver automat

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Hmm. I'd like to see the output of 'pgserver -l' and a copy of your config file if you are using one. The 'driver already loaded' message is actually talking about the input driver. (i should clarify this i suppose) Are you loading sdlinput in the config file? The sdlfb driver automatically lo

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Frederic changed some of the build system macros for SDL, but > nothing in the code has changed that should break SDL. SDL works > fine for me. Make sure you are really loading the SDL driver with > a '-v sdlfb' on the command line. > > When I do that it complains that the driver is already lo

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Done. At this time, I cannot explain exactly why, but passing an empty string break pgserver running in Copilot environment. It's now #ifdef'ed I apologize for the time you maybe lost, guys. -philippe > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried r

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Micah Dowty wrote: > > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried running the latest CVS code with no config file, and it segfaulted. The gdb >backtrace reveals that apparently sscanf() didn't like being passed a NULL string on >line 400 of pgma

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Actually, Philippe, that change to pgmain might be the cause of this problem. I just tried running the latest CVS code with no config file, and it segfaulted. The gdb backtrace reveals that apparently sscanf() didn't like being passed a NULL string on line 400 of pgmain.c The way the line orig

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
> It seems like pgserver will crash if you try and start it without a > /etc/pgserver.conf file. Not a big problem, as long as you realize why it's > happening =) You might want to install a basic config file in "make > install" On pc? Strange... I don't saw anything like that, but I had somethi

[Pgui-devel] pgserver crashes without config file

2001-07-16 Thread Sean Barnes
It seems like pgserver will crash if you try and start it without a /etc/pgserver.conf file. Not a big problem, as long as you realize why it's happening =) You might want to install a basic config file in "make install" Also, I can't seem to run PicoGUI with SDL anymore. Did something important