All Projects → hyphone → asus-g14-fedora

hyphone / asus-g14-fedora

Licence: other
Make things work with the ASUS Zephyrus G14 2020 on Fedora 35 including GPU Switching and automatic power management. Such wow!

Projects that are alternatives of or similar to asus-g14-fedora

g14control
A small tray app to control Asus Zephyrus G14 power options
Stars: ✭ 31 (-6.06%)
Mutual labels:  zephyrus, g14
transparent-window-moving
GNOME Shell Extension. Makes window transparent while moving on the desktop.
Stars: ✭ 22 (-33.33%)
Mutual labels:  gnome-shell-extension
AMD-APU-Tuning-Utility
Unlock the full potential of your Zen-based APU with AMD APU Tuning Utility!
Stars: ✭ 299 (+806.06%)
Mutual labels:  power-management
keymapper
A cross-platform context-aware key remapper.
Stars: ✭ 39 (+18.18%)
Mutual labels:  gnome-shell-extension
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+57.58%)
Mutual labels:  gnome-shell-extension
alphabetical-grid-extension
Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
Stars: ✭ 43 (+30.3%)
Mutual labels:  gnome-shell-extension
argosWeather
Weather script for Argos GNOME Shell extension, that works on DarkSky API.
Stars: ✭ 22 (-33.33%)
Mutual labels:  gnome-shell-extension
powerplan
No description or website provided.
Stars: ✭ 27 (-18.18%)
Mutual labels:  power-management
Tray-Icons-Reloaded
GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
Stars: ✭ 279 (+745.45%)
Mutual labels:  gnome-shell-extension
gnome-shell-teatime
No description or website provided.
Stars: ✭ 34 (+3.03%)
Mutual labels:  gnome-shell-extension
earth-view-wallpaper-gnome-extension
A beautiful satellite image from Google Earth as your GNOME desktop wallpaper.
Stars: ✭ 48 (+45.45%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-syncthing
No description or website provided.
Stars: ✭ 74 (+124.24%)
Mutual labels:  gnome-shell-extension
Resource Monitor
Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
Stars: ✭ 62 (+87.88%)
Mutual labels:  gnome-shell-extension
gnome-runcat
😼 The cat tells you the CPU usage by running speed
Stars: ✭ 194 (+487.88%)
Mutual labels:  gnome-shell-extension
ODSC India 2018
My presentation at ODSC India 2018 about Deep Learning with Apache Spark
Stars: ✭ 26 (-21.21%)
Mutual labels:  optimus
gnome-shell-extension-spotify-controller
A GNOME Shell extension to control Spotify in the top bar
Stars: ✭ 33 (+0%)
Mutual labels:  gnome-shell-extension
compiz-alike-magic-lamp-effect
Compiz alike magic lamp effect for GNOME Shell
Stars: ✭ 58 (+75.76%)
Mutual labels:  gnome-shell-extension
gnome-shell-extensions-sync
Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations
Stars: ✭ 188 (+469.7%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-extensions
gnome shell extension to enable/disable extension easily via a panel menu
Stars: ✭ 37 (+12.12%)
Mutual labels:  gnome-shell-extension
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
Stars: ✭ 516 (+1463.64%)
Mutual labels:  gnome-shell-extension

Fedora 35 Setup with an ASUS Zephyrus G14 2020 model


This Git repo describes how I setup the ASUS Zephyrus G14 (GA401IV) with Fedora 35 including a GNOME Shell extension to switch between GPUs and ROG profiles.

This is my personal config, no official guide.
If you want support from the asus-linux community please have a look at the official install guide here: https://asus-linux.org/wiki/fedora-guide/

Installation process

1. Follow the guide on https://asus-linux.org/wiki/fedora-guide/

2. copy all the files to the appropriate directories

git clone https://github.com/hyphone/asus-g14-fedora.git
cd asus-g14-fedora
cp -R etc/* /etc/
systemd-hwdb update
udevadm trigger
systemctl enable asusctl_hibernate.service

we clone this repo

we go to the repo directory

we copy everything in this repo of etc to /etc/

mod the keyboard that page up / down is mapped to fn+up/down while home (pos1) / end is mapped to fn+left/right

you can use brightnessctl -d asus::kbd_backlight s +1 and brightnessctl -d asus::kbd_backlight s 1- and map this to a key of your choice in your desktop environment

asus_hibernate.service restarts asusd after hibernation to re-apply the battery charge limit.

3. install brightnessctl

dnf install brightnessctl

brightnessctl is used for controlling the keyboard backlight as I'm overriding the default keys with page up / down before. you can map brightnessctl then in your DE to a key you want.

4. Reboot

5. You can switch your prefered graphics mode via the GNOME Shell extension "asusctl-gex" or with "supergfxctl -m (graphics mode)"


GUI for controlling asusctl

asusctl

for more information on asusctl have a look here: asus-linux.org)

also custom fan curves are supported via the kernel now.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].