Hello everybody!
I'm writing here because I've an issue and I haven't found how to solve it.
I'm using Kubuntu 15.04 in my desktop computer. A week ago, I changed my old motherboard and my old processor. Now I have an I3 4160. I've sold my old graphics card i, so I'm using the processor's graphics. The problem is that, after changing VGA to the motherboard's port, i can't change the resolution higher than 1024x768.
This is the output of xrand:
$ xrandr
This is the output of sudo lshw -c video
And this is the output of lspci -nnk | grep -i vga -A3 | grep 'in use'
It seems to be a simple problem, as the native resolution of my screen is showed in the list ( 1440x900 59.9 + 75.0 ), but actually I can't set it.
Do you know what can I do?
Thanks for your help, and sorry- my english isn't very good.
I'm writing here because I've an issue and I haven't found how to solve it.
I'm using Kubuntu 15.04 in my desktop computer. A week ago, I changed my old motherboard and my old processor. Now I have an I3 4160. I've sold my old graphics card i, so I'm using the processor's graphics. The problem is that, after changing VGA to the motherboard's port, i can't change the resolution higher than 1024x768.
This is the output of xrand:
$ xrandr
Code:
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767 DP1 disconnected (normal left inverted right x axis y axis) HDMI1 disconnected (normal left inverted right x axis y axis) HDMI2 disconnected (normal left inverted right x axis y axis) VGA1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 408mm x 2 55mm 1440x900 59.9 + 75.0 1280x1024 75.0 60.0 1280x960 60.0 1280x800 74.9 59.8 1152x864 75.0 1024x768 75.1 70.1 60.0* 832x624 74.6 800x600 72.2 75.0 60.3 56.2 848x480 60.0 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1
Code:
[FONT=monospace][COLOR=#000000]*-display [/COLOR] descripción: VGA compatible controller producto: 4th Generation Core Processor Family Integrated Graphics Controller fabricante: Intel Corporation id físico: 2 información del bus: pci@0000:00:02.0 versión: 06 anchura: 64 bits reloj: 33MHz capacidades: msi pm vga_controller bus_master cap_list rom configuración: driver=i915 latency=0 recursos: irq:28 memoria:f7800000-f7bfffff memoria:e0000000-efffffff ioport:f000( size=64) [/FONT]
And this is the output of lspci -nnk | grep -i vga -A3 | grep 'in use'
Code:
[FONT=monospace][COLOR=#000000]Kernel driver [/COLOR][COLOR=#ff5454][B]in use[/B][/COLOR][COLOR=#000000]: i915[/COLOR] [/FONT]
It seems to be a simple problem, as the native resolution of my screen is showed in the list ( 1440x900 59.9 + 75.0 ), but actually I can't set it.
Do you know what can I do?
Thanks for your help, and sorry- my english isn't very good.
Comment