Switching to Manjaro | Part 2 | 10 Day Challenge
Chris Titus Tech
In Part 2 of the Switching to Manjaro 10 Day Challenge I go over some extra configuration I needed to make for better quality of life. Below is my cheat sheet for the configuration settings in the Video.
The Complete Manjaro Architect Installation Guide https://amzn.to/2SWQpKx
Monitors keep resetting /usr/share/sddm/scripts #!/bin/sh
Xsetup - run as root before the login dialog appears
mode="$(xrandr -q|/bin/grep -A1 "DVI-1 connected"| tail -1 |awk '{ print $1 }')" if [ -n "$mode" ]; then xrandr --output DP-1 --primary --mode 2560x1080 fi
OR /etc/X11/xorg.conf.d/10-monitor.conf Section "Monitor" Identifier "DisplayPort-1" Option "Primary" Option "Below" "HDMI-A-0" Option "Position" "0 1080" EndSection Section "Monitor" Identifier "HDMI-A-0" Option "Above" "DisplayPort-1" Option "Position" "310 0" EndSection
Disable Hibernation /etc/mkinitcpio.conf at HOOKS line, remove βresumeβ from this line Then at terminal, βsudo mkinitcpio -Pβ
Octopi isn't very good / pamac is better
Slow downloads fixed by the following command: sudo pacman-mirrors --country United_States && sudo pacman -Syyu
π» Recommendations π»
- My Windows Anti-Virus β https://links.christitus.com/webroot
- My VPN Service β https://links.christitus.com/expressvpn
- Website Recommendations β https://www.christitus.com/recommendations
πΉ Live Streams Monday & Friday πΉ
- Twitch β https://www.twitch.tv/christitustech
- YouTube Archive β https://www.youtube.com/c/ChrisTitusTechStreams
π₯ Contact me π₯
- Patreon β https://www.patreon.com/christitustech
- Official Site β https://www.christitus.com
- Twitter β https://twitter.com/christitustech
π Need Help!? Ask our community! π
- Discord β https://www.christitus.com/discord
- Reddit β https://www.reddit.com/r/ChrisTitusTech/
π° My Amazon Store (YouTube Gear, PC Hardware, and Books I recommend) π°
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, Iβll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support! ... https://www.youtube.com/watch?v=43CqM7MIoS8
86413218 Bytes