Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Sweet Home 3D: how to install?

  1. #11
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Sweet Home 3D: how to install?

    May be due to your gfx driver/opengl renderer being used.
    Post your gfx details.
    I'm not on top of java and glx but others may know.

    Inxi is a script in the repos that makes it easier.
    Code:
    sudo apt install inxi
    Then post the output of
    Code:
    inxi -G
    eg
    Code:
    glen@Bionic:~$ inxi -G
    Graphics:  Card: NVIDIA GF116 [GeForce GTX 550 Ti]
               Display Server: x11 (X.Org 1.19.6 ) driver: nvidia Resolution: 1680x1050@59.88hz
               OpenGL: renderer: GeForce GTX 550 Ti/PCIe/SSE2 version: 4.6.0 NVIDIA 390.116
    Please use code blocks...see sig below.
    Last edited by again?; June 4th, 2019 at 02:00 AM.

  2. #12
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Sweet Home 3D: how to install?

    start the java version. it will work.

    run the java file. the other one doesn't seem to work so i stopped bothering with it. not sure why it doesn't work. i tried oracle java, opensource java...
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  3. #13
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Sweet Home 3D: how to install?

    Quote Originally Posted by mastablasta View Post
    start the java version. it will work.

    run the java file. the other one doesn't seem to work so i stopped bothering with it. not sure why it doesn't work. i tried oracle java, opensource java...
    Hi mastablasta,
    what's the main difference between these 2 start scripts.
    First one gives me the opengl error.
    Last edited by again?; June 4th, 2019 at 10:48 AM.

  4. #14
    Join Date
    Jul 2011
    Beans
    46

    Re: Sweet Home 3D: how to install?

    Hi guber2,
    Here it is:

    Graphics:
    Device-1: Intel UHD Graphics 630 driver: i915 v: kernel
    Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: nvidia
    v: 390.116
    Display: x11 server: X.Org 1.20.4 driver: intel resolution: 1920x1080~60Hz
    OpenGL: renderer: N/A v: N/A

    @mastablasta : what package of Java should I download? There are billions and I do not understand the differences.
    Is there anything easy that I can download from the Repository?
    p.d. I tried the java version and it gives me the same error as the other one. And I think I have Oracle Java installed already.
    Last edited by lpalazzotto; June 4th, 2019 at 11:20 PM.

  5. #15
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Sweet Home 3D: how to install?

    So neither of the start scripts shown in my previous post pic work?

  6. #16
    Join Date
    Jul 2011
    Beans
    46

    Re: Sweet Home 3D: how to install?

    Oh, yeah, sorry. Here is the result:

    $ sudo apt-get update

    Hit:1 http://ro-mirrors.evowise.com/ubuntu disco InRelease
    Hit:2 http://ppa.launchpad.net/linuxuprising/java/ubuntu disco InRelease
    Hit:3 http://ro-mirrors.evowise.com/ubuntu disco-updates InRelease
    Ign:4 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu disco InRelease
    Get:5 http://ro-mirrors.evowise.com/ubuntu disco-backports InRelease [88.8 kB]
    Err:6 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu disco Release
    404 Not Found [IP: 91.189.95.83 80]
    Hit:7 http://ro-mirrors.evowise.com/ubuntu disco-security InRelease
    Hit:8 http://ro-mirrors.evowise.com/ubuntu disco-proposed InRelease
    Hit:9 http://gm.archive.ubuntu.com/ubuntu bionic InRelease
    Ign:10 http://dl.google.com/linux/chrome/deb stable InRelease
    Hit:11 http://dl.google.com/linux/chrome/deb stable Release
    Reading package lists... Done
    E: The repository 'http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu disco Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    $ sudo apt-get install oracle-java11-installer
    E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
    E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

  7. #17
    Join Date
    Jul 2011
    Beans
    46

    Re: Sweet Home 3D: how to install?

    Neither of the start script work.

  8. #18
    Join Date
    Jul 2011
    Beans
    46

    Re: Sweet Home 3D: how to install?

    Btw: I think Java-12 is installed, according to Synaptic.

    I still do not understand this GLX 1.3 thing: it has something to do with the drive I guess.

  9. #19
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Sweet Home 3D: how to install?

    Quote Originally Posted by lpalazzotto View Post
    Hi guber2,
    Here it is:

    Graphics:
    Device-1: Intel UHD Graphics 630 driver: i915 v: kernel
    Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: nvidia
    v: 390.116
    Display: x11 server: X.Org 1.20.4 driver: intel resolution: 1920x1080~60Hz
    OpenGL: renderer: N/A v: N/A
    I would say your issue is most likely due to having 2 gfx devices.
    Inxi shows "OpenGL: renderer: N/A v: N/A".
    Don't know if this is a fault with inxi or your gfx/drivers.

    Only ever having the single nvidia gfx card I don't know how to work through the issue.
    Maybe your GP107M gfx device is not being used by default? Bumblebee?
    Post the output of
    Code:
    inxi -b
    ubuntu-drivers devices
    cat /var/log/gpu-manager.log
    and others more familiar with your hardware may be able to guide you.
    Last edited by again?; June 5th, 2019 at 05:24 AM.

  10. #20
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Sweet Home 3D: how to install?

    Quote Originally Posted by guber2 View Post
    Hi mastablasta,
    what's the main difference between these 2 start scripts.
    First one gives me the opengl error.
    I think one uses some old java or something. not sure exactly anymore, but they have it written in one of the documentation files. but in some cases the launcher didn't work while the older one does. the java one uses some libraries that are supplied with the program i believe. i believe that in case of this java launcher you might also need to assign maximum RAM usage manually. or are you saying neither of them works?

    Quote Originally Posted by lpalazzotto View Post
    Hi guber2,
    Here it is:

    Graphics:
    Device-1: Intel UHD Graphics 630 driver: i915 v: kernel
    Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: nvidia
    v: 390.116
    Display: x11 server: X.Org 1.20.4 driver: intel resolution: 1920x1080~60Hz
    OpenGL: renderer: N/A v: N/A

    @mastablasta : what package of Java should I download? There are billions and I do not understand the differences.
    Is there anything easy that I can download from the Repository?
    p.d. I tried the java version and it gives me the same error as the other one. And I think I have Oracle Java installed already.
    intel should work just fine. if you render more complex images i think the CPU is then used (because mine does it really slow)

    i would suggest to go with oracle java if the opensource one is not working. unfortunately it is not so easy to install anymore, because Oracle closed the license or requires some registering or something. before we would just add a PPA and install it.
    ver 11:
    https://tecadmin.net/install-oracle-...-18-04-bionic/

    or 12:
    https://www.linuxuprising.com/2019/0...jdk-12-in.html

    i would need to investigate a bit more at home, but i do remember that installer and all that didn't really work.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •