[Bug 1753378] Re: Freecad crashes importing SVG files as geometry

2018-10-08 Thread Yorik van Havre
Corresponding Debian bug: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=874727 ** Bug watch added: Debian Bug tracker #874727 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874727 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1413608] Re: Drawing and Raytracing workbenches missing

2015-01-23 Thread Yorik van Havre
Indeed that is exactly the problem. Apparently FreeCAD was wrongly repackaged from debian (Debian package does it right: https://packages.debian.org/jessie/amd64/freecad/filelist ) AFAIK these ubuntu packages which are devrived from debian are built automatically, so I don't know what can be done

[Bug 1413608] Re: Drawing and Raytracing workbenches missing

2015-01-23 Thread Yorik van Havre
Yes probably. We could try to debug this a bit further, if you can get a log file as asked above (start freecad from the terminal with "freecad -l" then get the $HOME/.FreeCAD/FreeCAD.log file). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1413608] Re: Drawing and Raytracing workbenches missing

2015-01-22 Thread Yorik van Havre
These 2 modules are well included in the package, though. Any error message? Can you try to get a log file as described in http://www.freecadweb.org/wiki/index.php?title=FAQ#OpenGL_drivers_are_not_installed.2C_or_not_working_properly ? -- You received this bug notification because you are a membe

[Bug 1258333] Re: Unable to draft circle in current FreeCAD version

2013-12-06 Thread Yorik van Havre
This bug is caused by a bug introduced in latest python-pivy package. A workaround has already been committed upstream and should be available with the next upgrade of the freecad package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M (hybrid graphics)

2013-08-10 Thread Yorik van Havre
I think bumblebee can be considered quite stable now anyway, maybe this bug can be closed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/643895 Title: nvidia propietary driver fails to load X with g

[Bug 688598] Re: Freecad drawing lines fails

2010-12-10 Thread Yorik van Havre
There seems to be indeed a problem with your pivy install... Can you tell which versions of ubuntu, and which version the freecad and python-pivy packages you have? If you are on ubuntu lucid, the problem is with the pivy package, installing this one from debian should solve the problem: http://p

[Bug 688412] Re: FreeCAD crashed with AttributeError in redraw()

2010-12-10 Thread Yorik van Havre
That problem is indeed present in the 0.10 version that ships with Ubuntu, but has been fixed in source already. Basically it happens when loading a FreeCAD document, the properties of an object are stored in alphabetic order in the file, and some properties, such as StartAngle, are required to

Re: [Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-12-03 Thread Yorik van Havre
@azuluaga You need two things actually, sorry for the incomplete tip: - make sure none of the nvidia-related packages are installed - install libgl1-mesa-dri and libgl1-mesa-glx, which provide the "default" mesa opengl -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-12-03 Thread Yorik van Havre
I tested with 260.19.21 too, same problem. Just for who would encounter the same problem, after you try to use the nvidia driver, 3D (direct rendering) is unavailable, even with the intel driver, if you have the nvidia driver installed, because the x server tries to load the nvidia opengl library.

Re: [Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-25 Thread Yorik van Havre
I also tried extracting the EDID from windows with a software called softmcc, and adding that info in the xorg.conf, which worked (appeared OK in X log), but didn't give any result Yorik van Havre São Paulo, Brazil http://yorik.uncreated.net -- nvidia propietary driver fails to load X

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-24 Thread Yorik van Havre
Sorry about the double post before... Just tested with ubuntu Lucid now, the exact same bug happens unfortunately. The only difference is that on lucid the integrated intel chip is recognized out of the box, so you can have at least some 3D support. Tomorrow I'll try the hybrid method but it pro

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-24 Thread Yorik van Havre
As far as I read there is no way to disable a pci slot. You can only force something to use a certain one. Check in your /var/log/Xorg.0.log, there should be a line like this one (with a different chip, I'm on another computer at the moment): (II) Nov 24 09:47:43 NVIDIA(0): NVIDIA GPU GeForce 84

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-24 Thread Yorik van Havre
As far as I read there is no way to disable a PCI slot, so the solution is to force the use of the correct slot. Check in your /var/log/Xorg.0.conf, you should find a line like this (this is from another computer, so the chip type will be different): (II) Nov 24 09:47:43 NVIDIA(0): NVIDIA GPU Ge

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-24 Thread Yorik van Havre
Okay I made some progresses but it's still not working. Until now I did the following steps: - Removed packages nvidia-current and nvidia-common - Downloaded and installed the latest nvidia driver (260.19.21) from nvidia website - Added 'blacklist nouveau' to /etc/modprobe.d/blacklist.conf (Oier

[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-23 Thread Yorik van Havre
Same problem here (vostro 3500 + maverick 64bits). The problem seems to be due to the fact that that vostro model has a dual graphic chip (one built-in inside the i5 CPU and a nvidia chip), that supports a new technology called "hybrid graphics" that allow the OS to switch which graphic chip it

[Bug 665893] Re: Impossible to draw 2D geometries

2010-10-24 Thread Yorik van Havre
It's already reported: http://bugs.launchpad.net/freecad/+bug/586172 -- Impossible to draw 2D geometries https://bugs.launchpad.net/bugs/665893 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 665893] Re: Impossible to draw 2D geometries

2010-10-24 Thread Yorik van Havre
You need to install the python-pivy package in order to use the 2D drafting tools, that's what the error message on the status bar says if I remember well. Unfortunately the python-pivy version from Lucid repository is buggy, so you'd better download and install manually this version from debian: