You are not logged in.

#26 2023-12-22 09:32:22

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

Again: you don't have to read the wiki to others.

seth wrote:

7. NOTA BENE: nvidia had historically issues w/ non-vga consoles, since you're using a legacy driver, this might actually remain a problem for you.
If any of the above doesn't get you a higher resolution framebuffer console and this is just because of butbutbutitworkedbefore (you're not actually using the tty after the boot phase on a daily base) leave it be.
Even iff the above gets you a framebuffer console, you might want to look into https://wiki.archlinux.org/title/GRUB/T … ramebuffer if the system starts to misbehave (eg. sitching the VT crashes your graphical session)

So did you try to disable the framebuffer console and does that completely prevent the issue?

Offline

#27 2024-04-22 17:17:01

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

I haven't tried disabling the console framebuffer yet. But sometimes I can't launch my desktop, I have a black screen. So my grub trick works partially. What should I do to optimize my arch linux?

Here

/etc/default/grub

change line

GRUB_GFXMODE=auto

to

GRUB_GFXMODE=1920x1080x32

Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#28 2024-04-22 20:20:20

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

seth wrote:

Again: you don't have to read the wiki to others.

seth wrote:

7. NOTA BENE: nvidia had historically issues w/ non-vga consoles, since you're using a legacy driver, this might actually remain a problem for you.
If any of the above doesn't get you a higher resolution framebuffer console and this is just because of butbutbutitworkedbefore (you're not actually using the tty after the boot phase on a daily base) leave it be.
Even iff the above gets you a framebuffer console, you might want to look into https://wiki.archlinux.org/title/GRUB/T … ramebuffer if the system starts to misbehave (eg. sitching the VT crashes your graphical session)

So did you try to disable the framebuffer console and does that completely prevent the issue?

Everything works before. Now I tried to follow your advice and I can't restore a low resolution.
Even if I reset the parameters by commenting the line

 GRUB_TERMINAL_OUTPUT=console

and putting the variable

 GRUB_GFXPAYLOAD_LINUX=keep 

This is my grub

# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="audit=1 loglevel=3 quiet nvidia_drm.modeset=1 nvidia-drm.fbdev=1 module_blacklist=nouveau lsm=apparmor,bpf,landlock,lockdown,yama,integrity"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `videoinfo'
#GRUB_GFXMODE=auto
GRUB_GFXMODE=1920x1080x32

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
#GRUB_GFXPAYLOAD_LINUX=text

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true

# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y

# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=false

Work the resolution but random freeze like... a black screen

Last edited by geopardo (2024-04-22 20:33:22)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#29 2024-04-22 20:43:17

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

But sometimes I can't launch my desktop, I have a black screen.

You still can reach the DM, only the desktop fails after the login?
Since you returned now, after ~4 months: does your desktop happen to be gnome (46)?

Offline

#30 2024-04-22 20:50:25

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

Is not gnome, I'm returned because i suffered a random black screen, Yes I reach the DM after tty login.. I have plasma kde

Last edited by geopardo (2024-04-22 20:51:25)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#31 2024-04-22 22:09:53

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

It's just because A LOT of people struggle to log into gnome 46 right now wink

plasma defaults to wayland since 6.0 - can you still log into a plasma/X11 session?

Offline

#32 2024-04-23 06:37:34

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

Yes plasma/X11 smile
Proper plasma installation need wayland?


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#33 2024-04-23 07:07:56

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

Make sure it's still X11 (previous default) and not wayland (now default, you don't need to install anything for that - it just happens)

echo $XDG_SESSION_TYPE
loginctl session-status

So you're trying to disable the framebuffer console, did you grub-mkconfig after editing the defaults (which in an by itself does nothing and only informs grub-mkconfig when generating grub.cfg)?

Offline

#34 2024-04-23 09:59:24

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

[greenman@greenhub ~]$ echo $XDG_SESSION_TYPE
tty
[greenman@greenhub ~]$ loginctl session-status
1 - greenman (1000)
  Since: Tue 2024-04-23 08:31:24 CEST; 2h 42min ago
  State: active
 Leader: 655 (login)
   Seat: seat0; vc1
    TTY: tty1
 Remote: no
Service: login
   Type: tty
  Class: user
   Idle: yes since Tue 2024-04-23 08:31:24 CEST (2h 42min ago)
   Unit: session-1.scope
         ├─655 "login -- greenman"
         ├─796 -bash
         ├─803 /bin/sh /usr/bin/startx
         ├─818 xinit /home/greenman/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.sC6ToXNpyQ
         ├─819 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.sC6ToXNpyQ
         └─837 startplasma-x11

apr 23 08:31:24 greenhub login[655]: LOGIN ON tty1 BY greenman
apr 23 08:31:24 greenhub systemd[1]: Started Session 1 of User greenman.

I already got the result 1920x1080x32 tty resolution. But when I follow wiki's advice, it restores the low resolution. Every now and then that problem arises.


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#35 2024-04-23 16:09:33

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

[quote}But when I follow wiki's advice, it restores the low resolution.[/quote}
That is the point of  GRUB_TERMINAL_OUTPUT=console/GRUB_GFXPAYLOAD_LINUX=keep  ie. not using the framebuffer console.

Or do you mean in X11?
In that case, please post your xorg log and the output of "xrandr -q" when it happens.

Offline

#36 2024-04-24 10:27:53

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

xrandr

[greenman@greenhub ~]$ xrandr -q
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00    60.00    50.04  
   1680x1050     59.95  
   1440x900      59.89  
   1440x576      50.00  
   1440x480      59.94  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
None-1-1 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +

xorg log is very large..


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#37 2024-04-24 12:09:14

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

None-1-1 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +

That's the simpledrm device, enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)

The HDMI output from xrandr runs at its preferred FullHD resolution - do you indeed mean that x11 runs at a low resolution?
Would you expect more than FullHD?
What's the specific symptoms?

xorg log is very large..

Specify "very" - some hundred or even thousand lines aren't "very large", you can post it to eg. 0x0.st (1st link below)

Offline

#38 2024-04-25 09:45:35

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

Try see this xorg log.. I have installed xorg in rootless, maybe Xorg is run with root priveleges..

cat /var/log/Xorg.0.log
[   934.461] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[   934.461] Current Operating System: Linux greenhub 6.6.7-hardened1-1-hardened #1 SMP PREEMPT_DYNAMIC Wed, 13 Dec 2023 20:40:21 +0000 x86_64
[   934.461] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/boot/vmlinuz-linux-hardened root=UUID=a28f0267-276c-4a55-a2aa-261007d61aed rw loglevel=3 quiet
[   934.461]  
[   934.461] Current version of pixman: 0.42.2
[   934.462]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   934.462] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   934.462] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 17:29:15 2023
[   934.468] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   934.469] (==) No Layout section.  Using the first Screen section.
[   934.469] (==) No screen section available. Using defaults.
[   934.469] (**) |-->Screen "Default Screen Section" (0)
[   934.469] (**) |   |-->Monitor "<default monitor>"
[   934.469] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   934.469] (==) Automatically adding devices
[   934.469] (==) Automatically enabling devices
[   934.469] (==) Automatically adding GPU devices
[   934.469] (==) Automatically binding GPU devices
[   934.469] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   934.469] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   934.469]    Entry deleted from font path.
[   934.470] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   934.470]    Entry deleted from font path.
[   934.470] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   934.470]    Entry deleted from font path.
[   934.470] (==) FontPath set to:
        /usr/share/fonts/TTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[   934.470] (==) ModulePath set to "/usr/lib/xorg/modules"
[   934.470] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   934.470] (II) Module ABI versions:
[   934.470]    X.Org ANSI C Emulation: 0.4
[   934.470]    X.Org Video Driver: 25.2
[   934.470]    X.Org XInput driver : 24.4
[   934.470]    X.Org Server Extension : 10.0
[   934.471] (++) using VT number 1

[   934.474] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   934.476] (II) xfree86: Adding drm device (/dev/dri/card0)
[   934.476] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.0/0000:01:00.0/drm/card0
[   934.477] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   934.488] (--) PCI:*(1@0:0:0) 10de:128b:1043:8576 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf2000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
[   934.489] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   934.489] (II) LoadModule: "glx"
[   934.490] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   934.504] (II) Module glx: vendor="X.Org Foundation"
[   934.504]    compiled for 1.21.1.10, module version = 1.0.0
[   934.504]    ABI class: X.Org Server Extension, version 10.0
[   934.504] (==) Matched nouveau as autoconfigured driver 0
[   934.504] (==) Matched nv as autoconfigured driver 1
[   934.504] (==) Matched modesetting as autoconfigured driver 2
[   934.504] (==) Matched fbdev as autoconfigured driver 3
[   934.504] (==) Matched vesa as autoconfigured driver 4
[   934.504] (==) Assigned the driver to the xf86ConfigLayout
[   934.504] (II) LoadModule: "nouveau"
[   934.505] (WW) Warning, couldn't open module nouveau
[   934.505] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   934.505] (II) LoadModule: "nv"
[   934.505] (WW) Warning, couldn't open module nv
[   934.505] (EE) Failed to load module "nv" (module does not exist, 0)
[   934.505] (II) LoadModule: "modesetting"
[   934.505] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   934.510] (II) Module modesetting: vendor="X.Org Foundation"
[   934.510]    compiled for 1.21.1.10, module version = 1.21.1
[   934.510]    Module class: X.Org Video Driver
[   934.510]    ABI class: X.Org Video Driver, version 25.2
[   934.510] (II) LoadModule: "fbdev"
[   934.511] (WW) Warning, couldn't open module fbdev
[   934.511] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   934.511] (II) LoadModule: "vesa"
[   934.511] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   934.511] (II) Module vesa: vendor="X.Org Foundation"
[   934.512]    compiled for 1.21.1.4, module version = 2.6.0
[   934.512]    Module class: X.Org Video Driver
[   934.512]    ABI class: X.Org Video Driver, version 25.2
[   934.512] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   934.512] (II) VESA: driver for VESA chipsets: vesa
[   934.512] (II) modeset(0): using drv /dev/dri/card0
[   934.512] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   934.512] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   934.512] (==) modeset(0): RGB weight 888
[   934.512] (==) modeset(0): Default visual is TrueColor
[   934.512] (II) Loading sub module "glamoregl"
[   934.512] (II) LoadModule: "glamoregl"
[   934.512] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   934.518] (II) Module glamoregl: vendor="X.Org Foundation"
[   934.518]    compiled for 1.21.1.10, module version = 1.0.1
[   934.518]    ABI class: X.Org ANSI C Emulation, version 0.4
[   935.051] (II) modeset(0): glamor X acceleration enabled on NV106
[   935.051] (II) modeset(0): glamor initialized
[   935.051] (==) modeset(0): VariableRefresh: disabled
[   935.051] (==) modeset(0): AsyncFlipSecondaries: disabled
[   935.052] (II) modeset(0): Output DVI-D-1 has no monitor section
[   935.116] (II) modeset(0): Output HDMI-1 has no monitor section
[   935.127] (II) modeset(0): Output VGA-1 has no monitor section
[   935.129] (II) modeset(0): EDID for output DVI-D-1
[   935.193] (II) modeset(0): EDID for output HDMI-1
[   935.193] (II) modeset(0): Manufacturer: AUS  Model: 27c0  Serial#: 8429
[   935.193] (II) modeset(0): Year: 2021  Week: 36
[   935.193] (II) modeset(0): EDID Version: 1.3
[   935.193] (II) modeset(0): Digital Display Input
[   935.193] (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   935.193] (II) modeset(0): Gamma: 2.20
[   935.193] (II) modeset(0): DPMS capabilities: Off
[   935.193] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   935.193] (II) modeset(0): First detailed timing is preferred mode
[   935.193] (II) modeset(0): redX: 0.653 redY: 0.337   greenX: 0.320 greenY: 0.612
[   935.193] (II) modeset(0): blueX: 0.150 blueY: 0.068   whiteX: 0.313 whiteY: 0.329
[   935.193] (II) modeset(0): Supported established timings:
[   935.193] (II) modeset(0): 720x400@70Hz
[   935.193] (II) modeset(0): 640x480@60Hz
[   935.193] (II) modeset(0): 640x480@67Hz
[   935.193] (II) modeset(0): 640x480@72Hz
[   935.193] (II) modeset(0): 640x480@75Hz
[   935.193] (II) modeset(0): 800x600@56Hz
[   935.193] (II) modeset(0): 800x600@60Hz
[   935.193] (II) modeset(0): 800x600@72Hz
[   935.193] (II) modeset(0): 800x600@75Hz
[   935.193] (II) modeset(0): 832x624@75Hz
[   935.193] (II) modeset(0): 1024x768@60Hz
[   935.193] (II) modeset(0): 1024x768@70Hz
[   935.193] (II) modeset(0): 1024x768@75Hz
[   935.193] (II) modeset(0): 1280x1024@75Hz
[   935.193] (II) modeset(0): Manufacturer's mask: 0
[   935.193] (II) modeset(0): Supported standard timings:
[   935.193] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   935.193] (II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   935.193] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   935.193] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   935.193] (II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   935.193] (II) modeset(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   935.193] (II) modeset(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   935.193] (II) modeset(0): Supported detailed timing:
[   935.193] (II) modeset(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   935.193] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   935.193] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   935.193] (II) modeset(0): Serial No: M9LMTJ008429
[   935.193] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[   935.193] (II) modeset(0): Monitor name: ASUS VZ279HE
[   935.193] (II) modeset(0): Supported detailed timing:
[   935.193] (II) modeset(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[   935.193] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   935.193] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   935.193] (II) modeset(0): Supported detailed timing:
[   935.193] (II) modeset(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   935.193] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   935.193] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   935.193] (II) modeset(0): Supported detailed timing:
[   935.193] (II) modeset(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   935.193] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   935.193] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   935.193] (II) modeset(0): Supported detailed timing:
[   935.193] (II) modeset(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[   935.193] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   935.193] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   935.193] (II) modeset(0): Number of EDID sections to follow: 1
[   935.193] (II) modeset(0): EDID (in hex):
[   935.193] (II) modeset(0):   00ffffffffffff0006b3c027ed200000
[   935.193] (II) modeset(0):   241f0103803c22782a53a5a756529c26
[   935.193] (II) modeset(0):   115054bfef00d1c0b300950081808140
[   935.193] (II) modeset(0):   81c0714f0101023a801871382d40582c
[   935.193] (II) modeset(0):   450056502100001e000000ff004d394c
[   935.193] (II) modeset(0):   4d544a3030383432390a000000fd0032
[   935.193] (II) modeset(0):   4b185311000a202020202020000000fc
[   935.193] (II) modeset(0):   004153555320565a32373948450a01f1
[   935.193] (II) modeset(0):   02031a314f0102031112130414050e0f
[   935.193] (II) modeset(0):   1d1e1f9065030c0010008c0ad08a20e0
[   935.193] (II) modeset(0):   2d10103e9600565021000018011d0072
[   935.193] (II) modeset(0):   51d01e206e28550056502100001e011d
[   935.193] (II) modeset(0):   00bc52d01e20b828554056502100001e
[   935.193] (II) modeset(0):   8c0ad090204031200c40550056502100
[   935.193] (II) modeset(0):   00180000000000000000000000000000
[   935.193] (II) modeset(0):   00000000000000000000000000000013
[   935.193] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[   935.194] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[   935.194] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[   935.194] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[   935.194] (II) modeset(0): Printing probed modes for output HDMI-1
[   935.194] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   935.194] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   935.194] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   935.194] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   935.194] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   935.194] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   935.194] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   935.194] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   935.194] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   935.194] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   935.194] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[   935.194] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   935.194] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   935.194] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   935.194] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   935.194] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   935.194] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   935.194] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   935.194] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   935.194] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   935.194] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   935.194] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   935.194] (II) modeset(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   935.194] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   935.194] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   935.194] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   935.194] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[   935.194] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   935.194] (II) modeset(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[   935.194] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   935.194] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[   935.194] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   935.194] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   935.194] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   935.194] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   935.194] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   935.194] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   935.194] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   935.194] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   935.194] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   935.194] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[   935.194] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[   935.194] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[   935.194] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   935.194] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   935.194] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   935.194] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   935.194] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   935.194] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   935.194] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   935.194] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   935.194] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   935.194] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   935.194] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[   935.194] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   935.194] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   935.194] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   935.194] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[   935.194] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   935.194] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   935.194] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   935.194] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   935.194] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   935.194] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   935.194] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[   935.194] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   935.194] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   935.194] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   935.194] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   935.194] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   935.194] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   935.194] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   935.194] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   935.194] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[   935.194] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   935.194] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   935.194] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   935.194] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   935.194] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[   935.194] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[   935.194] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   935.194] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   935.194] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   935.194] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[   935.194] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   935.194] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   935.194] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[   935.194] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[   935.194] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   935.194] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   935.194] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   935.194] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   935.194] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[   935.194] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[   935.194] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   935.194] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   935.194] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   935.194] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   935.194] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   935.205] (II) modeset(0): EDID for output VGA-1
[   935.205] (II) modeset(0): Output DVI-D-1 disconnected
[   935.205] (II) modeset(0): Output HDMI-1 connected
[   935.205] (II) modeset(0): Output VGA-1 disconnected
[   935.205] (II) modeset(0): Using exact sizes for initial modes
[   935.205] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[   935.205] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   935.205] (==) modeset(0): DPI set to (96, 96)
[   935.205] (II) Loading sub module "fb"
[   935.205] (II) LoadModule: "fb"
[   935.205] (II) Module "fb" already built-in
[   935.205] (II) UnloadModule: "vesa"
[   935.205] (II) Unloading vesa
[   935.243] (==) modeset(0): Backing store enabled
[   935.243] (==) modeset(0): Silken mouse enabled
[   935.257] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   935.257] (==) modeset(0): DPMS enabled
[   935.257] (II) modeset(0): [DRI2] Setup complete
[   935.257] (II) modeset(0): [DRI2]   DRI driver: nouveau
[   935.257] (II) modeset(0): [DRI2]   VDPAU driver: nouveau
[   935.257] (II) Initializing extension Generic Event Extension
[   935.258] (II) Initializing extension SHAPE
[   935.258] (II) Initializing extension MIT-SHM
[   935.258] (II) Initializing extension XInputExtension
[   935.258] (II) Initializing extension XTEST
[   935.258] (II) Initializing extension BIG-REQUESTS
[   935.258] (II) Initializing extension SYNC
[   935.258] (II) Initializing extension XKEYBOARD
[   935.258] (II) Initializing extension XC-MISC
[   935.258] (II) Initializing extension SECURITY
[   935.259] (II) Initializing extension XFIXES
[   935.259] (II) Initializing extension RENDER
[   935.259] (II) Initializing extension RANDR
[   935.259] (II) Initializing extension COMPOSITE
[   935.259] (II) Initializing extension DAMAGE
[   935.259] (II) Initializing extension MIT-SCREEN-SAVER
[   935.259] (II) Initializing extension DOUBLE-BUFFER
[   935.259] (II) Initializing extension RECORD
[   935.260] (II) Initializing extension DPMS
[   935.260] (II) Initializing extension Present
[   935.260] (II) Initializing extension DRI3
[   935.260] (II) Initializing extension X-Resource
[   935.260] (II) Initializing extension XVideo
[   935.260] (II) Initializing extension XVideo-MotionCompensation
[   935.260] (II) Initializing extension GLX
[   935.266] (II) AIGLX: Loaded and initialized nouveau
[   935.266] (II) GLX: Initialized DRI2 GL provider for screen 0
[   935.266] (II) Initializing extension XFree86-VidModeExtension
[   935.266] (II) Initializing extension XFree86-DGA
[   935.266] (II) Initializing extension XFree86-DRI
[   935.266] (II) Initializing extension DRI2
[   935.267] (II) modeset(0): Damage tracking initialized
[   935.267] (II) modeset(0): Setting screen physical size to 508 x 285
[   935.426] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   935.426] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   935.426] (II) LoadModule: "libinput"
[   935.427] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   935.433] (II) Module libinput: vendor="X.Org Foundation"
[   935.433]    compiled for 1.21.1.8, module version = 1.4.0
[   935.433]    Module class: X.Org XInput Driver
[   935.433]    ABI class: X.Org XInput driver, version 24.4
[   935.433] (II) Using input driver 'libinput' for 'Power Button'
[   935.434] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[   935.434] (**) Power Button: always reports core events
[   935.434] (**) Option "Device" "/dev/input/event1"
[   935.450] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   935.450] (II) event1  - Power Button: device is a keyboard
[   935.450] (II) event1  - Power Button: device removed
[   935.450] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   935.450] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   935.451] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   935.451] (II) event1  - Power Button: device is a keyboard
[   935.452] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   935.452] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   935.452] (II) Using input driver 'libinput' for 'Power Button'
[   935.454] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[   935.454] (**) Power Button: always reports core events
[   935.454] (**) Option "Device" "/dev/input/event0"
[   935.455] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   935.455] (II) event0  - Power Button: device is a keyboard
[   935.456] (II) event0  - Power Button: device removed
[   935.456] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   935.456] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   935.457] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   935.457] (II) event0  - Power Button: device is a keyboard
[   935.459] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[   935.459] (II) No input driver specified, ignoring this device.
[   935.459] (II) This device may have been added with another device file.
[   935.459] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[   935.459] (II) No input driver specified, ignoring this device.
[   935.459] (II) This device may have been added with another device file.
[   935.460] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[   935.460] (II) No input driver specified, ignoring this device.
[   935.460] (II) This device may have been added with another device file.
[   935.461] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[   935.461] (II) No input driver specified, ignoring this device.
[   935.461] (II) This device may have been added with another device file.
[   935.461] (II) config/udev: Adding input device HDA Intel MID Front Mic (/dev/input/event11)
[   935.461] (II) No input driver specified, ignoring this device.
[   935.461] (II) This device may have been added with another device file.
[   935.462] (II) config/udev: Adding input device HDA Intel MID Rear Mic (/dev/input/event12)
[   935.462] (II) No input driver specified, ignoring this device.
[   935.462] (II) This device may have been added with another device file.
[   935.462] (II) config/udev: Adding input device HDA Intel MID Line (/dev/input/event13)
[   935.462] (II) No input driver specified, ignoring this device.
[   935.462] (II) This device may have been added with another device file.
[   935.463] (II) config/udev: Adding input device HDA Intel MID Line Out Front (/dev/input/event14)
[   935.463] (II) No input driver specified, ignoring this device.
[   935.463] (II) This device may have been added with another device file.
[   935.463] (II) config/udev: Adding input device HDA Intel MID Line Out Surround (/dev/input/event15)
[   935.464] (II) No input driver specified, ignoring this device.
[   935.464] (II) This device may have been added with another device file.
[   935.464] (II) config/udev: Adding input device HDA Intel MID Line Out CLFE (/dev/input/event16)
[   935.464] (II) No input driver specified, ignoring this device.
[   935.464] (II) This device may have been added with another device file.
[   935.465] (II) config/udev: Adding input device HDA Intel MID Line Out Side (/dev/input/event17)
[   935.465] (II) No input driver specified, ignoring this device.
[   935.465] (II) This device may have been added with another device file.
[   935.465] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event18)
[   935.465] (II) No input driver specified, ignoring this device.
[   935.465] (II) This device may have been added with another device file.
[   935.467] (II) config/udev: Adding input device Microsoft Microsoft® Comfort Mouse 4500 (/dev/input/event5)
[   935.467] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput pointer catchall"
[   935.467] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput keyboard catchall"
[   935.467] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Comfort Mouse 4500'
[   935.469] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[   935.469] (**) Microsoft Microsoft® Comfort Mouse 4500: always reports core events
[   935.469] (**) Option "Device" "/dev/input/event5"
[   935.471] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: is tagged by udev as: Keyboard Mouse
[   935.471] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device set to 1000 DPI
[   935.472] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a pointer
[   935.472] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a keyboard
[   935.472] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device removed
[   935.472] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.472] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.472] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.472] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: needs a virtual subdevice
[   935.472] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:076C.0001/input/input5/event5"
[   935.472] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Comfort Mouse 4500" (type: MOUSE, id 8)
[   935.472] (**) Option "AccelerationScheme" "none"
[   935.472] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) selected scheme none/0
[   935.472] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) acceleration factor: 2.000
[   935.472] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) acceleration threshold: 4
[   935.474] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: is tagged by udev as: Keyboard Mouse
[   935.475] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device set to 1000 DPI
[   935.475] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a pointer
[   935.475] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a keyboard
[   935.476] (II) config/udev: Adding input device Microsoft Microsoft® Comfort Mouse 4500 (/dev/input/mouse0)
[   935.476] (II) No input driver specified, ignoring this device.
[   935.476] (II) This device may have been added with another device file.
[   935.477] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[   935.477] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   935.477] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[   935.479] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[   935.479] (**) Logitech USB Keyboard: always reports core events
[   935.479] (**) Option "Device" "/dev/input/event2"
[   935.482] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[   935.482] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   935.482] (II) event2  - Logitech USB Keyboard: device removed
[   935.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C31C.0002/input/input2/event2"
[   935.482] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[   935.485] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[   935.485] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   935.486] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event3)
[   935.487] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   935.487] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[   935.489] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[   935.489] (**) Logitech USB Keyboard Consumer Control: always reports core events
[   935.489] (**) Option "Device" "/dev/input/event3"
[   935.491] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   935.491] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[   935.491] (II) event3  - Logitech USB Keyboard Consumer Control: device removed
[   935.491] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C31C.0003/input/input3/event3"
[   935.491] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[   935.494] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   935.494] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[   935.496] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event4)
[   935.496] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   935.496] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[   935.498] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[   935.498] (**) Logitech USB Keyboard System Control: always reports core events
[   935.498] (**) Option "Device" "/dev/input/event4"
[   935.500] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[   935.500] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[   935.500] (II) event4  - Logitech USB Keyboard System Control: device removed
[   935.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C31C.0003/input/input4/event4"
[   935.500] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 11)
[   935.503] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[   935.503] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[   935.504] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   935.504] (II) No input driver specified, ignoring this device.
[   935.504] (II) This device may have been added with another device file.
[   935.516] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput pointer catchall"
[   935.516] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput keyboard catchall"
[   935.516] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Comfort Mouse 4500'
[   935.516] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   935.516] (**) Microsoft Microsoft® Comfort Mouse 4500: always reports core events
[   935.516] (**) Option "Device" "/dev/input/event5"
[   935.516] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: is a virtual subdevice
[   935.516] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.516] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.516] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[   935.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:076C.0001/input/input5/event5"
[   935.516] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Comfort Mouse 4500" (type: KEYBOARD, id 12)
[   936.525] (II) modeset(0): Disabling kernel dirty updates, not required.
[   937.679] (II) modeset(0): EDID vendor "AUS", prod id 10176
[   937.679] (II) modeset(0): Using EDID range info for horizontal sync
[   937.679] (II) modeset(0): Using EDID range info for vertical refresh
[   937.679] (II) modeset(0): Printing DDC gathered Modelines:
[   937.679] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   937.679] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   937.679] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   937.679] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   937.679] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   937.679] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   937.679] (II) modeset(0): Modeline "1440x480"x0.0   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1440x576"x0.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   937.679] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   937.679] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   937.679] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   937.679] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   937.679] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   937.679] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   937.679] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   937.679] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   937.679] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   937.679] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   937.679] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   937.679] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   937.679] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   937.679] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   937.679] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   937.679] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   937.679] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   939.739] (II) modeset(0): EDID vendor "AUS", prod id 10176
[   939.739] (II) modeset(0): Using hsync ranges from config file
[   939.739] (II) modeset(0): Using vrefresh ranges from config file
[   939.739] (II) modeset(0): Printing DDC gathered Modelines:
[   939.739] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   939.739] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   939.739] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   939.739] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   939.739] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   939.739] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   939.739] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   939.740] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   939.740] (II) modeset(0): Modeline "1440x480"x0.0   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   939.740] (II) modeset(0): Modeline "1440x576"x0.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   939.740] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   939.740] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   939.740] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   939.740] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   939.740] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   939.740] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   939.740] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   939.740] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   939.740] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   939.740] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   939.740] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   939.740] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   939.740] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   939.740] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   939.740] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   939.740] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   939.740] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   939.740] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   939.740] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1011.922] (EE) event5  - Microsoft Microsoft® Comfort Mouse 4500: client bug: event processing lagging behind by 23ms, your system is too slow
[  1044.738] (EE) event5  - Microsoft Microsoft® Comfort Mouse 4500: client bug: event processing lagging behind by 30ms, your system is too slow
[  1044.938] (EE) event5  - Microsoft Microsoft® Comfort Mouse 4500: client bug: event processing lagging behind by 30ms, your system is too slow
[  1046.039] (**) Option "fd" "28"
[  1046.039] (II) event1  - Power Button: device removed
[  1046.039] (**) Option "fd" "31"
[  1046.039] (II) event0  - Power Button: device removed
[  1046.039] (**) Option "fd" "32"
[  1046.039] (**) Option "fd" "33"
[  1046.039] (II) event2  - Logitech USB Keyboard: device removed
[  1046.039] (**) Option "fd" "34"
[  1046.039] (II) event3  - Logitech USB Keyboard Consumer Control: device removed
[  1046.040] (**) Option "fd" "35"
[  1046.040] (II) event4  - Logitech USB Keyboard System Control: device removed
[  1046.040] (**) Option "fd" "32"
[  1046.040] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device removed
[  1046.040] (II) UnloadModule: "libinput"
[  1046.040] (II) systemd-logind: not releasing fd for 13:69, still in use
[  1046.040] (II) UnloadModule: "libinput"
[  1046.040] (II) systemd-logind: releasing fd for 13:68
[  1046.056] (II) UnloadModule: "libinput"
[  1046.056] (II) systemd-logind: releasing fd for 13:67
[  1046.057] (II) UnloadModule: "libinput"
[  1046.057] (II) systemd-logind: releasing fd for 13:66
[  1046.057] (II) UnloadModule: "libinput"
[  1046.057] (II) systemd-logind: releasing fd for 13:69
[  1046.058] (II) UnloadModule: "libinput"
[  1046.058] (II) systemd-logind: releasing fd for 13:64
[  1046.059] (II) UnloadModule: "libinput"
[  1046.059] (II) systemd-logind: releasing fd for 13:65
[  1046.092] (II) Server terminated successfully (0). Closing log file.
GRUB_CMDLINE_LINUX_DEFAULT="audit=1 loglevel=3 quiet nvidia_drm.modeset=1 nvidia-drm.fbdev=1

nvidia_drm.modeset=1 is enabled

x11 running good at full resolution..
also tty now run at hight resolution smile

Just a random problem here now.

Last edited by geopardo (2024-04-25 09:46:01)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#39 2024-04-25 10:28:04

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

The log is from last december.

[   934.462] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 17:29:15 2023

Just a random problem here now.

And what /is/ that "random problem"?

Offline

#40 2024-04-25 12:49:29

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 117

Re: [SOLVED] NVIDIA - low resolution in tty console

seth wrote:

The log is from last december.
[   934.462] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 17:29:15 2023

try this.. repeat some line but is recent...

[    28.210] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    28.210] Current Operating System: Linux greenhub 6.8.7-hardened1-2-hardened #1 SMP PREEMPT_DYNAMIC Wed, 17 Apr 2024 22:21:16 +0000 x86_64
[    28.210] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/boot/vmlinuz-linux-hardened root=UUID=a28f0267-276c-4a55-a2aa-261007d61aed rw audit=1 loglevel=3 quiet nvidia_drm.modeset=1 nvidia-drm.fbdev=1 module_blacklist=nouveau lsm=apparmor,bpf,landlock,lockdown,yama,integrity
[    28.210]  
[    28.210] Current version of pixman: 0.43.4
[    28.210] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.210] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.210] (==) Log file: "/home/greenman/.local/share/xorg/Xorg.0.log", Time: Thu Apr 25 06:54:52 2024
[    28.219] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.219] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.220] (==) No Layout section.  Using the first Screen section.
[    28.220] (==) No screen section available. Using defaults.
[    28.220] (**) |-->Screen "Default Screen Section" (0)
[    28.220] (**) |   |-->Monitor "<default monitor>"
[    28.221] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    28.221] (**) Allowing byte-swapped clients
[    28.221] (==) Automatically adding devices
[    28.221] (==) Automatically enabling devices
[    28.221] (==) Automatically adding GPU devices
[    28.221] (==) Automatically binding GPU devices
[    28.221] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.222] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    28.222] 	Entry deleted from font path.
[    28.225] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    28.225] 	Entry deleted from font path.
[    28.225] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    28.225] 	Entry deleted from font path.
[    28.228] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    28.228] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.228] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.228] (II) Module ABI versions:
[    28.228] 	X.Org ANSI C Emulation: 0.4
[    28.228] 	X.Org Video Driver: 25.2
[    28.228] 	X.Org XInput driver : 24.4
[    28.228] 	X.Org Server Extension : 10.0
[    28.229] (++) using VT number 1

[    28.231] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    28.233] (II) xfree86: Adding drm device (/dev/dri/card1)
[    28.233] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.0/0000:01:00.0/drm/card1
[    28.233] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    28.234] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.234] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[    28.234] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    28.239] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    28.243] (--) PCI:*(1@0:0:0) 10de:128b:1043:8576 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf2000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
[    28.243] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    28.244] (II) LoadModule: "glx"
[    28.248] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    28.261] (II) Module glx: vendor="X.Org Foundation"
[    28.261] 	compiled for 1.21.1.13, module version = 1.0.0
[    28.261] 	ABI class: X.Org Server Extension, version 10.0
[    28.261] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    28.261] 	loading driver: nvidia
[    28.261] (==) Matched nvidia as autoconfigured driver 0
[    28.261] (==) Matched nouveau as autoconfigured driver 1
[    28.261] (==) Matched nv as autoconfigured driver 2
[    28.261] (==) Matched modesetting as autoconfigured driver 3
[    28.261] (==) Matched fbdev as autoconfigured driver 4
[    28.261] (==) Matched vesa as autoconfigured driver 5
[    28.261] (==) Assigned the driver to the xf86ConfigLayout
[    28.261] (II) LoadModule: "nvidia"
[    28.261] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    28.271] (II) Module nvidia: vendor="NVIDIA Corporation"
[    28.271] 	compiled for 1.6.99.901, module version = 1.0.0
[    28.271] 	Module class: X.Org Video Driver
[    28.272] (II) LoadModule: "nouveau"
[    28.273] (WW) Warning, couldn't open module nouveau
[    28.273] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    28.273] (II) LoadModule: "nv"
[    28.273] (WW) Warning, couldn't open module nv
[    28.273] (EE) Failed to load module "nv" (module does not exist, 0)
[    28.273] (II) LoadModule: "modesetting"
[    28.273] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    28.278] (II) Module modesetting: vendor="X.Org Foundation"
[    28.278] 	compiled for 1.21.1.13, module version = 1.21.1
[    28.278] 	Module class: X.Org Video Driver
[    28.278] 	ABI class: X.Org Video Driver, version 25.2
[    28.278] (II) LoadModule: "fbdev"
[    28.278] (WW) Warning, couldn't open module fbdev
[    28.278] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    28.278] (II) LoadModule: "vesa"
[    28.278] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    28.279] (II) Module vesa: vendor="X.Org Foundation"
[    28.279] 	compiled for 1.21.1.11, module version = 2.6.0
[    28.279] 	Module class: X.Org Video Driver
[    28.279] 	ABI class: X.Org Video Driver, version 25.2
[    28.279] (II) NVIDIA dlloader X Driver  470.239.06  Sat Feb  3 06:10:11 UTC 2024
[    28.279] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    28.280] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    28.280] (II) VESA: driver for VESA chipsets: vesa
[    28.280] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    28.280] (II) systemd-logind: releasing fd for 226:1
[    28.282] (II) Loading sub module "fb"
[    28.282] (II) LoadModule: "fb"
[    28.282] (II) Module "fb" already built-in
[    28.282] (II) Loading sub module "wfb"
[    28.282] (II) LoadModule: "wfb"
[    28.282] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    28.284] (II) Module wfb: vendor="X.Org Foundation"
[    28.284] 	compiled for 1.21.1.13, module version = 1.0.0
[    28.284] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    28.284] (II) Loading sub module "ramdac"
[    28.284] (II) LoadModule: "ramdac"
[    28.284] (II) Module "ramdac" already built-in
[    28.289] (WW) Falling back to old probe method for modesetting
[    28.289] (II) systemd-logind: releasing fd for 226:0
[    28.290] (II) NVIDIA(0): nvCommonPlatformProbe: Device is NULL
[    28.290] (II) modeset(G0): using drv /dev/dri/card0
[    28.290] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    28.290] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    28.290] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    28.290] (==) NVIDIA(0): RGB weight 888
[    28.290] (==) NVIDIA(0): Default visual is TrueColor
[    28.290] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    28.290] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    28.290] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    28.290] (**) NVIDIA(0): Enabling 2D acceleration
[    28.290] (II) Loading sub module "glxserver_nvidia"
[    28.290] (II) LoadModule: "glxserver_nvidia"
[    28.290] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    28.404] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    28.404] 	compiled for 1.6.99.901, module version = 1.0.0
[    28.404] 	Module class: X.Org Server Extension
[    28.404] (II) NVIDIA GLX Module  470.239.06  Sat Feb  3 06:08:41 UTC 2024
[    28.406] (II) NVIDIA: The X server supports PRIME Render Offload.
[    28.413] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    28.413] (--) NVIDIA(0):     CRT-0
[    28.413] (--) NVIDIA(0):     DFP-0
[    28.413] (--) NVIDIA(0):     DFP-1 (boot)
[    28.414] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[    28.414] (--) NVIDIA(0): Memory: 1048576 kBytes
[    28.414] (--) NVIDIA(0): VideoBIOS: 80.28.a6.00.01
[    28.414] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    28.415] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    28.415] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    28.415] (--) NVIDIA(GPU-0): 
[    28.415] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    28.415] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    28.415] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    28.415] (--) NVIDIA(GPU-0): 
[    28.460] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[    28.460] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[    28.460] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[    28.460] (--) NVIDIA(GPU-0): 
[    28.467] (==) NVIDIA(0): 
[    28.467] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    28.467] (==) NVIDIA(0):     will be used as the requested mode.
[    28.467] (==) NVIDIA(0): 
[    28.467] (II) NVIDIA(0): Validated MetaModes:
[    28.467] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    28.467] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    28.478] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    28.478] (--) NVIDIA(0):     option
[    28.478] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    28.478] (==) modeset(G0): RGB weight 888
[    28.478] (==) modeset(G0): Default visual is TrueColor
[    28.478] (II) Loading sub module "glamoregl"
[    28.478] (II) LoadModule: "glamoregl"
[    28.479] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    28.490] (II) Module glamoregl: vendor="X.Org Foundation"
[    28.490] 	compiled for 1.21.1.13, module version = 1.0.1
[    28.490] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.029] (II) modeset(G0): Refusing to try glamor on llvmpipe
[    29.037] (II) modeset(G0): glamor initialization failed
[    29.038] (II) modeset(G0): ShadowFB: preferred NO, enabled NO
[    29.038] (II) modeset(G0): Output None-1-1 has no monitor section
[    29.038] (II) modeset(G0): EDID for output None-1-1
[    29.038] (II) modeset(G0): Printing probed modes for output None-1-1
[    29.038] (II) modeset(G0): Modeline "1920x1080"x60.0  124.42  1920 1920 1920 1920  1080 1080 1080 1080 (64.8 kHz eP)
[    29.038] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    29.038] (==) modeset(G0): DPI set to (96, 96)
[    29.038] (II) Loading sub module "fb"
[    29.038] (II) LoadModule: "fb"
[    29.038] (II) Module "fb" already built-in
[    29.038] (II) UnloadModule: "vesa"
[    29.038] (II) Unloading vesa
[    29.038] (WW) NVIDIA: Failed to bind sideband socket to
[    29.038] (WW) NVIDIA:     '/var/run/nvidia-xdriver-b782f7cc' Permission denied
[    29.038] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[    29.038] (II) NVIDIA:     access.
[    29.042] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    29.042] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    29.042] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    29.042] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    29.042] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    29.042] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    29.042] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    29.042] (II) NVIDIA(0):     Config Options in the README.
[    29.075] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    29.103] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.103] (==) NVIDIA(0): Backing store enabled
[    29.103] (==) NVIDIA(0): Silken mouse enabled
[    29.103] (==) NVIDIA(0): DPMS enabled
[    29.104] (II) Loading sub module "dri2"
[    29.104] (II) LoadModule: "dri2"
[    29.104] (II) Module "dri2" already built-in
[    29.104] (II) NVIDIA(0): [DRI2] Setup complete
[    29.104] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    29.104] (==) modeset(G0): Backing store enabled
[    29.104] (==) modeset(G0): Silken mouse enabled
[    29.104] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    29.105] (==) modeset(G0): DPMS enabled
[    29.105] (II) Initializing extension Generic Event Extension
[    29.105] (II) Initializing extension SHAPE
[    29.105] (II) Initializing extension MIT-SHM
[    29.105] (II) Initializing extension XInputExtension
[    29.105] (II) Initializing extension XTEST
[    29.105] (II) Initializing extension BIG-REQUESTS
[    29.105] (II) Initializing extension SYNC
[    29.106] (II) Initializing extension XKEYBOARD
[    29.106] (II) Initializing extension XC-MISC
[    29.106] (II) Initializing extension SECURITY
[    29.106] (II) Initializing extension XFIXES
[    29.106] (II) Initializing extension RENDER
[    29.106] (II) Initializing extension RANDR
[    29.106] (II) Initializing extension COMPOSITE
[    29.107] (II) Initializing extension DAMAGE
[    29.107] (II) Initializing extension MIT-SCREEN-SAVER
[    29.107] (II) Initializing extension DOUBLE-BUFFER
[    29.107] (II) Initializing extension RECORD
[    29.107] (II) Initializing extension DPMS
[    29.107] (II) Initializing extension Present
[    29.107] (II) Initializing extension DRI3
[    29.107] (II) Initializing extension X-Resource
[    29.107] (II) Initializing extension XVideo
[    29.107] (II) Initializing extension XVideo-MotionCompensation
[    29.108] (II) Initializing extension GLX
[    29.108] (II) Initializing extension GLX
[    29.108] (II) Indirect GLX disabled.
[    29.108] (II) GLX: Another vendor is already registered for screen 0
[    29.108] (II) Initializing extension XFree86-VidModeExtension
[    29.108] (II) Initializing extension XFree86-DGA
[    29.108] (II) Initializing extension XFree86-DRI
[    29.108] (II) Initializing extension DRI2
[    29.108] (II) Initializing extension NV-GLX
[    29.108] (II) Initializing extension NV-CONTROL
[    29.108] (II) Initializing extension XINERAMA
[    29.117] (II) modeset(G0): Damage tracking initialized
[    29.383] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    29.383] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.383] (**) Power Button: Applying InputClass "system-keyboard"
[    29.383] (II) LoadModule: "libinput"
[    29.383] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    29.389] (II) Module libinput: vendor="X.Org Foundation"
[    29.389] 	compiled for 1.21.1.8, module version = 1.4.0
[    29.389] 	Module class: X.Org XInput Driver
[    29.389] 	ABI class: X.Org XInput driver, version 24.4
[    29.389] (II) Using input driver 'libinput' for 'Power Button'
[    29.390] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[    29.390] (**) Power Button: always reports core events
[    29.390] (**) Option "Device" "/dev/input/event1"
[    29.404] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    29.404] (II) event1  - Power Button: device is a keyboard
[    29.404] (II) event1  - Power Button: device removed
[    29.405] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    29.405] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.405] (**) Option "xkb_model" "pc105"
[    29.405] (**) Option "xkb_layout" "it"
[    29.429] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    29.429] (II) event1  - Power Button: device is a keyboard
[    29.430] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    29.430] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.431] (**) Power Button: Applying InputClass "system-keyboard"
[    29.431] (II) Using input driver 'libinput' for 'Power Button'
[    29.432] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[    29.432] (**) Power Button: always reports core events
[    29.432] (**) Option "Device" "/dev/input/event0"
[    29.433] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    29.433] (II) event0  - Power Button: device is a keyboard
[    29.433] (II) event0  - Power Button: device removed
[    29.433] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    29.433] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    29.433] (**) Option "xkb_model" "pc105"
[    29.433] (**) Option "xkb_layout" "it"
[    29.434] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    29.435] (II) event0  - Power Button: device is a keyboard
[    29.436] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    29.436] (II) No input driver specified, ignoring this device.
[    29.436] (II) This device may have been added with another device file.
[    29.437] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    29.437] (II) No input driver specified, ignoring this device.
[    29.437] (II) This device may have been added with another device file.
[    29.437] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    29.437] (II) No input driver specified, ignoring this device.
[    29.437] (II) This device may have been added with another device file.
[    29.438] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[    29.438] (II) No input driver specified, ignoring this device.
[    29.438] (II) This device may have been added with another device file.
[    29.438] (II) config/udev: Adding input device HDA Intel MID Front Mic (/dev/input/event11)
[    29.438] (II) No input driver specified, ignoring this device.
[    29.438] (II) This device may have been added with another device file.
[    29.439] (II) config/udev: Adding input device HDA Intel MID Rear Mic (/dev/input/event12)
[    29.439] (II) No input driver specified, ignoring this device.
[    29.439] (II) This device may have been added with another device file.
[    29.439] (II) config/udev: Adding input device HDA Intel MID Line (/dev/input/event13)
[    29.439] (II) No input driver specified, ignoring this device.
[    29.439] (II) This device may have been added with another device file.
[    29.440] (II) config/udev: Adding input device HDA Intel MID Line Out Front (/dev/input/event14)
[    29.440] (II) No input driver specified, ignoring this device.
[    29.440] (II) This device may have been added with another device file.
[    29.441] (II) config/udev: Adding input device HDA Intel MID Line Out Surround (/dev/input/event15)
[    29.441] (II) No input driver specified, ignoring this device.
[    29.441] (II) This device may have been added with another device file.
[    29.441] (II) config/udev: Adding input device HDA Intel MID Line Out CLFE (/dev/input/event16)
[    29.441] (II) No input driver specified, ignoring this device.
[    29.441] (II) This device may have been added with another device file.
[    29.442] (II) config/udev: Adding input device HDA Intel MID Line Out Side (/dev/input/event17)
[    29.442] (II) No input driver specified, ignoring this device.
[    29.442] (II) This device may have been added with another device file.
[    29.442] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event18)
[    29.442] (II) No input driver specified, ignoring this device.
[    29.442] (II) This device may have been added with another device file.
[    29.444] (II) config/udev: Adding input device Microsoft Microsoft® Comfort Mouse 4500 (/dev/input/event5)
[    29.444] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput pointer catchall"
[    29.444] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput keyboard catchall"
[    29.444] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "system-keyboard"
[    29.444] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Comfort Mouse 4500'
[    29.445] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[    29.445] (**) Microsoft Microsoft® Comfort Mouse 4500: always reports core events
[    29.445] (**) Option "Device" "/dev/input/event5"
[    29.447] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: is tagged by udev as: Keyboard Mouse
[    29.447] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device set to 1000 DPI
[    29.448] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a pointer
[    29.448] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a keyboard
[    29.448] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device removed
[    29.448] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.448] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.448] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.448] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: needs a virtual subdevice
[    29.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:076C.0001/input/input5/event5"
[    29.448] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Comfort Mouse 4500" (type: MOUSE, id 8)
[    29.448] (**) Option "AccelerationScheme" "none"
[    29.448] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) selected scheme none/0
[    29.448] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) acceleration factor: 2.000
[    29.448] (**) Microsoft Microsoft® Comfort Mouse 4500: (accel) acceleration threshold: 4
[    29.450] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: is tagged by udev as: Keyboard Mouse
[    29.451] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device set to 1000 DPI
[    29.451] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a pointer
[    29.451] (II) event5  - Microsoft Microsoft® Comfort Mouse 4500: device is a keyboard
[    29.452] (II) config/udev: Adding input device Microsoft Microsoft® Comfort Mouse 4500 (/dev/input/mouse0)
[    29.452] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "system-keyboard"
[    29.452] (II) No input driver specified, ignoring this device.
[    29.452] (II) This device may have been added with another device file.
[    29.453] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[    29.453] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    29.453] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[    29.453] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[    29.455] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[    29.455] (**) Logitech USB Keyboard: always reports core events
[    29.455] (**) Option "Device" "/dev/input/event2"
[    29.457] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    29.457] (II) event2  - Logitech USB Keyboard: device is a keyboard
[    29.457] (II) event2  - Logitech USB Keyboard: device removed
[    29.458] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C31C.0002/input/input2/event2"
[    29.458] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[    29.458] (**) Option "xkb_model" "pc105"
[    29.458] (**) Option "xkb_layout" "it"
[    29.460] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    29.460] (II) event2  - Logitech USB Keyboard: device is a keyboard
[    29.462] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event3)
[    29.462] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    29.462] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    29.462] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[    29.463] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[    29.463] (**) Logitech USB Keyboard Consumer Control: always reports core events
[    29.463] (**) Option "Device" "/dev/input/event3"
[    29.465] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    29.465] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    29.465] (II) event3  - Logitech USB Keyboard Consumer Control: device removed
[    29.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C31C.0003/input/input3/event3"
[    29.466] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[    29.466] (**) Option "xkb_model" "pc105"
[    29.466] (**) Option "xkb_layout" "it"
[    29.468] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    29.468] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    29.470] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event4)
[    29.470] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    29.470] (**) Logitech USB Keyboard System Control: Applying InputClass "system-keyboard"
[    29.470] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[    29.471] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[    29.471] (**) Logitech USB Keyboard System Control: always reports core events
[    29.471] (**) Option "Device" "/dev/input/event4"
[    29.473] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    29.473] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[    29.473] (II) event4  - Logitech USB Keyboard System Control: device removed
[    29.474] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C31C.0003/input/input4/event4"
[    29.474] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 11)
[    29.474] (**) Option "xkb_model" "pc105"
[    29.474] (**) Option "xkb_layout" "it"
[    29.476] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    29.476] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[    29.477] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    29.477] (II) No input driver specified, ignoring this device.
[    29.477] (II) This device may have been added with another device file.
[    29.489] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput pointer catchall"
[    29.489] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "libinput keyboard catchall"
[    29.489] (**) Microsoft Microsoft® Comfort Mouse 4500: Applying InputClass "system-keyboard"
[    29.489] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Comfort Mouse 4500'
[    29.489] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    29.489] (**) Microsoft Microsoft® Comfort Mouse 4500: always reports core events
[    29.489] (**) Option "Device" "/dev/input/event5"
[    29.489] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: is a virtual subdevice
[    29.489] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.489] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.489] (II) libinput: Microsoft Microsoft® Comfort Mouse 4500: Step value 0 was provided, libinput Fallback acceleration function is used.
[    29.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:076C.0001/input/input5/event5"
[    29.490] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Comfort Mouse 4500" (type: KEYBOARD, id 12)
[    29.490] (**) Option "xkb_model" "pc105"
[    29.490] (**) Option "xkb_layout" "it"
[    31.764] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    31.764] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    31.764] (--) NVIDIA(GPU-0): 
[    31.764] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.764] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.764] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    31.764] (--) NVIDIA(GPU-0): 
[    31.808] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[    31.808] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[    31.808] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[    31.808] (--) NVIDIA(GPU-0): 
[    31.810] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    31.810] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    31.810] (--) NVIDIA(GPU-0): 
[    31.810] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.810] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.810] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    31.810] (--) NVIDIA(GPU-0): 
[    31.863] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[    31.863] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[    31.863] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[    31.863] (--) NVIDIA(GPU-0): 
[    36.236] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    36.236] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    36.236] (--) NVIDIA(GPU-0): 
[    36.236] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.236] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    36.236] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    36.236] (--) NVIDIA(GPU-0): 
[    36.280] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[    36.280] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[    36.280] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[    36.280] (--) NVIDIA(GPU-0): 
[    36.281] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    36.281] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    36.281] (--) NVIDIA(GPU-0): 
[    36.282] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.282] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    36.282] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    36.282] (--) NVIDIA(GPU-0): 
[    36.325] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[    36.325] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[    36.325] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[    36.325] (--) NVIDIA(GPU-0): 
[   803.136] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[   803.136] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[   803.136] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[   803.136] (--) NVIDIA(GPU-0): 
[   803.181] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[   803.181] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[   803.181] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[   803.181] (--) NVIDIA(GPU-0): 
[  2829.004] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.004] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.004] (--) NVIDIA(GPU-0): 
[  2829.004] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.004] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.004] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.005] (--) NVIDIA(GPU-0): 
[  2829.051] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.051] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.051] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.051] (--) NVIDIA(GPU-0): 
[  2829.053] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.053] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.053] (--) NVIDIA(GPU-0): 
[  2829.053] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.053] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.053] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.053] (--) NVIDIA(GPU-0): 
[  2829.097] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.097] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.097] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.097] (--) NVIDIA(GPU-0): 
[  2829.192] (EE) event5  - Microsoft Microsoft® Comfort Mouse 4500: client bug: event processing lagging behind by 31ms, your system is too slow
[  2829.297] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.297] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.297] (--) NVIDIA(GPU-0): 
[  2829.297] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.297] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.297] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.297] (--) NVIDIA(GPU-0): 
[  2829.341] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.341] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.341] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.341] (--) NVIDIA(GPU-0): 
[  2829.473] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.473] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.473] (--) NVIDIA(GPU-0): 
[  2829.473] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.473] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.473] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.473] (--) NVIDIA(GPU-0): 
[  2829.517] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.517] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.517] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.517] (--) NVIDIA(GPU-0): 
[  2829.540] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.540] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.540] (--) NVIDIA(GPU-0): 
[  2829.540] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.540] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.540] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.540] (--) NVIDIA(GPU-0): 
[  2829.584] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.584] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.584] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.584] (--) NVIDIA(GPU-0): 
[  2829.586] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2829.586] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2829.586] (--) NVIDIA(GPU-0): 
[  2829.587] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2829.587] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2829.587] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2829.587] (--) NVIDIA(GPU-0): 
[  2829.630] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2829.630] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2829.630] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2829.630] (--) NVIDIA(GPU-0): 
[  2831.351] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2831.351] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2831.351] (--) NVIDIA(GPU-0): 
[  2831.351] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2831.351] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2831.351] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2831.351] (--) NVIDIA(GPU-0): 
[  2831.394] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2831.394] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2831.394] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2831.394] (--) NVIDIA(GPU-0): 
[  2831.396] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2831.396] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2831.396] (--) NVIDIA(GPU-0): 
[  2831.396] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2831.396] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2831.396] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2831.396] (--) NVIDIA(GPU-0): 
[  2831.440] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2831.440] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2831.440] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2831.440] (--) NVIDIA(GPU-0): 
[  2833.165] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2833.165] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2833.165] (--) NVIDIA(GPU-0): 
[  2833.165] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2833.165] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2833.165] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2833.165] (--) NVIDIA(GPU-0): 
[  2833.209] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2833.209] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2833.209] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2833.209] (--) NVIDIA(GPU-0): 
[  2833.609] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2833.609] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2833.609] (--) NVIDIA(GPU-0): 
[  2833.609] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2833.609] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2833.609] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2833.609] (--) NVIDIA(GPU-0): 
[  2833.653] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2833.653] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2833.653] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2833.653] (--) NVIDIA(GPU-0): 
[  2833.655] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2833.655] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2833.655] (--) NVIDIA(GPU-0): 
[  2833.655] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2833.655] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2833.655] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2833.655] (--) NVIDIA(GPU-0): 
[  2833.698] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2833.698] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2833.698] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2833.698] (--) NVIDIA(GPU-0): 
[  2833.700] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2833.700] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2833.700] (--) NVIDIA(GPU-0): 
[  2833.700] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2833.700] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2833.700] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2833.700] (--) NVIDIA(GPU-0): 
[  2833.744] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[  2833.744] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[  2833.744] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[  2833.744] (--) NVIDIA(GPU-0): 
[  2833.745] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2833.745] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2833.745] (--) NVIDIA(GPU-0): 
[  2833.745] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2833.745] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2833.745] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2833.745] (--) NVIDIA(GPU-0): 
...........

repeat until to end

...........
[ 27731.777] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): connected
[ 27731.777] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): Internal TMDS
[ 27731.777] (--) NVIDIA(GPU-0): AUS ASUS VZ279HE (DFP-1): 340.0 MHz maximum pixel clock
[ 27731.777] (--) NVIDIA(GPU-0): 

And what /is/ that "random problem"?

The problem emerge when i lauch the desktop after startx command, sometimes I have a black screen..


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#41 2024-04-25 14:50:32

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] NVIDIA - low resolution in tty console

repeat until to end

Somethign's polling the outputs (equivalent to "xrandr -q") possibly the kscreen daemon.

The problem emerge when i lauch the desktop after startx command, sometimes I have a black screen..

That would be a different topic and you need to elaborate on that situation a bit more
1. "sometimes"
2. Do you see a mouse cursor?
3. Does it help to suspend the compositor (SHIFT+alt+F12)

But please open a new thread for that topic.

Offline

Board footer

Powered by FluxBB