hardware 3D stereo doesn't work

Hello,

I am using SLED 12 SP3 SLE desktop environment. I have configure my xorg.conf as following:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.98  (buildmeister@swio-display-x86-rhel47-02)  Thu Oct 26 15:56:05 PDT 2017

# /.../
# SaX generated X11 config file
# Created on: 2014-10-22T11:38:48+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen         "Screen[0]" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/URW"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/latin2/misc:unscaled"
    FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/Type1"
    FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/share/fonts/baekmuk:unscaled"
    FontPath        "/usr/share/fonts/japanese:unscaled"
    FontPath        "/usr/share/fonts/kwintv"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/uni:unscaled"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/ucs/misc:unscaled"
    FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/misc:unscaled"
    FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/Type1"
    FontPath        "/usr/share/fonts/misc/sgi:unscaled"
    FontPath        "/usr/share/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection

Section "Module"
    Load           "dbe"
    Load           "freetype"
    Load           "extmod"
    Load           "glx"
EndSection

Section "ServerFlags"

  # Uncomment the following option to reenable kbd/mouse driver input sections. 
  # Otherwise evdev driver is used. 
  #Option       "AutoAddDevices" "off"
    Option         "AllowMouseOpenFail" "on"
    Option         "ZapWarning" "on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "Protocol" "Standard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "microsoftpro"
    Option         "XkbRules" "xfree86"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "Lenovo Optical Mouse"
    Option         "Protocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
EndSection

Section "Monitor"
    Identifier     "Monitor[0]"
    VendorName     "--> VESA"
    ModelName      "800X600@60HZ"
    UseModes       "Modes[0]"
    HorizSync       31.0 - 94.0
    VertRefresh     50.0 - 75.0
    Option         "CalcAlgorithm" "XServerPool"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "VESA"
    BoardName      "Framebuffer Graphics"
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "1920x1080_120 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    Option         "Stereo" "11"
    Option         "Composite" "Disable"
    SubSection     "Display"
        Depth       24
        Modes      "default"
    EndSubSection
EndSection

I am trying to visualize some images with Nvidia hardware stereo, but it doesn’t work. This works perfectly in my openSUSE 13.2 previously in the same machine.

Does any body have any idea how to fix this problem?

Thanks a lot.

Hi
You need to make your modifications down in /etc/X11/xorg.conf.d so
dump that file and use a configuration file in the directory above.

For example I have a 50-nvidia.conf file containing;

cat /etc/X11/xorg.conf.d/50-nvidia.conf

Section "Device"
Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "GeForce 8800 GT"
Option         "Coolbits" "5"
Option         "NoLogo" "1"
EndSection

Where are you installing the nvidia driver from?


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.2|GNOME 3.20.2|4.4.92-18.36-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

I download the driver from Nvidia official.

There are many .conf files, I don’t know which should I modify…

ls /etc/X11/xorg.conf.d/
00-keyboard.conf 10-quirks.conf 50-elotouch.conf 50-screen.conf
10-evdev.conf 11-evdev.conf 50-extensions.conf 50-synaptics.conf
10-libvnc.conf 50-device.conf 50-monitor.conf

[QUOTE=malcolmlewis;40183]Hi
You need to make your modifications down in /etc/X11/xorg.conf.d so
dump that file and use a configuration file in the directory above.

For example I have a 50-nvidia.conf file containing;

cat /etc/X11/xorg.conf.d/50-nvidia.conf

Section "Device"
Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "GeForce 8800 GT"
Option         "Coolbits" "5"
Option         "NoLogo" "1"
EndSection

Where are you installing the nvidia driver from?


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.2|GNOME 3.20.2|4.4.92-18.36-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks![/QUOTE]

btw,

I just noticed that the Nvidia Stereo effect works in my MATE desktop environment, but it doesn’t work in either KDE, GNOME or SLE environments. I Googled, it said that the other desktop environments introduced so called “Compositing” feature which disabled Nvidia stereo property…Is it possible to disable this “Compositing” function under SLE environment so that we can also use Nvidia stereo?

thanks again

[QUOTE=albumns;40235]btw,

I just noticed that the Nvidia Stereo effect works in my MATE desktop environment, but it doesn’t work in either KDE, GNOME or SLE environments. I Googled, it said that the other desktop environments introduced so called “Compositing” feature which disabled Nvidia stereo property…Is it possible to disable this “Compositing” function under SLE environment so that we can also use Nvidia stereo?

thanks again[/QUOTE]
Hi
You need to create the 50-nvidia.conf file I indicated manually, for compositing, edit the /etc/X11/xorg.conf.d/50-extensions.conf and add;

Option         "Composite" "Disable"

Hi
Seems like in the 50-nvidia.conf file you need;

Section "Device"
Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "Your Card Name"
Option         "AllowDFPStereo" "1"
Option         "UBB" "1"
Option         "Stereo" "10"
EndSection

Hello, I first deleted the xorg.conf file at:

/etc/X11

Then, I created a 50-nvidia.conf file to
/etc/X11/xorg.conf.d

Here is the content of the above file

Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "Framebuffer Graphics"
Option         "AllowDFPStereo" "1"
Option         "UBB" "1"
Option         "Stereo" "10"
EndSection

I also edited the 50-extension.conf file in the same directory as following:

Section "Extensions" Option "XFree86-DGA" "Disable" Option "Composite" "Disable" EndSection

After that, I reboot my system. Unfortunately, I was stacked in the login screen:

It gave me a white screen with a warning messages:

"A problem has occrured and the system can't recover. Please logout and try again"

thanks again.

[QUOTE=albumns;40245]Hello, I first deleted the xorg.conf file at:

/etc/X11

Then, I created a 50-nvidia.conf file to
/etc/X11/xorg.conf.d

Here is the content of the above file

Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "Framebuffer Graphics"
Option         "AllowDFPStereo" "1"
Option         "UBB" "1"
Option         "Stereo" "10"
EndSection

I also edited the 50-extension.conf file in the same directory as following:

Section "Extensions" Option "XFree86-DGA" "Disable" Option "Composite" "Disable" EndSection

After that, I reboot my system. Unfortunately, I was stacked in the login screen:

It gave me a white screen with a warning messages:

"A problem has occrured and the system can't recover. Please logout and try again"

thanks again.[/QUOTE]
Hi
Can you confirm the nvidia driver is in use?

/sbin/lspci -nnk | egrep -A3 "VGA|Display|3D"

Can you also upload your /var/log/Xorg.log.0 to http://paste.opensuse.org/ and set to never expire please.

Hi, here it is:

/home/albert> /sbin/lspci -nnk | egrep -A3 "VGA|Display|3D" 03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104GL [Quadro K5000] [10de:11ba] (rev a1) Subsystem: NVIDIA Corporation Device [10de:0965] Kernel driver in use: nvidia Kernel modules: nouveau, nvidia_drm, nvidia

/home/albert> ls /var/log/Xorg.log.0 ls: cannot access '/var/log/Xorg.log.0': No such file or directory

[QUOTE=albumns;40245]Hello, I first deleted the xorg.conf file at:

/etc/X11

Then, I created a 50-nvidia.conf file to
/etc/X11/xorg.conf.d

Here is the content of the above file

Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "Framebuffer Graphics"
Option         "AllowDFPStereo" "1"
Option         "UBB" "1"
Option         "Stereo" "10"
EndSection

I also edited the 50-extension.conf file in the same directory as following:

Section "Extensions" Option "XFree86-DGA" "Disable" Option "Composite" "Disable" EndSection

After that, I reboot my system. Unfortunately, I was stacked in the login screen:

It gave me a white screen with a warning messages:

"A problem has occrured and the system can't recover. Please logout and try again"

thanks again.[/QUOTE]

[QUOTE=albumns;40291]

/home/albert> ls /var/log/Xorg.log.0 /var/log/Xorg ls: cannot access '/var/log/Xorg.log.0': No such file or directory [/QUOTE]
Hi
Oops, try /var/log/Xorg.0.log :wink:

here it is .
This is something I changed back to Xorg.conf …


[   607.449] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[   607.449] X Protocol Version 11, Revision 0
[   607.449] Build Operating System: openSUSE SUSE LINUX
[   607.449] Current Operating System: Linux acte 4.4.92-6.18-default #1 SMP Fri Oct 20 18:58:48 UTC 2017 (a69df70) x86_64
[   607.449] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.92-6.18-default root=UUID=03f308a3-aa5d-4b27-9280-18646a5fef7b resume=/dev/disk/by-uuid/199bd0d0-4967-41eb-9a9a-abe4806bbd9a splash=silent quiet showopts
[   607.449] Build Date: 24 August 2017  11:45:41AM
[   607.449]  
[   607.449] Current version of pixman: 0.34.0
[   607.449] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   607.449] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   607.450] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 20 08:29:04 2017
[   607.450] (==) Using config file: "/etc/X11/xorg.conf"
[   607.450] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   607.450] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   607.450] Parse error on line 26 of section Files in file /etc/X11/xorg.conf
	Ignoring obsolete keyword "InputDevices".
[   607.450] Parse error on line 27 of section Files in file /etc/X11/xorg.conf
	Ignoring obsolete keyword "InputDevices".
[   607.451] (==) ServerLayout "Layout[all]"
[   607.451] (**) |-->Screen "Screen[0]" (0)
[   607.451] (**) |   |-->Monitor "Monitor[0]"
[   607.451] (**) |   |-->Device "Device[0]"
[   607.451] (**) |-->Input Device "Keyboard[0]"
[   607.451] (**) |-->Input Device "Mouse[1]"
[   607.451] (**) Option "ZapWarning" "on"
[   607.451] (**) Option "AllowMouseOpenFail" "on"
[   607.451] (**) Option "Xinerama" "off"
[   607.451] (==) Automatically adding devices
[   607.451] (==) Automatically enabling devices
[   607.451] (==) Automatically adding GPU devices
[   607.451] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   607.451] (WW) The directory "/usr/share/fonts/local" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/URW" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/PEX" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/baekmuk" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/japanese" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/kwintv" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
[   607.451] 	Entry deleted from font path.
[   607.451] (WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/usr/share/fonts/xtest" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/opt/kde3/share/fonts" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[   607.452] 	Entry deleted from font path.
[   607.452] (**) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/Type1,
	/usr/share/fonts/Speedo,
	/usr/share/fonts/cyrillic,
	/usr/share/fonts/truetype,
	/usr/share/fonts/uni:unscaled,
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/ghostscript/,
	/usr/share/fonts/cyrillic:unscaled,
	/usr/share/fonts/truetype/,
	built-ins
[   607.452] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   607.452] (**) Extension "XFree86-DGA" is disabled
[   607.452] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   607.452] (WW) Disabling Keyboard[0]
[   607.452] (WW) Disabling Mouse[1]
[   607.452] (II) Loader magic: 0x80cc40
[   607.452] (II) Module ABI versions:
[   607.452] 	X.Org ANSI C Emulation: 0.4
[   607.452] 	X.Org Video Driver: 20.0
[   607.452] 	X.Org XInput driver : 22.1
[   607.452] 	X.Org Server Extension : 9.0
[   607.452] (II) xfree86: Adding drm device (/dev/dri/card0)
[   607.458] (--) PCI:*(0:3:0:0) 10de:11ba:10de:0965 rev 161, Mem @ 0xe6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/524288
[   607.458] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   607.458] (II) LoadModule: "dbe"
[   607.458] (II) Module "dbe" already built-in
[   607.458] (II) LoadModule: "extmod"
[   607.458] (II) Module "extmod" already built-in
[   607.458] (II) LoadModule: "glx"
[   607.458] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   607.462] (II) Module glx: vendor="NVIDIA Corporation"
[   607.463] 	compiled for 4.0.2, module version = 1.0.0
[   607.463] 	Module class: X.Org Server Extension
[   607.463] (II) NVIDIA GLX Module  384.98  Thu Oct 26 14:35:55 PDT 2017
[   607.463] (II) LoadModule: "nvidia"
[   607.463] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   607.463] (II) Module nvidia: vendor="NVIDIA Corporation"
[   607.463] 	compiled for 4.0.2, module version = 1.0.0
[   607.463] 	Module class: X.Org Video Driver
[   607.463] (II) NVIDIA dlloader X Driver  384.98  Thu Oct 26 14:06:45 PDT 2017
[   607.463] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   607.463] (++) using VT number 7

[   607.463] (II) Loading sub module "fb"
[   607.463] (II) LoadModule: "fb"
[   607.463] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   607.464] (II) Module fb: vendor="X.Org Foundation"
[   607.464] 	compiled for 1.18.3, module version = 1.0.0
[   607.464] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   607.464] (II) Loading sub module "wfb"
[   607.464] (II) LoadModule: "wfb"
[   607.464] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   607.464] (II) Module wfb: vendor="X.Org Foundation"
[   607.464] 	compiled for 1.18.3, module version = 1.0.0
[   607.464] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   607.464] (II) Loading sub module "ramdac"
[   607.464] (II) LoadModule: "ramdac"
[   607.464] (II) Module "ramdac" already built-in
[   607.465] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   607.465] (==) NVIDIA(0): RGB weight 888
[   607.465] (==) NVIDIA(0): Default visual is TrueColor
[   607.465] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   607.465] (**) NVIDIA(0): Option "Stereo" "10"
[   607.465] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   607.465] (**) NVIDIA(0): Option "SLI" "Off"
[   607.465] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   607.465] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   607.465] (**) NVIDIA(0): USB IR emitter stereo requested
[   607.465] (**) NVIDIA(0): NVIDIA SLI disabled.
[   607.465] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   607.465] (**) NVIDIA(0): Option "MetaModes" "1920x1080_120 +0+0"
[   607.465] (**) NVIDIA(0): Enabling 2D acceleration
[   608.980] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:3:0:0
[   608.980] (--) NVIDIA(0):     CRT-0
[   608.980] (--) NVIDIA(0):     DFP-0
[   608.980] (--) NVIDIA(0):     DFP-1
[   608.980] (--) NVIDIA(0):     DFP-2
[   608.980] (--) NVIDIA(0):     DFP-3 (boot)
[   608.980] (--) NVIDIA(0):     DFP-4
[   608.980] (--) NVIDIA(0):     DFP-5
[   608.982] (II) NVIDIA(0): NVIDIA GPU Quadro K5000 (GK104GL) at PCI:3:0:0 (GPU-0)
[   608.982] (--) NVIDIA(0): Memory: 3670016 kBytes
[   608.982] (--) NVIDIA(0): VideoBIOS: 80.04.ca.00.04
[   608.982] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   608.986] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   608.986] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   608.986] (--) NVIDIA(GPU-0): 
[   608.990] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   608.990] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   608.990] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   608.990] (--) NVIDIA(GPU-0): 
[   608.990] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   608.990] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   608.990] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   608.990] (--) NVIDIA(GPU-0): 
[   608.990] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   608.990] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   608.990] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   608.990] (--) NVIDIA(GPU-0): 
[   609.002] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[   609.002] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[   609.002] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[   609.002] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[   609.002] (--) NVIDIA(GPU-0): 
[   609.002] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   609.002] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   609.002] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   609.002] (--) NVIDIA(GPU-0): 
[   609.002] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   609.002] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   609.002] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   609.002] (--) NVIDIA(GPU-0): 
[   609.003] (II) NVIDIA(0): Validated MetaModes:
[   609.003] (II) NVIDIA(0):     "1920x1080_120+0+0"
[   609.003] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   609.008] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[   609.008] (--) NVIDIA(0):     option
[   609.008] (--) Depth 24 pixmap format is 32 bpp
[   609.009] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[   609.009] (II) NVIDIA:     access.
[   609.015] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   609.015] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   609.015] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   609.015] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   609.015] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   609.015] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   609.015] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   609.015] (II) NVIDIA(0):     Config Options in the README.
[   609.041] (II) NVIDIA(0): Setting mode "1920x1080_120+0+0"
[   609.397] (==) NVIDIA(0): Disabling shared memory pixmaps
[   609.397] (==) NVIDIA(0): Backing store enabled
[   609.397] (==) NVIDIA(0): Silken mouse enabled
[   609.398] (**) NVIDIA(0): DPMS enabled
[   609.398] (WW) NVIDIA(0): Option "CalcAlgorithm" is not used
[   609.398] (II) Loading sub module "dri2"
[   609.398] (II) LoadModule: "dri2"
[   609.398] (II) Module "dri2" already built-in
[   609.398] (II) NVIDIA(0): [DRI2] Setup complete
[   609.398] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   609.398] (--) RandR disabled
[   609.403] (II) Initializing extension GLX
[   609.508] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   609.508] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   609.508] (**) Power Button: Applying InputClass "system-keyboard"
[   609.508] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   609.508] (II) LoadModule: "evdev"
[   609.508] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   609.509] (II) Module evdev: vendor="X.Org Foundation"
[   609.509] 	compiled for 1.18.3, module version = 2.10.1
[   609.509] 	Module class: X.Org XInput Driver
[   609.509] 	ABI class: X.Org XInput driver, version 22.1
[   609.509] (II) Using input driver 'evdev' for 'Power Button'
[   609.509] (**) Power Button: always reports core events
[   609.509] (**) evdev: Power Button: Device: "/dev/input/event1"
[   609.509] (--) evdev: Power Button: Vendor 0 Product 0x1
[   609.509] (--) evdev: Power Button: Found keys
[   609.509] (II) evdev: Power Button: Configuring as keyboard
[   609.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   609.509] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   609.509] (**) Option "xkb_rules" "evdev"
[   609.509] (**) Option "xkb_layout" "us"
[   609.510] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   609.510] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   609.510] (**) Power Button: Applying InputClass "system-keyboard"
[   609.510] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   609.510] (II) Using input driver 'evdev' for 'Power Button'
[   609.510] (**) Power Button: always reports core events
[   609.510] (**) evdev: Power Button: Device: "/dev/input/event0"
[   609.510] (--) evdev: Power Button: Vendor 0 Product 0x1
[   609.510] (--) evdev: Power Button: Found keys
[   609.510] (II) evdev: Power Button: Configuring as keyboard
[   609.510] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   609.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   609.510] (**) Option "xkb_rules" "evdev"
[   609.510] (**) Option "xkb_layout" "us"
[   609.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[   609.511] (II) No input driver specified, ignoring this device.
[   609.511] (II) This device may have been added with another device file.
[   609.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[   609.511] (II) No input driver specified, ignoring this device.
[   609.511] (II) This device may have been added with another device file.
[   609.512] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[   609.512] (II) No input driver specified, ignoring this device.
[   609.512] (II) This device may have been added with another device file.
[   609.512] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[   609.512] (II) No input driver specified, ignoring this device.
[   609.512] (II) This device may have been added with another device file.
[   609.513] (II) config/udev: Adding input device CHICONY USB NetVista Full Width Keyboard (/dev/input/event2)
[   609.513] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "evdev keyboard catchall"
[   609.513] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "system-keyboard"
[   609.513] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "evdev keyboard catchall"
[   609.513] (II) Using input driver 'evdev' for 'CHICONY USB NetVista Full Width Keyboard'
[   609.513] (**) CHICONY USB NetVista Full Width Keyboard: always reports core events
[   609.513] (**) evdev: CHICONY USB NetVista Full Width Keyboard: Device: "/dev/input/event2"
[   609.513] (--) evdev: CHICONY USB NetVista Full Width Keyboard: Vendor 0x4b3 Product 0x3025
[   609.513] (--) evdev: CHICONY USB NetVista Full Width Keyboard: Found keys
[   609.513] (II) evdev: CHICONY USB NetVista Full Width Keyboard: Configuring as keyboard
[   609.513] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:04B3:3025.0003/input/input13/event2"
[   609.513] (II) XINPUT: Adding extended input device "CHICONY USB NetVista Full Width Keyboard" (type: KEYBOARD, id 8)
[   609.513] (**) Option "xkb_rules" "evdev"
[   609.513] (**) Option "xkb_layout" "us"
[   609.514] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[   609.514] (II) No input driver specified, ignoring this device.
[   609.514] (II) This device may have been added with another device file.
[   609.514] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[   609.514] (II) No input driver specified, ignoring this device.
[   609.514] (II) This device may have been added with another device file.
[   609.514] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event7)
[   609.514] (II) No input driver specified, ignoring this device.
[   609.514] (II) This device may have been added with another device file.
[   609.515] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[   609.515] (II) No input driver specified, ignoring this device.
[   609.515] (II) This device may have been added with another device file.
[   609.515] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[   609.515] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[   609.515] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[   609.515] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[   609.515] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[   609.515] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event3"
[   609.568] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc045
[   609.568] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[   609.568] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[   609.568] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[   609.568] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[   609.568] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[   609.568] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[   609.568] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[   609.568] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   609.568] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/0003:046D:C045.0002/input/input3/event3"
[   609.568] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[   609.568] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[   609.568] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[   609.568] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[   609.568] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[   609.568] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[   609.568] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[   609.569] (II) No input driver specified, ignoring this device.
[   609.569] (II) This device may have been added with another device file.
[   609.569] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   609.569] (II) No input driver specified, ignoring this device.
[   609.569] (II) This device may have been added with another device file.
[   610.025] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   610.025] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   610.025] (--) NVIDIA(GPU-0): 
[   610.028] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   610.028] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   610.028] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   610.028] (--) NVIDIA(GPU-0): 
[   610.028] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   610.028] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   610.028] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   610.028] (--) NVIDIA(GPU-0): 
[   610.028] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   610.028] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   610.028] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   610.028] (--) NVIDIA(GPU-0): 
[   610.040] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[   610.040] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[   610.040] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[   610.040] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[   610.040] (--) NVIDIA(GPU-0): 
[   610.040] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   610.040] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   610.040] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   610.040] (--) NVIDIA(GPU-0): 
[   610.040] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   610.040] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   610.040] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   610.040] (--) NVIDIA(GPU-0): 
[   610.988] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   610.988] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   610.988] (--) NVIDIA(GPU-0): 
[   610.992] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   610.992] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   610.992] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   610.992] (--) NVIDIA(GPU-0): 
[   610.992] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   610.992] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   610.992] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   610.992] (--) NVIDIA(GPU-0): 
[   610.992] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   610.992] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   610.992] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   610.992] (--) NVIDIA(GPU-0): 
[   611.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[   611.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[   611.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[   611.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[   611.003] (--) NVIDIA(GPU-0): 
[   611.003] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   611.003] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   611.003] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   611.004] (--) NVIDIA(GPU-0): 
[   611.004] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   611.004] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   611.004] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   611.004] (--) NVIDIA(GPU-0): 
[   618.609] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   618.609] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   618.609] (--) NVIDIA(GPU-0): 
[   618.611] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   618.611] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   618.611] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   618.611] (--) NVIDIA(GPU-0): 
[   618.612] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   618.612] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   618.612] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   618.612] (--) NVIDIA(GPU-0): 
[   618.612] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   618.612] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   618.612] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   618.612] (--) NVIDIA(GPU-0): 
[   618.624] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[   618.624] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[   618.624] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[   618.624] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[   618.624] (--) NVIDIA(GPU-0): 
[   618.624] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   618.624] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   618.624] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   618.624] (--) NVIDIA(GPU-0): 
[   618.624] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   618.624] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   618.624] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   618.624] (--) NVIDIA(GPU-0): 
[   620.068] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   620.068] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   620.068] (--) NVIDIA(GPU-0): 
[   620.071] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   620.071] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   620.071] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   620.071] (--) NVIDIA(GPU-0): 
[   620.071] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   620.071] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   620.071] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   620.071] (--) NVIDIA(GPU-0): 
[   620.071] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   620.071] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   620.071] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   620.071] (--) NVIDIA(GPU-0): 
[   620.084] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[   620.084] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[   620.084] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[   620.084] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[   620.084] (--) NVIDIA(GPU-0): 
[   620.084] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   620.084] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   620.084] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   620.084] (--) NVIDIA(GPU-0): 
[   620.084] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   620.084] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   620.084] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   620.084] (--) NVIDIA(GPU-0): 
[  3689.924] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  3689.924] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  3689.924] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  3689.924] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  3689.924] (--) NVIDIA(GPU-0): 
[  3689.941] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  3689.941] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  3689.941] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  3689.941] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  3689.941] (--) NVIDIA(GPU-0): 
[  5641.334] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  5641.334] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  5641.334] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  5641.334] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  5641.334] (--) NVIDIA(GPU-0): 
[  5641.347] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  5641.347] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  5641.347] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  5641.347] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  5641.347] (--) NVIDIA(GPU-0): 
[  7394.664] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  7394.664] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  7394.664] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  7394.664] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  7394.664] (--) NVIDIA(GPU-0): 
[  7394.676] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  7394.676] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  7394.676] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  7394.676] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  7394.676] (--) NVIDIA(GPU-0): 
[  7814.860] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  7814.860] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  7814.860] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  7814.860] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  7814.860] (--) NVIDIA(GPU-0): 
[  7814.878] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[  7814.878] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[  7814.878] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[  7814.878] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[  7814.878] (--) NVIDIA(GPU-0): 
[ 11828.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 11828.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 11828.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 11828.003] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 11828.003] (--) NVIDIA(GPU-0): 
[ 11828.020] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 11828.020] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 11828.020] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 11828.020] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 11828.020] (--) NVIDIA(GPU-0): 
[ 16269.775] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 16269.775] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 16269.775] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 16269.775] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 16269.775] (--) NVIDIA(GPU-0): 
[ 16269.793] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 16269.793] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 16269.793] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 16269.793] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 16269.793] (--) NVIDIA(GPU-0): 
[ 18135.240] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 18135.240] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 18135.240] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 18135.240] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 18135.240] (--) NVIDIA(GPU-0): 
[ 18135.257] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 18135.257] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 18135.257] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 18135.257] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 18135.257] (--) NVIDIA(GPU-0): 
[ 22975.490] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 22975.490] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 22975.490] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 22975.490] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 22975.490] (--) NVIDIA(GPU-0): 
[ 22975.509] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 22975.509] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 22975.509] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 22975.509] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 22975.509] (--) NVIDIA(GPU-0): 
[ 23509.668] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 23509.668] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 23509.668] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 23509.668] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 23509.668] (--) NVIDIA(GPU-0): 
[ 23509.685] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): connected
[ 23509.685] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): Internal TMDS
[ 23509.685] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): 330.0 MHz maximum pixel clock
[ 23509.685] (--) NVIDIA(GPU-0): Acer HN274H B (DFP-3): supports NVIDIA 3D Vision stereo.
[ 23509.685] (--) NVIDIA(GPU-0): 

Hi
I’ve asked my GNOME contacts about disabling Composite, but don’t hold your breath… not sure how things will go when wayland (SLE 15) is the default either.

I wonder if you set the default login manager to xdm and desktop to iceWM via YaST /etc/sysconfig editor temporarily and see if it works there as a test.

It would be good if the developer could disable the composite in the enterprise version. Most users in enterprise version don’t like those useless so called fancy stuff. We are more care about whether it really benefit our daily work…

thanks a lot.

[QUOTE=malcolmlewis;40296]Hi
I’ve asked my GNOME contacts about disabling Composite, but don’t hold your breath… not sure how things will go when wayland (SLE 15) is the default either.

I wonder if you set the default login manager to xdm and desktop to iceWM via YaST /etc/sysconfig editor temporarily and see if it works there as a test.[/QUOTE]