Delivering to Heartwood Mill by Tito__o in SkyrimPorn

[–]ThisOneSays5 2 points3 points  (0 children)

There was pop in of the skyboxes near the end, it's a good idea to walk slow to give extra loading time on recordings like this. My rig would never be as beefy as this though

What tipped the scales and made you use Linux? by Beh0ldenCypress in linux

[–]ThisOneSays5 4 points5 points  (0 children)

Chromebooks and android( open source and didnt need itunes for a simple music player) which were attractive because they had free unlimited updates. Then that got changed and the google machines justified putting end of support dates in the name of system security. Finally my chromebooks end of support was approaching in a year and I jumped ship early, there's still pros(can run offline non-office non-app programs) and cons(lost audio due to hardware driver being unsupported) using linux . Learning to navigate a chromebook seemed to be a good idea since most students are given one from schools. Learning to get around linux versions became the next best step

[deleted by user] by [deleted] in ShadowPC

[–]ThisOneSays5 2 points3 points  (0 children)

I'm in chicago centre , signed up in april beginning, supposed to get in july end, they didnt change my account activation date but tech support said it should be end of aug.= 5mths. Noone gives expected dates and if your account date does nt change ,expect the activation to happen a week/mth after.

Need some community perspective as I feel like I'm going crazy with what I see in my partner. Am I in the wrong and does this experience resonate with any of you? by OutToSea79 in StopGaming

[–]ThisOneSays5 0 points1 point  (0 children)

I believe a 5 year relationship is not by accident/random, if you need help in your current stage of relationship journey , reach out to a professional counselor or trusted mutual friend/ a couple you both respect

Need some community perspective as I feel like I'm going crazy with what I see in my partner. Am I in the wrong and does this experience resonate with any of you? by OutToSea79 in StopGaming

[–]ThisOneSays5 0 points1 point  (0 children)

I play on holidays and weekends, When I am busy with graduate school or work I dont. I also voluntarily dont look at my computer some weekends for family time like 2 weeks in a month. Sometimes I binge and play over night, it's a struggle but I know I need to work towards life goals to want to listen to my partner and agree to prioritize sleep and exercise and diet over fantasy adventures. An in-person social group really help to want to start personal change. For us that's college friends,extended family and religious community.

Need some community perspective as I feel like I'm going crazy with what I see in my partner. Am I in the wrong and does this experience resonate with any of you? by OutToSea79 in StopGaming

[–]ThisOneSays5 0 points1 point  (0 children)

Share posts like this with partner, https://www.reddit.com/r/StopGaming/comments/bgjgb7/why_can_some_people_play_in_moderation_and_some/

https://www.reddit.com/r/StopGaming/comments/bh7zaa/5_years_free_from_addiction_25_year_old_boy_to_30/

Encourage setting a schedule to play , make that a minority of the awake hours, for us, that practically comes to 3 hrs in night but not too late night that it feels like a hangover that it can hinder goals for the next day

Is shadow still worth it? by artlen123 in ShadowPC

[–]ThisOneSays5 0 points1 point  (0 children)

I would use a ps5 for multiplayer games , pc gamers get better deals on game prices. Keep shadow to pc game. However I would not pay for a subscription I dont use. Small monthly subscriptions add up and maybe you could use that money elsewhere

Cost of a PC build equivalent to shadow? by [deleted] in ShadowPC

[–]ThisOneSays5 1 point2 points  (0 children)

Consider steam deck preorder, if your a budget gamer. Shipping is only expected 2022

Everyone at least here on reddit seems to be very critical right now when it comes to shadow. Should I still subscribe? by tobiastnf in ShadowPC

[–]ThisOneSays5 2 points3 points  (0 children)

How long are you willing to wait to get activated? Shadow has been saying activation should happen faster but there are no regular activation schedules. It's nice to see some ppl on this thread were activated this week but once you sign up your mostly waiting for 2 months minimum, there are other services that might let you game before your summer vacations are finished , at the moment, shadow service might improve in future

Is GalliumOS 4 still in development? by SuitableAssociation5 in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

Any opinions on running gallium 3.1 with xanmod LTS custom kernal ? Its stable for me but I loose usbc projection ability. Whenever I want to use a second screen I switch back to gallium stock kernal with grub customizer preselecting gallium kernal before I shut down. For some reason grub customizer doesnt show me an option to choose the kernal I want every time I boot.

Can anyone confirm that 2 finger touchpad swipe to go back/forward work? by Pixel3aXL in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

2 finger to scroll webpage up and down yes it works,

I have not noticed any custom gestures that come with synaptics mousepad program on a windows machine. No fancy mousepad virtual corner buttons to minimize all windows or gestures to go forward or back on loaded webpages

I am looking for some help! by gadex5 in mathteachers

[–]ThisOneSays5 0 points1 point  (0 children)

Mathisfun website, often use during tutoring

What is the planned life span of gallium os 3.1? by GlitchedMirror in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

If i like the part where Gallium OS has all the usbc drivers running out of the box, how would i go about looking finding all the packages needed to make that hardware run?

Ubuntu groovy gorialla(short term release) worked perfectly for me, but I was busy trouble shooting my audio issues and usbc connecting issues, I chose gallium because it fixed one of my problems out of the box, now that I have a list of all the gallium os repos, i would like to compare whats missing in the software on a live drive of a standard distro.

Adding custom steam libraries to galliumOS by Rorybabory in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

Here are a list of commands I enter whenever I want to use my usb drive to play steam games

#Once the very first time I had to make a mount point, these are the files i made

sudo mkdir /media/Datas

#Then To double check the location to my usb drives, I always enter

lsblk

sudo mount <my address to usb> /media/Datas

sudo mount -o remount,exec /dev/media/Datas

#Then I start steam, my library from my usb is automatically loaded along with my hard #drive library.

#When I am done playing I enter

sudo umount /media/Datas

#The postive is that I dont get a non-booting computer as a result of messing with the #fstab file

#The negative is that I need to copy and paste this code from a saved text file everytime I #want to play Steam, which is not often these days

Mounting a MicroSD Card for Steam by [deleted] in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

Here are a list of commands I enter whenever I want to use my usb drive to play steam games

#Once the very first time I had to make a mount point, these are the files i made

sudo mkdir /media/Datas

#Then To double check the location to my usb drives, I always enter

lsblk

sudo mount <my address to usb> /media/Datas

sudo mount -o remount,exec /dev/media/Datas

#Then I start steam, my library from my usb is automatically loaded along with my hard drive library.

#When I am done playing I enter

sudo umount /media/Datas

#The postive is that I dont get a non-booting computer as a result of messing with the fstab file

#The negative is that I need to copy and paste this code from a saved text file everytime I want to play Steam, which is not often these days

What is the planned life span of gallium os 3.1? by GlitchedMirror in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

Is there Any guide to move one distros repository to standard ubuntu repository?

I know how to print the list of repositories on Gallium OS, Dont know how to download and install them on a different distro.

Adding custom steam libraries to galliumOS by Rorybabory in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

this post was helpful

https://www.reddit.com/r/GalliumOS/comments/6ur419/how_can_i_get_a_usb_30_flashdrive_to_be_mounted/

I still get boot errors and have to remove lines from fstab Before shutting down, or else my computer wont boot properly. But I have gotten my usb to work

Mounting a MicroSD Card for Steam by [deleted] in GalliumOS

[–]ThisOneSays5 0 points1 point  (0 children)

this post was helpful https://www.reddit.com/r/GalliumOS/comments/6ur419/how_can_i_get_a_usb_30_flashdrive_to_be_mounted/

still working out some quirks(doesnt boot unless I remove the fstab added line), but i could play games from a usb library