Re: xv flag to not create ~/dir/dir/.xvpics/

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 20:44:16 -0400 (EDT)
Peter Leftwich <[EMAIL PROTECTED]> wrote:

> On Sat, 13 Sep 2003, Lowell Gilbert wrote:
> > From: Lowell Gilbert <[EMAIL PROTECTED]>
> > Peter Leftwich <[EMAIL PROTECTED]> writes:
> > > If I `cd ~/dir/dir` then run `xv -vsmap` xv creates cached
> > > thumbnails. Does anyone know of a flag for "xv" to -NOT- create a
> > > directory called".xvpics"?  I do not want xv to create this
> > > directory.  Thanks.
> > The option -vsmap is *asking* for the thumbnails.  If you don't want
> > them, then don't use that option.
> 
> The option vsmap is asking for an image browser.  The program need not
> necessarily cache thumbnails on the hard disk.  Perhaps this is a wish
> list item for xv developers or a sign to shop for other alternatives.
> 
> All I ever wanted was a file explorer similar to Microsoft Explorer
> (latest) or ACDSee32 (www.acdsystems.com I think).  In Unix.  Too much
> to ask?
> 
I had a gtk app that displayed thumbnails as you went thru the directory
structure, is that what you are looking for? It was gqview and is in the
ports. Thumbnail display is an option from the menubar


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "X -query localhost" results in blank screen !?!

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 16:46:11 +0900
Rob Lahaye <[EMAIL PROTECTED]> wrote:

> 
> 
> Hello,
> 
> I thought I more or less understand how to handle these things in X,
> but I am totally puzzled here.
> 
> For me, there are three crucial files
> 
> /etc/ttys:
>   ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   on  secure
> 
> and /usr/X11R6/lib/X11/xdm/xdm-config:
>   ! SECURITY: do not listen for XDMCP or Chooser requests
>   ! Comment out this line if you want to manage X terminals with
>   xdm!DisplayManager.requestPort:0
> 
> and /usr/X11R6/lib/X11/xdm/Xaccess:
>   * #any host can get a login window
>   * CHOOSER BROADCAST #any indirect host can get a chooser
> 
> 
> At startup, I get an xdm/Xlogin on screen on display :0.
> With the above settings I expect the following should work
> for creating another Xlogin screen
> 
>   X :1 -query localhost
> 
> 
> Indeed it switches screen, but it is blank only; even no error
> messages from X.
> Any ideas?
> 
> Thanks,
> Rob.
> 
> PS: Unrelated: have you noticed the error message in /var/log/xdm.log
>   xdm error (pid 157): extra arguments on command line:
>   xdm error (pid 157):  "ttyv8"
>   xdm error (pid 157):
> Is this some miscommunication between init, /etc/ttys and xdm ?
> 
It worked for me "X :2 -query localhost", I have X running already on
:1.
I start my xdm from shell scripts instead of ttys, doubt that is the
reason.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to get an X server system to send XDMCP?

2003-09-15 Thread Vlad D. Markov
On Mon, 15 Sep 2003 16:36:27 -0700 (PDT)
Julian Elischer <[EMAIL PROTECTED]> wrote:

> 
> I need to make an X server act as an X-terminal
> and run the chooser, offering up a set of 
> systems to log into at initial powerup.
> 
> I am sure I have done this before but I'll be damned if I can see
> from teh current docs how to do this again..
> 
> I can make the other end.. a system that offers xdm service..
> without too much problem, but I can't see how to make an xdm 
> start teh X server and then get that xdm on the far system to 
> offer service, put up a menu of systems (the chooser) and then 
> select one of them as the base login system.
> 
This should be in the handbook or something. Here goes:

What I do is an indirect query on the host:
$x :1 -depth 16 vt10 -indirect $(hostname)&
where $x evaluates to: x=/usr/X11R6/bin/X
The ":1" is display 1, I run a regular xdm logon on :0.
I run this one on virtual terminal 10, vt9 is where I run the regular
xdm login to this machine. X will run on the first unassigned virtual
terminal unless you direct it to another.

I do this in a file named xdm.sh in /usr/local/etc/rc.d, I do not run
xdm from rc.conf.

The xdm configuration files have to be modified.

In Xservers comment out the line-> :0 local /usr/X11R6/bin/X

In xdm-config, follow the directions:
! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
!DisplayManager.requestPort:0

Next is Xaccess, it looks like what I have here is:
*   CHOOSER BROADCAST   #any indirect host can get a
chooser

I think that ought to do it, I mess this up for a long time everytime I
switch OSes. I can't remeber either.

There are many other nice to change settings in these files.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


diablo-jdk1.3.1 oesn't work for me.

2003-09-05 Thread Vlad D. Markov
Looks like this works for others, any clue to my problem appreciated?

I downloaded and installed diablo-jdk1.3.1. I try to run the jfc demo Notepad (java 
-jar Notepad.jar) and get the following results:

SIGILL4*   illegal instruction

Full thread dump Classic VM (diablo-1.3.1-0, green threads):
"AWT-Motif" (TID:0x28ec5d60, sys_thread_t:0x83c6880, state:MW) prio=6
at sun.awt.motif.MToolkit.run(Native Method)
at java.lang.Thread.run(Thread.java:484)
"SunToolkit.PostEventQueue-0" (TID:0x28ec58a8, sys_thread_t:0x8388c80, state:CW) 
prio=6
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at sun.awt.PostEventQueue.run(SunToolkit.java:491)
"AWT-EventQueue-0" (TID:0x28ec58d0, sys_thread_t:0x8388a80, state:CW) prio=6
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at java.awt.EventQueue.getNextEvent(EventQueue.java:260)
at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:106)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
"Finalizer" (TID:0x28e9d528, sys_thread_t:0x80d4080, state:CW) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
"Reference Handler" (TID:0x28e9d300, sys_thread_t:0x8096480, state:CW) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
"Signal dispatcher" (TID:0x28e9d330, sys_thread_t:0x8096280, state:CW) prio=5
"main" (TID:0x28e9d1b0, sys_thread_t:0x8053080, state:R) prio=5
at sun.awt.motif.MWindowPeer.create(Native Method)
at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:169)
at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:86)
at sun.awt.motif.MFramePeer.(MFramePeer.java:53)
at sun.awt.motif.MToolkit.createFrame(MToolkit.java:138)
at java.awt.Frame.addNotify(Frame.java:353)
at javax.swing.plaf.metal.BumpBuffer.createComponent(MetalBumps.java:209)
at javax.swing.plaf.metal.BumpBuffer.(MetalBumps.java:147)
at javax.swing.plaf.metal.MetalBumps.createBuffer(MetalBumps.java:61)
at javax.swing.plaf.metal.MetalBumps.setBumpColors(MetalBumps.java:96)
at javax.swing.plaf.metal.MetalBumps.(MetalBumps.java:53)
at 
javax.swing.plaf.metal.MetalScrollBarUI.installDefaults(MetalScrollBarUI.java:80)
at javax.swing.plaf.basic.BasicScrollBarUI.installUI(BasicScrollBarUI.java:98)
at javax.swing.JComponent.setUI(JComponent.java:322)
at javax.swing.JScrollBar.updateUI(JScrollBar.java:189)
at javax.swing.JScrollBar.(JScrollBar.java:140)
at javax.swing.JScrollBar.(JScrollBar.java:155)
at javax.swing.JScrollPane$ScrollBar.(JScrollPane.java:635)
at javax.swing.JScrollPane.createVerticalScrollBar(JScrollPane.java:780)
at javax.swing.JScrollPane.(JScrollPane.java:242)
at javax.swing.JScrollPane.(JScrollPane.java:290)
at Notepad.(Notepad.java:95)
at Notepad.main(Notepad.java:128)
Monitor Cache Dump:
[EMAIL PROTECTED]/28F0A5A0: owner "main" (0x8053080) 1 entry
Waiting to enter:
"AWT-Motif" (0x83c6880)
[EMAIL PROTECTED]/28FD2C08: 
Waiting to be notified:
"SunToolkit.PostEventQueue-0" (0x8388c80)
[EMAIL PROTECTED]/28FD2380: 
Waiting to be notified:
"AWT-EventQueue-0" (0x8388a80)
[EMAIL PROTECTED]/28ED2F98: 
Waiting to be notified:
"Reference Handler" (0x8096480)
[EMAIL PROTECTED]/28ED3478: 
Waiting to be notified:
"Finalizer" (0x80d4080)
[EMAIL PROTECTED]/28EF7608: owner "main" (0x8053080) 1 entry
Registered Monitor Dump:
utf8 hash table: 
JNI pinning lock: 
JNI global reference lock: 
BinClass lock: 
Class linking lock: 
System class loader lock: 
Code rewrite lock: 
Heap lock: 
Monitor cache lock: owner "main" (0x8053080) 1 entry
Dynamic loading lock: 
Monitor IO lock: 
User signal monitor: 
Waiting to be notified:
"Signal dispatcher" (0x8096280)
Child death monitor: 
I/O monitor: 
Alarm monitor: 
Waiting to be notified:
 (0x8053280)
Thread queue lock: owner "main" (0x8053080) 1 entry
Monitor registry: owner "main" (0x8053080) 1 entry

SIGABRT   6*   abort (generated by abort(3) routine)

Full thread dump Classic VM (diablo-1.3.1-0, green threads):
"AWT-Moti

Re: setting up remote X

2003-08-15 Thread Vlad D. Markov
Exceed is a Windows Xserver implementation for Microsoft Windows
platforms (maybe others). One can use it many different ways to do what
you want. I haven't used it in over a year.

I think the closest thing similar to VNC is to use xdm. Exceed can give
you a "chooser" from which you select the host and then get a graphical
logon prompt. The entire Exceed window is the display from the xclient.
The help in exceed explains how to do this. Setting up the Unix boxes
can be challenging for the inexperienced.

The folks who use it at work basically rsh into the unix box, fire off
an X application passing in the display of the computer running exceed
and up pops a window on their PC. That is kind of insecure. Its one of
the selections in Exceed.

Last time I played with it, I had exceed act as a Xserver and then used
Putty to ssh into the Unix box and fire of an X application with my PC's
display.

The help for Exceed was pretty good and its better than the other
products we had at work. The on-line help is the place to look.
On Tue, 12 Aug 2003 02:25:55 +0100
Matt Heath <[EMAIL PROTECTED]> wrote:

> george wrote:
> 
> >I have a few headless boxes and would like to be able to
> >bring up the xserver remotely using Exceed but have no idea
> >on how to go about it.
> >
> >anyone point me to a tutorial or instructions for this?
> >
> >I dont want to run vncserver but i would like a similiar approace
> >without the web
> >interface if possible, we did something similiar on a Sun machine at
> >work all the time but i dont know what they set up to allow wheather
> >it be rexec or rlogin. Please help.
> >
> 
> I have no idea about Exceed and it is not a great search term
> 
> here's how I run programs remotely that display locally :
> 
> local% startx
> ...
> local% ssh -X remote
> 
> remote% xclock
> 
> and xclock pops up on my local display with the remote time
> 
> 
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"