Re: jdk1.1 java and Swing (JFC1.1)

1999-01-30 Thread Michael and Diana Finney
Has anyone ever got the windows look and feel to work on linux?   Motif, Metal 
(now called Java
look and feel), and windows look and feel all work on Windows NT and on Windows 
98.

There is no technical reason for the Windows look and feel not to work on 
linux.  The Windows
look and feel code are all Swing light-weight components.  Has anyone ever got 
them to work?
I'm using JDK1.1.5 (it was on the cd) and swing 1.0.3.

Thank you,
Michael


jdk1.1 java and Swing (JFC1.1)

1999-01-30 Thread Michael and Diana Finney
oops.  I shouldn't of had the Re: in front of that subject.

Michael and Diana Finney wrote:

 Has anyone ever got the windows look and feel to work on linux?   Motif, 
 Metal (now called Java
 look and feel), and windows look and feel all work on Windows NT and on 
 Windows 98.

 There is no technical reason for the Windows look and feel not to work on 
 linux.  The Windows
 look and feel code are all Swing light-weight components.  Has anyone ever 
 got them to work?
 I'm using JDK1.1.5 (it was on the cd) and swing 1.0.3.

 Thank you,
 Michael


appletviewer netscape Swing (JFC1.1)

1999-01-30 Thread Michael and Diana Finney
The SwingSet example works as an application, but when I try to look at the 
swingset example
through netscape, netscape goes away and gives me a Bus Error or something like 
that.  Any idea
as to why?

I try to bring it up in the appletviewer but nothing comes up.  In the xterm it 
says something
about security and the event queue.

Version of netscape is 4.5
jdk1.1.5  with swing 1.0.3

Thank you,
Michael


Re: Problems installing Linux.

1999-01-24 Thread Michael and Diana Finney
I had the EXACT same problem.  Maybe a bug should be written up?

Oleg Krivosheev helped me out wonderfully.

The solution for me was getting a config file from Oleg Krivosheev who had the 
same
graphics card as I had and get the latest  SVGA server.   By the way, I have a 
6330
Hewlett Packard Pavilion which has a SiS 5598, 2 Meg of video memory available 
(up to
4, but the BIOS is set for 2).

--

The following are the directions he gave me:
Hi again

   That'd be great.  If you there is any way you could share what choices I
   should of made in xf86config or whatever, that would be good too.  That way, 
I
   can understand better.  I appreciate your help,
   Michael

there is no way to get something out of xf86config, 'cause
all we have now is XF3.3.2 based. ( I have no idea what he meant by that, but 
it did
not matter.  His help was great!)

ok, my configuration, as promised:

1. i have hamm (i.e. Debian 2.0) installed

2. installed SVGA X server

3. Go to ftp.xfree86.org or it's mirrors
   (ftp://ftp.cs.umn.edu/pub/XFree86/3.3.3/binaries/Linux-ix86-glibc/Servers/,
   for example) and get precompiled SVGA server from XF3.3.3

4. gunzip, untar and copy it to /usr/X11R6/bin

5. set the right permissions and edit /etc/X11/Xserver to point to
   server you just copied

6. copy enclosed file to /etc/X11/XF86Config and set your monitor and mouse 
parameters

   i have 2button ps/2 mouse and quite lousy 15 monitor, so if you
   have better monitor, just set proper VF and HF ranges and your server
   should start
-
I've enclosed a copy of the same file.  It should be renamed as step 6 says to.
Please let us all know if you succeed with this.  By the way, I use dpkg -i
filenamegoeshere instead of dselect.  (Be sure to mount /dev/hdc /cdrom   or 
whatever
you have to do to mount your debian distribution.)It gives me a better 
feeling of
control.  All I have to do then is go to /cdrom/debian/dists/stable/pretend I 
really
know this by heart/stuck on Windows 98 until I buy a real modem/pitty me or
whatever.
Michael

Nuno Donato wrote:

 I need some help installing Linux.
 After I have installed and booted it from a floppy, I start
 de Dselect program to install the packages. During the
 installation, I am asked to select my graphics card, I
 select it, and then I am asked if I want to create the X
 configuration file. I answer 'yes' but then an error message
 appear, saying that I don't have the X config file
 installed, so I can't install X, so I can't run it.
 Who can help me?
 I have Debian Linux 2.0 Hamm

 Nuno Donato ([EMAIL PROTECTED])


# File generated by xf86config.

#
# Copyright (c) 1995 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo 

Re: jdk1.1 java and Swing (JFC1.1)

1999-01-22 Thread Michael and Diana Finney
I tried the SwingSet and another example.  I could not do the windows look and 
feel.  The
windows.tar file is there, but it did not work.  It said that look and feel is 
not supported.
Ever have that happen?  What's the solution?
Thanks,
Michael




Re: xbase XFree86 bug 24985 ?

1999-01-03 Thread Michael and Diana Finney
I appreciate the advice.  I tried xf86config and all I could get when
using xdm
or startx is thin vertical lines.
By the way, I have a 6330 Hewlett Packard Pavilion which has a SiS 5598,
2 Meg
of video memory available (up to 4, but the BIOS is set for 2)

When I was asked for what kind of server, I tried SVGA and later tried
just VGA
with color. I tried without color too in some other spot.   I just want
something that works to give me a feeling that I have accomplished
something.
After that, I'll make something more happen.

Thanks for any help,
Michael

Alexander Kushnirenko wrote:

 Hi, Michael!
  I am having problems with xbase.  Would you help?
 
  When it tried to /usr/sbin/xbase-configure (XFree86 config file), it
  said to press Enter to switch to graphics mode.  I did.  The screen came
 You may want to try xf86config to set XF86Config.  This is ascii mode
 program it'll ask you about relevant hardware (video, monitor, mouse), so be
 prepared to answer them.

 Hope that helps,
 Sasha.


xbase XFree86 bug 24985 ?

1999-01-02 Thread Michael and Diana Finney
I am having problems with xbase.  Would you help?

 I am having trouble installing xbase as indicated in chapter 5 of The
Debian Linux User's Guide.  I am using the cds that came with the book
(debian 2.0).   xbase version 3.3.2.2-4   I've installed a system from
scratch using 'Standard' collection of packages.  After that installed
successfully, I told it to install xbase and fvwm2 and all packages it
depended on plus SVGA support (I have a Sis 5597/5598 graphics card
according to HP tech. support.).

I get the following:
WARNING: An error has been found in this installation of the xbase
package.  The file /usr/X11R6/lib/X11/XF86Config should exist and it
does not.  Please file a bug report against the xbase package reporting
this fact.  See /usr/doc/debian/bug-reporting.txt for information on
filing bugs.

When it tried to /usr/sbin/xbase-configure (XFree86 config file), it
said to press Enter to switch to graphics mode.  I did.  The screen came
up with a lot of black and white vertical lines.  Next, it turned
completely gray.  Finally a big black vertical bar showed up which was
movable by using the left/right arrow keys.  That's all I got.   After a
long time, I did a Ctrl/Alt/Backspace (and then hit a key) to get out of
there and back into text mode.

Does this problem sound like it relates to the outstanding bug
http://www.debian.org/Bugs/db/24/24985.html (Debian bug report logs
-#24985 installation of xbase_3.3.2.2-4 requests to file a bug report)?

In case it matters, I have a 6330 Hewlett Packard Pavillion.

Thanks,
Michael