I'm on Debian Trixie, switching from KDE to i3, to make that work, I need to configure display related settings at the start, but it won't work.
Here is the content of my .xprofile:
Permissions:I checked `/usr/share/sddm/scripts/Xsession`
which contains:so it should work, when i start i3.
But: `/tmp/testxprofile`, `env.sh` are not created, `xrandr` not applied and `xsettingsd` not started
And $STEAM_FORCE_DESKTOPUI_SCALING is set to the initial value i had put: 2, which comes from I don't know where:PS: .xinitrc doesn't seem to be executed neither.
PPS: Don't know if that's relevant or causes any troubles, but I have zsh as shell with persistent tmux session.
Here is the content of my .xprofile:
Code:
#!/bin/shdeclare -px > /home/rafael/env.shtouch /tmp/testxprofilexrandr --output HDMI-0 --mode 3840x2160/usr/bin/xsettingsd &export STEAM_FORCE_DESKTOPUI_SCALING='3'
Code:
la .xprofile-rwxrwxr-x 1 rafael rafael 187 Jul 22 14:42 .xprofile
which contains:
Code:
[ -f $HOME/.xprofile ] && . $HOME/.xprofile
But: `/tmp/testxprofile`, `env.sh` are not created, `xrandr` not applied and `xsettingsd` not started
And $STEAM_FORCE_DESKTOPUI_SCALING is set to the initial value i had put: 2, which comes from I don't know where:
Code:
┌─[rafael@debian-gdcmgrf] - [~] - [2931]└─[$] grep -r "STEAM_FORCE_DESKTOPUI_SCALING" ~/.bashrc ~/.bash_profile ~/.profile ~/.xprofile ~/.zshenv ~/.config/zsh/* ~/.config/zsh/.zshrc ~/.zprofile /etc/profile /etc/bash.bashrc /etc/profile.d/* /etc/xprofilegrep: /home/rafael/.bash_profile: No such file or directory/home/rafael/.profile:# export STEAM_FORCE_DESKTOPUI_SCALING='2'/home/rafael/.xprofile:export STEAM_FORCE_DESKTOPUI_SCALING='3'grep: /home/rafael/.zprofile: No such file or directorygrep: /etc/xprofile: No such file or directory# same results with grep -r -I "STEAM_FORCE_DESKTOPUI_SCALING" ~
PPS: Don't know if that's relevant or causes any troubles, but I have zsh as shell with persistent tmux session.
Statistics: Posted by rafaelmc — 2024-07-22 13:34 — Replies 0 — Views 10