[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: success, at long last...



[Doug K Nordwall]

|  now I move on to the harder things, like getting it to
|  work on sgi and sparc/sun..

The enclosed patch fixes some of the "blurriness" problems on
Solaris/SPARC. The screen itself is ok now, but the cursor is
still trashed. When typing "abcd" in the User name field (in the
logon screen), "2345" appears. When typing "2345", "asdf"
appears. (All of this is with both rdesktop and the X server
running on Solaris/SPARC.)

When Solaris/SPARC rdesktop is run with DISPLAY set to a
computer running FreeBSD, the screen is still blurry, but the
keyboard and the cursor is ok.


-- 
Per Kristian Hove <Per.Hove@math.ntnu.no>
Principal engineer
Dept. of Mathematical Sciences
Norwegian University of Science and Technology
--- src-1.0.0pl18.12/rdesktop.h Thu Jan 11 14:37:17 2001
+++ src-1.0.0pl18.12-local/rdesktop.h   Thu Jan 11 19:51:56 2001
@@ -40,6 +40,9 @@
 #error Unknown endianness. Edit rdesktop.h.
 #endif
 
+#if defined(__sparc)
+#define NEED_ALIGN
+#endif
 
 #ifdef XDEBUG
 #define WASHERE() {fprintf(stderr,"file %s line %d\n",__FILE__,__LINE__);}