Skip to content

Instantly share code, notes, and snippets.

@CommanderAlchemy
CommanderAlchemy / steam-systeminfo.log
Last active February 9, 2016 19:47
Steam System information
Processor Information:
Vendor: AuthenticAMD
CPU Family: 0x15
CPU Model: 0x2
CPU Stepping: 0x0
CPU Type: 0x0
Speed: 5100 Mhz
8 logical processors
8 physical processors
HyperThreading: Unsupported
@CommanderAlchemy
CommanderAlchemy / wine-multimedia-csmt.sh
Created June 3, 2014 02:59
wine-multimedia-git with csmt-git patchset
# Maintainer [multimedia-git]: John Schoenick <john@pointysoftware.net>
# Maintainer [base]: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine-multimedia-git
_basename=wine
pkgver=cs.0.8
pkgrel=1
@CommanderAlchemy
CommanderAlchemy / watchcpu.sh
Last active August 29, 2015 13:55
watchcpu
#!/bin/bash
# Shows system voltage and CPU frequency in a fancy fashion.
# Author Artur O. Commander.Alchemy@gmail.com (Justice @ Freenode #Archlinux)
watch -n 1 -t -c "sensors; sudo cpupower monitor -m Mperf | cut -d\| -f1,4"
@CommanderAlchemy
CommanderAlchemy / eve-launcher
Created December 7, 2013 07:07
EVE - Online Launcher
#!/bin/bash
# Credits 2013 Artur O. <commander.alchemy@gmail.com>
# This script is for managing EVE Online with Wine.
# It includes:
# Installing and managing EVE - Online.
# Installing and managing wine prefixes.
# Injecting Simplescreenrecorder opengl shm code.
#
# License GPL or something, just give credit if you use it m8
@CommanderAlchemy
CommanderAlchemy / PKGBUILD
Last active December 27, 2015 17:39
nvidia-full-beta-all 331.20 PKBUILD
# Maintainer: Det
# Based on nvidia-beta-all: https://aur.archlinux.org/packages/nvidia-beta-all/,
# nvidia-utils-beta: https://aur.archlinux.org/packages/nvidia-utils-beta/ and
# lib32-nvidia-utils-beta: https://aur.archlinux.org/packages/lib32-nvidia-utils-beta/
# Build the lib32 packages too? This only needs to be defined once and will
# remain until the packages are removed. "1" to enable.
_lib32=1
# Use Pacman's versions instead of the binaries'. Should only be used in case of long version numbers
@CommanderAlchemy
CommanderAlchemy / eve
Created October 13, 2013 05:09
EVE-Online launcher
#!/bin/bash
#
# Credits 2011 Artur O. <commander.alchemy@gmail.com>
# Passes down arguments and launches with the correct options
#
#Wine installation
#cd ~/.Commander
# Install command for prefix: = WINEARCH=win32 WINEPREFIX=~/.Games/eve/char/Commander winetricks vcrun2005 vcrun2008 vcrun2010 corefonts win7
@CommanderAlchemy
CommanderAlchemy / PKGBUILD
Last active December 25, 2015 03:19
Updated for 1.7.5
# Maintainer [base]: Sven-Hendrik Haase <sh@lutzhaase.com>
# Maintainer [-multimedia]: John Schoenick <john@pointysoftware.net>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine-multimedia
_basename=wine
pkgver=1.7.5
pkgrel=1
Bus 005 Device 002: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 013 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 101: ID 2516:0014
Bus 004 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port B)
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port D)
00:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port E)
@CommanderAlchemy
CommanderAlchemy / gist:6592698
Created September 17, 2013 10:41
refind.conf
"Boot with defaults" "root=PARTUUID=a75b596a-d5d3-4965-b319-5b370ac2c5ba ro rootfstype=ext4 add_efi_memmap quiet acpi_osi=" " i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 systemd.unit=graphical.target "
"Boot to Terminal" "root=PARTUUID=a75b596a-d5d3-4965-b319-5b370ac2c5ba ro rootfstype=ext4 add_efi_memmap systemd.unit=multi-user.target"