#Display problem!!

7 messages · Page 1 of 1 (latest)

split storm
#

Idk what's it is..

#

I reinstalled Obsidian and the same problem appears

#

and on vscode it appeared until i removed the theme and used the default theme

#

chat gpt has gived me that code : ```bash

1. Disable Cinnamon effects

gsettings set org.cinnamon.desktop.effects enable-effects false
gsettings set org.cinnamon.desktop.wm.preferences theme "Mint-Y-Dark"

2. Disable Hardware Acceleration in VS Code

mkdir -p ~/.vscode/argv.json
echo '{
"disable-hardware-acceleration": true
}' > ~/.vscode/argv.json

3. Disable Hardware Acceleration in Obsidian

mkdir -p ~/.config/obsidian
echo "hardwareAcceleration=false" >> ~/.config/obsidian/config

4. Update system and drivers

sudo apt update && sudo apt upgrade -y
sudo apt install --reinstall mint-meta-cinnamon -y

5. Restart Cinnamon to apply changes

cinnamon --replace &

and i dropped it on the terminal and did reboot then same problem still exist.
split storm
#

@unique tide could you help me at that!

unique tide
#

idk use a better theme then

split storm
#

I tried too many themes also; still the same display problem exist