IRC log of #cubox of Tue 11 Nov 2014. All times are in CET < Back to index

09:36 topi` help! something keeps disabling my HDMI output on the hummingboard!
09:36 topi` after boot, I do see something on the HDMI screen, but quickly it turns off and I see this in dmesg:
09:36 topi` vgaarb: this pci device is not a vga device
09:37 topi` I checked that the message comes from vgaarb.c where it uess pci_find_dev() and if it's NULL, then it returns -ENODEV
09:37 topi` but why does it disable my HDMI output??
13:26 topi` how can I get X running with the 3.14.14+ kernel?
13:26 topi` currently (after upgrading to 3.14 kernel) the screen just goes black
18:34 msalerno1 Sorry to chime in, is there any way of getting OpenGL/Mesa working? I'm trying to get fceux working
18:34 msalerno1 Arch Linux fyi
18:52 Artox msalerno1: you dont get Mesa working
18:52 Artox but the vivante blobs are supposed to work on archlinux
18:52 Artox there was a thread on forums about it, and the last I rememebr is that they succeeded
18:53 msalerno1 Is there a distro where it just work?
18:53 Artox suse 13.1
18:53 Artox but
18:53 Artox not "just"
18:53 Artox I had real trouble with bugs
18:53 Artox debian wheezy
18:53 Artox it will jsut work
18:54 Artox in a few days
18:54 Artox with some manual work today already
18:55 msalerno1 I'm a big fan of Arch, but I just want to get some game emulators working and mesa/opengl seem to be a problem
18:55 Artox http://vps.jm0.eu/deb.tar has the required packages for igors image
18:56 Artox it contains the bianry blobs (choose between x11 and framebuffer)
18:56 Artox the vivante xorg driver
18:56 Artox and patched libdrm#xserver
20:10 msalerno1 Can anyone explain the significance of gl.pc to a non programmer?
20:14 Artox msalerno1: it has all the information required to automatically build a piece of code against libGL, and link it
20:14 Artox that is compielr flags, include dirs, linker dirs, files
20:14 Artox the problem is: vivante provides no libGL header files
20:15 Artox you need to install the mesa libgl-dev instead
20:15 Artox for compiling
20:20 msalerno1 right, but according to my distro mesa-gl conflicts with the vivante drivers and I would need to remove them