Skip to content

Instantly share code, notes, and snippets.

View cguentherTUChemnitz's full-sized avatar

cguentherTUChemnitz

  • authentic.network GmbH
  • Chemnitz
View GitHub Profile
cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ..
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
Linking CXX executable ../../bin/apitest
../thirdparty/SDL2-2.0.1//libSDL2.a(SDL_sysjoystick.c.o): In function `JoystickInitWithUdev':
/home/cguenther/Dokumente/apitest/thirdparty/SDL2-2.0.1/src/joystick/linux/SDL_sysjoystick.c:330: undefined reference to `SDL_UDEV_Init'
/home/cguenther/Dokumente/apitest/thirdparty/SDL2-2.0.1/src/joystick/linux/SDL_sysjoystick.c:335: undefined reference to `SDL_UDEV_AddCallback'
/home/cguenther/Dokumente/apitest/thirdparty/SDL2-2.0.1/src/joystick/linux/SDL_sysjoystick.c:341: undefined reference to `SDL_UDEV_Scan'
/home/cguenther/Dokumente/apitest/thirdparty/SDL2-2.0.1/src/joystick/linux/SDL_sysjoystick.c:336: undefined reference to `SDL_UDEV_Quit'
../thirdparty/SDL2-2.0.1//libSDL2.a(SDL_sysjoystick.c.o): In function `SDL_SYS_JoystickQuit':
/home/cguenther/Dokumente/apitest/thirdparty/SDL2-2.0.1/src/joystick/linux/SDL_sysjoystick.c:859: undefined reference to `SDL_UDEV_DelCallback'
../thirdparty/SDL2-2.0.1//libSDL2.a(SDL_sysjoystick.c.o): In function `SDL_SYS_JoystickDetect':
@cguentherTUChemnitz
cguentherTUChemnitz / intel-beignet-print
Created July 8, 2014 11:00
output of the intel-beignet for nvidia and intel system, running x-server on nvidia
X server found. dri2 connection failed!
Trying to open render node...
open("/dev/dri/renderD128", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD129", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD130", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD131", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD132", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD133", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD134", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
open("/dev/dri/renderD135", O_RDWR) failed: Datei oder Verzeichnis nicht gefunden
@cguentherTUChemnitz
cguentherTUChemnitz / lshw print
Created July 8, 2014 07:54
lshw pint video showing nvidia and intel hardware
sudo lshw -C video
*-display
description: VGA compatible controller
product: G92 [GeForce GTS 250]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation B85 Express LPC Controller (rev 04)
@cguentherTUChemnitz
cguentherTUChemnitz / beignet-git
Created July 7, 2014 18:51
beignet-git segmentation-fault
[cguenther@renderman build]$ cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 -DCMAKE_INSTALL_PREFIX=/usr ../
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
@cguentherTUChemnitz
cguentherTUChemnitz / VERBOSE=1 LANG=C beignet-git
Created July 7, 2014 15:52
beignet-git aur segmentation-fault
==> Erstellen von beignet-git neu starten?[j/N]
==> -------------------------------------------
==>
==> PKGBUILD bearbeiten? [J/n] („A“ zum Abbrechen)
==> ----------------------------------------------
==>
==> Von beignet-git benötigt:
- clang>=3.3 (bereits installiert)
- llvm>=3.3 (bereits installiert)