суббота, 7 ноября 2015 г.

Maximus Gnome Shell Extension + Gnome 3.18

Try "official" extension page. Maybe it supports gnome 3.18 already: https://extensions.gnome.org/extension/844/maximus-two/
If official page still not supports - then go to https://github.com/diaevd/GnomeExtensionMaximusTwo
and click "Download ZIP" button
or use this direct link: https://github.com/diaevd/GnomeExtensionMaximusTwo/archive/3.18.zip

Also, you need to install "gnome-tweeak-tool" if you not installed this useful tool before
sudo dnf install gnome-tweeak-tool
Open gnome-tweak-tool application (for example, press Alt+F2 and type "gnome-tweak-tool"(without quotes)
Go to "Extensions" tab
Click on the "folder" icon in "Install shell extension" section (at the bottom of the list)
Select file "GnomeExtensionMaximusTwo-3.18.zip" downloaded on previous steps
Close "gnome-tweak-tool" application
Press Alt+F2 and type "r" (without quotes", press Enter
Open gnome-tweak-tool application again and go to "Extensions" tab
Enable "Maximus Two" extension using slider.

fedora 23 + nvidia proprietary drivers

Currently (7 november 2015) if you update fedora 22 to fedora 23 and if you have nvidia proprietary drivers - you will face crashing gnome 3.18
This happens because nvidia drivers are not working with latest xorg.
So you have 2 solutions:
1) wait till nvidia will release updated driver
2) downgrade xorg after fedora 22 -> fedora 23 upgrade

Let's imagine you selected "2". Then you need to follow these instructions:
dnf remove xorg-x11-drv-nouveau
dnf downgrade xorg-x11-server\* --releasever=22 --allowerasing
echo "exclude=xorg-x11*" >> /etc/dnf/dnf.conf
dnf install akmod-nvidia --releasever 22
systemctl enable akmods
reboot

I "gathered" these instructions from following places:
https://lists.rpmfusion.org/pipermail/rpmfusion-users/2015-November/000705.html
http://rpmfusion.org/Howto/nVidia

понедельник, 16 декабря 2013 г.

how to disable alt+f1 in gnome 3.10 (fedora 20)

run in terminal:
gsettings set org.gnome.desktop.wm.keybindings panel-main-menu "[]"
logout & login (or alt+f2 and execute command "r")

среда, 16 января 2013 г.

Как менять раскладку клавиатуры в gnome 3.6 (Fedora 18)

Если вы хотите менять раскладку, используя capslock или Alt + Shift, то вам нужно использовать "Tweak Tool" - програмку: 1. Запустите "gnome-tweak-tool" приложение. Например, нажмите Alt + F2 и впишите туда эту команду. 2. Перейдите в "typing" секцию. 3. Выберите "Caps" в "Modifiers-only input sources.." 4. Радуйтесь

how to switch keyboard layout in gnome 3.6

If you want to use capslock or alt + shift to switch keyboard layout -> use Tweak Tool. 1. Run "gnome-tweak-tool" app. 2. Go to "typing" section. 3. Select "Caps" in "Modifiers-only input sources.." 4. Enjoy

вторник, 18 декабря 2012 г.

How to use pulseaudio 3.0 in Fedora 18

As you know, pulseaudio 3.0 was released recently. But Fedora 18 will include pulseaudio 2.1 by default and 3.0 will be used in Fedora 19.

So if you want to upgrade pulseaudio in your fedora 18 to version 3.0 - just add this repository: http://repos.fedorapeople.org/repos/rdieter/pulseaudio-backport/

How to add this repository? Just save file fedora-pulseaudio-backport.repo in /etc/yum.repos.d directory.

Bonus! Fedora 17 users can update their pulseaudio 1.1 to 2.0 using this repo too!

Thanks to Rex Dieter for this repo!

Как использовать pulseaudio 3.0 в fedora 18

Всем привет! В Fedora 18 будет pulseaudio 2.1 т.к. 3.0 вышла слишком поздно для включения её в 18 федору и будет доступна только в Fedora 19.

Но! Есть способ обновиться до 3.0 уже в 18 федоре! Это просто! Нужно установить вот этот репозитарий: http://repos.fedorapeople.org/repos/rdieter/pulseaudio-backport/

Как его подключать? Сохраните файлик fedora-pulseaudio-backport.repo в /etc/yum.repos.d

Кстати, в Fedora 17 используется pulseaudio 1.1, но можно легко обновиться до 2.0, подключив этот же репозитарий! :-)

Надеюсь, что этот пост будет полезен хоть одному человеку.

Спасибо Rex Dieter за этот репозитарий!