Hello,
Sorry for the subject, I couldn’t find a better wording
I try to fine tune a laptop 3 years old (bought second hand). I didn’t have the initial install, so I don’t know exactly what it could do.
In short, It should display 1920x1080 HD, but only do 1366x768. Leap 42.3 up to date.
I try to make this work for around two month now. During my tests I could have it working for around one week, then some (kernel?) update remove the feature and I can’t make it work again.
Basically it seems that I need a way to force X (xrandr) to set HD display.
I try to summarize my work here:
http://dodin.org/wiki/pmwiki.php?n=Doc.AddXResolution
I already used xrandr to set an external TV for HD and it worked (and still work). The same command don’t works with the internal LCD.
I first try to make it work with Nouveau, I already tried with Nvidia G04 with no better luck.
computer:
dmidecode | grep -e Date -e Vendor -e Version -e Product | head -n 4
Vendor: American Megatrends Inc.
Version: N550JK.208
Release Date: 09/26/2014
Product Name: N550JK
Graphic card (optimus, Intel mode):
NVIDIA® GeForce® GTX850M 4 Go DDR3 ?
INTEL i810 HD graphicss 4600 eDP1
Hardware. As I could only get full HD a month ago and for a short period, I wonder if I was not dreaming, but couldn’t find the complete specifications of the hardware:
AUO Model 47ec 2013, B156XW004.7, 18412
What I get finally is
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode eDP1 1920x1080_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 39
Current serial number in output stream: 40
but this seems to be a fairly common X error
when : xrandr --addmode DP1 1920x1080_60.00
allows external display to go to full HD
I use kde setup to place displays after definition
Thanks for any hint
jdd