SHARE
TWEET
Untitled
a guest
Jan 24th, 2016
54
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- How to fix resolution size so we get 1920x1080.
- Step 1: Create two files.
- File 1: /usr/share/loginresfix.sh
- File 2: /usr/share/sessionresfix.sh
- Both files should contain the following.
- #!/bin/bash
- xrandr --newmode "FullHD" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
- xrandr --addmode DVI-1 FullHD
- xrandr --output DVI-1 --mode FullHD
- Step 2: Make both loginresfix and sessionresfix files executeable.
- chmod a+x /usr/share/loginresfix.sh
- chmod a+x /usr/share/sessionresfix.sh
- Step 3: Edit /etc/lightdm/lightdm.conf
- Change 1: display-setup-script=/usr/share/loginresfix.sh
- Change 2: session-setup-script=/usr/share/sessionresfix.sh
RAW Paste Data
