) and everything looks good in the kernel config - the only difference being that I use built-in rather than modules. However, I don't have a config file for X - my understanding is that it's no longer needed. The permissions on /dev/dri and /dev/dri/card0 look good; not exactly the same as in the article, but I have the equivalent for my user / group. Somehow I don't have glxinfo and glxgears, but I'm compiling Chromium at this time so I won't be able to move further until at least tomorrow.
Code: Select all
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[266632.312] Build Operating System: Linux 5.4.28-gentoo x86_64 Gentoo
[266632.312] Current Operating System: Linux phoenix 5.4.28-gentoo #1 SMP Mon Apr 20 12:33:10 EDT 2020 x86_64
[266632.312] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.28-gentoo root=UUID=954f2aea-c0d2-4140-85da-0a608f311b22 ro domdadm dolvm rootfstype=ext4
[266632.312] Build Date: 27 August 2020 02:59:54PM
[266632.312]
[266632.312] Current version of pixman: 0.40.0
[266632.312] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[266632.312] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[266632.312] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 13 20:29:10 2020
[266632.313] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[266632.314] (==) No Layout section. Using the first Screen section.
[266632.314] (==) No screen section available. Using defaults.
[266632.314] (**) |-->Screen "Default Screen Section" (0)
[266632.314] (**) | |-->Monitor "<default monitor>"
[266632.314] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[266632.314] (==) Automatically adding devices
[266632.314] (==) Automatically enabling devices
[266632.314] (==) Automatically adding GPU devices
[266632.314] (==) Max clients allowed: 256, resource mask: 0x1fffff
[266632.315] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[266632.315] Entry deleted from font path.
[266632.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[266632.315] Entry deleted from font path.
[266632.315] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[266632.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[266632.315] Entry deleted from font path.
[266632.315] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[266632.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[266632.315] Entry deleted from font path.
[266632.315] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[266632.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[266632.315] Entry deleted from font path.
[266632.315] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[266632.315] (==) FontPath set to:
/usr/share/fonts/misc/
[266632.315] (==) ModulePath set to "/usr/lib64/xorg/modules"
[266632.315] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[266632.315] (II) Loader magic: 0x55e465d2fce0
[266632.315] (II) Module ABI versions:
[266632.315] X.Org ANSI C Emulation: 0.4
[266632.315] X.Org Video Driver: 24.1
[266632.315] X.Org XInput driver : 24.1
[266632.315] X.Org Server Extension : 10.0
[266632.316] (++) using VT number 7
[266632.316] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[266632.317] (II) xfree86: Adding drm device (/dev/dri/card0)
[266632.319] (--) PCI:*(0@0:13:0) 10de:03d6:1458:d000 rev 162, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072
[266632.319] (II) LoadModule: "glx"
[266632.319] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[266632.320] (II) Module glx: vendor="X.Org Foundation"
[266632.321] compiled for 1.20.8, module version = 1.0.0
[266632.321] ABI class: X.Org Server Extension, version 10.0
[266632.321] (==) Matched nouveau as autoconfigured driver 0
[266632.321] (==) Matched nv as autoconfigured driver 1
[266632.321] (==) Matched modesetting as autoconfigured driver 2
[266632.321] (==) Matched fbdev as autoconfigured driver 3
[266632.321] (==) Matched vesa as autoconfigured driver 4
[266632.321] (==) Assigned the driver to the xf86ConfigLayout
[266632.321] (II) LoadModule: "nouveau"
[266632.321] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[266632.321] (II) Module nouveau: vendor="X.Org Foundation"
[266632.321] compiled for 1.20.8, module version = 1.0.16
[266632.321] Module class: X.Org Video Driver
[266632.321] ABI class: X.Org Video Driver, version 24.1
[266632.321] (II) LoadModule: "nv"
[266632.321] (WW) Warning, couldn't open module nv
[266632.321] (EE) Failed to load module "nv" (module does not exist, 0)
[266632.321] (II) LoadModule: "modesetting"
[266632.321] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[266632.323] (II) Module modesetting: vendor="X.Org Foundation"
[266632.323] compiled for 1.20.8, module version = 1.20.8
[266632.323] Module class: X.Org Video Driver
[266632.323] ABI class: X.Org Video Driver, version 24.1
[266632.323] (II) LoadModule: "fbdev"
[266632.323] (WW) Warning, couldn't open module fbdev
[266632.323] (EE) Failed to load module "fbdev" (module does not exist, 0)
[266632.323] (II) LoadModule: "vesa"
[266632.323] (WW) Warning, couldn't open module vesa
[266632.323] (EE) Failed to load module "vesa" (module does not exist, 0)
[266632.323] (II) NOUVEAU driver
[266632.323] (II) NOUVEAU driver for NVIDIA chipset families :
[266632.323] RIVA TNT (NV04)
[266632.323] RIVA TNT2 (NV05)
[266632.323] GeForce 256 (NV10)
[266632.323] GeForce 2 (NV11, NV15)
[266632.323] GeForce 4MX (NV17, NV18)
[266632.323] GeForce 3 (NV20)
[266632.323] GeForce 4Ti (NV25, NV28)
[266632.324] GeForce FX (NV3x)
[266632.324] GeForce 6 (NV4x)
[266632.324] GeForce 7 (G7x)
[266632.324] GeForce 8 (G8x)
[266632.324] GeForce 9 (G9x)
[266632.324] GeForce GTX 2xx/3xx (GT2xx)
[266632.324] GeForce GTX 4xx/5xx (GFxxx)
[266632.324] GeForce GTX 6xx/7xx (GKxxx)
[266632.324] GeForce GTX 9xx (GMxxx)
[266632.324] GeForce GTX 10xx (GPxxx)
[266632.324] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[266632.326] (II) [drm] nouveau interface version: 1.3.1
[266632.326] (WW) Falling back to old probe method for modesetting
[266632.326] (II) Loading sub module "dri2"
[266632.326] (II) LoadModule: "dri2"
[266632.326] (II) Module "dri2" already built-in
[266632.326] (--) NOUVEAU(0): Chipset: "NVIDIA NV4C"
[266632.326] (II) NOUVEAU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[266632.326] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[266632.326] (==) NOUVEAU(0): RGB weight 888
[266632.326] (==) NOUVEAU(0): Default visual is TrueColor
[266632.326] (==) NOUVEAU(0): Using HW cursor
[266632.326] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[266632.326] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[266632.326] (==) NOUVEAU(0): Page flipping enabled
[266632.326] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[266632.326] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[266632.326] (II) NOUVEAU(0): Initializing outputs ...
[266632.355] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[266632.355] (II) NOUVEAU(0): 1 crtcs needed for screen.
[266632.355] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[266632.356] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[266632.384] (II) NOUVEAU(0): EDID for output VGA-1
[266632.384] (II) NOUVEAU(0): Manufacturer: GSM Model: 5a31 Serial#: 425062
[266632.384] (II) NOUVEAU(0): Year: 2014 Week: 11
[266632.384] (II) NOUVEAU(0): EDID Version: 1.3
[266632.384] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[266632.384] (II) NOUVEAU(0): Sync: Separate Composite
[266632.384] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[266632.384] (II) NOUVEAU(0): Gamma: 2.20
[266632.384] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[266632.384] (II) NOUVEAU(0): First detailed timing is preferred mode
[266632.384] (II) NOUVEAU(0): redX: 0.637 redY: 0.331 greenX: 0.309 greenY: 0.620
[266632.384] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.069 whiteX: 0.313 whiteY: 0.329
[266632.384] (II) NOUVEAU(0): Supported established timings:
[266632.384] (II) NOUVEAU(0): 720x400@70Hz
[266632.384] (II) NOUVEAU(0): 640x480@60Hz
[266632.384] (II) NOUVEAU(0): 640x480@75Hz
[266632.384] (II) NOUVEAU(0): 800x600@56Hz
[266632.384] (II) NOUVEAU(0): 800x600@60Hz
[266632.384] (II) NOUVEAU(0): 800x600@75Hz
[266632.384] (II) NOUVEAU(0): 832x624@75Hz
[266632.384] (II) NOUVEAU(0): 1024x768@60Hz
[266632.384] (II) NOUVEAU(0): 1024x768@75Hz
[266632.384] (II) NOUVEAU(0): 1280x1024@75Hz
[266632.384] (II) NOUVEAU(0): 1152x864@75Hz
[266632.384] (II) NOUVEAU(0): Manufacturer's mask: 0
[266632.384] (II) NOUVEAU(0): Supported standard timings:
[266632.384] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[266632.384] (II) NOUVEAU(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[266632.384] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[266632.384] (II) NOUVEAU(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[266632.384] (II) NOUVEAU(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[266632.384] (II) NOUVEAU(0): #5: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
[266632.384] (II) NOUVEAU(0): #6: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[266632.384] (II) NOUVEAU(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[266632.384] (II) NOUVEAU(0): Supported detailed timing:
[266632.384] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 480 x 270 mm
[266632.384] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[266632.385] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[266632.385] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[266632.385] (II) NOUVEAU(0): Monitor name: 22M35
[266632.385] (II) NOUVEAU(0): Serial No: 411NDSKCH062
[266632.385] (II) NOUVEAU(0): EDID (in hex):
[266632.385] (II) NOUVEAU(0): 00ffffffffffff001e6d315a667c0600
[266632.385] (II) NOUVEAU(0): 0b1801036c301b78ea3335a3544f9e27
[266632.385] (II) NOUVEAU(0): 115054a76b80714f81c0810081809500
[266632.385] (II) NOUVEAU(0): 9040a9c0b300023a801871382d40582c
[266632.385] (II) NOUVEAU(0): 4500e00e1100001e000000fd00384b1e
[266632.385] (II) NOUVEAU(0): 530f000a202020202020000000fc0032
[266632.385] (II) NOUVEAU(0): 324d33350a20202020202020000000ff
[266632.385] (II) NOUVEAU(0): 003431314e44534b43483036320a007f
[266632.385] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[266632.385] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266632.385] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266632.385] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266632.385] (II) NOUVEAU(0): Output VGA-1 connected
[266632.385] (II) NOUVEAU(0): Using exact sizes for initial modes
[266632.385] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080 +0+0
[266632.385] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[266632.385] (II) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[266632.385] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266632.385] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1400x1050": 121.8 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[266632.385] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[266632.385] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[266632.385] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[266632.385] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266632.385] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[266632.385] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266632.385] (==) NOUVEAU(0): DPI set to (96, 96)
[266632.385] (II) Loading sub module "fb"
[266632.385] (II) LoadModule: "fb"
[266632.385] (II) Loading /usr/lib64/xorg/modules/libfb.so
[266632.385] (II) Module fb: vendor="X.Org Foundation"
[266632.385] compiled for 1.20.8, module version = 1.0.0
[266632.385] ABI class: X.Org ANSI C Emulation, version 0.4
[266632.385] (II) Loading sub module "shadowfb"
[266632.385] (II) LoadModule: "shadowfb"
[266632.385] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[266632.386] (II) Module shadowfb: vendor="X.Org Foundation"
[266632.386] compiled for 1.20.8, module version = 1.0.0
[266632.386] ABI class: X.Org ANSI C Emulation, version 0.4
[266632.386] (II) UnloadModule: "modesetting"
[266632.386] (II) Unloading modesetting
[266632.389] (II) NOUVEAU(0): Channel setup complete.
[266632.389] (II) NOUVEAU(0): Hardware support for Present enabled
[266632.389] (II) NOUVEAU(0): [DRI2] Setup complete
[266632.389] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
[266632.389] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
[266632.389] (II) Loading sub module "exa"
[266632.389] (II) LoadModule: "exa"
[266632.389] (II) Loading /usr/lib64/xorg/modules/libexa.so
[266632.389] (II) Module exa: vendor="X.Org Foundation"
[266632.389] compiled for 1.20.8, module version = 2.6.0
[266632.389] ABI class: X.Org Video Driver, version 24.1
[266632.389] (II) EXA(0): Driver allocated offscreen pixmaps
[266632.389] (II) EXA(0): Driver registered support for the following operations:
[266632.389] (II) Solid
[266632.389] (II) Copy
[266632.389] (II) Composite (RENDER acceleration)
[266632.389] (II) UploadToScreen
[266632.389] (II) DownloadFromScreen
[266632.389] (==) NOUVEAU(0): Backing store enabled
[266632.389] (==) NOUVEAU(0): Silken mouse enabled
[266632.389] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter.
[266632.389] (II) NOUVEAU(0): [XvMC] Extension initialized.
[266632.389] (==) NOUVEAU(0): DPMS enabled
[266632.389] (II) Initializing extension Generic Event Extension
[266632.389] (II) Initializing extension SHAPE
[266632.389] (II) Initializing extension MIT-SHM
[266632.389] (II) Initializing extension XInputExtension
[266632.389] (II) Initializing extension XTEST
[266632.389] (II) Initializing extension BIG-REQUESTS
[266632.389] (II) Initializing extension SYNC
[266632.389] (II) Initializing extension XKEYBOARD
[266632.389] (II) Initializing extension XC-MISC
[266632.389] (II) Initializing extension XFIXES
[266632.389] (II) Initializing extension RENDER
[266632.389] (II) Initializing extension RANDR
[266632.390] (II) Initializing extension COMPOSITE
[266632.390] (II) Initializing extension DAMAGE
[266632.390] (II) Initializing extension MIT-SCREEN-SAVER
[266632.390] (II) Initializing extension DOUBLE-BUFFER
[266632.390] (II) Initializing extension RECORD
[266632.390] (II) Initializing extension DPMS
[266632.390] (II) Initializing extension Present
[266632.390] (II) Initializing extension DRI3
[266632.390] (II) Initializing extension X-Resource
[266632.390] (II) Initializing extension XVideo
[266632.390] (II) Initializing extension XVideo-MotionCompensation
[266632.390] (II) Initializing extension GLX
[266632.442] (II) AIGLX: Loaded and initialized nouveau
[266632.442] (II) GLX: Initialized DRI2 GL provider for screen 0
[266632.442] (II) Initializing extension XFree86-VidModeExtension
[266632.442] (II) Initializing extension XFree86-DGA
[266632.442] (II) Initializing extension XFree86-DRI
[266632.442] (II) Initializing extension DRI2
[266632.446] (II) NOUVEAU(0): NVEnterVT is called.
[266632.447] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[266632.447] resize called 1920 1080
[266632.516] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[266632.516] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[266632.516] (II) LoadModule: "evdev"
[266632.516] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[266632.517] (II) Module evdev: vendor="X.Org Foundation"
[266632.517] compiled for 1.20.8, module version = 2.10.6
[266632.517] Module class: X.Org XInput Driver
[266632.517] ABI class: X.Org XInput driver, version 24.1
[266632.517] (II) Using input driver 'evdev' for 'Power Button'
[266632.517] (**) Power Button: always reports core events
[266632.517] (**) evdev: Power Button: Device: "/dev/input/event1"
[266632.517] (--) evdev: Power Button: Vendor 0 Product 0x1
[266632.517] (--) evdev: Power Button: Found keys
[266632.517] (II) evdev: Power Button: Configuring as keyboard
[266632.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[266632.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[266632.517] (**) Option "xkb_rules" "evdev"
[266632.518] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[266632.518] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[266632.518] (II) Using input driver 'evdev' for 'Power Button'
[266632.518] (**) Power Button: always reports core events
[266632.518] (**) evdev: Power Button: Device: "/dev/input/event0"
[266632.518] (--) evdev: Power Button: Vendor 0 Product 0x1
[266632.518] (--) evdev: Power Button: Found keys
[266632.518] (II) evdev: Power Button: Configuring as keyboard
[266632.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[266632.518] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[266632.518] (**) Option "xkb_rules" "evdev"
[266632.519] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event8)
[266632.519] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[266632.519] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[266632.519] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[266632.519] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event8"
[266632.519] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0xcb
[266632.519] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[266632.519] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[266632.519] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[266632.519] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[266632.519] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[266632.519] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[266632.519] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[266632.519] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[266632.519] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/0003:045E:00CB.0002/input/input8/event8"
[266632.519] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 8)
[266632.519] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[266632.519] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[266632.519] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[266632.519] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[266632.519] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[266632.520] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse0)
[266632.520] (II) No input driver specified, ignoring this device.
[266632.520] (II) This device may have been added with another device file.
[266632.520] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event3)
[266632.520] (II) No input driver specified, ignoring this device.
[266632.520] (II) This device may have been added with another device file.
[266632.520] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event4)
[266632.520] (II) No input driver specified, ignoring this device.
[266632.520] (II) This device may have been added with another device file.
[266632.521] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event5)
[266632.521] (II) No input driver specified, ignoring this device.
[266632.521] (II) This device may have been added with another device file.
[266632.521] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event6)
[266632.521] (II) No input driver specified, ignoring this device.
[266632.521] (II) This device may have been added with another device file.
[266632.521] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event7)
[266632.521] (II) No input driver specified, ignoring this device.
[266632.521] (II) This device may have been added with another device file.
[266632.522] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[266632.522] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[266632.522] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[266632.522] (**) AT Translated Set 2 keyboard: always reports core events
[266632.522] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[266632.522] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[266632.522] (--) evdev: AT Translated Set 2 keyboard: Found keys
[266632.522] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[266632.522] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[266632.522] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[266632.522] (**) Option "xkb_rules" "evdev"
[266638.615] (II) NOUVEAU(0): EDID vendor "GSM", prod id 23089
[266638.615] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[266638.615] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[266638.615] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[266638.615] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266638.615] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[266638.615] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[266638.949] resize called 1920 1080
[266639.237] (II) AIGLX: Suspending AIGLX clients for VT switch
[266639.237] (II) NOUVEAU(0): NVLeaveVT is called.
[266641.002] (II) AIGLX: Resuming AIGLX clients after VT switch
[266641.002] (II) NOUVEAU(0): NVEnterVT is called.
[266641.051] (II) NOUVEAU(0): EDID vendor "GSM", prod id 23089
[266641.051] (II) NOUVEAU(0): Using hsync ranges from config file
[266641.051] (II) NOUVEAU(0): Using vrefresh ranges from config file
[266641.051] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[266641.051] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266641.051] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[266641.051] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[266647.889] (II) NOUVEAU(0): EDID vendor "GSM", prod id 23089
[266647.889] (II) NOUVEAU(0): Using hsync ranges from config file
[266647.889] (II) NOUVEAU(0): Using vrefresh ranges from config file
[266647.889] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[266647.889] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266647.889] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[266647.889] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[266647.919] (II) NOUVEAU(0): EDID vendor "GSM", prod id 23089
[266647.919] (II) NOUVEAU(0): Using hsync ranges from config file
[266647.919] (II) NOUVEAU(0): Using vrefresh ranges from config file
[266647.919] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[266647.919] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[266647.919] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[266647.919] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[2433327.470] (II) NOUVEAU(0): EDID vendor "GSM", prod id 23089
[2433327.498] (II) NOUVEAU(0): Using hsync ranges from config file
[2433327.499] (II) NOUVEAU(0): Using vrefresh ranges from config file
[2433327.499] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[2433327.499] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[2433327.499] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[2433327.499] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)