Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Last active April 8, 2019 20:10
Show Gist options
  • Select an option

  • Save jfeilbach/604f1ed6c4c1f0b7b1928e8fab613675 to your computer and use it in GitHub Desktop.

Select an option

Save jfeilbach/604f1ed6c4c1f0b7b1928e8fab613675 to your computer and use it in GitHub Desktop.
Linux desktop setup (not very organized) for HP ZBook 15 G5 (WIP)
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