I am brand new to Ubuntu and Linux, so please forgive my inexperience.
During installation, the OS did not detect my graphics card and all that appears under the display settings is the "Built in display" which will not allow me to change any settings and unhappily is set to a 640 x 480 resolution.
I have a Matrox G200eR2 Graphics card, installed on a Dell Poweredge T130 server, running the Ubuntu Desktop OS. I have downloaded the correct proprietary driver for Linux from the Matrox website and have extracted it to a folder Named Matrox Driver which is under the downloads file folder.
My question is, where (in what folder) do I place the Graphics card driver so that the Ubuntu Desktop OS recognizes it and allows me to change the resolution?
sudo ./install.sh ./install.sh: 39: [: x86_64: unexpected operator ./install.sh: 57: ./install.sh: function: not found ./install.sh: 69: ./install.sh: function: not found ./install.sh: 78: ./install.sh: function: not found ./install.sh: 95: ./install.sh: function: not found
Please enter the full path to your current X11R6 directory: Example: /usr/X11R6/
– Craig Timmreck Jan 25 '17 at 18:15./install.sh: 141: ./install.sh: function: not found ./install.sh: 151: test: ./xserver/Revision: unexpected operator ./install.sh: 153: [: Revision 0: unexpected operator ./install.sh: 156: [: Revision 0: unexpected operator ./install.sh: 160: [: Revision 0: unexpected operator ./install.sh: 163: [: Revision 0: unexpected operator ./install.sh: 166: [: Revision 0: unexpected operator -e \E[31mERROR: The X server drivers included in this installation package -e do not support the current version of your X server.
– Craig Timmreck Jan 25 '17 at 18:16sudo apt install xserver-xorg-video-mga
helped get me to a usable resolution. I enabled SSH,nomodeselect
, and installed Team Viewer but it's unusably slow. Did anyone figure out how to get the driver working properly? – Mark Dec 06 '21 at 20:24