You are not logged in.
I was applying the solution in a forum thread titled “Wayland Text Scrolling”. I did the following in order
`sudo nano /etc/X11/xorg.conf.d/disable-gpu.conf`
```
Section “Extensions”
Option “GLX” “Disable”
EndSection
```
and now I can't access the system. I didn't take a backup like snapshot etc. I'm facing my first big linux problem, I would appreciate any help.
Offline
Switch to tty2 or tty3, undo your change.
Offline