The following lines were added (+) and removed (-):
== Other Image Viewers (removed from page) ===== Image Viewer: Geeqie ==={{:Geeqie}}=== Image Viewer: viewnoir ==={{:Viewnoir}}== AMD ATI graphic card problem. nomodeset == sudo systemctl stop lightdmconfig file: /home/username/xorg.conf.new /usr/share/X11/xorg.confg.d cat ~/.xsession-errors apt install --reinstall cinnamon cinnamon-session cinnamon-session-common"Xorg -configure" is broken since yearssystemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0 vi /etc/default/grub amdgpu.dc=0to your /etc/default/grub LINUX line after quiet splash. Then run sudo update-grub. nomodesetTo get xserver to run and get a graphical login screen nomodesetTo get out of the login loop: sudo chown myuser:myuser /home/myuser/.Xauthority== x11vnc.service how to load new settings and restart on the server == # vi /lib/systemd/system/x11vnc.service # systemctl daemon-reload # systemctl restart x11vnc.service== OpenGL Version ==New game that requires OpenGL 3.3Linux Mint 19.2 comes with 3.1 $ glxinfo | grep "OpenGL version" OpenGL version string: 3.1 Mesa 20.0.8inxi -Fxzd provides many hardware informationspecific $ inxi -Gx Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7560D] vendor: Hewlett-Packard driver: radeon v: kernel bus ID: 00:01.0 Display: x11 server: X.Org 1.19.6 driver: ati,radeon unloaded: fbdev,modesetting,vesa resolution: 1366x768~60Hz, 1920x1080~60Hz OpenGL: renderer: AMD ARUBA (DRM 2.50.0 / 4.15.0-54-generic LLVM 10.0.0) v: 4.3 Mesa 20.0.8 direct render: Yes== Desktop Clock ==already installed is xclock xclock -update 1 &detaches from terminal and displays clock with 1 second update== Disable transmission client without uninstalling it ==Simply way to stop the binary sudo chmod 000 /usr/bin/transmission-gtk== panel tooltips ==https://github.com/linuxmint/cinnamon/issues/4549Edit your cinnamon.css file of your theme, located in ~/.themes/your_theme/cinnamon/cinnamon.cssSearch (or create) this class : #Tooltip { background-color: rgba(0,0,0,0.0); color: rgba(0,0,0,0.0); }(display: none; doesn't work). Now the tooltip is fully transparent, so unvisible.The theme could also be in /usr/share/themes. Just check in the themes settings to find the name of the theme you are using.https://forums.linuxmint.com/viewtopic.php?t=225478== x11vnc.service ==adding logging when manually starting x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared -oa /var/log/x11vnc.logsystemd [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared