Solved
The solution to this issue is to create a file named xorg.conf, paste the following into it and save to desktop or wherever:
Once saved, move xorg.config to /etc/X11
If you don't have permission to move it, open the terminal and paste the following:
Enter password, close the terminal, shutdown/restart the computer.
Someone posted this solution on another thread that was linked here.
The solution to this issue is to create a file named xorg.conf, paste the following into it and save to desktop or wherever:
Code:
Section "Device" Identifier "Intel" Driver "intel" Option "DebugWait" "True" EndSection
If you don't have permission to move it, open the terminal and paste the following:
Code:
sudo chmod 777 /etc/X11
Someone posted this solution on another thread that was linked here.
Comment