0

I have my laptop duel-booted Windows 7/Ubuntu 14.10 running with the KDE desktop (although this problem was present before I changed from Gnome). This problem has been present ever since I first installed Linux. My computer supports resolutions up to 1366 x 768, but my Ubuntu states its maximum resolution as 1024 x 768. If anyone knows of a way to fix this, please help.

Result of running xrandr:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
   1024x768       0.0*
   800x600       61.0

Result of running lspci | grep VGA (for finding the graphics card)

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

Any help is much appreciated, and if any more information is required, please ask.

EDIT: I just tried running the Intel Linux graphics installer to see if my graphics cards needed updating (though they should have been up-to-date already). The graphics installer then said that my distribution was not supported. Does Intel support 14.10?

EDIT #2: I found that Intel has not released official drivers for Ubuntu 14.10 (I had thought originally that they had and that I had installed them). I am going to back up my computer and do a fresh install back to 14.04 to see if that fixes the problem.

Cob
  • 1
  • Your examples refer to terminal commands. Have you tried the GUI "Displays" utility located under System Settings? – gyropyge Dec 31 '14 at 01:24
  • @gyropyge, I have tried changing the resolution under the GUI display utility, but the only options for the resolution are 1024x768 and 800x600 – Cob Dec 31 '14 at 01:30
  • Have you tried the "Additional Drivers" option under System Settings? – gyropyge Dec 31 '14 at 01:31
  • @gyropyge, It says that no additional drivers are availible – Cob Dec 31 '14 at 01:36
  • That might be the case, but sometimes it can be wrong. Please respond with the brand and model of graphics card or the chipset if on the mainboard. – gyropyge Dec 31 '14 at 01:49
  • @gyropyge, I believe that what you are asking for is in the original question (the lspci | grep VGA result) – Cob Dec 31 '14 at 01:53
  • You may be right, I mean, "Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)" might be the chipset, but frankly, it looks rather vague. If your install "System Profiler and Benchmark" you might find a more exacting result. – gyropyge Dec 31 '14 at 01:55
  • @gyropyge, Would the information your looking for be under the DMI tab, under the Board section? – Cob Dec 31 '14 at 02:05
  • Yes, in the DMI tab under the board section there should be a chip number. That could be very helpful. In the meantime I've looked up your general information and found another answer on this very site which offers some insights regarding a repository you can add to install extra drivers semi-automatically. – gyropyge Dec 31 '14 at 02:08
  • @gyropyge, It does not have a chip number, but it says that the name is K54C, which might be what you want. However, I looked around a bit more, and under the PCI Devices list, the VGA Compatible Controller listed was the same as in my result above. Also, would you mind posting a link to that other post that you think would be helpful? – Cob Dec 31 '14 at 02:12

2 Answers2

0

Whoops, sorry! I have company here and I was a little distracted. Here is the link I referred to in my comment which might help you to make your graphics controller work better.

gyropyge
  • 2,558
  • 1
  • 16
  • 11
0

I found out what was causing the problem. The drivers weren't installed correctly. I found out that Intel does not have support for Ubuntu 14.10, only 14.04. I did a fresh install of 14.04 and now everything is working again.

Cob
  • 1