Skip to content

Instantly share code, notes, and snippets.

@archaeron
archaeron / via vgrant.log
Last active July 24, 2018 13:29
Building stack2nix - 9aef6210dd8385a449847711797840f69a40c88a
> nix run nixpkgs.vagrant nixpkgs.virtualbox 0 < 15:28:02
> ./scripts/vagrant.sh
+++ dirname ./scripts/vagrant.sh
++ cd ./scripts
++ pwd
+ DIR=/home/nico/Documents/stack2nix/scripts
+ cd /home/nico/Documents/stack2nix/scripts/..
+ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
apt install clang python-dev libzmq-dev libcrypt-dev
pip install pyzmq
pip install jupyter
@archaeron
archaeron / glxinfo
Created March 31, 2020 22:27
GLX Info
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
@archaeron
archaeron / libglutin-errors
Created March 31, 2020 22:35
libglutin-errors
[Glutin] Could not create headless context NoAvailablePixelFormat
[Glutin] OpenGL Headless Context: ContextBuilder { gl_attr: GlAttributes { sharing: None, version: Latest, profile: None, debug: true, robustness: TryRobustNoResetNotification, vsync: false }, pf_reqs: PixelFormatRequirements { hardware_accelerated: Some(true), color_bits: Some(24), float_color_buffer: false, alpha_bits: Some(8), depth_bits: Some(8), stencil_bits: Some(8), double_buffer: Some(true), multisampling: None, stereoscopy: false, srgb: true, release_behavior: Flush, x11_visual_xid: None } }
[Glutin] Primary monitor: MonitorHandle { inner: Wayland(MonitorHandle { name: Some("0x313d (AUO)"), native_identifier: 37, size: PhysicalSize { width: 1920, height: 1080 }, position: PhysicalPosition { x: 0, y: 0 }, scale_factor: 1 }) }
[Glutin] Could not create headless context NoAvailablePixelFormat
[Glutin] OpenGL Headless Context: ContextBuilder { gl_attr: GlAttributes { sharing: None, version: Latest, profile: None, debug: true, robustness: T