The purpose of this article is to fix the unknown display problem in Linux Mint operating system. After installing the OS if you see Display monitor is not recognized then we can install "MESA" utilities to fix this problem or we can install additional drivers, for example Nvidia or ATI cards.
I am using a Minti OS on virtual machine, but when I tried to change the resolution I am not able to select anything.
Here are the steps to identify if the problem exist on your operating system.
![swadhin.ray-000024.png]()
Type Display on the search and click on the Display options as shown in above screen. Now if we try to select the drop down option from Resolution attribute then I am not able to select anything other than 640 x 480. It also has the same problem on other attributes like Refresh rate and Rotation. Finally when clicked on Detect monitors nothing happens: still shows the same problem.
![swadhin.ray-000025.png]()
We might see the "Unknow " message under Monitor attribute.
![swadhin.ray-000026.png]()
To fix this let's open terminal.
![swadhin.ray-000027.png]()
Type "sudo apt-get install mesa-utils" and provide your root password or if your existing user is a super user then use the same password.
![swadhin.ray-000028.png]()
This will install the mesa-utils package. Restart or reboot your OS.
![swadhin.ray-000029.png]()
To verify the installtion type " glxinfo | grep render " once your system is restarted:
![swadhin.ray-000030.png]()
Provide the password to login.
![swadhin.ray-000032.png]()
Once restarted open terminal and type "glxinfo | grep render " and then type "glxgears".
![swadhin.ray-000031.png]()
Once done check the display again to verify if the issue is fixed or not.
![swadhin.ray-000035.png]()
Now you can see that under "Monitor Preference" it shows "VBX" and we can now change the resolution to our preferences. Check the "Resolution ", "Refresh rate" and "Rotation" attributes to choose the appropriate one whcih suits your needs.
Comments (5)
Commented:
Author
Commented:Commented:
What if it is not?
Author
Commented:Commented: