Debian

在 debian 拉伸伴侶中切換視窗管理器(到 openbox)的正確方法

  • June 2, 2020

切換到 modesetdriver 後

   lspci -nnk | grep "VGA\|'Kern'\|3D\|Display" -A2
   00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor      Graphics Controller [8086:0166] (rev 09)
   Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:21f3]
   Kernel driver in use: i915

當我看影片時,我流淚了。我正在搜尋並閱讀這可能是合成的問題。在可能的情況下,事實證明這是問題所在。所以我嘗試用 openbox+compton 替換 marco。在 mate-tweak 中不提供 openbox。

mate-tweak
Window Manager is: Unknown
Base layout: fedora
Current layout: fedora

伴侶調整

到目前為止嘗試了什麼。使用 update-alternatives 將視窗管理器切換到 openbox

readlink -f /etc/alternatives/x-window-manager
/usr/bin/openbox

下一次嘗試是使用 gsettings。

gsettings list-recursively org.mate.session.required-components
org.mate.session.required-components dock ''
org.mate.session.required-components windowmanager 'openbox'
org.mate.session.required-components panel 'cairo-dock' 
org.mate.session.required-components filemanager 'caja'

至少我結束了,從 mate-session 自動啟動中啟動 openbox 和 compton。但恐怕,這不是一個聰明的解決方案。我怎樣才能讓它變得更好?

注意創建 intel.conf 不是一個選項。這將我推向 vt; lightdm 拒絕啟動。

短而無痛。我將 openbox 和 compton 的桌面文件從

$HOME/.config/autostart/

/etc/xdg/autostart

並刪除

apt purge mate-tweak

引用自:https://unix.stackexchange.com/questions/585092