sws58
January 22, 2017, 9:07pm
#1
Hello,
I have installed openSUSE Leap 42.2 on a new ASUS P756U notebook. It comes with a high resolution display of 1920x1024.
But the highest resolution I achieve is 800x600.“Nomodeset” at boot time dows not help either.
Here is the output of hwinfo --gfxcard:
linux:~ # hwinfo --gfxcard
08: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.374]
Unique ID: _Znp.zlMZvvYzb96
SysFS ID: /devices/pci0000:00/0000:00:02.0
SysFS BusID: 0000:00:02.0
Hardware Class: graphics card
Model: “Intel VGA compatible controller”
Vendor: pci 0x8086 “Intel Corporation”
Device: pci 0x5916
SubVendor: pci 0x1043 “ASUSTeK Computer Inc.”
SubDevice: pci 0x14d0
Revision: 0x02
Memory Range: 0xee000000-0xeeffffff (rw,non-prefetchable)
Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
I/O Ports: 0xf000-0xf03f (rw)
IRQ: 255 (no events)
Module Alias: “pci:v00008086d00005916sv00001043sd000014D0bc03sc00i00”
Config Status: cfg=no, avail=yes, need=no, active=unknown
Primary display adapter: #8
I know that a better resolution is possible, as I have installed Mint as a dual-boot-option; with Mint I can get the full resolution but not with openSUSE.
Does anyone know how to fix that?
Thank you
Nomodeset with Intel, Radeon or Nouveau can not help, those drivers need the Kernel Modesetting.
So delete it from grub2.
And restart your Laptop.
Post then:
cat /var/log/Xorg.0.log
As I can see, those Graphics works only with Kernel 4.5 and above.
http://cateee.net/lkddb/web-lkddb/DRM_I915.html
Post:
modprobe -c | grep -i "8086.*5916"
If you get no Output, maybe you install the Kernel from kernel:stable Repo:
http://download.opensuse.org/repositories/Kernel:/stable/standard/
Tyler_K
January 22, 2017, 11:38pm
#4
sws58
January 25, 2017, 11:02pm
#5
Hello,
thank you for your help.
I have posted the output of Xorg.0.log to http://susepaste.org/35685280
@Sauerland : thanks for the hint about the kernel version, but Mint has kernel version 4.4.0 and the display resolution is OK there.
Tyler_K
January 28, 2017, 9:36pm
#6
Perhaps Mint has backported kaby lake support. If you posted the xorg log based upon your experience with Mint, you’re ignoring what was conveyed in the other thread about what happens in openSUSE Leap. Suggest you read through it, as your available solutions are outlined.
sws58
February 3, 2017, 7:08pm
#7
Hello All,
I finally managed to install kernel 4.9.x.x. It took a while but now all is perfect!
Thanks to all of you for your help and advice!
Will have to close this ticket somehow?