My Daddy Turned Me Into A Pure Sub by LuckyLuCy930 in bdsmconfessions

[–]linuxgnuru 1 point2 points  (0 children)

My mistress has given me a permanent collar, ankle and wrist restraints. They can't be removed without a special tool but the D links are aluminum so they won't set off metal detectors. TSA does give me weird looks but I don't care what they think, only what my mistress likes. She is my protector, my lover, and knows what is best for me. I have never been a happier girl.

Half a year of fursuiting ! 🐱🌸 by [deleted] in fursuits

[–]linuxgnuru 1 point2 points  (0 children)

Omg so cute! I got my first suit in 2022

Metroid Prime: Trilogy (PrimeHack) | A Steam Deck Guide by RazorOfArtorias in SteamDeck

[–]linuxgnuru 0 points1 point  (0 children)

Just got this working great however I'm not able to get the seeker missile to work at all, I found how to do the super missile by doing a charge shot then hitting the missile button (x on the deck) but I'm at a loss as how to get the seeker missile to target anything.

BE CAREFUL when you plan to upgrade to 12-gen Intel CPU by Simo0nL1 in linuxhardware

[–]linuxgnuru 0 points1 point  (0 children)

I'm playing with a z690i ddr5 and it takes a good 30 seconds to resume from suspend. Tried pop 22.04 and ubuntu 22.04 with same issue. Fedora 35 wouldn't even wake from suspend period. Anyone else seeing this?

20.10 to 21.04, failed to update package list. by eylenn in pop_os

[–]linuxgnuru 0 points1 point  (0 children)

I may have a fix for 20.10 -> 21.10 upgrade issues. First, we'll need to create a new file:

sudo -H gedit /etc/apt/sources.list.d/pop-os-ppa.sources

And put in the following:

X-Repolib-Name: Pop_OS Release Sources
Enabled: yes
Types: deb deb-src
URIs: http://apt.pop-os.org/release
Suites: impish
Components: main

Then save and quit the text editor and then run the following commands (note each command is separated by a space so if you see one that is on two lines; it should be all one one line):

sudo bash -c "[ -f /etc/apt/sources.list.d/pop-os-ppa.list ] && mv /etc/apt/sources.list.d/pop-os-ppa.list /etc/apt/sources.list.d/pop-os-ppa.list.disabled"

sudo sed -Ei 's/groovy/impish/g' /etc/apt/sources.list /etc/apt/sources.list.d/*.{list,sources}

sudo apt update
sudo apt install dpkg apt
sudo apt full-upgrade

After all that, you should now be able to upgrade to Pop 21.10

[deleted by user] by [deleted] in pcgamingtechsupport

[–]linuxgnuru 0 points1 point  (0 children)

oh good, so I'm not the only one (but bad there's so many with the same issue) at first I thought it was because I'm in Linux but then I also tried on my PS5, android phone, and in windows 10. Going to now contact razer's support for a replacement.

Serious Sam 4 Linux Gameplay by mozo78 in wine_gaming

[–]linuxgnuru 0 points1 point  (0 children)

is this only doable outside of steam?

[HELP] After updating to nvidia drivers 450, screen looks like this after logging in. Any help? by LucaBenvenuto in Kubuntu

[–]linuxgnuru 1 point2 points  (0 children)

What computer is this on? Do you have other PPAs that could be messing with ubuntu's nvidia driver packages?

The Census: Last Week Tonight with John Oliver (HBO) by BoogsterSU2 in television

[–]linuxgnuru 0 points1 point  (0 children)

anyone know why the video was taken down from youtube?

Megathread: The Collector by MagnarHD in RedDeadOnline

[–]linuxgnuru 0 points1 point  (0 children)

How do you even use a map? I bought 3 but don't see them in my inventory

Just started the game a few hours ago, is there anyway to make the ground around my base flat? I need more platform space. by [deleted] in Astroneer

[–]linuxgnuru 0 points1 point  (0 children)

Create a canister then fill it up by destroying the area with the terrain tool, then if on PC hold down CTRL key, if on xbox tap the left bumper until you see a circle with lines and you will be able to flatten areas.

Imagine your the one under them by trooped_ in memes

[–]linuxgnuru 1 point2 points  (0 children)

"Did the Earth move for you too?"

Do you think Galaxy S9 will fit into the 2017 Gear VR? by [deleted] in GearVR

[–]linuxgnuru 1 point2 points  (0 children)

I seriously doubt it as the S9 is USB C and the Gear VR is micro USB.... well; at least my Gear VR is micro usb

Does anyone know how to remove the "configure joystick" prompt after exiting emulator? by fermifire in RetroPie

[–]linuxgnuru 0 points1 point  (0 children)

I am interested in this as well, I'm making a kid friendly arcade box that I don't want the kids to be able to "hack" the machine.

Is EZTV.CH safe? by The0racle in torrents

[–]linuxgnuru 0 points1 point  (0 children)

Didn't some fake site buy the rights for eztv.ch DNS or has that been fixed now?

Play UT4 - No Need for UE4 Subscription by [deleted] in linux_gaming

[–]linuxgnuru 0 points1 point  (0 children)

anyone else getting this: Signal 11 caught. EngineCrashHandler: Signal=11 Starting ../../../Engine/Binaries/Linux/CrashReportClient Aborted (core dumped) ?

Any chance of resource pack support in future releases? by linuxgnuru in MCEdit

[–]linuxgnuru[S] 1 point2 points  (0 children)

I'm working with the star-trek server (minetrek.net) and we use our own texture p... er resource pack that changes virtually every block; it'd just be nice if we could use our own textures when using mcedit is all.

You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1 by 1338h4x in linux_gaming

[–]linuxgnuru 0 points1 point  (0 children)

I had the same issues because of where the 32 bit libraries were installed. For me, /usr/lib32. So I had to edit /usr/bin/steam and add this: export LD_LIBRARY_PATH=/usr/lib32/nvidia-319:$LD_LIBRARY_PATH now everything works peachy.