You are not logged in.

#1 2017-04-12 21:29:43

SIDS
Member
Registered: 2017-04-12
Posts: 8

[SOLVED] Permanently adding undetected resolutions to Xorg config

I've bought a new laptop with UltraHD screen (3840x2160).
I've installed Archlinux with Gnome 3.22.2.
I use TigerVNC to work remotely, but there are some issues with grabbing input by Wayland (https://wiki.archlinux.org/index.php/wa … grab_input)
So I turned it off by setting WaylandEnable=false in /etc/gdm/custom.conf as described here https://wiki.archlinux.org/index.php/GD … rg_backend
But, after rebooting, I was unable to change screen resolution to FullHD (1980x1080).

$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 16384 x 16384
eDP-1-1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   3840x2160     59.98*+
   2048x1536     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-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-3 disconnected (normal left inverted right x axis y axis)

I tried setup the resolution manually, using this guide https://wiki.archlinux.org/index.php/xr … esolutions

$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

$ xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

$ xrandr --addmode eDP-1-1 1920x1080_60.00

$ xrandr --output eDP-1-1 --mode 1920x1080_60.00

$ xrandr 
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
eDP-1-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   3840x2160     59.98 +
   2048x1536     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  
   1920x1080_60.00  59.96* 
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-3 disconnected (normal left inverted right x axis y axis)
  1920x1080_60.00 (0x22f) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz

Everything's working fine, so i tried to add this configuration to /etc/X11/xorg.conf.d/10-monitor.conf as described here https://wiki.archlinux.org/index.php/xr … esolutions
My 10-monitor.conf:

Section "Monitor"
    Identifier "eDP-1-1"
    Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync    
    Option "PreferredMode" "1920x1080_60.00"
EndSection

Section "Screen"
    Identifier "Screen0"
    Monitor "eDP-1-1"
    DefaultDepth 24
    SubSection "Display"
        Modes "1920x1080_60.00"
    EndSubSection
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
EndSection

After reboot the system didn't start with gui.
Xorg log:

[    12.467] (--) Log file renamed from "/var/log/Xorg.pid-436.log" to "/var/log/Xorg.0.log"
[    12.489] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    12.489] X Protocol Version 11, Revision 0
[    12.489] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[    12.489] Current Operating System: Linux sids_laptop 4.10.8-1-ARCH #1 SMP PREEMPT Fri Mar 31 16:50:19 CEST 2017 x86_64
[    12.489] Kernel command line: \vmlinuz-linux archisobasedir=arch archisolabel=ARCH_201703 root=UUID=0e7c766c-d42d-456b-b94c-27ba2eb4dbdb initrd=\initramfs-linux.img
[    12.489] Build Date: 07 April 2017  05:42:48PM
[    12.489]  
[    12.489] Current version of pixman: 0.34.0
[    12.489] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.489] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.489] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 12 23:44:49 2017
[    12.530] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    12.531] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.562] (==) No Layout section.  Using the first Screen section.
[    12.562] (**) |-->Screen "Screen0" (0)
[    12.562] (**) |   |-->Monitor "eDP-1-1"
[    12.562] (==) No device specified for screen "Screen0".
	Using the first device section listed.
[    12.562] (**) |   |-->Device "Device0"
[    12.562] (==) Automatically adding devices
[    12.562] (==) Automatically enabling devices
[    12.562] (==) Automatically adding GPU devices
[    12.563] (==) Automatically binding GPU devices
[    12.563] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.593] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    12.593] 	Entry deleted from font path.
[    12.593] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    12.593] 	Entry deleted from font path.
[    12.593] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    12.593] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    12.593] 	Entry deleted from font path.
[    12.593] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    12.593] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    12.593] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.593] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.599] (II) Loader magic: 0x822d60
[    12.599] (II) Module ABI versions:
[    12.599] 	X.Org ANSI C Emulation: 0.4
[    12.599] 	X.Org Video Driver: 23.0
[    12.599] 	X.Org XInput driver : 24.1
[    12.599] 	X.Org Server Extension : 10.0
[    12.601] (++) using VT number 1

[    12.604] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    12.605] (II) xfree86: Adding drm device (/dev/dri/card1)
[    12.606] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[    12.606] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.606] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    12.608] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    12.608] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    12.609] (--) PCI: (0:0:2:0) 8086:191b:1043:1c5d rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    12.609] (--) PCI:*(0:1:0:0) 10de:139b:1043:1c5d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    12.609] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.626] (II) LoadModule: "glx"
[    12.636] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    13.043] (II) Module glx: vendor="NVIDIA Corporation"
[    13.043] 	compiled for 4.0.2, module version = 1.0.0
[    13.043] 	Module class: X.Org Server Extension
[    13.050] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[    13.066] (II) LoadModule: "nvidia"
[    13.086] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    13.121] (II) Module nvidia: vendor="NVIDIA Corporation"
[    13.121] 	compiled for 4.0.2, module version = 1.0.0
[    13.121] 	Module class: X.Org Video Driver
[    13.123] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[    13.123] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    13.124] (II) systemd-logind: releasing fd for 226:1
[    13.135] (II) Loading sub module "fb"
[    13.135] (II) LoadModule: "fb"
[    13.146] (II) Loading /usr/lib/xorg/modules/libfb.so
[    13.154] (II) Module fb: vendor="X.Org Foundation"
[    13.154] 	compiled for 1.19.3, module version = 1.0.0
[    13.154] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.154] (II) Loading sub module "wfb"
[    13.154] (II) LoadModule: "wfb"
[    13.154] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    13.202] (II) Module wfb: vendor="X.Org Foundation"
[    13.202] 	compiled for 1.19.3, module version = 1.0.0
[    13.202] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.202] (II) Loading sub module "ramdac"
[    13.202] (II) LoadModule: "ramdac"
[    13.202] (II) Module "ramdac" already built-in
[    13.203] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    13.203] (==) NVIDIA(0): RGB weight 888
[    13.203] (==) NVIDIA(0): Default visual is TrueColor
[    13.203] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.204] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    13.204] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    13.204] (**) NVIDIA(0): Enabling 2D acceleration
[    13.420] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[    13.420] (--) NVIDIA(0): Memory: 4194304 kBytes
[    13.420] (--) NVIDIA(0): VideoBIOS: 82.07.97.00.0e
[    13.420] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.420] (II) NVIDIA(0): Validated MetaModes:
[    13.420] (II) NVIDIA(0):     "NULL"
[    13.420] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    13.420] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    13.420] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    13.420] (--) Depth 24 pixmap format is 32 bpp
[    13.420] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    13.420] (II) NVIDIA:     access.
[    13.424] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.424] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.424] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.424] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.424] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.424] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.424] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.424] (II) NVIDIA(0):     Config Options in the README.
[    13.459] (II) NVIDIA(0): Setting mode "NULL"
[    13.472] (==) NVIDIA(0): Disabling shared memory pixmaps
[    13.472] (==) NVIDIA(0): Backing store enabled
[    13.472] (==) NVIDIA(0): Silken mouse enabled
[    13.473] (==) NVIDIA(0): DPMS enabled
[    13.487] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    13.487] (WW) NVIDIA(0): Option "PreferredMode" is not used
[    13.487] (II) Loading sub module "dri2"
[    13.487] (II) LoadModule: "dri2"
[    13.487] (II) Module "dri2" already built-in
[    13.487] (II) NVIDIA(0): [DRI2] Setup complete
[    13.487] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    13.487] (--) RandR disabled
[    13.493] (II) Initializing extension GLX
[    13.493] (II) Indirect GLX disabled.
[    13.824] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    13.824] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.824] (II) LoadModule: "libinput"
[    13.824] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.851] (II) Module libinput: vendor="X.Org Foundation"
[    13.851] 	compiled for 1.19.2, module version = 0.25.0
[    13.851] 	Module class: X.Org XInput Driver
[    13.851] 	ABI class: X.Org XInput driver, version 24.1
[    13.851] (II) Using input driver 'libinput' for 'Power Button'
[    13.852] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0
[    13.853] (**) Power Button: always reports core events
[    13.853] (**) Option "Device" "/dev/input/event4"
[    13.853] (**) Option "_source" "server/udev"
[    13.853] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    13.853] (II) event4  - (II) Power Button: (II) device is a keyboard
[    13.853] (II) event4  - (II) Power Button: (II) device removed
[    13.854] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    13.854] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.854] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    13.854] (II) event4  - (II) Power Button: (II) device is a keyboard
[    13.855] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event1)
[    13.855] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    13.855] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    13.856] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[    13.856] (**) Asus Wireless Radio Control: always reports core events
[    13.856] (**) Option "Device" "/dev/input/event1"
[    13.856] (**) Option "_source" "server/udev"
[    13.857] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    13.857] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    13.857] (II) event1  - (II) Asus Wireless Radio Control: (II) device removed
[    13.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input1/event1"
[    13.857] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    13.858] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    13.858] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    13.858] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    13.859] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.859] (II) Using input driver 'libinput' for 'Video Bus'
[    13.860] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[    13.860] (**) Video Bus: always reports core events
[    13.860] (**) Option "Device" "/dev/input/event7"
[    13.860] (**) Option "_source" "server/udev"
[    13.860] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    13.860] (II) event7  - (II) Video Bus: (II) device is a keyboard
[    13.860] (II) event7  - (II) Video Bus: (II) device removed
[    13.861] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    13.861] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    13.861] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    13.861] (II) event7  - (II) Video Bus: (II) device is a keyboard
[    13.862] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    13.862] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.862] (II) Using input driver 'libinput' for 'Video Bus'
[    13.863] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 42 paused 0
[    13.863] (**) Video Bus: always reports core events
[    13.863] (**) Option "Device" "/dev/input/event8"
[    13.863] (**) Option "_source" "server/udev"
[    13.864] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    13.864] (II) event8  - (II) Video Bus: (II) device is a keyboard
[    13.864] (II) event8  - (II) Video Bus: (II) device removed
[    13.864] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8/event8"
[    13.864] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    13.865] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    13.865] (II) event8  - (II) Video Bus: (II) device is a keyboard
[    13.866] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    13.866] (II) No input driver specified, ignoring this device.
[    13.866] (II) This device may have been added with another device file.
[    13.866] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    13.866] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    13.866] (II) Using input driver 'libinput' for 'Sleep Button'
[    13.867] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[    13.867] (**) Sleep Button: always reports core events
[    13.867] (**) Option "Device" "/dev/input/event3"
[    13.867] (**) Option "_source" "server/udev"
[    13.868] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    13.868] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    13.868] (II) event3  - (II) Sleep Button: (II) device removed
[    13.868] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[    13.868] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    13.869] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    13.869] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    13.870] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event10)
[    13.870] (**) USB2.0 HD UVC WebCam: Applying InputClass "libinput keyboard catchall"
[    13.870] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam'
[    13.872] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 44 paused 0
[    13.872] (**) USB2.0 HD UVC WebCam: always reports core events
[    13.872] (**) Option "Device" "/dev/input/event10"
[    13.872] (**) Option "_source" "server/udev"
[    13.872] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) is tagged by udev as: Keyboard
[    13.873] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) device is a keyboard
[    13.873] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) device removed
[    13.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input10/event10"
[    13.873] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 11)
[    13.874] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) is tagged by udev as: Keyboard
[    13.874] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) device is a keyboard
[    13.874] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event9)
[    13.874] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[    13.874] (II) Using input driver 'libinput' for 'Elan Touchpad'
[    13.876] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[    13.876] (**) Elan Touchpad: always reports core events
[    13.876] (**) Option "Device" "/dev/input/event9"
[    13.876] (**) Option "_source" "server/udev"
[    13.876] (II) event9  - (II) Elan Touchpad: (II) is tagged by udev as: Touchpad
[    13.877] (II) event9  - (II) Elan Touchpad: (II) device is a atouchpad
[    13.877] (II) event9  - (II) Elan Touchpad: (II) device removed
[    13.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1000:00/input/input9/event9"
[    13.877] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[    13.877] (**) Option "AccelerationScheme" "none"
[    13.877] (**) Elan Touchpad: (accel) selected scheme none/0
[    13.877] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[    13.877] (**) Elan Touchpad: (accel) acceleration threshold: 4
[    13.878] (II) event9  - (II) Elan Touchpad: (II) is tagged by udev as: Touchpad
[    13.878] (II) event9  - (II) Elan Touchpad: (II) device is a atouchpad
[    13.878] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[    13.879] (II) No input driver specified, ignoring this device.
[    13.879] (II) This device may have been added with another device file.
[    13.879] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    13.879] (II) No input driver specified, ignoring this device.
[    13.879] (II) This device may have been added with another device file.
[    13.880] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    13.880] (II) No input driver specified, ignoring this device.
[    13.880] (II) This device may have been added with another device file.
[    13.880] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    13.880] (II) No input driver specified, ignoring this device.
[    13.880] (II) This device may have been added with another device file.
[    13.880] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    13.881] (II) No input driver specified, ignoring this device.
[    13.881] (II) This device may have been added with another device file.
[    13.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    13.881] (II) No input driver specified, ignoring this device.
[    13.881] (II) This device may have been added with another device file.
[    13.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    13.882] (II) No input driver specified, ignoring this device.
[    13.882] (II) This device may have been added with another device file.
[    13.882] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[    13.882] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    13.882] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    13.884] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[    13.884] (**) Asus WMI hotkeys: always reports core events
[    13.884] (**) Option "Device" "/dev/input/event6"
[    13.884] (**) Option "_source" "server/udev"
[    13.884] (II) event6  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    13.884] (II) event6  - (II) Asus WMI hotkeys: (II) device is a keyboard
[    13.884] (II) event6  - (II) Asus WMI hotkeys: (II) device removed
[    13.884] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[    13.884] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    13.885] (II) event6  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    13.885] (II) event6  - (II) Asus WMI hotkeys: (II) device is a keyboard
[    13.886] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    13.886] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    13.886] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    13.887] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[    13.887] (**) AT Translated Set 2 keyboard: always reports core events
[    13.887] (**) Option "Device" "/dev/input/event0"
[    13.887] (**) Option "_source" "server/udev"
[    13.887] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    13.887] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    13.887] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    13.888] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    13.888] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    13.888] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    13.888] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    13.889] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    13.889] (II) No input driver specified, ignoring this device.
[    13.889] (II) This device may have been added with another device file.
[    90.308] (**) Option "fd" "37"
[    90.308] (II) event4  - (II) Power Button: (II) device removed
[    90.308] (**) Option "fd" "40"
[    90.308] (II) event1  - (II) Asus Wireless Radio Control: (II) device removed
[    90.309] (**) Option "fd" "41"
[    90.309] (II) event7  - (II) Video Bus: (II) device removed
[    90.309] (**) Option "fd" "42"
[    90.309] (II) event8  - (II) Video Bus: (II) device removed
[    90.309] (**) Option "fd" "43"
[    90.309] (II) event3  - (II) Sleep Button: (II) device removed
[    90.309] (**) Option "fd" "44"
[    90.309] (II) event10 - (II) USB2.0 HD UVC WebCam: (II) device removed
[    90.309] (**) Option "fd" "45"
[    90.309] (II) event9  - (II) Elan Touchpad: (II) device removed
[    90.309] (**) Option "fd" "46"
[    90.309] (II) event6  - (II) Asus WMI hotkeys: (II) device removed
[    90.310] (**) Option "fd" "47"
[    90.310] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    90.646] (II) systemd-logind: got pause for 13:68
[    90.646] (II) systemd-logind: got pause for 13:65
[    90.646] (II) systemd-logind: got pause for 13:67
[    90.646] (II) systemd-logind: got pause for 13:74
[    90.646] (II) systemd-logind: got pause for 13:72
[    90.646] (II) systemd-logind: got pause for 13:70
[    90.646] (II) systemd-logind: got pause for 13:64
[    90.646] (II) systemd-logind: got pause for 13:71
[    90.646] (II) systemd-logind: got pause for 13:73
[    90.646] (II) systemd-logind: got pause for 226:0
[  1026.572] (II) UnloadModule: "libinput"
[  1026.572] (II) systemd-logind: releasing fd for 13:64
[  1026.697] (II) UnloadModule: "libinput"
[  1026.697] (II) systemd-logind: releasing fd for 13:70
[  1026.797] (II) UnloadModule: "libinput"
[  1026.797] (II) systemd-logind: releasing fd for 13:73
[  1026.867] (II) UnloadModule: "libinput"
[  1026.867] (II) systemd-logind: releasing fd for 13:74
[  1026.903] (II) UnloadModule: "libinput"
[  1026.903] (II) systemd-logind: releasing fd for 13:67
[  1026.930] (II) UnloadModule: "libinput"
[  1026.930] (II) systemd-logind: releasing fd for 13:72
[  1026.983] (II) UnloadModule: "libinput"
[  1026.983] (II) systemd-logind: releasing fd for 13:71
[  1027.007] (II) UnloadModule: "libinput"
[  1027.007] (II) systemd-logind: releasing fd for 13:65
[  1027.040] (II) UnloadModule: "libinput"
[  1027.040] (II) systemd-logind: releasing fd for 13:68
[  1027.102] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1027.102] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  1027.102] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  1027.102] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  1027.103] (II) Server terminated successfully (0). Closing log file.

What am i doing wrong?

Last edited by SIDS (2017-04-13 04:57:41)

Offline

#2 2017-04-13 03:30:21

sloppy_joes
Member
Registered: 2016-02-24
Posts: 4

Re: [SOLVED] Permanently adding undetected resolutions to Xorg config

I had a similar problem but my fix was to only add the Monitor section, ie try deleting the Screen and Device sections and seeing if that works.

Given the xrandr output, it looks like monitor "HDMI-1-3" is getting the 1920x1080 resolution config that you want, not "eDP-1-1".

EDIT2: suggested a different directory but that was not needed

Last edited by sloppy_joes (2017-04-13 05:13:59)

Offline

#3 2017-04-13 04:57:02

SIDS
Member
Registered: 2017-04-12
Posts: 8

Re: [SOLVED] Permanently adding undetected resolutions to Xorg config

Deleting Screen and Device sections solves the problem, thanks!

Offline

#4 2017-04-13 06:00:00

sloppy_joes
Member
Registered: 2016-02-24
Posts: 4

Re: [SOLVED] Permanently adding undetected resolutions to Xorg config

Glad that helped you, edited the wiki with this suggestion.

Offline

Board footer

Powered by FluxBB