Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: /view & suse 8.0 - bugs

From: nitsch-lists::netcologne::de at: 4-Aug-2002 17:05

Hi Gabriele, Am Sonntag, 4. August 2002 01:19 schrieb Gabriele Santilli:
> Hi Volker, > > On Saturday, August 3, 2002, 9:40:57 PM, you wrote: > > VN> hmm, i get always a > VN> Program received signal SIGSEGV, Segmentation fault. > VN> 0x081742d4 in ?? () > VN> clickig around in desktop and closing. address was 4 times the same=2E > VN> with "objdump -drv/rebol >t.txt" and "less t.txt" i find a > VN> fcmovnu %st(1),%st > > I can't help more, I don't know much about x86 instructions; I > just happen to have a K6-2 on the laptop and had similar problems > with some RPM. That "f" makes me think of a FP instruction, while > the problem I had was with integer instructions... > > VN> hmm, suse 6.4 /xfree 3.6 (?) had no problems. > VN> thought something with xfree 4.2 changed. > VN> changing font is worth a try. do you know the name of View's font? > > I think it is using FONT-SANS-SERIF as default (which, IIRC, is > "helvetica" on Linux View). >
Trying to change fonts was a good idea. specially with searching docs for helvetica . in /etc/X11/XF86Config had to append to the fonts-pathes FontPath "/usr/X11R6/lib/X11/fonts/75dpi" there was only FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" which blocks scaling. looks a bit ugly now, but proportions are right. also there is a "fetchmsttfonts" on suse, which fetches ttf-fonts from m$, but seems it misses helvetica.
> Regards, > Gabriele.
thanks for the pointer :) -Volker