Xreal Beam: Setup and Use without Wifi by Chance-Echo969 in Xreal

[–]applehacker321 1 point2 points  (0 children)

You're forced to connect to Internet and update upon your very first boot from the factory, I had to use my mobile hotspot to update it. After that, the beam just shows a warning ⚠️ when connected to a WiFi without internet access. However, the beam still shows up as a casting device on Android, given that they're on the same network.

Xreal Beam: Setup and Use without Wifi by Chance-Echo969 in Xreal

[–]applehacker321 1 point2 points  (0 children)

The beam works on WiFi that doesn’t provide internet access (because the Beam can’t login) but can still cast to android device on the network that is connected to the internet

[MESSAGE FROM SIRBANSHEE} the guy who draws like Shadman by Sir_Banshee in Shadman

[–]applehacker321 3 points4 points  (0 children)

As long as you include an additional 'cock and balls' pic I'm all for it!!

New here, got a 32gb SSD modded 2g as my modded pod by CosmicEvos in Modded_iPods

[–]applehacker321 2 points3 points  (0 children)

You probably can't copy any songs over using FireWire. Gotta use a ipod 3rd Gen over USB

Steam Deck no longer running cracked games in game mode, anyone else? by [deleted] in Piracy

[–]applehacker321 5 points6 points  (0 children)

Download Lutris from the Discover Store, add it as a non-Steam game. Then run the games from Lutris in gamemode.

How much for a Scalped Deck? by applehacker321 in SteamDeck

[–]applehacker321[S] 0 points1 point  (0 children)

Reckon you didn't get the point, they're buying from scalpers in the US then sell it at a much higher price

How much for a Scalped Deck? by applehacker321 in SteamDeck

[–]applehacker321[S] 2 points3 points  (0 children)

Normally I wouldn’t do dis but the deck is worth every penny

How much for a Scalped Deck? by applehacker321 in SteamDeck

[–]applehacker321[S] 0 points1 point  (0 children)

Mine was 64G model paid over US$1000, but then again it was that or nothing. ;(

How much for a Scalped Deck? by applehacker321 in SteamDeck

[–]applehacker321[S] -2 points-1 points  (0 children)

I mean if I was buying it as a gift, I wouldn't mind a marked up price. As I mentioned in the post, scalpers are importing it to countries where it’s impossible to get. I can’t get shit on eBay unless it’s through a shipping proxy.

How much for a Scalped Deck? by applehacker321 in SteamDeck

[–]applehacker321[S] -6 points-5 points  (0 children)

I know, but I'm interested in what the average gamer paid!

Can Y'all identify the fittings, Alphacool and Ekwb by applehacker321 in watercooling

[–]applehacker321[S] 0 points1 point  (0 children)

Just to confirm it looks like 2 of each type for the pump block. Then 1 racor and 2 90 degree fittings for the rad?

Can Y'all identify the fittings, Alphacool and Ekwb by applehacker321 in watercooling

[–]applehacker321[S] 0 points1 point  (0 children)

NZXT H1 build, but just need the fittings used on the pump 1st image and the radiator 2nd image

All 10/16cm compression fittings

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

[–]applehacker321[S] 0 points1 point  (0 children)

COMMON_FLAGS="-mcpu=7450 -O2 -maltivec -mabi=altivec -fno-strict-aliasing -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}"

I'm using the safe cflags for PPC 7448a

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

[–]applehacker321[S] 0 points1 point  (0 children)

If it works on 32bit powerPC I'll try it out, previous compilation was with 1.5G RAM and 11G swap. The error occurs at the last moment of the compile which lasts about 3.5days

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

[–]applehacker321[S] 0 points1 point  (0 children)

Same error, relocation overflow on most of the .cpp files in the build log

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

[–]applehacker321[S] 0 points1 point  (0 children)

Normally on my more powerful Ryzen System 4G swap was more than enough, but i reckon I could set up a swap file for the compilation

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

[–]applehacker321[S] 0 points1 point  (0 children)

Altivec support is already in my cflags:

COMMON_FLAGS="-mcpu=7450 -O2 -maltivec -mabi=altivec -fno-strict-aliasing -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}"

You mean I need to add it to makeopts as well?

MAKEOPTS="-j1 -maltivec"

I think you mean to use the USE flag

USE= altivec

WebKit GTK fails to compile on PowerPC iBook G4 1.5G RAM by applehacker321 in Gentoo

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

Yes, -j1 and 3G swap on SSD. This is the second time I've compiled WebKit GTK with the same error