0

Ubuntu 15.04 x64 gives me 800x600 when my screen can output 1600x900. I went into my display settings and there was only one option. Anything I can do to fix it? lspci -k | grep -EA2 'VGA|3D' Outputs

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini

[Radeon HD 8240 / R3 Series] Subsystem: Acer Incorporated [ALI] Device 083a Kernal driver in use: fglrx_pci

Sorry for formatting issues

Matt
  • 1

1 Answers1

-1

Run

sudo apt-get install mesa-utils

in terminal.This should hep you to change to correct resolution. In case your drivers are not upto date , try installing proprietary drivers from the Software and Updates section of ubuntu.

enter image description here

Aniruddha
  • 302