this post was submitted on 29 Sep 2024
35 points (100.0% liked)

Linux

5081 readers
56 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 weeks ago (4 children)

I was trying to figure this out until like 3AM last night. How do I set environment variables to be loaded into my X session when XFCE loads? I'm on Arch btw. I want to set DRI_PRIME=1 so that applications started from the launcher actually use the discrete graphics card by default. Right now it only works like that if I launch from the terminal.

I tried multiple potential config files to put it at, and the one time it actually worked, I lost my window manager... The other times, the desktop environment didnt even load or start the session. Undid everything and decided to come back later.

[–] [email protected] 3 points 2 weeks ago (1 children)

I was thinking of either /etc/environment or /etc/profile which would be standard way to set up global variables. But the archwiki mentions using a script in /etc/X11/xinit/xinitrc.d/ so make a file there, add the executable permition and write export DRI_PRIME=1

[–] [email protected] 3 points 2 weeks ago

well, good news is: it works. Bad news is, it borks my window manager. After so many attempts, I am forced to admit defeat. So, at least a few of my different methods that I tried did work, but with that comes a problem that my window manager does not want to run on my discrete GPU and then I get a bare desktop with no panels or proper windows.

Quake does launch correctly at that point but I rather have the rest of my DE actually function, and I did figure out how to set individual applications to launch on the second GPU. I'll consider this solved for my use case.... This combo of intel onboard graphics and AMD GPU was always my headache with this machine even in the times of windows.

load more comments (2 replies)