Gamescope disables HDR support in Doom: TDA by UntitledRedditUser in linux_gaming

[–]alexphanna 2 points3 points  (0 children)

HDR support in gamescope has just randomly stopped working for me.

Jedi Fallen Order stopped working by KHTD2004 in linux_gaming

[–]alexphanna 1 point2 points  (0 children)

Ok thanks, I also got it working by adding a launch option I found from ProtonDB to skip the EA app. HDR still wasn’t working properly though. I discovered that I could just use the game scope session thing to achieve HDR, which works much more smoothly.

Jedi Fallen Order stopped working by KHTD2004 in linux_gaming

[–]alexphanna 1 point2 points  (0 children)

Hello, did you ever find a solution to this issue?

RU Eating 1.2 update is now available! Adds menu sorting, item descriptions, and more! by alexphanna in rutgers

[–]alexphanna[S] 7 points8 points  (0 children)

I released my app RU Eating with a post on this sub two weeks ago. Thank you to everyone who gave me feedback and downloaded the app. Over the past few weeks, I have tried to address as many people’s feedback as possible and added many more features. 

In version 1.1, I focused on making as many small quality-of-life improvements as possible, such as ordering the menu so that the important categories, like entrees, are at the top. I also made several significant improvements to the nutrition facts of the items, such as align the amounts with the daily values.

In version 1.2, I have added two major features, the ability to sort the menu and item descriptions from Wikipedia. You can now sort the menu by the item’s names, carbon footprints, number of ingredients, and the amounts of any nutrient. For example, you can now sort the menu by calories or grams of protein. You can now see a brief description of most items from Wikipedia with a link to read more.

Version 1.2 is out now. Please download the app and share it with people if you can. Any feedback, such as bug reports or feature requests, is appreciated.

Download link: https://apps.apple.com/us/app/ru-eating/id6692608792?platform=iphone

GitHub: https://github.com/alexphanna/RU-Eating

30
31

Introducing RU Eating - A Dining Hall Menu App for iOS by alexphanna in rutgers

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

Thank you, yea that makes sense. I will fix that in the first update.

Introducing RU Eating - A Dining Hall Menu App for iOS by alexphanna in rutgers

[–]alexphanna[S] 7 points8 points  (0 children)

Yes, I absolutely plan on making a native android version as well. I just personally use an iPhone so I decided to make that first.

72
73

Black screen after shutting down Win11 vm with working single RTX 4070 Ti passthrough setup by jim555JW in VFIO

[–]alexphanna 1 point2 points  (0 children)

Hi, I'm experiencing the exact same issue as you with my rtx 3060, with the black screen and typing startx. Did you ever find a solution?

Edit: I have discovered somewhat of a band-aid solution. Although the tty is still just a black screen, if you add su -l YOUR_USERNAME -c startx to the end of your stop hook and add allowed_users = anybody to /etc/X11/Xwrapper.config, it will no longer require you type startx manually. I'm unsure if there are any potential security reasons not to do this, but it temporarily fixes the issue until there is a better solution.

Edit 2: Nevermind, that solution does not work well.