Skip to content
View robertkirkman's full-sized avatar
🇺🇸
🇺🇸

Block or report robertkirkman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sm64ex-coop sm64ex-coop Public

    Forked from djoslin0/sm64ex-coop

    SM64 online co-op mod for Android and other open-source UNIX-like platforms

    C 50 18

  2. osk-touch osk-touch Public

    Forked from zrafa/onscreenkeyboard

    Onscreen touch keyboard for TTY of Steam Deck

    C 1

  3. How to install Arch Linux ARM in QEM... How to install Arch Linux ARM in QEMU full system emulator
    1
    
                  
    2
    # How to install an Arch Linux ARM emulator
    3
    
                  
    4
    Prerequisites:
    5
    - A PC with a Linux distribution - Arch Linux `amd64` used here
  4. Gentoo Mod: wayland-free Gentoo. Gentoo Mod: wayland-free Gentoo.
    1
    > [!WARNING]
    2
    > This is a downstream solution to https://bugs.gentoo.org/923305. Upstream should continue to focus on supporting systems where wayland is unmasked because this masked-wayland configuration is NOT necessary for normal users. Do not ask for support with this in Gentoo channels, instead use the comments section here.
    3
    4
    # How to use Gentoo without _installing_ Wayland - period.
    5
    
                  
  5. How to record or stream SteamOS 3.X ... How to record or stream SteamOS 3.X Gaming Mode
    1
    # How to record or stream SteamOS 3.X in `gamescope` (Gaming Mode)
    2
    
                  
    3
    > [Here](https://gist.github.com/rondhi/f9163e7649aa734b5421a8f58bd6c49e) is another method that uses Flatpak and `obs-vkcapture`, which don't meet my personal needs but are very likely to be useful for you. In the comments there there is also an [`obs-gstreamer` method](https://gist.github.com/rondhi/f9163e7649aa734b5421a8f58bd6c49e?permalink_comment_id=4653330#gistcomment-4653330).
    4
    5
    
                  
  6. "Show taps" cosmetic skin for the "P... "Show taps" cosmetic skin for the "Pointer location" Android 14 developer mode widget
    1
    diff --git a/core/java/com/android/internal/widget/PointerLocationView.java b/core/java/com/android/internal/widget/PointerLocationView.java
    2
    index e65b4b65..6e6a9517 100644
    3
    --- a/core/java/com/android/internal/widget/PointerLocationView.java
    4
    +++ b/core/java/com/android/internal/widget/PointerLocationView.java
    5
    @@ -18,7 +18,10 @@ package com.android.internal.widget;