3

I have installed Ubuntu 14.04 in my machine(with Gigabyte motherboard), having an Acer 19" Monitor. Unfortunately its resolution not working properly. See the image.

enter image description here

This is my xrandr -q output.

enter image description here

But when I take system settings for adjusting display it shows unknown display and only two resolutions available on the drop down as given in the picture.

enter image description here

Please let me know if you need any input from my side.

Thanks in advance.

Please help me to correct the display resolution as I am a beginner to Linux and Ubuntu. This is my last 30 lines of /var/log/Xorg.0.log

enter image description here

The result of running sudo lspci | grep VGA is as follow.

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
αғsнιη
  • 35,660

5 Answers5

2

I found this on the Arch Distro BBS maybe it can help: Intel HD Graphics 4600 driver works as Intel Xeon E3-1200

You might try installing the Intel-microcode package as well. You are most likely utilizing the Intel Processor's GPU, without knowing what model Mother Board you have.

ininn
  • 21
1

This might help someone.

Try a better VGA cable.

A poor quality VGA cable often causes this kind of problem. I've recently stumbled upon this strange problem and couldn't able to find a reasonable cause for this issue in Ubuntu (In 16.04.2 for me).

Cable type which worked for me : HOTRON E246588 AWM style 20276 VW-1 80°C 30V

  • Thank you for this response. I ran into this problem. I was in the settings for 20 minutes and entered a few things in the command line. I began to think I needed a new monitor. Then I read this and found the connection to the VGA extension cable was just barely hanging on. Plugged it in properly and "bingo!" problem solved. Thank You! – OnePuttMike Jan 26 '19 at 07:53
  • 1
    @OnePuttMike I am glad it helped you. – Vikas Swami Jan 28 '19 at 16:53
0

Have you tried updating and upgrading your system sudo apt-get update && sudo apt-get upgrade?

Also try going to Software and Updates -> Additional Drivers and changing the display driver.

0

just going to Software and Updates then additional drivers and change the driver by chose the most recent and stable one.

hermest
  • 54
0

Try this solution.

Use sudo apt-get install nvidia-331 nvidia-settings nvidia-prime and then reboot. You can use application named nvidia x server to configure the display.

Flyk
  • 1,480
leaf
  • 1