nanogui: Thread: Error 2 opening pointer calibration file /etc/pointercal.


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Error 2 opening pointer calibration file /etc/pointercal.
From: Robert Hartley ####@####.####
Date: 29 Jan 2001 20:07:32 -0000
Message-Id: <3A75CE41.7B83D20A@ics.com>

Hi,

(On a NanoX based Helio application)

after I enter GrOpen(), I get the following:

Error 2 opening pointer calibration file /etc/pointercal.
Cannot initialise mouse
cannot open graphics


and then the application stops.

Am I missing a config file?

Rob


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=  Robert Hartley                 Mail:         201 Broadway        =
=  Central Region Systems Engineer              Cambridge, MA 02139 =
=  Integrated Computer            Email:        ####@####.####    =
=  Solutions, Inc.                Web Site:     www.ics.com         =
=  Tech Support: ####@####.####  Phone:        800-800-4271        =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Visit the MotifZone (www.motifzone.org) for info on Motif!



Subject: Re: Error 2 opening pointer calibration file /etc/pointercal.
From: Jordan Crouse ####@####.####
Date: 29 Jan 2001 20:15:29 -0000
Message-Id: <3A75CFF5.C7FF66C@censoft.com>

Compile and run the program in microwin/src/contrib/GPL/tpcal, and pipe
the output to /etc/pointercal.  

tpcal draws a pretty UI for calibration, and outputs the numbers to a
file that is then read by the driver.  Some find it easier to put

"tpcal > /etc/pointercal" in the same script that you start the Nano-X
server with.  That way, the calibration gets handled when the system
starts up.

Jordan

Robert Hartley wrote:
> 
> Hi,
> 
> (On a NanoX based Helio application)
> 
> after I enter GrOpen(), I get the following:
> 
> Error 2 opening pointer calibration file /etc/pointercal.
> Cannot initialise mouse
> cannot open graphics
> 
> and then the application stops.
> 
> Am I missing a config file?
> 
> Rob
> 
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> =  Robert Hartley                 Mail:         201 Broadway        =
> =  Central Region Systems Engineer              Cambridge, MA 02139 =
> =  Integrated Computer            Email:        ####@####.####    =
> =  Solutions, Inc.                Web Site:     www.ics.com         =
> =  Tech Support: ####@####.####  Phone:        800-800-4271        =
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> Visit the MotifZone (www.motifzone.org) for info on Motif!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: Re: Error 2 opening pointer calibration file /etc/pointercal.
From: "John Waldron" ####@####.####
Date: 29 Jan 2001 20:22:00 -0000
Message-Id: <028601c08a31$b85b5dc0$6401a8c0@fletchii>

Does /etc/pointercal exist?  If not, it will need to before /bin/tpcal runs.

John

----- Original Message ----- 
From: "Robert Hartley" ####@####.####
To: "nanogui linuxhacker" ####@####.####
Sent: Monday, January 29, 2001 3:10 PM
Subject: Error 2 opening pointer calibration file /etc/pointercal.


> Hi,
> 
> (On a NanoX based Helio application)
> 
> after I enter GrOpen(), I get the following:
> 
> Error 2 opening pointer calibration file /etc/pointercal.
> Cannot initialise mouse
> cannot open graphics
> 
> 
> and then the application stops.
> 
> Am I missing a config file?
> 
> Rob
> 
> 
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> =  Robert Hartley                 Mail:         201 Broadway        =
> =  Central Region Systems Engineer              Cambridge, MA 02139 =
> =  Integrated Computer            Email:        ####@####.####    =
> =  Solutions, Inc.                Web Site:     www.ics.com         =
> =  Tech Support: ####@####.####  Phone:        800-800-4271        =
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> Visit the MotifZone (www.motifzone.org) for info on Motif!
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
> 

Subject: Re: Error 2 opening pointer calibration file /etc/pointercal.
From: Jordan Crouse ####@####.####
Date: 29 Jan 2001 20:48:55 -0000
Message-Id: <3A75D7E7.C88DFAE3@censoft.com>

Actually, tpcal writes its data to stdout, so as long as /etc is
writeable, you just pipe the output to the file (tpcal doesn't have any
file ops itself, that helps make it portable).  

John Waldron wrote:
> 
> Does /etc/pointercal exist?  If not, it will need to before /bin/tpcal runs.
> 
> John
> 
> ----- Original Message -----
> From: "Robert Hartley" ####@####.####
> To: "nanogui linuxhacker" ####@####.####
> Sent: Monday, January 29, 2001 3:10 PM
> Subject: Error 2 opening pointer calibration file /etc/pointercal.
> 
> > Hi,
> >
> > (On a NanoX based Helio application)
> >
> > after I enter GrOpen(), I get the following:
> >
> > Error 2 opening pointer calibration file /etc/pointercal.
> > Cannot initialise mouse
> > cannot open graphics
> >
> >
> > and then the application stops.
> >
> > Am I missing a config file?
> >
> > Rob
> >
> >
> > --
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > =  Robert Hartley                 Mail:         201 Broadway        =
> > =  Central Region Systems Engineer              Cambridge, MA 02139 =
> > =  Integrated Computer            Email:        ####@####.####    =
> > =  Solutions, Inc.                Web Site:     www.ics.com         =
> > =  Tech Support: ####@####.####  Phone:        800-800-4271        =
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >
> > Visit the MotifZone (www.motifzone.org) for info on Motif!
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: Re: Error 2 opening pointer calibration file /etc/pointercal.
From: "John Waldron" ####@####.####
Date: 29 Jan 2001 21:04:27 -0000
Message-Id: <033101c08a37$a5827ac0$6401a8c0@fletchii>

I have run into problems where the file /etc/pointercal does not yet exist.
If I go ahead and create it and then run tpcal, all is good.  If I run it
without a pre-existing file, tpcal runs and finishes, but then nano-x has
some connection issues.  I haven't tried to debug it yet, but I thought it
was strange.

John

----- Original Message -----
From: "Jordan Crouse" ####@####.####
To: "John Waldron" ####@####.####
Cc: "Robert Hartley" ####@####.#### "nanogui linuxhacker"
####@####.####
Sent: Monday, January 29, 2001 3:51 PM
Subject: Re: Error 2 opening pointer calibration file /etc/pointercal.


> Actually, tpcal writes its data to stdout, so as long as /etc is
> writeable, you just pipe the output to the file (tpcal doesn't have any
> file ops itself, that helps make it portable).
>
> John Waldron wrote:
> >
> > Does /etc/pointercal exist?  If not, it will need to before /bin/tpcal
runs.
> >
> > John
> >
> > ----- Original Message -----
> > From: "Robert Hartley" ####@####.####
> > To: "nanogui linuxhacker" ####@####.####
> > Sent: Monday, January 29, 2001 3:10 PM
> > Subject: Error 2 opening pointer calibration file /etc/pointercal.
> >
> > > Hi,
> > >
> > > (On a NanoX based Helio application)
> > >
> > > after I enter GrOpen(), I get the following:
> > >
> > > Error 2 opening pointer calibration file /etc/pointercal.
> > > Cannot initialise mouse
> > > cannot open graphics
> > >
> > >
> > > and then the application stops.
> > >
> > > Am I missing a config file?
> > >
> > > Rob
> > >
> > >
> > > --
> > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > > =  Robert Hartley                 Mail:         201 Broadway        =
> > > =  Central Region Systems Engineer              Cambridge, MA 02139 =
> > > =  Integrated Computer            Email:        ####@####.####    =
> > > =  Solutions, Inc.                Web Site:     www.ics.com         =
> > > =  Tech Support: ####@####.####  Phone:        800-800-4271        =
> > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > >
> > > Visit the MotifZone (www.motifzone.org) for info on Motif!
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: ####@####.####
> > > For additional commands, e-mail: ####@####.####
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.