resolution issue in kubuntu 14.04 gigabyte motherboard intel HD Graphics

Asked by Muhammed Thaha K

Recently installed Kubuntu 14.04. I am only gets maximum resolution of 1024x768. Required resolution 1360x768. How to get the same ? Please help me. out put of lspci pasted below.

Motherboard Gigabyte Processor Intel Core i7

thaha@thaha-Z97M-D3H:~$ lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation Device 8cb1
00:16.0 Communication controller: Intel Corporation Device 8cba
00:1a.0 USB controller: Intel Corporation Device 8cad
00:1b.0 Audio device: Intel Corporation Device 8ca0
00:1c.0 PCI bridge: Intel Corporation Device 8c90 (rev d0)
00:1c.2 PCI bridge: Intel Corporation Device 8c94 (rev d0)
00:1c.3 PCI bridge: Intel Corporation Device 8c96 (rev d0)
00:1d.0 USB controller: Intel Corporation Device 8ca6
00:1f.0 ISA bridge: Intel Corporation Device 8cc4
00:1f.2 SATA controller: Intel Corporation Device 8c82
00:1f.3 SMBus: Intel Corporation Device 8ca2
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)

Thanks & Regards

Muhammed Thaha K

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Please provide the output of the terminal commands

uname -a
lsb_releae-crid
sudo lshw -C display
xrandr

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#2

uname -a
Linux thaha-Z97M-D3H 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

lsb_releae-crid
lsb_releae-crid: command not found

sudo lshw -C display
[sudo] password for thaha:
  *-display
       description: VGA compatible controller
       product: Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 06
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:48 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(size=64)

xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768 60.0*
   800x600 60.3 56.2
   848x480 60.0
   640x480 59.9
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#3

lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Try the Intel driver installer. OmgUbuntu has a guide

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#5

Graphics Installer 1.0.7 for Ubuntu* 14.04, 64-bit is this ?

installed above package and ran with an installer..

Installer installed several packages like build-essentials and shows report.

''sudo apt-get update && sudo apt-get upgrade'' d the system.

rebooted,

 Nothing happened. No new entry in resolution selection in KDE control module.

What I do sir ?

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#6

is it will solve ? may i know which kubuntu version will support proper display resolution ? i will upgrade or downgrade to same...

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#7

from 2 days there is no solution ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

What make and model is your monitor? What are its resolution specifications?

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#9

samsung syncmaster 933

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#10

Display Type LCD monitor / TFT active matrix
Diagonal Size 18.5 in
Aspect Ratio Widescreen
Native Resolution 1360 x 768
Brightness 300 cd/m2
Contrast Ratio 1000:1 / 15000:1 (dynamic)
Color Support 16.7 million colors
Response Time 5 ms
Horizontal Viewing Angle 170
Vertical Viewing Angle 160
Controls & Adjustments H/V position
Features MagicBright 3, MagicTune, MagicWizard
Weight 10.4 lbs
ManufacturerSamsung
CONNECTIVITY
Interfaces VGA
MECHANICAL
Display Position Adjustments tilt
Flat Panel Mount Interface 75 x 75 mm
MISCELLANEOUS
Compliant Standards DDC-2B
POWER
Power Supply internal
Power Consumption Operational 23 Watt
Power Consumption Stand by / Sleep 1 Watt
GENERAL
ManufacturerSamsung

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

You could try creating an xorg.conf file based on the EDID information of your monitor.

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#12

plz gimme the contents of xorg.conf file. i am a begginer

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#13

Section "Monitor"
 Identifier "VGA1"
 DisplaySize 1360 768
 Option "DPMS" "true"
 Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
EndSection

is it enough ? Or shall add some info ?

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#14

sudo get-edid | parse-edid
This is read-edid version 3.0.1. Prepare for some fun.
Attempting to use i2c interface
Looks like no busses have an EDID. Sorry!
Attempting to use the classical VBE interface

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
        Function supported
        Call successful

        VBE version 300
        VBE string at 0xc907c "Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS"

VBE/DDC service about to be called
        Report DDC capabilities

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
        Function supported
        Call successful

        Monitor and video card combination does not support DDC1 transfers
        Monitor and video card combination does not support DDC2 transfers
        0 seconds per 128 byte EDID block transfer
        Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
        Read EDID

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
        Function supported
        Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged
I'm sorry nothing was successful. Maybe try some other arguments
if you played with them, or send an email to Matthew Kern <email address hidden>.
Partial Read... Try again

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#15

plz help me... i am new in linux. i have only way to switch back to windows ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#16

see https://wiki.ubuntu.com/X/Config/Resolution and try some of the possibilities.

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#17

tried xrandr not working,.
xprofile not working

""Section "Monitor"
 Identifier "VGA1"
 DisplaySize 1360 768
 Option "DPMS" "true"
 Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
EndSection""

after putting above lines on xorg.conf, rebooted, the display began to slightly vibrate. I think resolutions will okay & icons a texts went tooooooooooo small.............

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#18

sir,

Can you modify the below section for me ?

Section "Device"
        Identifier "Intel 945G "
        Driver "intel"

        # Using the name of the output defined by the video driver plus the identifier of a
        # monitor section, one associates a monitor section with an output by adding an
        # option to the Device section in the following format:
        # Option "Monitor-outputname" "monitor ID"

        Option "monitor-VGA" "foo"
        Option "monitor-LVDS" "bar"
        #Option "monitor-TMDS-1" "dvi"
EndSection

Section "Monitor"
        Identifier "foo"

        # specifies a mode to be marked as the preferred initial mode of the monitor
        # Option "PreferredMode" "800x600"
        # This optional entry specifies the position of the monitor within the X screen.
        #Option "Position" "1024 0"
        #This optional entry specifies that the monitor should be ignored
        # entirely, and not reported through RandR. This is useful if the
        # hardware reports the presence of outputs that do not exist.
        #Option "Ignore" "true"
EndSection

Section "Monitor"
        Identifier "bar"

        #Options LeftOf, RightOf, Above, Below specify monitors' relative position

        Option "LeftOf" "foo"

        # This optional entry specifies whether the monitor should be
        # turned on at startup. By default, the server will attempt to
        # enable all connected monitors.
        #Option "Enable" "true"

        #This optional entry specifies the initial rotation of the given monitor.
        # Valid values for rotation are "normal", "left", "right", and "inverted".
        # Option "Rotate" "left"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Intel Corporation 945G Integrated Graphics Controller"
        Monitor "foo"
        DefaultDepth 24
        SubSection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "640x480"
        EndSubSection
EndSection

Revision history for this message
Manfred Hampl (m-hampl) said :
#19

Does

xrandr --output VGA1 --mode 1360x768

change anything?

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#20

~$ xrandr --output VGA1 --mode 1360x768
xrandr: cannot find mode 1360x768

Revision history for this message
Manfred Hampl (m-hampl) said :
#21

Maybe

xrandr --newmode "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
xrandr --output VGA1 --mode "1360x768_60.00"

see https://wiki.ubuntu.com/X/Config/Resolution#Adding_undetected_resolutions

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#22

$ xrandr --newmode "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync

$ xrandr --output VGA1 --mode "1360x768_60.00"

xrandr: cannot find mode 1360x768_60.00

~$

Sir,

i read above documentations . But xrandr and .xprofiles are not working in my cause. Editing in xorg.conf is slightly changed monitor resolution.

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#23

i created a section in xorg.conf same as below. But nothing changed..

Section "Device"
        Identifier "Intel HD Graphics "
        Driver "intel"
        Option "monitor-VGA1" "foo"
EndSection

Section "Monitor"
        Identifier "foo"
        Option "PreferredMode" "1360x768"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller"
        Monitor "foo"
        DefaultDepth 24
        SubSection "Display"
                Depth 24
                Modes "1360x768" "1280x1024" "800x600" "848x480" "640x480"
        EndSubSection
EndSection

Revision history for this message
Manfred Hampl (m-hampl) said :
#24

The sequence has to be

xrandr --newmode 1360x768_60.00 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
xrandr --addmode VGA1 1360x768_60.00
xrandr --output VGA1 --mode 1360x768_60.00

I cannot propose anything else than the solutions in https://wiki.ubuntu.com/X/Config/Resolution
If that does not work, I cannot help.

Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#25

Hureeeeeeeeyyyyyyyy..... Now its worked...... :-D

But how it make persistent ?

After every boot its changes to 1024x768 ? :'(

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#26
Revision history for this message
Muhammed Thaha K (thahakmhd) said :
#27

Thanks Manfred Hampl, that solved my question.