On Wed, 13 Apr 2005, Peter Valdemar Morch wrote: > Alexander Gottwald alexander.gottwald-at-s1999.tu-chemnitz.de |Lists| wrote: > > how do you start ssh? For full functionality you'll have to enable > > TrsutedX11Forwarding > > or start ssh with ssh -Y remotehost > > Thanks for your -Y suggestion - didn't make any difference though... So > I'm still in the market for a workaround... :-D > > [EMAIL PROTECTED]:~> /usr/bin/ssh -Y base > Linux base 2.6.10-1-686 #1 Fri Mar 11 03:55:46 EST 2005 i686 GNU/Linux > You have mail. > > Last login: Wed Apr 13 15:25:22 2005 from A.B.C.D > [EMAIL PROTECTED]:~> xine > This is xine (X11 gui) - a free video player v0.99.3. > (c) 2000-2004 The xine Team. > X Error of failed request: BadValue (integer parameter out of range for > operation) > Major opcode of failed request: 94 (X_CreateGlyphCursor) > Value in failed request: 0x9a > Serial number of failed request: 119 > Current serial number in output stream: 125
Maybe Xine uses a special font for cursors which is only available on the linux host. The XCreateGlypthCursor man page indicates this. showfont -start $((0x99)) -fn cursor is a valid character showfont -start $((0x9a)) -fn cursor has no character assigned. http://sourceforge.net/mailarchive/forum.php?thread_id=5813804&forum_id=3438 bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723
