Skip to content

Instantly share code, notes, and snippets.

@alex28742
Last active March 3, 2019 09:10
Show Gist options
  • Save alex28742/3aa4b90f9de04465427f6bcf67fd0456 to your computer and use it in GitHub Desktop.
Save alex28742/3aa4b90f9de04465427f6bcf67fd0456 to your computer and use it in GitHub Desktop.
about Ubuntu
Shutter настройка доп модулей
Go to the official download webpage for gnome-web-photo for Ubuntu 16.04.
Select a mirror and download gnome-web-photo_0.10.6-1_amd64.deb
Open the terminal and change directories using cd to the directory that contains the gnome-web-photo_0.10.6-1_amd64.deb file that you downloaded.
Install gnome-web-photo with the following command.
sudo apt install ./gnome-web-photo_0.10.6-1_amd64.deb
----------------------------------------
Canvas/libgoocanvas-perl
1. Скачать https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
2. Двойным кликом запустить на установку
3. Скачать и установить https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
4. Скачать и установить https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
o apply changes, kill Shutter process or restart your computer!
----------------------------------------
В linux до сих пор нет поддержки "из коробки", решил проблему дописав самостоятельно эти разрешения. Для этого я создал в папке "/etc/X11/xorg.conf.d/" файл "99-lg-25um58.conf". Вы можете загуглить этот файл, в сети есть готовые. Главное правильно указать в файле название разъёма, в который воткнут монитор. В зависимости от дистрибутива имена разъёма в системе могут разниться, как пример: hdmi-1-1, HDMI0, HDMI-1 и подобное. После перезагрузки всё работает прекрасно. Проверено с рабочими столами: GNOME, KDE, Xfce в дистрибутивах: arch, ubuntu, mint, manjaro. Игры под linux тоже не могут использовать это разрешение до тех пор, пока рабочий стол не может. После добавления файла работает и в играх.
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment