kumikumi | so, how to install the proprietary nvidia driver? | 00:00 |
---|---|---|
tjaalton | last I heard it was buggy | 00:00 |
tjaalton | but, install as usual | 00:01 |
tjaalton | apt install nvidia-355 | 00:02 |
kumikumi | ok thanks | 00:02 |
kumikumi | there's some dependency issues.. | 00:03 |
tjaalton | go on.. | 00:04 |
kumikumi | Depends: lib32gcc1 but it is not going to be installed | 00:04 |
tjaalton | apt -f install | 00:04 |
tjaalton | or not | 00:04 |
tjaalton | it should install on trusty or xenial | 00:04 |
kumikumi | I agree | 00:04 |
tjaalton | but tbh, there's nothing of interest | 00:05 |
kumikumi | vulkan demos are not working? | 00:05 |
tjaalton | you could see a cube spinning and a triangle | 00:06 |
tjaalton | that's all | 00:06 |
tjaalton | the loader lib will get into 1604 | 00:07 |
kumikumi | cube and triangle sounds exciting | 00:08 |
tjaalton | vkcube should build now | 00:09 |
kumikumi | anyway, lib32gcc1 : Depends: gcc-6-base (= 6-20160210-0ubuntu2) but 6-20160217-0ubuntu1 is to be installed | 00:09 |
kumikumi | any idea what's causing it or how to work around/resolve this issue? | 00:10 |
tjaalton | no idea nor do I care | 00:10 |
tjaalton | you should be running xenial | 00:10 |
kumikumi | I am | 00:11 |
kumikumi | this is a fresh xenial installation | 00:11 |
tjaalton | still 2am saturday morning | 00:12 |
kumikumi | no problem :) thanks for your help | 00:13 |
tjaalton | i've only got hw for the intel driver and it works | 00:14 |
kumikumi | tjaalton: for your information, I just did a new clean installation of xenial, ran apt-get update && apt-get upgrade, then ran the 3 commands in the PPA description, still package vkcube not found | 00:43 |
kumikumi | also, trying to install nvidia-355 package fails due to dependency issues | 00:44 |
kumikumi | Depends: lib32gcc1 but it is not going to be installed | 00:46 |
kumikumi | Depends: libc6-i386 but it is not going to be installed | 00:46 |
bitshifter | Hi, I was wondering if there will be Wiley builds of ppa:canonical-x/vulcan at some point? | 00:51 |
tjaalton | bitshifter: no | 00:53 |
bitshifter | tjaalton: how come? | 00:54 |
tjaalton | because 1604 is close enough | 00:54 |
bitshifter | hmm, how stable is it right now? :) | 00:55 |
tjaalton | stable enough for vulkan | 00:55 |
bitshifter | ok, thanks for the info! | 00:56 |
tjaalton | kumikumi: some temporary fail with xenial then | 00:58 |
kumikumi | bitshifter: don't expect it to work right now, at least with Nvidia | 01:18 |
kumikumi | Vulkan works! (I only had to compile the nvidia driver myself, and I had to patch the driver before it would compile; http://www.linuxquestions.org/questions/showthread.php?p=5501135 ) | 03:01 |
gsedej | /usr/include/vulkan/vulkan.h:2924:5: error: ‘int32_t’ has not been declared | 13:08 |
gsedej | any idea? | 13:08 |
kumikumi | what are you trying to do? | 13:52 |
caps | there is probably something wrong with my system but after adding ppa:canonical-x/vulkan the packages vkcube, vulkan-utils and mesa-vulkan-drivers do not exist | 13:57 |
caps | how can i debug this? (i'm not very familiar with linux) | 13:57 |
kumikumi | caps: I had the exact same problem yesterday | 13:58 |
caps | well actually now that i look | 13:58 |
caps | W: Failed to fetch http://ppa.launchpad.net/canonical-x/vulkan/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found | 13:58 |
kumikumi | caps: ok you should update to xenial | 13:58 |
caps | same with i386 | 13:58 |
caps | oh | 13:58 |
caps | is that another ppa or somethign? | 13:58 |
kumikumi | but even xenial does not work perfectly right now, there's also problems with the packages | 13:58 |
kumikumi | xenial = ubuntu 16.04 | 13:59 |
kumikumi | caps: do you have nvidia or intel gpu? | 14:00 |
caps | intel | 14:01 |
caps | i'm on a laptop | 14:01 |
kumikumi | ok I think you should install xenial and then try the PPA again | 14:01 |
caps | okay thanks | 14:01 |
kumikumi | np | 14:01 |
gsedej | kumikumi, trying to build gl_vk_threaded_cadscene | 14:22 |
gsedej | i somehow build gl_vk_chopper but it segfaults | 14:23 |
gsedej | has someone yet succeded building nvidia demos? | 14:23 |
kumikumi | I managed to build some demos, and approximately 50% of them worked and 50% segfaulted | 14:34 |
gsedej | kumikumi, would you mind writing how to? http://askubuntu.com/questions/737044/building-vulkan-chopper-demo-on-ubuntu | 14:46 |
tjaalton | kumikumi: problems other than the nvidia driver? | 18:03 |
tjaalton | with packages | 18:03 |
kumikumi | tjaalton: at least the vkcube package exists now | 19:23 |
kumikumi | (it doesn't run, though, because it can't find libpng16.so.16) | 19:24 |
kumikumi | gsedej: I said I had success running _some_ vulkan demos, not the helicopter one | 19:25 |
kumikumi | I'd also be interested in how to build the helicopter demo | 19:25 |
tjaalton | what | 19:36 |
bigpet | I have to be the 500th person to ask but when I try to get the vulkan test stuff I get: | 19:40 |
bigpet | W: Failed to fetch http://ppa.launchpad.net/canonical-x/vulkan/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found | 19:40 |
bigpet | what gives? | 19:41 |
tjaalton | there are no packages for wily, read the ppa description | 19:41 |
tjaalton | kumikumi: ah hell, next upload should fix vkcube I hope | 19:41 |
bigpet | I tried to apply the wadsworth constant to that description | 19:42 |
bigpet | but it seems like that wasn't a good idea in this case :P | 19:42 |
tjaalton | had to look that up.. | 19:51 |
bigpet | K,got it working thx | 20:40 |
bigpet | Was just thrown for a loop because in 16.04 I didn't seem to have a xorg.conf or a xorg.conf.d | 20:41 |
bigpet | Was just thrown for a loop because in 16.04 I didn't seem to have a xorg.conf or a xorg.conf.d | 20:42 |
bigpet | So I just created a xorg.conf and it seemed to load fine | 20:42 |
bigpet | Sorry for that | 20:42 |
bigpet | Buggy ass irc client | 20:42 |
kumikumi | tjaalton: vkcube : Depends: libpng16-16 (>= 1.6.2-1) but it is not installable | 22:43 |
kumikumi | (has no installation candidate) | 22:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!