You are not logged in.
I have a laptop, specifically this one: https://www.omen.com/us/en/laptops/2020 … tions.html
Since it will mostly be plugged into the wall, I don't need to worry about saving battery, or power efficiency in general (at least no more than anyone with a desktop machine), so I would like to have a system that is focused fully on providing the best possible performance. To this end, I would like to configure Arch to use the GTX 1660, instead of the integrated AMD GPU that ships with the Ryzen processor.
I assumed that simply installing the nvidia driver was going to be enough to set up the nvidia card as the default, but I've confirmed that the integrated GPU is still being used via glxheads:
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
glxheads xdisplayname ...
Example:
glxheads :0 mars:0 venus:1
Name: :0
Display: 0x55ed76ae4dd0
Window: 0xe00002
Context: 0x55ed76b05610
GL_VERSION: 4.6 (Compatibility Profile) Mesa 20.1.3
GL_VENDOR: X.Org
GL_RENDERER: AMD RENOIR (DRM 3.37.0, 5.7.9-arch1-1, LLVM 10.0.0)I've read through the Arch wiki articles on NVIDIA, NVIDIA Optimus, and PRIME, but most of the stuff listed there seems to be "Intel + nvidia" focused, and I'm not sure how much of that still applies to amd + nvidia.
I tried nvidia-prime, just to see if my nvidia card could work at all, and running `prime-run glxheads` does output something that seems correct:
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
glxheads xdisplayname ...
Example:
glxheads :0 mars:0 venus:1
Name: :0
Display: 0x55826e6f8080
Window: 0xa00002
Context: 0x55826e71cd58
GL_VERSION: 4.6.0 NVIDIA 450.57
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce GTX 1660 Ti/PCIe/SSE2However, running an app like chromium with `prime-run chromium` gives errors like the following:
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to open amdgpu (search paths /usr/lib/dri)
failed to load driver: amdgpu
MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
failed to load swrast driverAnd as a result chrome doesn't work reliably (menus flicker and sometimes don't show up, especially after loading up some webgl stuff).
So, I don't really know how to proceed here. I thought that I could just follow the "Discrete card as primary GPU" section that follows on the PRIME wiki, but prime doesn't seem to work correctly even when I manually envoke it, so going forward with that doesn't seem like a good idea.
Especially since I'm not even sure if this is the best way (in Arch) by which I can simply use my nvidia card as the default GPU, instead of the integrated AMD gpu.
Any guidance you could provide would be very much appreciated - Thank you.
Last edited by Goran (2020-07-20 02:00:31)
Offline
Follow https://wiki.archlinux.org/index.php/NV … phics_only replace i915 with amdgpu the identifier doesn't matter but rename it as well if you want to, should generally work.
Offline
Hey, thanks for the prompt response. I tried doing so, but it seems to have failed:
My /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf :
Section "OutputClass"
Identifier "amd"
MatchDriver "amdgpu"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSectionMy ~/.xinitrc :
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --autoRunning startx returned the following:
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux omen 5.7.9-arch1-1 #1 SMP PREEMPT Thu, 16 Jul 2020 19:34:49 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a94a20e2-307f-4d20-871d-3ca4ec9c0d7f rw loglevel=3 quiet
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 19 14:42:49 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
randr: falling back to unsynchronized pixmap sharing
xinit: connection to X server lost
waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.Content of /var/log/Xorg.0.log :
[ 390.540] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 390.540]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 390.540] Build Operating System: Linux Arch Linux
[ 390.540] Current Operating System: Linux omen 5.7.9-arch1-1 #1 SMP PREEMPT Thu, 16 Jul 2020 19:34:49 +0000 x86_64
[ 390.541] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a94a20e2-307f-4d20-871d-3ca4ec9c0d7f rw loglevel=3 quiet
[ 390.541] Build Date: 05 May 2020 05:08:17AM
[ 390.541]
[ 390.541] Current version of pixman: 0.40.0
[ 390.541] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 390.541] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 390.541] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 19 14:42:49 2020
[ 390.541] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 390.541] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 390.541] (==) No Layout section. Using the first Screen section.
[ 390.541] (==) No screen section available. Using defaults.
[ 390.541] (**) |-->Screen "Default Screen Section" (0)
[ 390.541] (**) | |-->Monitor "<default monitor>"
[ 390.541] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 390.541] (==) Automatically adding devices
[ 390.541] (==) Automatically enabling devices
[ 390.541] (==) Automatically adding GPU devices
[ 390.541] (==) Automatically binding GPU devices
[ 390.541] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 390.541] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 390.541] Entry deleted from font path.
[ 390.541] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 390.541] Entry deleted from font path.
[ 390.542] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 390.542] Entry deleted from font path.
[ 390.542] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 390.542] Entry deleted from font path.
[ 390.542] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 390.542] Entry deleted from font path.
[ 390.542] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 390.542] Entry deleted from font path.
[ 390.542] (==) FontPath set to:
[ 390.542] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 390.542] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 390.542] (II) Module ABI versions:
[ 390.542] X.Org ANSI C Emulation: 0.4
[ 390.542] X.Org Video Driver: 24.1
[ 390.542] X.Org XInput driver : 24.1
[ 390.542] X.Org Server Extension : 10.0
[ 390.543] (++) using VT number 1
[ 390.545] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 390.546] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 390.547] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[ 390.547] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 390.548] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 390.550] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 390.550] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 390.550] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[ 390.553] (--) PCI:*(1@0:0:0) 10de:2191:103c:8786 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 390.553] (--) PCI: (6@0:0:0) 1002:1636:103c:8786 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000d000/256
[ 390.553] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 390.553] (II) LoadModule: "glx"
[ 390.553] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 390.555] (II) Module glx: vendor="X.Org Foundation"
[ 390.555] compiled for 1.20.8, module version = 1.0.0
[ 390.555] ABI class: X.Org Server Extension, version 10.0
[ 390.555] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 390.555] loading driver: nvidia
[ 390.555] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 390.555] loading driver: nvidia
[ 390.555] (II) Applying OutputClass "amd" to /dev/dri/card0
[ 390.555] loading driver: modesetting
[ 390.555] (==) Matched nvidia as autoconfigured driver 0
[ 390.555] (==) Matched nouveau as autoconfigured driver 1
[ 390.555] (==) Matched nv as autoconfigured driver 2
[ 390.555] (==) Matched modesetting as autoconfigured driver 3
[ 390.555] (==) Matched ati as autoconfigured driver 4
[ 390.555] (==) Matched fbdev as autoconfigured driver 5
[ 390.555] (==) Matched vesa as autoconfigured driver 6
[ 390.555] (==) Assigned the driver to the xf86ConfigLayout
[ 390.555] (II) LoadModule: "nvidia"
[ 390.555] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 390.555] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 390.555] compiled for 1.6.99.901, module version = 1.0.0
[ 390.555] Module class: X.Org Video Driver
[ 390.555] (II) LoadModule: "nouveau"
[ 390.556] (WW) Warning, couldn't open module nouveau
[ 390.556] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 390.556] (II) LoadModule: "nv"
[ 390.556] (WW) Warning, couldn't open module nv
[ 390.556] (EE) Failed to load module "nv" (module does not exist, 0)
[ 390.556] (II) LoadModule: "modesetting"
[ 390.556] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 390.557] (II) Module modesetting: vendor="X.Org Foundation"
[ 390.557] compiled for 1.20.8, module version = 1.20.8
[ 390.557] Module class: X.Org Video Driver
[ 390.557] ABI class: X.Org Video Driver, version 24.1
[ 390.557] (II) LoadModule: "ati"
[ 390.557] (WW) Warning, couldn't open module ati
[ 390.557] (EE) Failed to load module "ati" (module does not exist, 0)
[ 390.557] (II) LoadModule: "fbdev"
[ 390.558] (WW) Warning, couldn't open module fbdev
[ 390.558] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 390.558] (II) LoadModule: "vesa"
[ 390.558] (WW) Warning, couldn't open module vesa
[ 390.558] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 390.558] (II) NVIDIA dlloader X Driver 450.57 Sun Jul 5 14:40:23 UTC 2020
[ 390.558] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 390.558] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 390.558] (II) systemd-logind: releasing fd for 226:1
[ 390.559] (II) Loading sub module "fb"
[ 390.559] (II) LoadModule: "fb"
[ 390.559] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 390.560] (II) Module fb: vendor="X.Org Foundation"
[ 390.560] compiled for 1.20.8, module version = 1.0.0
[ 390.560] ABI class: X.Org ANSI C Emulation, version 0.4
[ 390.560] (II) Loading sub module "wfb"
[ 390.560] (II) LoadModule: "wfb"
[ 390.560] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 390.560] (II) Module wfb: vendor="X.Org Foundation"
[ 390.560] compiled for 1.20.8, module version = 1.0.0
[ 390.560] ABI class: X.Org ANSI C Emulation, version 0.4
[ 390.560] (II) Loading sub module "ramdac"
[ 390.560] (II) LoadModule: "ramdac"
[ 390.560] (II) Module "ramdac" already built-in
[ 390.561] (WW) Falling back to old probe method for modesetting
[ 390.561] (II) modeset(G0): using drv /dev/dri/card0
[ 390.561] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 390.561] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 390.561] (==) NVIDIA(0): RGB weight 888
[ 390.561] (==) NVIDIA(0): Default visual is TrueColor
[ 390.561] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 390.561] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 390.561] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 390.561] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 390.561] (**) NVIDIA(0): Enabling 2D acceleration
[ 390.561] (II) Loading sub module "glxserver_nvidia"
[ 390.561] (II) LoadModule: "glxserver_nvidia"
[ 390.562] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 390.569] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 390.569] compiled for 1.6.99.901, module version = 1.0.0
[ 390.569] Module class: X.Org Server Extension
[ 390.569] (II) NVIDIA GLX Module 450.57 Sun Jul 5 14:43:44 UTC 2020
[ 390.569] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 391.129] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 391.129] (--) NVIDIA(0): DFP-0
[ 391.129] (--) NVIDIA(0): DFP-1
[ 391.129] (--) NVIDIA(0): DFP-2
[ 391.129] (--) NVIDIA(0): DFP-3
[ 391.129] (--) NVIDIA(0): DFP-4
[ 391.130] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0 (GPU-0)
[ 391.130] (--) NVIDIA(0): Memory: 6291456 kBytes
[ 391.130] (--) NVIDIA(0): VideoBIOS: 90.16.3d.00.55
[ 391.130] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 391.130] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 391.130] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 391.130] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 391.130] (--) NVIDIA(GPU-0):
[ 391.130] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 391.130] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 391.130] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 391.130] (--) NVIDIA(GPU-0):
[ 391.131] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 391.131] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 391.131] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 391.131] (--) NVIDIA(GPU-0):
[ 391.131] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 391.131] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 391.131] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[ 391.131] (--) NVIDIA(GPU-0):
[ 391.131] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 391.131] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 391.131] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 391.131] (--) NVIDIA(GPU-0):
[ 391.131] (==) NVIDIA(0):
[ 391.131] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 391.131] (==) NVIDIA(0): will be used as the requested mode.
[ 391.131] (==) NVIDIA(0):
[ 391.131] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 391.131] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 391.131] (II) NVIDIA(0): Validated MetaModes:
[ 391.131] (II) NVIDIA(0): "NULL"
[ 391.131] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 391.131] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 391.131] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 391.132] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 391.132] (==) modeset(G0): RGB weight 888
[ 391.132] (==) modeset(G0): Default visual is TrueColor
[ 391.132] (II) Loading sub module "glamoregl"
[ 391.132] (II) LoadModule: "glamoregl"
[ 391.132] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 391.138] (II) Module glamoregl: vendor="X.Org Foundation"
[ 391.138] compiled for 1.20.8, module version = 1.0.1
[ 391.206] (II) modeset(G0): glamor initialized
[ 391.206] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 391.206] (II) modeset(G0): EDID for output eDP-1-1
[ 391.206] (II) modeset(G0): Manufacturer: LGD Model: 5fe Serial#: 0
[ 391.206] (II) modeset(G0): Year: 2018 Week: 0
[ 391.206] (II) modeset(G0): EDID Version: 1.4
[ 391.206] (II) modeset(G0): Digital Display Input
[ 391.206] (II) modeset(G0): 8 bits per channel
[ 391.206] (II) modeset(G0): Digital interface is DisplayPort
[ 391.206] (II) modeset(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 391.206] (II) modeset(G0): Gamma: 2.20
[ 391.206] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[ 391.206] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 391.206] (II) modeset(G0): First detailed timing is preferred mode
[ 391.206] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 391.206] (II) modeset(G0): redX: 0.640 redY: 0.330 greenX: 0.305 greenY: 0.605
[ 391.206] (II) modeset(G0): blueX: 0.150 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
[ 391.206] (II) modeset(G0): Manufacturer's mask: 0
[ 391.206] (II) modeset(G0): Supported detailed timing:
[ 391.206] (II) modeset(G0): clock: 346.5 MHz Image Size: 344 x 194 mm
[ 391.206] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 391.206] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 391.206] (II) modeset(G0): Supported detailed timing:
[ 391.206] (II) modeset(G0): clock: 144.4 MHz Image Size: 344 x 194 mm
[ 391.206] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 391.206] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 391.206] (II) modeset(G0): Unknown vendor-specific block 2
[ 391.206] (II) modeset(G0): EDID (in hex):
[ 391.206] (II) modeset(G0): 00ffffffffffff0030e4fe0500000000
[ 391.206] (II) modeset(G0): 001c0104a5221378eae085a3544e9b26
[ 391.206] (II) modeset(G0): 0e505400000001010101010101010101
[ 391.206] (II) modeset(G0): 0101010101015e8780a070384d403020
[ 391.206] (II) modeset(G0): 350058c21000001b683880a070384d40
[ 391.206] (II) modeset(G0): 3020350058c21000001b000000000000
[ 391.206] (II) modeset(G0): 00000000000000000000000000000002
[ 391.206] (II) modeset(G0): 000c30f20f3c962e12309e0000000083
[ 391.207] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x144.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x60.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1680x1050"x144.0 346.54 1680 1968 2000 2080 1050 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x1024"x144.0 346.54 1280 1968 2000 2080 1024 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1440x900"x144.0 346.54 1440 1968 2000 2080 900 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x800"x144.0 346.54 1280 1968 2000 2080 800 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x720"x144.0 346.54 1280 1968 2000 2080 720 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x144.0 346.54 1024 1968 2000 2080 768 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x170.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x150.1 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x768i"x43.5 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x720"x170.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x720"x150.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "928x696"x150.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "896x672"x150.1 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x144.0 346.54 800 1968 2000 2080 600 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "800x600"x170.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x150.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x140.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x130.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "700x525"x149.5 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x512"x170.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x512"x150.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x144.0 346.54 640 1968 2000 2080 480 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 391.207] (II) modeset(G0): Modeline "640x480"x170.2 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "576x432"x150.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "512x384"x170.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "512x384"x150.1 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 391.207] (II) modeset(G0): Modeline "512x384"x140.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 391.207] (II) modeset(G0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "416x312"x149.3 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "400x300"x170.5 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "400x300"x144.4 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "400x300"x150.2 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x240"x170.4 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x240"x145.6 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x240"x150.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 391.207] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 391.207] (II) modeset(G0): Modeline "360x200"x170.1 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x200"x170.5 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 391.207] (II) modeset(G0): Modeline "320x175"x170.5 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 391.207] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 391.207] (==) modeset(G0): DPI set to (96, 96)
[ 391.207] (II) Loading sub module "fb"
[ 391.207] (II) LoadModule: "fb"
[ 391.207] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 391.207] (II) Module fb: vendor="X.Org Foundation"
[ 391.207] compiled for 1.20.8, module version = 1.0.0
[ 391.207] ABI class: X.Org ANSI C Emulation, version 0.4
[ 391.208] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 391.208] (II) NVIDIA: access.
[ 391.274] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 391.274] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 391.274] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 391.274] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 391.274] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 391.274] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 391.274] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 391.274] (II) NVIDIA(0): Config Options in the README.
[ 391.287] (II) NVIDIA(0): Setting mode "NULL"
[ 391.297] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 391.297] (==) NVIDIA(0): Backing store enabled
[ 391.297] (==) NVIDIA(0): Silken mouse disabled
[ 391.297] (==) NVIDIA(0): DPMS enabled
[ 391.297] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 391.297] (II) Loading sub module "dri2"
[ 391.297] (II) LoadModule: "dri2"
[ 391.297] (II) Module "dri2" already built-in
[ 391.298] (II) NVIDIA(0): [DRI2] Setup complete
[ 391.298] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 391.334] (==) modeset(G0): Backing store enabled
[ 391.334] (==) modeset(G0): Silken mouse disabled
[ 391.335] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 391.335] (II) modeset(G0): [DRI2] DRI driver: radeonsi
[ 391.335] (II) modeset(G0): [DRI2] VDPAU driver: radeonsi
[ 391.335] (II) Initializing extension Generic Event Extension
[ 391.335] (II) Initializing extension SHAPE
[ 391.335] (II) Initializing extension MIT-SHM
[ 391.335] (II) Initializing extension XInputExtension
[ 391.335] (II) Initializing extension XTEST
[ 391.335] (II) Initializing extension BIG-REQUESTS
[ 391.335] (II) Initializing extension SYNC
[ 391.335] (II) Initializing extension XKEYBOARD
[ 391.335] (II) Initializing extension XC-MISC
[ 391.335] (II) Initializing extension SECURITY
[ 391.335] (II) Initializing extension XFIXES
[ 391.335] (II) Initializing extension RENDER
[ 391.335] (II) Initializing extension RANDR
[ 391.335] (II) Initializing extension COMPOSITE
[ 391.335] (II) Initializing extension DAMAGE
[ 391.335] (II) Initializing extension MIT-SCREEN-SAVER
[ 391.335] (II) Initializing extension DOUBLE-BUFFER
[ 391.335] (II) Initializing extension RECORD
[ 391.335] (II) Initializing extension DPMS
[ 391.335] (II) Initializing extension Present
[ 391.335] (II) Initializing extension DRI3
[ 391.335] (II) Initializing extension X-Resource
[ 391.335] (II) Initializing extension XVideo
[ 391.335] (II) Initializing extension XVideo-MotionCompensation
[ 391.335] (II) Initializing extension GLX
[ 391.335] (II) Initializing extension GLX
[ 391.335] (II) Indirect GLX disabled.
[ 391.335] (II) GLX: Another vendor is already registered for screen 0
[ 391.335] (II) Initializing extension XFree86-VidModeExtension
[ 391.335] (II) Initializing extension XFree86-DGA
[ 391.335] (II) Initializing extension XFree86-DRI
[ 391.335] (II) Initializing extension DRI2
[ 391.335] (II) Initializing extension NV-GLX
[ 391.335] (II) Initializing extension NV-CONTROL
[ 391.438] (II) modeset(G0): Damage tracking initialized
[ 391.464] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 391.464] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 391.464] (II) LoadModule: "libinput"
[ 391.464] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 391.464] (II) Module libinput: vendor="X.Org Foundation"
[ 391.464] compiled for 1.20.8, module version = 0.30.0
[ 391.464] Module class: X.Org XInput Driver
[ 391.464] ABI class: X.Org XInput driver, version 24.1
[ 391.464] (II) Using input driver 'libinput' for 'Power Button'
[ 391.465] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[ 391.465] (**) Power Button: always reports core events
[ 391.465] (**) Option "Device" "/dev/input/event2"
[ 391.465] (**) Option "_source" "server/udev"
[ 391.466] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 391.466] (II) event2 - Power Button: device is a keyboard
[ 391.466] (II) event2 - Power Button: device removed
[ 391.466] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 391.466] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 391.467] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 391.467] (II) event2 - Power Button: device is a keyboard
[ 391.467] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 391.467] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 391.467] (II) Using input driver 'libinput' for 'Video Bus'
[ 391.468] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 391.468] (**) Video Bus: always reports core events
[ 391.468] (**) Option "Device" "/dev/input/event3"
[ 391.468] (**) Option "_source" "server/udev"
[ 391.469] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 391.469] (II) event3 - Video Bus: device is a keyboard
[ 391.469] (II) event3 - Video Bus: device removed
[ 391.469] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input3/event3"
[ 391.469] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 391.470] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 391.470] (II) event3 - Video Bus: device is a keyboard
[ 391.470] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 391.470] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 391.470] (II) Using input driver 'libinput' for 'Power Button'
[ 391.471] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
[ 391.471] (**) Power Button: always reports core events
[ 391.471] (**) Option "Device" "/dev/input/event0"
[ 391.471] (**) Option "_source" "server/udev"
[ 391.472] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 391.472] (II) event0 - Power Button: device is a keyboard
[ 391.472] (II) event0 - Power Button: device removed
[ 391.472] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 391.472] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 391.472] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 391.472] (II) event0 - Power Button: device is a keyboard
[ 391.472] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 391.472] (II) No input driver specified, ignoring this device.
[ 391.472] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[ 391.473] (II) No input driver specified, ignoring this device.
[ 391.473] (II) This device may have been added with another device file.
[ 391.474] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event18)
[ 391.474] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[ 391.474] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[ 391.475] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 44 paused 0
[ 391.475] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[ 391.475] (**) Option "Device" "/dev/input/event18"
[ 391.475] (**) Option "_source" "server/udev"
[ 391.475] (II) event18 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 391.475] (II) event18 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 391.475] (II) event18 - HP Wide Vision HD Camera: HP Wi: device removed
[ 391.476] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-3/3-3:1.0/input/input22/event18"
[ 391.476] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 9)
[ 391.476] (II) event18 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 391.476] (II) event18 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 391.477] (II) config/udev: Adding input device HID 04d9:0499 (/dev/input/event7)
[ 391.477] (**) HID 04d9:0499: Applying InputClass "libinput pointer catchall"
[ 391.477] (II) Using input driver 'libinput' for 'HID 04d9:0499'
[ 391.533] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[ 391.533] (**) HID 04d9:0499: always reports core events
[ 391.533] (**) Option "Device" "/dev/input/event7"
[ 391.533] (**) Option "_source" "server/udev"
[ 391.534] (II) event7 - HID 04d9:0499: is tagged by udev as: Mouse
[ 391.534] (II) event7 - HID 04d9:0499: device set to 800 DPI
[ 391.534] (II) event7 - HID 04d9:0499: device is a pointer
[ 391.534] (II) event7 - HID 04d9:0499: device removed
[ 391.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-1/5-1:1.0/0003:04D9:0499.0002/input/input10/event7"
[ 391.534] (II) XINPUT: Adding extended input device "HID 04d9:0499" (type: MOUSE, id 10)
[ 391.535] (**) Option "AccelerationScheme" "none"
[ 391.535] (**) HID 04d9:0499: (accel) selected scheme none/0
[ 391.535] (**) HID 04d9:0499: (accel) acceleration factor: 2.000
[ 391.535] (**) HID 04d9:0499: (accel) acceleration threshold: 4
[ 391.535] (II) event7 - HID 04d9:0499: is tagged by udev as: Mouse
[ 391.535] (II) event7 - HID 04d9:0499: device set to 800 DPI
[ 391.535] (II) event7 - HID 04d9:0499: device is a pointer
[ 391.536] (II) config/udev: Adding input device HID 04d9:0499 (/dev/input/mouse0)
[ 391.536] (II) No input driver specified, ignoring this device.
[ 391.536] (II) This device may have been added with another device file.
[ 391.536] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event16)
[ 391.536] (II) No input driver specified, ignoring this device.
[ 391.536] (II) This device may have been added with another device file.
[ 391.536] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[ 391.536] (II) No input driver specified, ignoring this device.
[ 391.536] (II) This device may have been added with another device file.
[ 391.537] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/event8)
[ 391.537] (**) SYNA32A5:00 06CB:CE17 Mouse: Applying InputClass "libinput pointer catchall"
[ 391.537] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Mouse'
[ 391.538] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[ 391.538] (**) SYNA32A5:00 06CB:CE17 Mouse: always reports core events
[ 391.538] (**) Option "Device" "/dev/input/event8"
[ 391.538] (**) Option "_source" "server/udev"
[ 391.538] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 391.539] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 391.539] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: device removed
[ 391.539] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input11/event8"
[ 391.539] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Mouse" (type: MOUSE, id 11)
[ 391.539] (**) Option "AccelerationScheme" "none"
[ 391.539] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) selected scheme none/0
[ 391.539] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration factor: 2.000
[ 391.539] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration threshold: 4
[ 391.540] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 391.540] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 391.540] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/mouse1)
[ 391.540] (II) No input driver specified, ignoring this device.
[ 391.540] (II) This device may have been added with another device file.
[ 391.540] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/event9)
[ 391.540] (**) SYNA32A5:00 06CB:CE17 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 391.540] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Touchpad'
[ 391.541] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 47 paused 0
[ 391.541] (**) SYNA32A5:00 06CB:CE17 Touchpad: always reports core events
[ 391.541] (**) Option "Device" "/dev/input/event9"
[ 391.541] (**) Option "_source" "server/udev"
[ 391.542] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 391.543] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 391.543] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[ 391.543] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input12/event9"
[ 391.543] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Touchpad" (type: TOUCHPAD, id 12)
[ 391.544] (**) Option "AccelerationScheme" "none"
[ 391.544] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) selected scheme none/0
[ 391.544] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration factor: 2.000
[ 391.544] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration threshold: 4
[ 391.544] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 391.545] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 391.545] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/mouse2)
[ 391.545] (II) No input driver specified, ignoring this device.
[ 391.545] (II) This device may have been added with another device file.
[ 391.545] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 391.545] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 391.545] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 391.546] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[ 391.546] (**) AT Translated Set 2 keyboard: always reports core events
[ 391.546] (**) Option "Device" "/dev/input/event4"
[ 391.546] (**) Option "_source" "server/udev"
[ 391.547] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 391.547] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 391.547] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 391.547] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 391.547] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 391.548] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 391.548] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 391.548] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 391.548] (II) No input driver specified, ignoring this device.
[ 391.548] (II) This device may have been added with another device file.
[ 391.549] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[ 391.549] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 391.549] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 391.550] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[ 391.550] (**) HP WMI hotkeys: always reports core events
[ 391.550] (**) Option "Device" "/dev/input/event6"
[ 391.550] (**) Option "_source" "server/udev"
[ 391.550] (II) event6 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 391.550] (II) event6 - HP WMI hotkeys: device is a keyboard
[ 391.550] (II) event6 - HP WMI hotkeys: device is a switch device
[ 391.550] (II) event6 - HP WMI hotkeys: device removed
[ 391.550] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event6"
[ 391.550] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[ 391.551] (II) event6 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 391.551] (II) event6 - HP WMI hotkeys: device is a keyboard
[ 391.551] (II) event6 - HP WMI hotkeys: device is a switch device
[ 391.561] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 391.561] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 391.561] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 391.561] (--) NVIDIA(GPU-0):
[ 391.561] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 391.561] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 391.561] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 391.561] (--) NVIDIA(GPU-0):
[ 391.561] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 391.561] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 391.561] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 391.561] (--) NVIDIA(GPU-0):
[ 391.561] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 391.561] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 391.561] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[ 391.561] (--) NVIDIA(GPU-0):
[ 391.561] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 391.561] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 391.561] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 391.561] (--) NVIDIA(GPU-0):
[ 391.568] randr: falling back to unsynchronized pixmap sharing
[ 391.568] (II) modeset(G0): Allocate new frame buffer 1920x1080 stride
[ 392.090] (II) modeset(G0): Disabling kernel dirty updates, not required.
[ 392.108] (**) Option "fd" "39"
[ 392.108] (II) event2 - Power Button: device removed
[ 392.108] (**) Option "fd" "42"
[ 392.108] (II) event3 - Video Bus: device removed
[ 392.108] (**) Option "fd" "43"
[ 392.108] (II) event0 - Power Button: device removed
[ 392.108] (**) Option "fd" "44"
[ 392.108] (II) event18 - HP Wide Vision HD Camera: HP Wi: device removed
[ 392.108] (**) Option "fd" "45"
[ 392.108] (II) event7 - HID 04d9:0499: device removed
[ 392.108] (**) Option "fd" "46"
[ 392.108] (II) event8 - SYNA32A5:00 06CB:CE17 Mouse: device removed
[ 392.108] (**) Option "fd" "47"
[ 392.108] (II) event9 - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[ 392.108] (**) Option "fd" "48"
[ 392.108] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 392.108] (**) Option "fd" "49"
[ 392.108] (II) event6 - HP WMI hotkeys: device removed
[ 392.115] (II) UnloadModule: "libinput"
[ 392.115] (II) systemd-logind: releasing fd for 13:70
[ 392.159] (II) UnloadModule: "libinput"
[ 392.159] (II) systemd-logind: releasing fd for 13:68
[ 392.199] (II) UnloadModule: "libinput"
[ 392.199] (II) systemd-logind: releasing fd for 13:73
[ 392.293] (II) UnloadModule: "libinput"
[ 392.293] (II) systemd-logind: releasing fd for 13:72
[ 392.346] (II) UnloadModule: "libinput"
[ 392.346] (II) systemd-logind: releasing fd for 13:71
[ 392.399] (II) UnloadModule: "libinput"
[ 392.399] (II) systemd-logind: releasing fd for 13:82
[ 392.453] (II) UnloadModule: "libinput"
[ 392.453] (II) systemd-logind: releasing fd for 13:64
[ 392.479] (II) UnloadModule: "libinput"
[ 392.479] (II) systemd-logind: releasing fd for 13:67
[ 392.533] (II) UnloadModule: "libinput"
[ 392.533] (II) systemd-logind: releasing fd for 13:66
[ 392.699] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 392.710] (II) Server terminated successfully (0). Closing log file.**EDIT:
For some reason, I was under the impression that ~/.xinitrc would incorporate existing entries from /etc/X11/xinit/xinitrc, where twm is actually launched. However, that was a bad assumption: twm was not being launched, and having nothing to do, the xserver would just exit regularly.
So, I just copied /etc/X11/xinit/xinitrc to ~/.xinitrc, put the xrandr commands at the top of that, and that seems to work.
Now I have some other problems, related to screen tearing, but I guess that should be in a different thread.
Marking this as solved.
Thanks V1del .
Last edited by Goran (2020-07-20 01:58:52)
Offline