Hi All;
I just received a new Lenovo X1 4th Generation laptop today. It has an Intel HD Graphics 520 card. I have a 3rd gen x1 as well running Fedora 24 with an Intel Graphics 5500 card. I've now installed Fedora 24 on the new (4th Generation) X1.
If I go to System Settings --> Display and Monitor The old X1 with the 5500 card shows me a resolution of 1368x768 which is what I want.
However the new X1 (the 520 card) running Fedora 24 (both are running the KDE spin) does not show 1368x768, nor does it show any resolutions that will work on the wide screen except the max resolution of 2560x1440.
I can get a 1368x768 resolution via xrandr like this:
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode eDP-1 1368x768_60.00
xrandr --output eDP-1 --mode 1368x768_60.00
How can I get the System Settings --> Display and Monitor to reckognize / show the 1368x768 resolution?
Thanks in advance
"CD" == CS DBA cs_dba@consistentstate.com writes:
CD> I just received a new Lenovo X1 4th Generation laptop CD> today.
I've had the same laptop for a while. It's great and well supported, except for the fingerprint reader.
I don't think the resolution chooser will show anything other than what the panel itself indicates that it supports. It doesn't offer that mode when probed, so there's no reason for KDE to offer it to you. If you look in /var/log/Xorg.0.log you should see the list under "Printing probed modes for output eDP-1". Just a plain xrandr call should show the same list, and that should be reflected in the resolution list you can choose in the settings application.
If you can force a mode with xrandr, then you may be able to modify your X configuration to force that specific mode to be available. There's some information at https://www.x.org/wiki/FAQVideoModes/
Afterwards, well, I guess there's a fair chance that the KDE applet will offer it. Adding modelines isn't something that is done very often these days so you're probably going to have to experiment a bit. And of course, forcing the panel into a mode it doesn't support is almost certainly not going to hurt anything.
- J<
When a session is first started without running xrandr, what is the output from 'xrandr -q' run in Xterm or Konsole?
On 09/28/2016 06:26 PM, Felix Miata wrote:
When a session is first started without running xrandr, what is the output from 'xrandr -q' run in Xterm or Konsole?
$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 eDP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm 2560x1440 60.00 + 1920x1440 60.00 1856x1392 60.01 1792x1344 60.01 1600x1200 60.00 1400x1050 59.98 1280x1024 60.02 1280x960 60.00 1024x768 60.04* 60.00 960x720 60.00 928x696 60.05 896x672 60.01 800x600 60.00 60.32 56.25 700x525 59.98 640x512 60.02 640x480 60.00 59.94 512x384 60.00 400x300 60.32 56.34 320x240 60.05 DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x axis y axis) HDMI-2 disconnected (normal left inverted right x axis y axis)
CS DBA composed on 2016-09-28 19:26 (UTC-0600):
Please provide Xorg.0.log or its journalctl equivalent - without having run xrandr in the session.
What brand and model is your display?
Felix Miata wrote:
When a session is first started without running xrandr, what is the output from 'xrandr -q' run in Xterm or Konsole?
$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 eDP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm 2560x1440 60.00 + 1920x1440 60.00 1856x1392 60.01 1792x1344 60.01 1600x1200 60.00 1400x1050 59.98 1280x1024 60.02 1280x960 60.00
...
DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x axis y axis) HDMI-2 disconnected (normal left inverted right x axis y axis)
Bad sign that all outputs show as disconnected, which may be why only the native 2560x1440 and 4:3 modes are listed, and you get no offer of 1366x768.
1-Does the list differ with 'xrandr -q --output eDP-1'?
2-Does the list change if you start an IceWM session instead of Plasma?
3-Does the list change if you create a file containing, or modify one somewhere in /etc/X11/xorg.con*, to include:
Option "DefaultModes" "on"
in
Section "Monitor"
in either a Plasma session or an IceWM session?
4-Does it help if you start a Plasma session with: a-'Option "PreferredMode" "1366x768"' in 'Section "Monitor"', and
b-Disabled automatic startup of kscreen (set under [Module-kscreen] 'autoload=false' in kdedrc) (this can be done in systemsettings, but I don't remember where it's squirreled away)
5-'dnf remove xorg-x11-drv-intel' will cause use of the modesetting driver integral to F24's Xorg server instead of the Intel-specific driver. Optionally, instead of package removal, /etc/X11/xorg.con* 'Section "Device"' can be used to specify use of the modesetting driver instead of intel (less simple than simply removing the driver package). Does doing so help?
6-Last but not least, probably best tried first, include on your bootloader cmdline:
video=1366x768@60
If this does it, reconfiguring Grub2 to specify that gfxmode should have the same result, but as I don't use Grub2, I can't test it.
The screen is a lenovo Thinkpad X1 Carbon (4th Gen) - 2560x1440 2K laptop display:
14.0 WQHD(2560x1440) IPS Non-Touch
# cat /var/log/Xorg.0.log [ 6.662] (--) Log file renamed from "/var/log/Xorg.pid-896.log" to "/var/log/Xorg.0.log" [ 6.663] X.Org X Server 1.18.4 Release Date: 2016-07-19 [ 6.663] X Protocol Version 11, Revision 0 [ 6.663] Build Operating System: 4.6.4-301.fc24.x86_64 [ 6.663] Current Operating System: Linux F24host 4.7.4-200.fc24.x86_64 #1 SMP Thu Sep 15 18:42:09 UTC 2016 x86_64 [ 6.663] Kernel command line: BOOT_IMAGE=/vmlinuz-4.7.4-200.fc24.x86_64 root=UUID=7650d702-e3f3-4957-958e-9121d56aed8e ro rhgb quiet LANG=en_US.UTF-8 [ 6.663] Build Date: 25 August 2016 05:27:31PM [ 6.663] Build ID: xorg-x11-server 1.18.4-4.fc24 [ 6.663] Current version of pixman: 0.34.0 [ 6.663] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.663] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.663] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 29 07:18:19 2016 [ 6.664] (==) Using config file: "/etc/X11/xorg.conf" [ 6.664] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 6.664] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.665] (==) No Layout section. Using the first Screen section. [ 6.665] (**) |-->Screen "Default Screen" (0) [ 6.665] (**) | |-->Monitor "<default monitor>" [ 6.665] (==) No monitor specified for screen "Default Screen". Using a default monitor configuration. [ 6.665] (==) Automatically adding devices [ 6.665] (==) Automatically enabling devices [ 6.665] (==) Automatically adding GPU devices [ 6.665] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 6.665] (==) FontPath set to: catalogue:/etc/X11/fontpath.d, built-ins [ 6.665] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 6.665] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.665] (II) Loader magic: 0x824dc0 [ 6.665] (II) Module ABI versions: [ 6.665] X.Org ANSI C Emulation: 0.4 [ 6.665] X.Org Video Driver: 20.0 [ 6.665] X.Org XInput driver : 22.1 [ 6.665] X.Org Server Extension : 9.0 [ 6.666] (++) using VT number 1
[ 6.666] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 6.667] (II) xfree86: Adding drm device (/dev/dri/card0) [ 6.669] (--) PCI:*(0:0:2:0) 8086:1916:17aa:2238 rev 7, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072 [ 6.669] (II) LoadModule: "glx" [ 6.670] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 6.677] (II) Module glx: vendor="X.Org Foundation" [ 6.677] compiled for 1.18.4, module version = 1.0.0 [ 6.677] ABI class: X.Org Server Extension, version 9.0 [ 6.677] (==) AIGLX enabled [ 6.677] (==) Matched intel as autoconfigured driver 0 [ 6.677] (==) Matched intel as autoconfigured driver 1 [ 6.677] (==) Matched modesetting as autoconfigured driver 2 [ 6.677] (==) Matched fbdev as autoconfigured driver 3 [ 6.677] (==) Matched vesa as autoconfigured driver 4 [ 6.677] (==) Assigned the driver to the xf86ConfigLayout [ 6.677] (II) LoadModule: "intel" [ 6.677] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 6.678] (II) Module intel: vendor="X.Org Foundation" [ 6.678] compiled for 1.18.3, module version = 2.99.917 [ 6.678] Module class: X.Org Video Driver [ 6.678] ABI class: X.Org Video Driver, version 20.0 [ 6.678] (II) LoadModule: "modesetting" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 6.679] (II) Module modesetting: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.4, module version = 1.18.4 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) LoadModule: "fbdev" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 6.679] (II) Module fbdev: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.0, module version = 0.4.3 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) LoadModule: "vesa" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 6.679] (II) Module vesa: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.0, module version = 2.3.2 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 6.680] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 6.680] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 6.680] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 6.680] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 6.680] (II) FBDEV: driver for framebuffer: fbdev [ 6.680] (II) VESA: driver for VESA chipsets: vesa [ 6.680] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted) [ 6.681] (II) modeset(0): using drv /dev/dri/card0 [ 6.681] (WW) Falling back to old probe method for fbdev [ 6.681] (II) Loading sub module "fbdevhw" [ 6.681] (II) LoadModule: "fbdevhw" [ 6.681] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 6.681] (II) Module fbdevhw: vendor="X.Org Foundation" [ 6.681] compiled for 1.18.4, module version = 0.0.2 [ 6.681] ABI class: X.Org Video Driver, version 20.0 [ 6.681] (WW) Falling back to old probe method for vesa [ 6.681] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 6.681] (==) modeset(0): RGB weight 888 [ 6.681] (==) modeset(0): Default visual is TrueColor [ 6.681] (II) Loading sub module "glamoregl" [ 6.681] (II) LoadModule: "glamoregl" [ 6.681] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so [ 6.688] (II) Module glamoregl: vendor="X.Org Foundation" [ 6.688] compiled for 1.18.4, module version = 1.0.0 [ 6.688] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6.688] (II) glamor: OpenGL accelerated X.org driver based. [ 6.702] (II) glamor: EGL version 1.4 (DRI2): [ 6.707] (II) modeset(0): glamor initialized [ 6.709] (II) modeset(0): Output eDP-1 has no monitor section [ 6.711] (II) modeset(0): Output DP-1 has no monitor section [ 6.799] (II) modeset(0): Output HDMI-1 has no monitor section [ 6.801] (II) modeset(0): Output DP-2 has no monitor section [ 6.889] (II) modeset(0): Output HDMI-2 has no monitor section [ 6.890] (II) modeset(0): EDID for output eDP-1 [ 6.890] (II) modeset(0): Manufacturer: LGD Model: 49a Serial#: 0 [ 6.890] (II) modeset(0): Year: 2014 Week: 0 [ 6.890] (II) modeset(0): EDID Version: 1.4 [ 6.890] (II) modeset(0): Digital Display Input [ 6.890] (II) modeset(0): 8 bits per channel [ 6.890] (II) modeset(0): Digital interface is DisplayPort [ 6.890] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 6.890] (II) modeset(0): Gamma: 2.20 [ 6.890] (II) modeset(0): No DPMS capabilities specified [ 6.890] (II) modeset(0): Supported color encodings: RGB 4:4:4 [ 6.890] (II) modeset(0): First detailed timing is preferred mode [ 6.890] (II) modeset(0): Preferred mode is native pixel format and refresh rate [ 6.890] (II) modeset(0): redX: 0.645 redY: 0.337 greenX: 0.317 greenY: 0.612 [ 6.890] (II) modeset(0): blueX: 0.152 blueY: 0.048 whiteX: 0.313 whiteY: 0.329 [ 6.890] (II) modeset(0): Manufacturer's mask: 0 [ 6.890] (II) modeset(0): Supported detailed timing: [ 6.890] (II) modeset(0): clock: 237.8 MHz Image Size: 310 x 174 mm [ 6.890] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 6.890] (II) modeset(0): v_active: 1440 v_sync: 1442 v_sync_end 1445 v_blanking: 1457 v_border: 0 [ 6.890] (II) modeset(0): LG Display [ 6.890] (II) modeset(0): LP140QH1-SPF1 [ 6.890] (II) modeset(0): EDID (in hex): [ 6.890] (II) modeset(0): 00ffffffffffff0030e49a0400000000 [ 6.890] (II) modeset(0): 00180104a51f1178021715a556519c27 [ 6.890] (II) modeset(0): 0c505400000001010101010101010101 [ 6.890] (II) modeset(0): 010101010101e45c00a0a0a011503020 [ 6.890] (II) modeset(0): 230036ae1000001a0000000000000000 [ 6.890] (II) modeset(0): 00000000000000000000000000fe004c [ 6.890] (II) modeset(0): 4720446973706c61790a2020000000fe [ 6.890] (II) modeset(0): 004c503134305148312d5350463100da [ 6.890] (II) modeset(0): Printing probed modes for output eDP-1 [ 6.890] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz UdP) [ 6.890] (II) modeset(0): Modeline "2560x1440"x60.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 6.890] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d) [ 6.890] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d) [ 6.890] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d) [ 6.890] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 6.890] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 6.890] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 6.890] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 6.890] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 6.890] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 6.890] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 6.890] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 6.890] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 6.890] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 6.890] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 6.890] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 6.893] (II) modeset(0): EDID for output DP-1 [ 6.980] (II) modeset(0): EDID for output HDMI-1 [ 6.982] (II) modeset(0): EDID for output DP-2 [ 7.071] (II) modeset(0): EDID for output HDMI-2 [ 7.071] (II) modeset(0): Output eDP-1 connected [ 7.071] (II) modeset(0): Output DP-1 disconnected [ 7.071] (II) modeset(0): Output HDMI-1 disconnected [ 7.071] (II) modeset(0): Output DP-2 disconnected [ 7.071] (II) modeset(0): Output HDMI-2 disconnected [ 7.071] (II) modeset(0): Using user preference for initial modes [ 7.071] (II) modeset(0): Output eDP-1 using initial mode 960x720 +0+0 [ 7.071] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 7.071] (==) modeset(0): DPI set to (96, 96) [ 7.071] (II) Loading sub module "fb" [ 7.071] (II) LoadModule: "fb" [ 7.071] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 7.073] (II) Module fb: vendor="X.Org Foundation" [ 7.073] compiled for 1.18.4, module version = 1.0.0 [ 7.073] ABI class: X.Org ANSI C Emulation, version 0.4 [ 7.074] (II) UnloadModule: "fbdev" [ 7.074] (II) Unloading fbdev [ 7.074] (II) UnloadSubModule: "fbdevhw" [ 7.074] (II) Unloading fbdevhw [ 7.074] (II) UnloadModule: "vesa" [ 7.074] (II) Unloading vesa [ 7.074] (==) Depth 24 pixmap format is 32 bpp [ 7.199] (==) modeset(0): Backing store enabled [ 7.199] (==) modeset(0): Silken mouse enabled [ 7.201] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 7.202] (==) modeset(0): DPMS enabled [ 7.202] (II) modeset(0): [DRI2] Setup complete [ 7.202] (II) modeset(0): [DRI2] DRI driver: i965 [ 7.202] (II) modeset(0): [DRI2] VDPAU driver: i965 [ 8.519] (--) RandR disabled [ 8.529] (II) SELinux: Disabled by boolean [ 8.534] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 8.534] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 8.534] (II) AIGLX: enabled GLX_INTEL_swap_event [ 8.534] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 8.534] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 8.534] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 8.534] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 8.534] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 8.534] (II) AIGLX: Loaded and initialized i965 [ 8.534] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 8.535] (II) modeset(0): Damage tracking initialized [ 8.535] (II) modeset(0): Setting screen physical size to 254 x 190 [ 8.570] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 8.570] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 8.570] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 8.570] (**) Power Button: Applying InputClass "system-keyboard" [ 8.570] (II) LoadModule: "libinput" [ 8.570] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 8.575] (II) Module libinput: vendor="X.Org Foundation" [ 8.575] compiled for 1.18.3, module version = 0.19.0 [ 8.575] Module class: X.Org XInput Driver [ 8.575] ABI class: X.Org XInput driver, version 22.1 [ 8.575] (II) Using input driver 'libinput' for 'Power Button' [ 8.575] (**) Power Button: always reports core events [ 8.575] (**) Option "Device" "/dev/input/event2" [ 8.575] (**) Option "_source" "server/udev" [ 8.575] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard [ 8.575] (II) input device 'Power Button', /dev/input/event2 is a keyboard [ 8.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 8.581] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 8.581] (**) Option "xkb_layout" "us" [ 8.582] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard [ 8.582] (II) input device 'Power Button', /dev/input/event2 is a keyboard [ 8.583] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 8.583] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 8.583] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 8.583] (**) Video Bus: Applying InputClass "system-keyboard" [ 8.583] (II) Using input driver 'libinput' for 'Video Bus' [ 8.583] (**) Video Bus: always reports core events [ 8.583] (**) Option "Device" "/dev/input/event5" [ 8.583] (**) Option "_source" "server/udev" [ 8.583] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard [ 8.583] (II) input device 'Video Bus', /dev/input/event5 is a keyboard [ 8.587] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5" [ 8.587] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 8.587] (**) Option "xkb_layout" "us" [ 8.588] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard [ 8.588] (II) input device 'Video Bus', /dev/input/event5 is a keyboard [ 8.589] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 8.589] (II) No input driver specified, ignoring this device. [ 8.589] (II) This device may have been added with another device file. [ 8.590] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 8.590] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 8.590] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 8.590] (**) Sleep Button: Applying InputClass "system-keyboard" [ 8.590] (II) Using input driver 'libinput' for 'Sleep Button' [ 8.590] (**) Sleep Button: always reports core events [ 8.590] (**) Option "Device" "/dev/input/event1" [ 8.590] (**) Option "_source" "server/udev" [ 8.590] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard [ 8.590] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard [ 8.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 8.596] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 8.596] (**) Option "xkb_layout" "us" [ 8.597] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard [ 8.597] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard [ 8.599] (II) config/udev: Adding input device Integrated Camera (/dev/input/event9) [ 8.599] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall" [ 8.599] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall" [ 8.599] (**) Integrated Camera: Applying InputClass "system-keyboard" [ 8.599] (II) Using input driver 'libinput' for 'Integrated Camera' [ 8.599] (**) Integrated Camera: always reports core events [ 8.599] (**) Option "Device" "/dev/input/event9" [ 8.599] (**) Option "_source" "server/udev" [ 8.600] (II) input device 'Integrated Camera', /dev/input/event9 is tagged by udev as: Keyboard [ 8.600] (II) input device 'Integrated Camera', /dev/input/event9 is a keyboard [ 8.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input10/event9" [ 8.609] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9) [ 8.609] (**) Option "xkb_layout" "us" [ 8.610] (II) input device 'Integrated Camera', /dev/input/event9 is tagged by udev as: Keyboard [ 8.610] (II) input device 'Integrated Camera', /dev/input/event9 is a keyboard [ 8.610] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10) [ 8.610] (II) No input driver specified, ignoring this device. [ 8.610] (II) This device may have been added with another device file. [ 8.611] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11) [ 8.611] (II) No input driver specified, ignoring this device. [ 8.611] (II) This device may have been added with another device file. [ 8.612] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12) [ 8.612] (II) No input driver specified, ignoring this device. [ 8.612] (II) This device may have been added with another device file. [ 8.613] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13) [ 8.613] (II) No input driver specified, ignoring this device. [ 8.613] (II) This device may have been added with another device file. [ 8.613] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14) [ 8.613] (II) No input driver specified, ignoring this device. [ 8.613] (II) This device may have been added with another device file. [ 8.614] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard" [ 8.614] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 8.614] (**) AT Translated Set 2 keyboard: always reports core events [ 8.614] (**) Option "Device" "/dev/input/event3" [ 8.614] (**) Option "_source" "server/udev" [ 8.615] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard [ 8.615] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard [ 8.623] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" [ 8.623] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 8.623] (**) Option "xkb_layout" "us" [ 8.624] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard [ 8.624] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard [ 8.625] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4) [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchscreen catchall" [ 8.625] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad' [ 8.625] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 8.625] (**) Option "Device" "/dev/input/event4" [ 8.625] (**) Option "_source" "server/udev" [ 8.626] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad Touchscreen [ 8.626] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad [ 8.635] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4" [ 8.635] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11) [ 8.635] (**) Option "AccelerationScheme" "none" [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0 [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 8.636] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad Touchscreen [ 8.636] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad [ 8.637] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 8.637] (II) No input driver specified, ignoring this device. [ 8.637] (II) This device may have been added with another device file. [ 8.638] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6) [ 8.638] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" [ 8.638] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall" [ 8.638] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint' [ 8.638] (**) TPPS/2 IBM TrackPoint: always reports core events [ 8.638] (**) Option "Device" "/dev/input/event6" [ 8.638] (**) Option "_source" "server/udev" [ 8.639] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is tagged by udev as: Mouse Pointingstick [ 8.639] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is a pointer caps [ 8.647] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event6" [ 8.647] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12) [ 8.647] (**) Option "AccelerationScheme" "none" [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0 [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 8.648] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is tagged by udev as: Mouse Pointingstick [ 8.648] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is a pointer caps [ 8.649] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1) [ 8.649] (II) No input driver specified, ignoring this device. [ 8.649] (II) This device may have been added with another device file. [ 8.653] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7) [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall" [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall" [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard" [ 8.653] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons' [ 8.653] (**) ThinkPad Extra Buttons: always reports core events [ 8.653] (**) Option "Device" "/dev/input/event7" [ 8.653] (**) Option "_source" "server/udev" [ 8.654] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is tagged by udev as: Keyboard [ 8.654] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is a keyboard [ 8.659] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event7" [ 8.659] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13) [ 8.659] (**) Option "xkb_layout" "us" [ 8.660] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is tagged by udev as: Keyboard [ 8.660] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is a keyboard [ 8.661] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event8) [ 8.661] (II) No input driver specified, ignoring this device. [ 8.661] (II) This device may have been added with another device file. [ 8.661] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0) [ 8.661] (II) No input driver specified, ignoring this device. [ 8.661] (II) This device may have been added with another device file. [ 12.640] (II) config/udev: Adding input device Logitech K810 (/dev/input/event15) [ 12.640] (**) Logitech K810: Applying InputClass "evdev keyboard catchall" [ 12.640] (**) Logitech K810: Applying InputClass "libinput keyboard catchall" [ 12.640] (**) Logitech K810: Applying InputClass "system-keyboard" [ 12.640] (II) Using input driver 'libinput' for 'Logitech K810' [ 12.640] (**) Logitech K810: always reports core events [ 12.640] (**) Option "Device" "/dev/input/event15" [ 12.640] (**) Option "_source" "server/udev" [ 12.640] (II) input device 'Logitech K810', /dev/input/event15 is tagged by udev as: Keyboard [ 12.640] (II) input device 'Logitech K810', /dev/input/event15 is a keyboard [ 12.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:046D:B319.0001/input/input16/event15" [ 12.662] (II) XINPUT: Adding extended input device "Logitech K810" (type: KEYBOARD, id 14) [ 12.662] (**) Option "xkb_layout" "us" [ 12.664] (II) input device 'Logitech K810', /dev/input/event15 is tagged by udev as: Keyboard [ 12.664] (II) input device 'Logitech K810', /dev/input/event15 is a keyboard [ 16.442] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 16.442] (II) modeset(0): Printing DDC gathered Modelines: [ 16.442] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 17.025] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 17.025] (II) modeset(0): Printing DDC gathered Modelines: [ 17.025] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 17.561] (II) modeset(0): Allocate new frame buffer 1024x768 stride [ 19.053] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 19.053] (II) modeset(0): Printing DDC gathered Modelines: [ 19.053] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 188.438] (II) config/udev: Adding input device Expert Wireless TB (/dev/input/mouse2) [ 188.438] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.438] (II) No input driver specified, ignoring this device. [ 188.438] (II) This device may have been added with another device file. [ 188.464] (II) config/udev: Adding input device Expert Wireless TB (/dev/input/event16) [ 188.464] (**) Expert Wireless TB: Applying InputClass "evdev pointer catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "evdev keyboard catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "libinput pointer catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "libinput keyboard catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.464] (II) Using input driver 'libinput' for 'Expert Wireless TB' [ 188.464] (**) Expert Wireless TB: always reports core events [ 188.464] (**) Option "Device" "/dev/input/event16" [ 188.465] (**) Option "_source" "server/udev" [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is tagged by udev as: Keyboard Mouse [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is a pointer caps [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is a keyboard [ 188.493] (II) libinput: Expert Wireless TB: needs a virtual subdevice [ 188.493] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:047D:8019.0002/input/input17/event16" [ 188.493] (II) XINPUT: Adding extended input device "Expert Wireless TB" (type: MOUSE, id 15) [ 188.494] (**) Option "AccelerationScheme" "none" [ 188.494] (**) Expert Wireless TB: (accel) selected scheme none/0 [ 188.494] (**) Expert Wireless TB: (accel) acceleration factor: 2.000 [ 188.494] (**) Expert Wireless TB: (accel) acceleration threshold: 4 [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is tagged by udev as: Keyboard Mouse [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is a pointer caps [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is a keyboard [ 188.495] (**) Expert Wireless TB: Applying InputClass "evdev pointer catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "evdev keyboard catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "libinput pointer catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "libinput keyboard catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.495] (II) Using input driver 'libinput' for 'Expert Wireless TB' [ 188.496] (**) Expert Wireless TB: always reports core events [ 188.496] (**) Option "Device" "/dev/input/event16" [ 188.496] (**) Option "_source" "_driver/libinput" [ 188.496] (II) libinput: Expert Wireless TB: is a virtual subdevice [ 188.496] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:047D:8019.0002/input/input17/event16" [ 188.496] (II) XINPUT: Adding extended input device "Expert Wireless TB" (type: KEYBOARD, id 16) [ 188.496] (**) Option "xkb_layout" "us"
On 09/28/2016 08:42 PM, Felix Miata wrote:
CS DBA composed on 2016-09-28 19:26 (UTC-0600):
Please provide Xorg.0.log or its journalctl equivalent - without having run xrandr in the session.
What brand and model is your display?
Felix Miata wrote:
When a session is first started without running xrandr, what is the output from 'xrandr -q' run in Xterm or Konsole?
$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 eDP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm 2560x1440 60.00 + 1920x1440 60.00 1856x1392 60.01 1792x1344 60.01 1600x1200 60.00 1400x1050 59.98 1280x1024 60.02 1280x960 60.00
...
DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x axis y axis) HDMI-2 disconnected (normal left inverted right x axis y axis)
Bad sign that all outputs show as disconnected, which may be why only the native 2560x1440 and 4:3 modes are listed, and you get no offer of 1366x768.
1-Does the list differ with 'xrandr -q --output eDP-1'?
2-Does the list change if you start an IceWM session instead of Plasma?
3-Does the list change if you create a file containing, or modify one somewhere in /etc/X11/xorg.con*, to include:
Option "DefaultModes" "on"
in
Section "Monitor"
in either a Plasma session or an IceWM session?
4-Does it help if you start a Plasma session with:
a-'Option "PreferredMode" "1366x768"' in 'Section "Monitor"', and
b-Disabled automatic startup of kscreen (set under [Module-kscreen] 'autoload=false' in kdedrc) (this can be done in systemsettings, but I don't remember where it's squirreled away)
5-'dnf remove xorg-x11-drv-intel' will cause use of the modesetting driver integral to F24's Xorg server instead of the Intel-specific driver. Optionally, instead of package removal, /etc/X11/xorg.con* 'Section "Device"' can be used to specify use of the modesetting driver instead of intel (less simple than simply removing the driver package). Does doing so help?
6-Last but not least, probably best tried first, include on your bootloader cmdline:
video=1366x768@60
If this does it, reconfiguring Grub2 to specify that gfxmode should have the same result, but as I don't use Grub2, I can't test it.
FYI:
I resolved the issue by placing the following xorg.conf file in /etc/X11
- the "Monitor" section makes 1368x768 available in the KDE "system settings" --> "Display and Monitor"
- The "Screen" section scales my login screen
Section "Monitor" Identifier "eDP-1" Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync Option "PreferredMode" "1368x768_60.00" EndSection
Section "Screen" Identifier "Default Screen" SubSection "Display" Modes "1368x768_60.00" # Modes "960x720" EndSubSection EndSection
On 09/29/2016 07:26 AM, CS DBA wrote:
The screen is a lenovo Thinkpad X1 Carbon (4th Gen) - 2560x1440 2K laptop display:
14.0 WQHD(2560x1440) IPS Non-Touch
# cat /var/log/Xorg.0.log [ 6.662] (--) Log file renamed from "/var/log/Xorg.pid-896.log" to "/var/log/Xorg.0.log" [ 6.663] X.Org X Server 1.18.4 Release Date: 2016-07-19 [ 6.663] X Protocol Version 11, Revision 0 [ 6.663] Build Operating System: 4.6.4-301.fc24.x86_64 [ 6.663] Current Operating System: Linux F24host 4.7.4-200.fc24.x86_64 #1 SMP Thu Sep 15 18:42:09 UTC 2016 x86_64 [ 6.663] Kernel command line: BOOT_IMAGE=/vmlinuz-4.7.4-200.fc24.x86_64 root=UUID=7650d702-e3f3-4957-958e-9121d56aed8e ro rhgb quiet LANG=en_US.UTF-8 [ 6.663] Build Date: 25 August 2016 05:27:31PM [ 6.663] Build ID: xorg-x11-server 1.18.4-4.fc24 [ 6.663] Current version of pixman: 0.34.0 [ 6.663] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.663] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.663] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 29 07:18:19 2016 [ 6.664] (==) Using config file: "/etc/X11/xorg.conf" [ 6.664] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 6.664] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.665] (==) No Layout section. Using the first Screen section. [ 6.665] (**) |-->Screen "Default Screen" (0) [ 6.665] (**) | |-->Monitor "<default monitor>" [ 6.665] (==) No monitor specified for screen "Default Screen". Using a default monitor configuration. [ 6.665] (==) Automatically adding devices [ 6.665] (==) Automatically enabling devices [ 6.665] (==) Automatically adding GPU devices [ 6.665] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 6.665] (==) FontPath set to: catalogue:/etc/X11/fontpath.d, built-ins [ 6.665] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 6.665] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.665] (II) Loader magic: 0x824dc0 [ 6.665] (II) Module ABI versions: [ 6.665] X.Org ANSI C Emulation: 0.4 [ 6.665] X.Org Video Driver: 20.0 [ 6.665] X.Org XInput driver : 22.1 [ 6.665] X.Org Server Extension : 9.0 [ 6.666] (++) using VT number 1
[ 6.666] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 6.667] (II) xfree86: Adding drm device (/dev/dri/card0) [ 6.669] (--) PCI:*(0:0:2:0) 8086:1916:17aa:2238 rev 7, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072 [ 6.669] (II) LoadModule: "glx" [ 6.670] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 6.677] (II) Module glx: vendor="X.Org Foundation" [ 6.677] compiled for 1.18.4, module version = 1.0.0 [ 6.677] ABI class: X.Org Server Extension, version 9.0 [ 6.677] (==) AIGLX enabled [ 6.677] (==) Matched intel as autoconfigured driver 0 [ 6.677] (==) Matched intel as autoconfigured driver 1 [ 6.677] (==) Matched modesetting as autoconfigured driver 2 [ 6.677] (==) Matched fbdev as autoconfigured driver 3 [ 6.677] (==) Matched vesa as autoconfigured driver 4 [ 6.677] (==) Assigned the driver to the xf86ConfigLayout [ 6.677] (II) LoadModule: "intel" [ 6.677] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 6.678] (II) Module intel: vendor="X.Org Foundation" [ 6.678] compiled for 1.18.3, module version = 2.99.917 [ 6.678] Module class: X.Org Video Driver [ 6.678] ABI class: X.Org Video Driver, version 20.0 [ 6.678] (II) LoadModule: "modesetting" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 6.679] (II) Module modesetting: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.4, module version = 1.18.4 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) LoadModule: "fbdev" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 6.679] (II) Module fbdev: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.0, module version = 0.4.3 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) LoadModule: "vesa" [ 6.679] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 6.679] (II) Module vesa: vendor="X.Org Foundation" [ 6.679] compiled for 1.18.0, module version = 2.3.2 [ 6.679] Module class: X.Org Video Driver [ 6.679] ABI class: X.Org Video Driver, version 20.0 [ 6.679] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 6.680] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 6.680] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 6.680] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 6.680] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 6.680] (II) FBDEV: driver for framebuffer: fbdev [ 6.680] (II) VESA: driver for VESA chipsets: vesa [ 6.680] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted) [ 6.681] (II) modeset(0): using drv /dev/dri/card0 [ 6.681] (WW) Falling back to old probe method for fbdev [ 6.681] (II) Loading sub module "fbdevhw" [ 6.681] (II) LoadModule: "fbdevhw" [ 6.681] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 6.681] (II) Module fbdevhw: vendor="X.Org Foundation" [ 6.681] compiled for 1.18.4, module version = 0.0.2 [ 6.681] ABI class: X.Org Video Driver, version 20.0 [ 6.681] (WW) Falling back to old probe method for vesa [ 6.681] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 6.681] (==) modeset(0): RGB weight 888 [ 6.681] (==) modeset(0): Default visual is TrueColor [ 6.681] (II) Loading sub module "glamoregl" [ 6.681] (II) LoadModule: "glamoregl" [ 6.681] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so [ 6.688] (II) Module glamoregl: vendor="X.Org Foundation" [ 6.688] compiled for 1.18.4, module version = 1.0.0 [ 6.688] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6.688] (II) glamor: OpenGL accelerated X.org driver based. [ 6.702] (II) glamor: EGL version 1.4 (DRI2): [ 6.707] (II) modeset(0): glamor initialized [ 6.709] (II) modeset(0): Output eDP-1 has no monitor section [ 6.711] (II) modeset(0): Output DP-1 has no monitor section [ 6.799] (II) modeset(0): Output HDMI-1 has no monitor section [ 6.801] (II) modeset(0): Output DP-2 has no monitor section [ 6.889] (II) modeset(0): Output HDMI-2 has no monitor section [ 6.890] (II) modeset(0): EDID for output eDP-1 [ 6.890] (II) modeset(0): Manufacturer: LGD Model: 49a Serial#: 0 [ 6.890] (II) modeset(0): Year: 2014 Week: 0 [ 6.890] (II) modeset(0): EDID Version: 1.4 [ 6.890] (II) modeset(0): Digital Display Input [ 6.890] (II) modeset(0): 8 bits per channel [ 6.890] (II) modeset(0): Digital interface is DisplayPort [ 6.890] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 6.890] (II) modeset(0): Gamma: 2.20 [ 6.890] (II) modeset(0): No DPMS capabilities specified [ 6.890] (II) modeset(0): Supported color encodings: RGB 4:4:4 [ 6.890] (II) modeset(0): First detailed timing is preferred mode [ 6.890] (II) modeset(0): Preferred mode is native pixel format and refresh rate [ 6.890] (II) modeset(0): redX: 0.645 redY: 0.337 greenX: 0.317 greenY: 0.612 [ 6.890] (II) modeset(0): blueX: 0.152 blueY: 0.048 whiteX: 0.313 whiteY: 0.329 [ 6.890] (II) modeset(0): Manufacturer's mask: 0 [ 6.890] (II) modeset(0): Supported detailed timing: [ 6.890] (II) modeset(0): clock: 237.8 MHz Image Size: 310 x 174 mm [ 6.890] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 6.890] (II) modeset(0): v_active: 1440 v_sync: 1442 v_sync_end 1445 v_blanking: 1457 v_border: 0 [ 6.890] (II) modeset(0): LG Display [ 6.890] (II) modeset(0): LP140QH1-SPF1 [ 6.890] (II) modeset(0): EDID (in hex): [ 6.890] (II) modeset(0): 00ffffffffffff0030e49a0400000000 [ 6.890] (II) modeset(0): 00180104a51f1178021715a556519c27 [ 6.890] (II) modeset(0): 0c505400000001010101010101010101 [ 6.890] (II) modeset(0): 010101010101e45c00a0a0a011503020 [ 6.890] (II) modeset(0): 230036ae1000001a0000000000000000 [ 6.890] (II) modeset(0): 00000000000000000000000000fe004c [ 6.890] (II) modeset(0): 4720446973706c61790a2020000000fe [ 6.890] (II) modeset(0): 004c503134305148312d5350463100da [ 6.890] (II) modeset(0): Printing probed modes for output eDP-1 [ 6.890] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz UdP) [ 6.890] (II) modeset(0): Modeline "2560x1440"x60.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 6.890] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d) [ 6.890] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d) [ 6.890] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d) [ 6.890] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d) [ 6.890] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 6.890] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 6.890] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 6.890] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 6.890] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 6.890] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 6.890] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 6.890] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 6.890] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 6.890] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 6.890] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 6.890] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 6.890] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 6.893] (II) modeset(0): EDID for output DP-1 [ 6.980] (II) modeset(0): EDID for output HDMI-1 [ 6.982] (II) modeset(0): EDID for output DP-2 [ 7.071] (II) modeset(0): EDID for output HDMI-2 [ 7.071] (II) modeset(0): Output eDP-1 connected [ 7.071] (II) modeset(0): Output DP-1 disconnected [ 7.071] (II) modeset(0): Output HDMI-1 disconnected [ 7.071] (II) modeset(0): Output DP-2 disconnected [ 7.071] (II) modeset(0): Output HDMI-2 disconnected [ 7.071] (II) modeset(0): Using user preference for initial modes [ 7.071] (II) modeset(0): Output eDP-1 using initial mode 960x720 +0+0 [ 7.071] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 7.071] (==) modeset(0): DPI set to (96, 96) [ 7.071] (II) Loading sub module "fb" [ 7.071] (II) LoadModule: "fb" [ 7.071] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 7.073] (II) Module fb: vendor="X.Org Foundation" [ 7.073] compiled for 1.18.4, module version = 1.0.0 [ 7.073] ABI class: X.Org ANSI C Emulation, version 0.4 [ 7.074] (II) UnloadModule: "fbdev" [ 7.074] (II) Unloading fbdev [ 7.074] (II) UnloadSubModule: "fbdevhw" [ 7.074] (II) Unloading fbdevhw [ 7.074] (II) UnloadModule: "vesa" [ 7.074] (II) Unloading vesa [ 7.074] (==) Depth 24 pixmap format is 32 bpp [ 7.199] (==) modeset(0): Backing store enabled [ 7.199] (==) modeset(0): Silken mouse enabled [ 7.201] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 7.202] (==) modeset(0): DPMS enabled [ 7.202] (II) modeset(0): [DRI2] Setup complete [ 7.202] (II) modeset(0): [DRI2] DRI driver: i965 [ 7.202] (II) modeset(0): [DRI2] VDPAU driver: i965 [ 8.519] (--) RandR disabled [ 8.529] (II) SELinux: Disabled by boolean [ 8.534] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 8.534] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 8.534] (II) AIGLX: enabled GLX_INTEL_swap_event [ 8.534] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 8.534] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 8.534] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 8.534] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 8.534] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 8.534] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 8.534] (II) AIGLX: Loaded and initialized i965 [ 8.534] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 8.535] (II) modeset(0): Damage tracking initialized [ 8.535] (II) modeset(0): Setting screen physical size to 254 x 190 [ 8.570] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 8.570] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 8.570] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 8.570] (**) Power Button: Applying InputClass "system-keyboard" [ 8.570] (II) LoadModule: "libinput" [ 8.570] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 8.575] (II) Module libinput: vendor="X.Org Foundation" [ 8.575] compiled for 1.18.3, module version = 0.19.0 [ 8.575] Module class: X.Org XInput Driver [ 8.575] ABI class: X.Org XInput driver, version 22.1 [ 8.575] (II) Using input driver 'libinput' for 'Power Button' [ 8.575] (**) Power Button: always reports core events [ 8.575] (**) Option "Device" "/dev/input/event2" [ 8.575] (**) Option "_source" "server/udev" [ 8.575] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard [ 8.575] (II) input device 'Power Button', /dev/input/event2 is a keyboard [ 8.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 8.581] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 8.581] (**) Option "xkb_layout" "us" [ 8.582] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard [ 8.582] (II) input device 'Power Button', /dev/input/event2 is a keyboard [ 8.583] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 8.583] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 8.583] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 8.583] (**) Video Bus: Applying InputClass "system-keyboard" [ 8.583] (II) Using input driver 'libinput' for 'Video Bus' [ 8.583] (**) Video Bus: always reports core events [ 8.583] (**) Option "Device" "/dev/input/event5" [ 8.583] (**) Option "_source" "server/udev" [ 8.583] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard [ 8.583] (II) input device 'Video Bus', /dev/input/event5 is a keyboard [ 8.587] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5" [ 8.587] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 8.587] (**) Option "xkb_layout" "us" [ 8.588] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard [ 8.588] (II) input device 'Video Bus', /dev/input/event5 is a keyboard [ 8.589] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 8.589] (II) No input driver specified, ignoring this device. [ 8.589] (II) This device may have been added with another device file. [ 8.590] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 8.590] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 8.590] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 8.590] (**) Sleep Button: Applying InputClass "system-keyboard" [ 8.590] (II) Using input driver 'libinput' for 'Sleep Button' [ 8.590] (**) Sleep Button: always reports core events [ 8.590] (**) Option "Device" "/dev/input/event1" [ 8.590] (**) Option "_source" "server/udev" [ 8.590] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard [ 8.590] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard [ 8.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 8.596] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 8.596] (**) Option "xkb_layout" "us" [ 8.597] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard [ 8.597] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard [ 8.599] (II) config/udev: Adding input device Integrated Camera (/dev/input/event9) [ 8.599] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall" [ 8.599] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall" [ 8.599] (**) Integrated Camera: Applying InputClass "system-keyboard" [ 8.599] (II) Using input driver 'libinput' for 'Integrated Camera' [ 8.599] (**) Integrated Camera: always reports core events [ 8.599] (**) Option "Device" "/dev/input/event9" [ 8.599] (**) Option "_source" "server/udev" [ 8.600] (II) input device 'Integrated Camera', /dev/input/event9 is tagged by udev as: Keyboard [ 8.600] (II) input device 'Integrated Camera', /dev/input/event9 is a keyboard [ 8.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input10/event9" [ 8.609] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9) [ 8.609] (**) Option "xkb_layout" "us" [ 8.610] (II) input device 'Integrated Camera', /dev/input/event9 is tagged by udev as: Keyboard [ 8.610] (II) input device 'Integrated Camera', /dev/input/event9 is a keyboard [ 8.610] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10) [ 8.610] (II) No input driver specified, ignoring this device. [ 8.610] (II) This device may have been added with another device file. [ 8.611] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11) [ 8.611] (II) No input driver specified, ignoring this device. [ 8.611] (II) This device may have been added with another device file. [ 8.612] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12) [ 8.612] (II) No input driver specified, ignoring this device. [ 8.612] (II) This device may have been added with another device file. [ 8.613] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13) [ 8.613] (II) No input driver specified, ignoring this device. [ 8.613] (II) This device may have been added with another device file. [ 8.613] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14) [ 8.613] (II) No input driver specified, ignoring this device. [ 8.613] (II) This device may have been added with another device file. [ 8.614] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 8.614] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard" [ 8.614] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 8.614] (**) AT Translated Set 2 keyboard: always reports core events [ 8.614] (**) Option "Device" "/dev/input/event3" [ 8.614] (**) Option "_source" "server/udev" [ 8.615] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard [ 8.615] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard [ 8.623] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" [ 8.623] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 8.623] (**) Option "xkb_layout" "us" [ 8.624] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard [ 8.624] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard [ 8.625] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4) [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 8.625] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchscreen catchall" [ 8.625] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad' [ 8.625] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 8.625] (**) Option "Device" "/dev/input/event4" [ 8.625] (**) Option "_source" "server/udev" [ 8.626] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad Touchscreen [ 8.626] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad [ 8.635] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4" [ 8.635] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11) [ 8.635] (**) Option "AccelerationScheme" "none" [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0 [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 8.635] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 8.636] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad Touchscreen [ 8.636] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad [ 8.637] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 8.637] (II) No input driver specified, ignoring this device. [ 8.637] (II) This device may have been added with another device file. [ 8.638] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6) [ 8.638] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" [ 8.638] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall" [ 8.638] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint' [ 8.638] (**) TPPS/2 IBM TrackPoint: always reports core events [ 8.638] (**) Option "Device" "/dev/input/event6" [ 8.638] (**) Option "_source" "server/udev" [ 8.639] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is tagged by udev as: Mouse Pointingstick [ 8.639] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is a pointer caps [ 8.647] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event6" [ 8.647] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12) [ 8.647] (**) Option "AccelerationScheme" "none" [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0 [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 8.647] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 8.648] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is tagged by udev as: Mouse Pointingstick [ 8.648] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event6 is a pointer caps [ 8.649] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1) [ 8.649] (II) No input driver specified, ignoring this device. [ 8.649] (II) This device may have been added with another device file. [ 8.653] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7) [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall" [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall" [ 8.653] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard" [ 8.653] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons' [ 8.653] (**) ThinkPad Extra Buttons: always reports core events [ 8.653] (**) Option "Device" "/dev/input/event7" [ 8.653] (**) Option "_source" "server/udev" [ 8.654] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is tagged by udev as: Keyboard [ 8.654] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is a keyboard [ 8.659] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event7" [ 8.659] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13) [ 8.659] (**) Option "xkb_layout" "us" [ 8.660] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is tagged by udev as: Keyboard [ 8.660] (II) input device 'ThinkPad Extra Buttons', /dev/input/event7 is a keyboard [ 8.661] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event8) [ 8.661] (II) No input driver specified, ignoring this device. [ 8.661] (II) This device may have been added with another device file. [ 8.661] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0) [ 8.661] (II) No input driver specified, ignoring this device. [ 8.661] (II) This device may have been added with another device file. [ 12.640] (II) config/udev: Adding input device Logitech K810 (/dev/input/event15) [ 12.640] (**) Logitech K810: Applying InputClass "evdev keyboard catchall" [ 12.640] (**) Logitech K810: Applying InputClass "libinput keyboard catchall" [ 12.640] (**) Logitech K810: Applying InputClass "system-keyboard" [ 12.640] (II) Using input driver 'libinput' for 'Logitech K810' [ 12.640] (**) Logitech K810: always reports core events [ 12.640] (**) Option "Device" "/dev/input/event15" [ 12.640] (**) Option "_source" "server/udev" [ 12.640] (II) input device 'Logitech K810', /dev/input/event15 is tagged by udev as: Keyboard [ 12.640] (II) input device 'Logitech K810', /dev/input/event15 is a keyboard [ 12.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:046D:B319.0001/input/input16/event15" [ 12.662] (II) XINPUT: Adding extended input device "Logitech K810" (type: KEYBOARD, id 14) [ 12.662] (**) Option "xkb_layout" "us" [ 12.664] (II) input device 'Logitech K810', /dev/input/event15 is tagged by udev as: Keyboard [ 12.664] (II) input device 'Logitech K810', /dev/input/event15 is a keyboard [ 16.442] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 16.442] (II) modeset(0): Printing DDC gathered Modelines: [ 16.442] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 17.025] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 17.025] (II) modeset(0): Printing DDC gathered Modelines: [ 17.025] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 17.561] (II) modeset(0): Allocate new frame buffer 1024x768 stride [ 19.053] (II) modeset(0): EDID vendor "LGD", prod id 1178 [ 19.053] (II) modeset(0): Printing DDC gathered Modelines: [ 19.053] (II) modeset(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP) [ 188.438] (II) config/udev: Adding input device Expert Wireless TB (/dev/input/mouse2) [ 188.438] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.438] (II) No input driver specified, ignoring this device. [ 188.438] (II) This device may have been added with another device file. [ 188.464] (II) config/udev: Adding input device Expert Wireless TB (/dev/input/event16) [ 188.464] (**) Expert Wireless TB: Applying InputClass "evdev pointer catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "evdev keyboard catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "libinput pointer catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "libinput keyboard catchall" [ 188.464] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.464] (II) Using input driver 'libinput' for 'Expert Wireless TB' [ 188.464] (**) Expert Wireless TB: always reports core events [ 188.464] (**) Option "Device" "/dev/input/event16" [ 188.465] (**) Option "_source" "server/udev" [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is tagged by udev as: Keyboard Mouse [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is a pointer caps [ 188.466] (II) input device 'Expert Wireless TB', /dev/input/event16 is a keyboard [ 188.493] (II) libinput: Expert Wireless TB: needs a virtual subdevice [ 188.493] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:047D:8019.0002/input/input17/event16" [ 188.493] (II) XINPUT: Adding extended input device "Expert Wireless TB" (type: MOUSE, id 15) [ 188.494] (**) Option "AccelerationScheme" "none" [ 188.494] (**) Expert Wireless TB: (accel) selected scheme none/0 [ 188.494] (**) Expert Wireless TB: (accel) acceleration factor: 2.000 [ 188.494] (**) Expert Wireless TB: (accel) acceleration threshold: 4 [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is tagged by udev as: Keyboard Mouse [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is a pointer caps [ 188.495] (II) input device 'Expert Wireless TB', /dev/input/event16 is a keyboard [ 188.495] (**) Expert Wireless TB: Applying InputClass "evdev pointer catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "evdev keyboard catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "libinput pointer catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "libinput keyboard catchall" [ 188.495] (**) Expert Wireless TB: Applying InputClass "system-keyboard" [ 188.495] (II) Using input driver 'libinput' for 'Expert Wireless TB' [ 188.496] (**) Expert Wireless TB: always reports core events [ 188.496] (**) Option "Device" "/dev/input/event16" [ 188.496] (**) Option "_source" "_driver/libinput" [ 188.496] (II) libinput: Expert Wireless TB: is a virtual subdevice [ 188.496] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:047D:8019.0002/input/input17/event16" [ 188.496] (II) XINPUT: Adding extended input device "Expert Wireless TB" (type: KEYBOARD, id 16) [ 188.496] (**) Option "xkb_layout" "us"
On 09/28/2016 08:42 PM, Felix Miata wrote:
CS DBA composed on 2016-09-28 19:26 (UTC-0600):
Please provide Xorg.0.log or its journalctl equivalent - without having run xrandr in the session.
What brand and model is your display?
Felix Miata wrote:
When a session is first started without running xrandr, what is the output from 'xrandr -q' run in Xterm or Konsole?
$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 eDP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm 2560x1440 60.00 + 1920x1440 60.00 1856x1392 60.01 1792x1344 60.01 1600x1200 60.00 1400x1050 59.98 1280x1024 60.02 1280x960 60.00
...
DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x axis y axis) HDMI-2 disconnected (normal left inverted right x axis y axis)
Bad sign that all outputs show as disconnected, which may be why only the native 2560x1440 and 4:3 modes are listed, and you get no offer of 1366x768.
1-Does the list differ with 'xrandr -q --output eDP-1'?
2-Does the list change if you start an IceWM session instead of Plasma?
3-Does the list change if you create a file containing, or modify one somewhere in /etc/X11/xorg.con*, to include:
Option "DefaultModes" "on"
in
Section "Monitor"
in either a Plasma session or an IceWM session?
4-Does it help if you start a Plasma session with:
a-'Option "PreferredMode" "1366x768"' in 'Section "Monitor"', and b-Disabled automatic startup of kscreen (set under [Module-kscreen] 'autoload=false' in kdedrc) (this can be done in systemsettings, but I don't remember where it's squirreled away)
5-'dnf remove xorg-x11-drv-intel' will cause use of the modesetting driver integral to F24's Xorg server instead of the Intel-specific driver. Optionally, instead of package removal, /etc/X11/xorg.con* 'Section "Device"' can be used to specify use of the modesetting driver instead of intel (less simple than simply removing the driver package). Does doing so help?
6-Last but not least, probably best tried first, include on your bootloader cmdline:
video=1366x768@60
If this does it, reconfiguring Grub2 to specify that gfxmode should have the same result, but as I don't use Grub2, I can't test it.
CS DBA composed on 2016-09-29 08:58 (UTC-0600):
I resolved the issue by placing the following xorg.conf file in /etc/X11
- the "Monitor" section makes 1368x768 available in the KDE "system
settings" --> "Display and Monitor"
- The "Screen" section scales my login screen
Section "Monitor" Identifier "eDP-1" Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync Option "PreferredMode" "1368x768_60.00" EndSection
Section "Screen" Identifier "Default Screen" SubSection "Display" Modes "1368x768_60.00" # Modes "960x720" EndSubSection EndSection
Now that you've found a solution, I wonder why your particular choice. I'd expect half of 2560 by half of 1440, 1280x720, to work a bit better than the odd divisor that produces 1368x768.
1368x768 itself is odd. Many lower density screens use 1366x768 or 1360x768. 1368x768 is not one I've ever run across.
As long as you're not using a native mode anyway, you might want to see how 1600x900 works out.
Did you try without specifying a modeline? Last time I found Xorg couldn't figure out the right modeline on its own was before Xorg, using XFree86. Thus instead of 'Option "PreferredMode" "1368x768_60.00"' simply use Option "PreferredMode" "1368x768"
and omit the Modes line from the Display subsection, but to the monitor section add
HorizSync 30-83 VertRefresh 50-75
adapting the actual numbers to whatever specs are provided for your Carbon's display. Xorg is perfectly capable of automatically doing the same thing as gtf and cvt.
6-Last but not least, probably best tried first, include on your bootloader cmdline:
video=1366x768@60
Did you not try this first? At all?