You are not logged in.

#1 2019-02-24 18:34:40

larman
Member
Registered: 2019-02-24
Posts: 1

SOLVED: VivoBook S510, MX150, black screen with nvidia

This VivoBook S510 is an optimus laptop, and I just want to run the nvidia GPU all the time. From following instructions at various places, I ended up with this X11 configuration:

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    # Uncomment this line if your computer has no display devices connected to
    # the NVIDIA GPU.  Leave it commented if you have display devices
    # connected to the NVIDIA GPU that you would like to use.
    #Option "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

And this is in the .xinitrc (slim is the display manager):

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

All of the packages are up to date.

Upon starting X, the screen is completely black, so black that I think the backlight is not even active.

Here is the Xorg log:

[     5.310] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[     5.310] Build Operating System: Linux Arch Linux
[     5.310] Current Operating System: Linux lithosphere 4.20.11-arch2-1-ARCH #1 SMP PREEMPT Fri Feb 22 13:09:33 UTC 2019 x86_64
[     5.310] Kernel command line: BOOT_IMAGE=/__current/ROOT/boot/vmlinuz-linux root=UUID=3a3ccd06-54fd-41fe-94aa-a2b814f09d92 rw rootflags=subvol=__current/ROOT quiet acpi_osi=
[     5.310] Build Date: 25 October 2018  04:42:32PM
[     5.310]  
[     5.310] Current version of pixman: 0.38.0
[     5.310] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.310] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.310] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 24 10:04:24 2019
[     5.311] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.311] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.311] (==) ServerLayout "layout"
[     5.311] (**) |-->Screen "nvidia" (0)
[     5.311] (**) |   |-->Monitor "<default monitor>"
[     5.312] (**) |   |-->Device "nvidia"
[     5.312] (**) |   |-->GPUDevice "intel"
[     5.312] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[     5.312] (**) |-->Inactive Device "intel"
[     5.312] (==) Automatically adding devices
[     5.312] (==) Automatically enabling devices
[     5.312] (==) Automatically adding GPU devices
[     5.312] (==) Automatically binding GPU devices
[     5.312] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.312] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     5.312] 	Entry deleted from font path.
[     5.312] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     5.312] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     5.312] 	Entry deleted from font path.
[     5.312] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     5.313] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[     5.313] 	Entry deleted from font path.
[     5.313] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[     5.313] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[     5.313] 	Entry deleted from font path.
[     5.313] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[     5.313] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1
[     5.313] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.313] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.313] (II) Module ABI versions:
[     5.313] 	X.Org ANSI C Emulation: 0.4
[     5.313] 	X.Org Video Driver: 24.0
[     5.313] 	X.Org XInput driver : 24.1
[     5.313] 	X.Org Server Extension : 10.0
[     5.313] (++) using VT number 7

[     5.313] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.313] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.324] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.325] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.325] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[     5.326] (--) PCI: (0@0:2:0) 8086:5917:1043:163e rev 7, Mem @ 0xed000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     5.326] (--) PCI:*(1@0:0:0) 10de:1d10:1043:163e rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     5.326] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.326] (II) LoadModule: "glx"
[     5.326] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.335] (II) Module glx: vendor="X.Org Foundation"
[     5.335] 	compiled for 1.20.3, module version = 1.0.0
[     5.335] 	ABI class: X.Org Server Extension, version 10.0
[     5.335] (II) LoadModule: "nvidia"
[     5.335] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.349] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.349] 	compiled for 4.0.2, module version = 1.0.0
[     5.349] 	Module class: X.Org Video Driver
[     5.349] (II) LoadModule: "modesetting"
[     5.349] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.357] (II) Module modesetting: vendor="X.Org Foundation"
[     5.357] 	compiled for 1.20.3, module version = 1.20.3
[     5.357] 	Module class: X.Org Video Driver
[     5.357] 	ABI class: X.Org Video Driver, version 24.0
[     5.357] (II) NVIDIA dlloader X Driver  418.43  Tue Feb 19 01:07:27 CST 2019
[     5.357] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.357] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.377] (II) Loading sub module "fb"
[     5.377] (II) LoadModule: "fb"
[     5.377] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.378] (II) Module fb: vendor="X.Org Foundation"
[     5.378] 	compiled for 1.20.3, module version = 1.0.0
[     5.378] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.378] (II) Loading sub module "wfb"
[     5.378] (II) LoadModule: "wfb"
[     5.378] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.380] (II) Module wfb: vendor="X.Org Foundation"
[     5.380] 	compiled for 1.20.3, module version = 1.0.0
[     5.380] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.380] (II) Loading sub module "ramdac"
[     5.380] (II) LoadModule: "ramdac"
[     5.380] (II) Module "ramdac" already built-in
[     5.380] (WW) Falling back to old probe method for modesetting
[     5.424] (II) modeset(G0): using drv /dev/dri/card0
[     5.424] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[     5.424] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     5.424] (==) NVIDIA(0): RGB weight 888
[     5.424] (==) NVIDIA(0): Default visual is TrueColor
[     5.424] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.424] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     5.424] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.424] (**) NVIDIA(0): Enabling 2D acceleration
[     5.424] (II) Loading sub module "glxserver_nvidia"
[     5.424] (II) LoadModule: "glxserver_nvidia"
[     5.424] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.508] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.508] 	compiled for 4.0.2, module version = 1.0.0
[     5.508] 	Module class: X.Org Server Extension
[     5.508] (II) NVIDIA GLX Module  418.43  Tue Feb 19 01:05:57 CST 2019
[     6.160] (II) NVIDIA(0): NVIDIA GPU GeForce MX150 (GP108-A) at PCI:1:0:0 (GPU-0)
[     6.160] (--) NVIDIA(0): Memory: 2097152 kBytes
[     6.160] (--) NVIDIA(0): VideoBIOS: 86.08.0e.00.55
[     6.160] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[     6.160] (II) NVIDIA(0): Validated MetaModes:
[     6.160] (II) NVIDIA(0):     "NULL"
[     6.160] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.160] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     6.160] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.160] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     6.160] (==) modeset(G0): RGB weight 888
[     6.160] (==) modeset(G0): Default visual is TrueColor
[     6.160] (II) Loading sub module "glamoregl"
[     6.160] (II) LoadModule: "glamoregl"
[     6.160] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.173] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.173] 	compiled for 1.20.3, module version = 1.0.1
[     6.173] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.271] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2) 
[     6.271] (II) modeset(G0): glamor initialized
[     6.272] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     6.277] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     6.279] (II) modeset(G0): EDID for output eDP-1-1
[     6.279] (II) modeset(G0): Manufacturer: AUO  Model: 21ed  Serial#: 0
[     6.279] (II) modeset(G0): Year: 2016  Week: 0
[     6.279] (II) modeset(G0): EDID Version: 1.4
[     6.279] (II) modeset(G0): Digital Display Input
[     6.279] (II) modeset(G0): 8 bits per channel
[     6.279] (II) modeset(G0): Digital interface is DisplayPort
[     6.279] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.279] (II) modeset(G0): Gamma: 2.20
[     6.279] (II) modeset(G0): No DPMS capabilities specified
[     6.279] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[     6.279] (II) modeset(G0): First detailed timing is preferred mode
[     6.279] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     6.279] (II) modeset(G0): redX: 0.575 redY: 0.346   greenX: 0.347 greenY: 0.572
[     6.279] (II) modeset(G0): blueX: 0.158 blueY: 0.117   whiteX: 0.313 whiteY: 0.329
[     6.279] (II) modeset(G0): Manufacturer's mask: 0
[     6.279] (II) modeset(G0): Supported detailed timing:
[     6.279] (II) modeset(G0): clock: 141.0 MHz   Image Size:  344 x 193 mm
[     6.279] (II) modeset(G0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[     6.279] (II) modeset(G0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1116 v_border: 0
[     6.279] (II) modeset(G0): Unknown vendor-specific block f
[     6.279] (II) modeset(G0):  AUO
[     6.279] (II) modeset(G0):  B156HAN02.1
[     6.279] (II) modeset(G0): EDID (in hex):
[     6.279] (II) modeset(G0): 	00ffffffffffff0006afed2100000000
[     6.279] (II) modeset(G0): 	001a0104a5221378026e859358589228
[     6.279] (II) modeset(G0): 	1e505400000001010101010101010101
[     6.279] (II) modeset(G0): 	010101010101143780b4703824406c30
[     6.279] (II) modeset(G0): 	aa0058c1100000180000000f00000000
[     6.279] (II) modeset(G0): 	00000000000000000020000000fe0041
[     6.279] (II) modeset(G0): 	554f0a202020202020202020000000fe
[     6.279] (II) modeset(G0): 	004231353648414e30322e31200a0022
[     6.279] (II) modeset(G0): Printing probed modes for output eDP-1-1
[     6.279] (II) modeset(G0): Modeline "1920x1080"x60.2  141.00  1920 2028 2076 2100  1080 1090 1100 1116 -hsync -vsync (67.1 kHz eP)
[     6.279] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.279] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.279] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.279] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.279] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.279] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.279] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.279] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.279] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.279] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.279] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.279] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.279] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.280] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.280] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.280] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.280] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.280] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.280] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.280] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.280] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.280] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.280] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.280] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.285] (II) modeset(G0): EDID for output HDMI-1-1
[     6.285] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.285] (==) modeset(G0): DPI set to (96, 96)
[     6.285] (II) Loading sub module "fb"
[     6.285] (II) LoadModule: "fb"
[     6.285] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.285] (II) Module fb: vendor="X.Org Foundation"
[     6.285] 	compiled for 1.20.3, module version = 1.0.0
[     6.285] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.296] (==) modeset(G0): Backing store enabled
[     6.296] (==) modeset(G0): Silken mouse disabled
[     6.339] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     6.339] (==) modeset(G0): DPMS enabled
[     6.341] (II) modeset(G0): [DRI2] Setup complete
[     6.341] (II) modeset(G0): [DRI2]   DRI driver: i965
[     6.341] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[     6.342] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[     6.342] (II) NVIDIA:     access.
[     6.350] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.351] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.351] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.351] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.351] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.351] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.351] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.351] (II) NVIDIA(0):     Config Options in the README.
[     6.386] (II) NVIDIA(0): Setting mode "NULL"
[     6.390] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.390] (==) NVIDIA(0): Backing store enabled
[     6.390] (==) NVIDIA(0): Silken mouse disabled
[     6.391] (==) NVIDIA(0): DPMS enabled
[     6.391] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[     6.391] (II) Loading sub module "dri2"
[     6.391] (II) LoadModule: "dri2"
[     6.391] (II) Module "dri2" already built-in
[     6.391] (II) NVIDIA(0): [DRI2] Setup complete
[     6.391] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.391] (II) Initializing extension Generic Event Extension
[     6.391] (II) Initializing extension SHAPE
[     6.391] (II) Initializing extension MIT-SHM
[     6.391] (II) Initializing extension XInputExtension
[     6.391] (II) Initializing extension XTEST
[     6.391] (II) Initializing extension BIG-REQUESTS
[     6.391] (II) Initializing extension SYNC
[     6.391] (II) Initializing extension XKEYBOARD
[     6.392] (II) Initializing extension XC-MISC
[     6.392] (II) Initializing extension SECURITY
[     6.392] (II) Initializing extension XFIXES
[     6.392] (II) Initializing extension RENDER
[     6.392] (II) Initializing extension RANDR
[     6.392] (II) Initializing extension COMPOSITE
[     6.392] (II) Initializing extension DAMAGE
[     6.392] (II) Initializing extension MIT-SCREEN-SAVER
[     6.392] (II) Initializing extension DOUBLE-BUFFER
[     6.392] (II) Initializing extension RECORD
[     6.393] (II) Initializing extension DPMS
[     6.393] (II) Initializing extension Present
[     6.393] (II) Initializing extension DRI3
[     6.393] (II) Initializing extension X-Resource
[     6.393] (II) Initializing extension XVideo
[     6.393] (II) Initializing extension XVideo-MotionCompensation
[     6.393] (II) Initializing extension GLX
[     6.393] (II) Initializing extension GLX
[     6.393] (II) Indirect GLX disabled.
[     6.393] (II) GLX: Another vendor is already registered for screen 0
[     6.393] (II) Initializing extension XFree86-VidModeExtension
[     6.393] (II) Initializing extension XFree86-DGA
[     6.393] (II) Initializing extension XFree86-DRI
[     6.393] (II) Initializing extension DRI2
[     6.393] (II) Initializing extension NV-GLX
[     6.394] (II) Initializing extension NV-CONTROL
[     6.663] (II) modeset(G0): Damage tracking initialized
[     6.755] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.755] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.755] (II) LoadModule: "libinput"
[     6.755] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.761] (II) Module libinput: vendor="X.Org Foundation"
[     6.761] 	compiled for 1.20.3, module version = 0.28.2
[     6.761] 	Module class: X.Org XInput Driver
[     6.761] 	ABI class: X.Org XInput driver, version 24.1
[     6.761] (II) Using input driver 'libinput' for 'Power Button'
[     6.761] (**) Power Button: always reports core events
[     6.761] (**) Option "Device" "/dev/input/event3"
[     6.762] (**) Option "_source" "server/udev"
[     6.765] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.765] (II) event3  - Power Button: device is a keyboard
[     6.765] (II) event3  - Power Button: device removed
[     6.790] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.790] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.791] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.791] (II) event3  - Power Button: device is a keyboard
[     6.791] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     6.791] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.791] (II) Using input driver 'libinput' for 'Video Bus'
[     6.791] (**) Video Bus: always reports core events
[     6.791] (**) Option "Device" "/dev/input/event8"
[     6.791] (**) Option "_source" "server/udev"
[     6.792] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     6.792] (II) event8  - Video Bus: device is a keyboard
[     6.792] (II) event8  - Video Bus: device removed
[     6.843] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event8"
[     6.843] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.846] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     6.846] (II) event8  - Video Bus: device is a keyboard
[     6.847] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     6.847] (II) No input driver specified, ignoring this device.
[     6.847] (II) This device may have been added with another device file.
[     6.849] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[     6.849] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.849] (II) Using input driver 'libinput' for 'Video Bus'
[     6.849] (**) Video Bus: always reports core events
[     6.849] (**) Option "Device" "/dev/input/event9"
[     6.849] (**) Option "_source" "server/udev"
[     6.851] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[     6.851] (II) event9  - Video Bus: device is a keyboard
[     6.851] (II) event9  - Video Bus: device removed
[     6.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/LNXVIDEO:01/input/input17/event9"
[     6.910] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.913] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[     6.913] (II) event9  - Video Bus: device is a keyboard
[     6.914] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.914] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.914] (II) Using input driver 'libinput' for 'Power Button'
[     6.914] (**) Power Button: always reports core events
[     6.914] (**) Option "Device" "/dev/input/event2"
[     6.914] (**) Option "_source" "server/udev"
[     6.916] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.916] (II) event2  - Power Button: device is a keyboard
[     6.916] (II) event2  - Power Button: device removed
[     6.950] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     6.950] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.952] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.952] (II) event2  - Power Button: device is a keyboard
[     6.953] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     6.953] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.953] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.953] (**) Sleep Button: always reports core events
[     6.953] (**) Option "Device" "/dev/input/event1"
[     6.953] (**) Option "_source" "server/udev"
[     6.955] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.955] (II) event1  - Sleep Button: device is a keyboard
[     6.955] (II) event1  - Sleep Button: device removed
[     6.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     6.990] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     6.992] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.992] (II) event1  - Sleep Button: device is a keyboard
[     6.995] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event5)
[     6.995] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[     6.995] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[     6.995] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[     6.995] (**) Option "Device" "/dev/input/event5"
[     6.995] (**) Option "_source" "server/udev"
[     6.997] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[     6.997] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[     6.998] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[     7.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input13/event5"
[     7.070] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 11)
[     7.073] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[     7.073] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[     7.075] (II) config/udev: Adding input device ELAN1300:00 04F3:3057 Touchpad (/dev/input/event6)
[     7.075] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.075] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "touchpad catchall"
[     7.075] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "Default clickpad buttons"
[     7.075] (II) LoadModule: "synaptics"
[     7.075] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.081] (II) Module synaptics: vendor="X.Org Foundation"
[     7.081] 	compiled for 1.20.0, module version = 1.9.1
[     7.081] 	Module class: X.Org XInput Driver
[     7.081] 	ABI class: X.Org XInput driver, version 24.1
[     7.081] (II) Using input driver 'synaptics' for 'ELAN1300:00 04F3:3057 Touchpad'
[     7.081] (**) ELAN1300:00 04F3:3057 Touchpad: always reports core events
[     7.081] (**) Option "Device" "/dev/input/event6"
[     7.244] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: found clickpad property
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: x-axis range 0 - 3208 (res 31)
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: y-axis range 0 - 2210 (res 32)
[     7.244] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: device does not report pressure, will use touch data.
[     7.244] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: device does not report finger width.
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: buttons: left double triple
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: Vendor 0x4f3 Product 0x3057
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: invalid pressure range.  defaulting to 0 - 255
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: invalid finger width range.  defaulting to 0 - 15
[     7.244] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.244] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: touchpad found
[     7.244] (**) ELAN1300:00 04F3:3057 Touchpad: always reports core events
[     7.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1300:00/0018:04F3:3057.0005/input/input15/event6"
[     7.297] (II) XINPUT: Adding extended input device "ELAN1300:00 04F3:3057 Touchpad" (type: TOUCHPAD, id 12)
[     7.297] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.297] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) MaxSpeed is now 1.75
[     7.297] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) AccelFactor is now 0.051
[     7.297] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) keeping acceleration scheme 1
[     7.297] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration profile 1
[     7.297] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration factor: 2.000
[     7.297] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration threshold: 4
[     7.298] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: touchpad found
[     7.299] (II) config/udev: Adding input device ELAN1300:00 04F3:3057 Touchpad (/dev/input/mouse0)
[     7.299] (**) ELAN1300:00 04F3:3057 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.301] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     7.301] (II) No input driver specified, ignoring this device.
[     7.301] (II) This device may have been added with another device file.
[     7.302] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     7.302] (II) No input driver specified, ignoring this device.
[     7.302] (II) This device may have been added with another device file.
[     7.303] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     7.303] (II) No input driver specified, ignoring this device.
[     7.303] (II) This device may have been added with another device file.
[     7.303] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     7.303] (II) No input driver specified, ignoring this device.
[     7.303] (II) This device may have been added with another device file.
[     7.303] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     7.303] (II) No input driver specified, ignoring this device.
[     7.303] (II) This device may have been added with another device file.
[     7.304] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[     7.304] (II) No input driver specified, ignoring this device.
[     7.304] (II) This device may have been added with another device file.
[     7.304] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[     7.304] (II) No input driver specified, ignoring this device.
[     7.304] (II) This device may have been added with another device file.
[     7.304] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[     7.304] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.304] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.304] (**) Asus WMI hotkeys: always reports core events
[     7.304] (**) Option "Device" "/dev/input/event7"
[     7.304] (**) Option "_source" "server/udev"
[     7.305] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.305] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.305] (II) event7  - Asus WMI hotkeys: device removed
[     7.363] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input12/event7"
[     7.363] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[     7.366] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.366] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.367] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.367] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.367] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.367] (**) AT Translated Set 2 keyboard: always reports core events
[     7.367] (**) Option "Device" "/dev/input/event4"
[     7.367] (**) Option "_source" "server/udev"
[     7.369] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.369] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.371] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.403] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.403] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     7.406] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.406] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard

Any hints? Thanks in advance.

EDIT: Reminding myself that I'm an idiot, I realized that .xinitrc is not called when the display manager starts (not sure if it is called at all with SLiM). Since SLiM seems to be unmaintained, I switched to LightDM, configured it properly, and now everything works.

Last edited by larman (2019-02-24 23:11:55)

Offline

Board footer

Powered by FluxBB