Jiri Richter
Jul 24, 2021

--

That wasn't needed. You could have just done ctrl-alt-f7 to get to the console, edit the ~/.profile file again and remove the xrandr lines.

The problem here is that the ~/.profile is executed too early and x session has not started yet, resulting in system hangup when the xrandr commands are run.

A proper place to add the xrandr commands is described here: https://askubuntu.com/a/678301/445715

--

--

Jiri Richter
Jiri Richter

Written by Jiri Richter

Dad of 2 boys, programmer. Experience: web (Angular, Ionic, NodeJS + FeathersJS), mobile (Android), wearable (Garmin, Fitbit, Samsung) and stuff here and there.

No responses yet