Last active
April 8, 2019 20:10
-
-
Save jfeilbach/604f1ed6c4c1f0b7b1928e8fab613675 to your computer and use it in GitHub Desktop.
Linux desktop setup (not very organized) for HP ZBook 15 G5 (WIP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt install gnome-tweak-tool curl htop glances git sky python-requests openjdk-11-jre-headless remmina remmina-plugin-rdp remmina-plugin-rdp unbound transmission-remote-cli gnome-todo feedreader ngrep awscli python3.7 oathtool keychain flac ffmpeg mediainfo secret-tool libsecret-tools ruby-full chrome-gnome-shell gnome-online-accounts mosh | |
| #!/bin/bash | |
| # Fix resolution lost during reboot | |
| # Laptop display | |
| # run on X start | |
| #xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
| #xrandr --addmode Virtual1 "1920x1080_60.00" | |
| #xrandr -s 1920x1080_60.00 | |
| # New external monitor version | |
| xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync | |
| xrandr --addmode Virtual1 "2560x1440_60.00" | |
| xrandr --output Virtual1 --mode "2560x1440_60.00" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment