Close



Page 1 of 2 12 LastLast
Results 1 to 10 of 39

Hybrid View

  1. #1
    Engineer-in-Training
    Join Date
    Sep 2013
    Location
    San Diego
    Posts
    210
    If you run this utility, it will show you what version of OpenGL your video card supports.
    http://www.ozone3d.net/gpu_caps_viewer/

    OpenGL 2.1 is on almost every system built after 2010. Are your video drivers current? Because no one with a reasonably new machine, even with intel on board graphics, should be having openGL problems. Very strange.

  2. #2
    Engineer-in-Training
    Join Date
    Oct 2013
    Posts
    219
    Quote Originally Posted by Anuvin View Post
    If you run this utility, it will show you what version of OpenGL your video card supports.
    http://www.ozone3d.net/gpu_caps_viewer/

    OpenGL 2.1 is on almost every system built after 2010. Are your video drivers current? Because no one with a reasonably new machine, even with intel on board graphics, should be having openGL problems. Very strange.
    Anuvin

    GPU_caps_viewer is saying my laptop has openGL 3.1. However upon trying to launch Peachy after installing, it puts up an error window saying I have only openGL 1.1 and then exits. Doh!!!!!!

    Tried the install on my son's MAC and it worked straight away. But it looks as though the Linux and Windows installs have a problem (on my system, it might work for others).

    I would be interested to hear how others fared with the install.

    How are you running it and on what?????

    mike
    Last edited by mike_biddell; 01-29-2016 at 04:13 AM.

  3. #3
    Student Fab's Avatar
    Join Date
    Jan 2016
    Location
    La Rochelle, France
    Posts
    14
    Quote Originally Posted by mike_biddell View Post
    GPU_caps_viewer is saying my laptop has openGL 3.1. However upon trying to launch Peachy after installing, it puts up an error window saying I have only openGL 1.1 and then exits. Doh!!!!!!
    On Linux, you can try this command line : glxinfo | grep OpenGL to be sure what version is installed.
    If problem, you can install mesa-utils.
    Last edited by Fab; 01-29-2016 at 05:17 AM.

  4. #4
    Engineer-in-Training
    Join Date
    Oct 2013
    Posts
    219
    had to install mesa-utils first, but then glxinfo returned version string of 3.1...... so no idea why the install doesn't work for me!!!!!

    I'll do some more digging !!! I can run Peachy on my son's MAC as an interim measure, but not long term as it is a bit like cutting his right arm off LOL.

  5. #5
    Student Fab's Avatar
    Join Date
    Jan 2016
    Location
    La Rochelle, France
    Posts
    14
    Quote Originally Posted by mike_biddell View Post
    had to install mesa-utils first, but then glxinfo returned version string of 3.1...... so no idea why the install doesn't work for me!!!!!

    I'll do some more digging !!!
    Have you tried to run python /src/test.py ?
    Last edited by Fab; 01-29-2016 at 06:14 AM.

  6. #6
    Engineer-in-Training
    Join Date
    Sep 2013
    Location
    San Diego
    Posts
    210
    Quote Originally Posted by mike_biddell View Post

    How are you running it and on what?????
    Intel i5 2500 3.3Ghz
    8GB g-skill memory
    Radeon 6750 HD

    Fresh install of Windows 10 might have made all the difference. Not sure. I wish I was having the same issue so I could try to work on it with you, but everything is running perfectly. Ran the installer and that was it.

  7. #7
    Engineer-in-Training
    Join Date
    Oct 2013
    Posts
    219
    Quote Originally Posted by Anuvin View Post
    Intel i5 2500 3.3Ghz
    8GB g-skill memory
    Radeon 6750 HD

    Fresh install of Windows 10 might have made all the difference. Not sure. I wish I was having the same issue so I could try to work on it with you, but everything is running perfectly. Ran the installer and that was it.
    My laptop is a similar spec. Core i5 Dell Inspiron, running windows 10. There is something odd about the openGL check in the Peachy software as it sees my graphic capability as openGL 1.1 when it is actually 3.1 !!!

    I'll try installing again.

  8. #8
    Engineer-in-Training
    Join Date
    Oct 2013
    Posts
    219
    Quote Originally Posted by mike_biddell View Post
    My laptop is a similar spec. Core i5 Dell Inspiron, running windows 10. There is something odd about the openGL check in the Peachy software as it sees my graphic capability as openGL 1.1 when it is actually 3.1 !!!

    I'll try installing again.
    Just uninstalled and re-installed ..... no joy

    error.jpg

  9. #9
    Technician
    Join Date
    May 2014
    Location
    hiding in your pillow
    Posts
    52
    @mike, this looks like a bug with the kivy framework.
    see https://github.com/kivy/kivy/issues/3576

    it looks like v1.9.1 introduced this bug, if peachy compiles the windows version with 1.9.0, it should work properly.

  10. #10
    Peachy Printer Founder
    Join Date
    Sep 2013
    Posts
    308
    Quote Originally Posted by 3dspider View Post
    @mike, this looks like a bug with the kivy framework.
    see https://github.com/kivy/kivy/issues/3576

    it looks like v1.9.1 introduced this bug, if peachy compiles the windows version with 1.9.0, it should work properly.
    good eye mike_biddle and 3dspider !

    in the latest build_linux.sh found here https://github.com/PeachyPrinter/pea...build_linux.sh
    on line 80 I see this:
    pip install -I -U git+https://github.com/kivy/kivy.git@master

    and here: https://github.com/kivy/kivy/releases
    you can see that the 1.9.1 relice has been pushed to kivys master branch
    so it looks like were are using the latest kivy v1.9.1

    you could try changing line 80 to get the 1.9.0 branch instead of the 1.9.1 branch containing the bug :S
    of course that could also break other things, so hopfully it wont take long for the good people at kivy to fix this
    Better yet someone could help fix the kivy bug.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

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