Hi Jochen,

I wonder if this is due to not supporting retina on linux, we support
retina on OS X but I forgot that Linux might need that.

A couple fixes you can try:

    IN: scratchpad "monospace" 18 set-listener-font

If that works for you, it has to be run every time, or you can put it in
your .factor-rc:

    $ cat >> .factor-rc
    USE: ui.tools.listener
    "monospace" 18 set-listener-font
    ^D

Otherwise, if you want to start the console listener:

    $ ./factor -run=listener

Best,
John.


On Fri, Feb 6, 2015 at 7:39 AM, Jochen Schmitt <joc...@herr-schmitt.de>
wrote:

> On Thu, Feb 05, 2015 at 03:11:51PM -0800, John Benediktsson wrote:
>
> > Are you able to share what is on the error dialog?
> >
> > It is possible you don't have the right GTK dependencies (or that Factor
> is
> > not able to find them).
>
> I have foind a solution for my issue. I have installed the package
> xorg-x11-drv-nvidia-devel and add the line
>
> export LD_LIBRARY_PATH=/usr/lib64/nvidia
>
> before i have started Facotr.
>
> Unfortunately, I have another issue.
>
> I'm using a MacBook Pro 15" Retina (late 2013). This caused, that the font
> in the Listner dialogue is very small, so I can't read the text in the
> dialogue.
>
> So I would like to ask, if it possible to start Factor in a "console
> Mode", because
> the Terminal application of GNOME is able to detect the high DPI
> environment and provide
> a readable font size.
>
> Best Regards:
>
> Jochen Schmitt
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to