Search found 5 matches

by tk1138
Sun Mar 11, 2018 10:15 pm
Forum: Installation
Topic: hdpi revisited on Linux
Replies: 5
Views: 5283

Re: hdpi revisited on Linux

yes, that worked, thank you.

$ cat SweetHome3D-Java3D-1_5_2
#!/bin/sh

# Retrieve Sweet Home 3D directory
PROGRAM=`readlink "$0"`
if [ "$PROGRAM" = "" ]; then
PROGRAM=$0
fi
PROGRAM_DIR=`dirname "$PROGRAM"`

# Run Sweet Home 3D
exec "$PROGRAM_DIR"/jre8/bin/java -Xmx1024m -Dcom.eteks.sweethome3d ...
by tk1138
Sun Mar 11, 2018 4:59 pm
Forum: Installation
Topic: hdpi revisited on Linux
Replies: 5
Views: 5283

Re: hdpi revisited on Linux

Thanks. I tried this modification -


cat SweetHome3D
#!/bin/sh

# Retrieve Sweet Home 3D directory
PROGRAM=`readlink "$0"`
if [ "$PROGRAM" = "" ]; then
PROGRAM=$0
fi
PROGRAM_DIR=`dirname "$PROGRAM"`

# Run Sweet Home 3D
exec "$PROGRAM_DIR"/jre8/bin/java -Xmx1024m -Dcom.eteks.sweethome3d ...
by tk1138
Sun Mar 11, 2018 12:29 pm
Forum: Installation
Topic: hdpi revisited on Linux
Replies: 5
Views: 5283

Re: hdpi revisited on Linux

typo. it was in 5.4 when I tried this last. It was a while ago, and I dont remember if I just worked around the problem and used a regular DPI monitor.
by tk1138
Sun Mar 11, 2018 12:26 pm
Forum: Installation
Topic: hdpi revisited on Linux
Replies: 5
Views: 5283

hdpi revisited on Linux

hello,

I trying to get Sweet Home 3D to display better, larger text, in Linux running with a 4K monitor. I've downloaded the latest version, 5.7.

Java is locally installed, from webupd8 ppa.
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM ...
by tk1138
Sat May 20, 2017 3:33 am
Forum: 3D models and textures
Topic: looking for office partiton
Replies: 2
Views: 12250

looking for office partiton

Hello,

I am looking for a office partition model.

something like this office partition :

something that is 4' wide and 5' tall.

Thank you.