this post was submitted on 20 Sep 2023
31 points (100.0% liked)
Steam Deck
6553 readers
3 users here now
Universal community link
!steamdeck@lemmy.ml
Rules
- (All of lemmy.ml rules applies)
- Post must be related to the Steam Deck
- No politics
- No drama, we're here to enjoy the Steam Deck
- Don't spam emojis in the comments, be constructive
Order
Models
64GB eMMC LCD
- 64GB eMMC SSD
- 1280 x 800 optically bonded LCD
- 7" Diagonal display size
- up to 60Hz refresh rate
- 7 nm APU
- Wi-Fi 5
- 40Whr battery; 2-8 hours of gameplay (content-dependent)
- 45W Power supply with 1.5m cable
- Carrying case
256GB NVMe LCD
- 256GB NVMe SSD
- 1280 x 800 optically bonded LCD
- 7" Diagonal display size
- up to 60Hz refresh rate
- 7 nm APU
- Wi-Fi 5
- 40Whr battery; 2-8 hours of gameplay (content-dependent)
- 45W Power supply with 1.5m cable
- Carrying case
- Steam profile bundle
512GB NVMe LCD
- 512GB NVMe SSD
- 1280 x 800 optically bonded LCD
- 7" Diagonal display size
- up to 60Hz refresh rate
- 7 nm APU
- Wi-Fi 5
- 40Whr battery; 2-8 hours of gameplay (content-dependent)
- 45W Power supply with 1.5m cable
- Carrying case
- Steam profile bundle
512GB NVMe OLED
- 512GB NVMe SSD
- 1280 x 800 HDR OLED display
- 7.4" Diagonal display size
- up to 90Hz refresh rate
- 6 nm APU
- Wi-Fi 6E
- 50Whr battery; 3-12 hours of gameplay (content-dependent)
- 45W Power supply with 2.5m cable
- Carrying case
- Steam profile bundle
1TB NVMe OLED
- 1TB NVMe SSD
- 1280 x 800 HDR OLED display
- 7.4" Diagonal display size
- up to 90Hz refresh rate
- 6 nm APU
- Wi-Fi 6E
- 50Whr battery; 3-12 hours of gameplay (content-dependent)
- 45W Power supply with 2.5m cable
- Carrying case
- Steam profile bundle
- Exclusive startup movie
- Exclusive virtual keyboard theme
Allowed languages
- Undetermined
- English
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the best summary I could come up with:
Gamescope, the microcompositor from Valve that is used on the Steam Deck that can also be used on desktop Linux, just got a major upgrade.
The documentation for Gamescope has now been updated to note it supports a "subset of Reshade effects/shaders" and so this provides an easy way to layer "shader effects (ie.
CRT shader, film grain, debugging HDR with histograms, etc) on top of whatever is being displayed in Gamescope without having to hook into the underlying process".
Using Reshade effects will increase latency as there will be work performed on the general gfx + compute queue as opposed to only using the realtime async compute queue which can run in tandem with the game's gfx work.
Using Reshade effects is highly discouraged for doing simple transformations which can be achieved with LUTs/CTMs which are possible to do in the DC (Display Core) on AMDGPU at scanout time, or with the current regular async compute composite path.
Pull requests for improving Reshade compatibility support are appreciated.
The original article contains 348 words, the summary contains 168 words. Saved 52%. I'm a bot and I'm open source!