Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#26  2020-03-31 18:12:03

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Dobrze też poszedłeś w konfiguracje xorg.conf, ale umieść plik konfiguracji nie w pliku  /etc/X11/xorg.conf, czy folderze /etc/X11/xorg.conf.d/, a w
Kod:
/usr/share/X11/xorg.conf.d/
Zamieniając wpisy, jeżeli tam jest jakiś konfiguracja dotycząca nvidii i spróbuj przełączyć, lub zrób z taką nazwą 30-nvidia.conf jak tam nie ma nic dla nvidii.

Plik xorg.conf wywaliłem z /etc/X11 i dodałem plik 30-nvidia.conf do /usr/share/X11/xorg.conf.d/ z zawartością

Kod:

Section "Monitor"
    Identifier     "Configured Monitor"
    Option         "metamodes" "1920x1080_60"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Monitor        "Configured Monitor"
EndSection

System nie uruchomił się graficznie. W logu Xorg.0.log dostałem

Kod:

[    12.513] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    12.513] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    12.513] Current Operating System: Linux debian 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64
[    12.513] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.4-amd64 root=UUID=3b1c4cd5-d04e-499e-a171-1ac70ba66e66 ro quiet
[    12.513] Build Date: 05 March 2019  08:11:12PM
[    12.513] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    12.513] Current version of pixman: 0.36.0
[    12.513]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    12.513] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.513] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 31 17:05:43 2020
[    12.530] (==) Using config file: "/etc/X11/xorg.conf"
[    12.530] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.547] (==) No Layout section.  Using the first Screen section.
[    12.547] (**) |-->Screen "Default Screen" (0)
[    12.547] (**) |   |-->Monitor "Configured Monitor"
[    12.549] (==) No device specified for screen "Default Screen".
    Using the first device section listed.
[    12.549] (**) |   |-->Device "Configured Video Device"
[    12.549] (==) Automatically adding devices
[    12.549] (==) Automatically enabling devices
[    12.549] (==) Automatically adding GPU devices
[    12.549] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.553] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    12.553]     Entry deleted from font path.
[    12.558] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    12.558] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.558] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.558] (II) Loader magic: 0x564e856aae20
[    12.558] (II) Module ABI versions:
[    12.558]     X.Org ANSI C Emulation: 0.4
[    12.558]     X.Org Video Driver: 24.0
[    12.558]     X.Org XInput driver : 24.1
[    12.558]     X.Org Server Extension : 10.0
[    12.559] (++) using VT number 7

[    12.559] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    12.560] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.564] (--) PCI:*(1@0:0:0) 10de:0ff6:1028:05cc rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    12.564] (II) LoadModule: "glx"
[    12.570] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.586] (II) Module glx: vendor="X.Org Foundation"
[    12.586]     compiled for 1.20.4, module version = 1.0.0
[    12.586]     ABI class: X.Org Server Extension, version 10.0
[    12.586] (II) LoadModule: "nvidia"
[    12.587] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.597] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.597]     compiled for 4.0.2, module version = 1.0.0
[    12.597]     Module class: X.Org Video Driver
[    12.598] (II) NVIDIA dlloader X Driver  418.113  Sun Oct 27 00:12:58 UTC 2019
[    12.598] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.612] (II) Loading sub module "fb"
[    12.612] (II) LoadModule: "fb"
[    12.612] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.614] (II) Module fb: vendor="X.Org Foundation"
[    12.614]     compiled for 1.20.4, module version = 1.0.0
[    12.614]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.614] (II) Loading sub module "wfb"
[    12.614] (II) LoadModule: "wfb"
[    12.614] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.616] (II) Module wfb: vendor="X.Org Foundation"
[    12.616]     compiled for 1.20.4, module version = 1.0.0
[    12.616]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.616] (II) Loading sub module "ramdac"
[    12.616] (II) LoadModule: "ramdac"
[    12.616] (II) Module "ramdac" already built-in
[    12.619] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
[    12.619] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    12.619] (==) NVIDIA(0): RGB weight 888
[    12.619] (==) NVIDIA(0): Default visual is TrueColor
[    12.619] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.619] (**) NVIDIA(0): Option "MetaModes" "1920x1080_60"
[    12.620] (**) NVIDIA(0): Enabling 2D acceleration
[    12.620] (II) Loading sub module "glxserver_nvidia"
[    12.620] (II) LoadModule: "glxserver_nvidia"
[    12.620] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    12.718] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    12.718]     compiled for 4.0.2, module version = 1.0.0
[    12.718]     Module class: X.Org Server Extension
[    12.719] (II) NVIDIA GLX Module  418.113  Sun Oct 27 00:12:38 UTC 2019
[    13.720] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    13.720] (--) NVIDIA(0):     CRT-0
[    13.720] (--) NVIDIA(0):     DFP-0
[    13.720] (--) NVIDIA(0):     DFP-1
[    13.720] (--) NVIDIA(0):     DFP-2
[    13.720] (--) NVIDIA(0):     DFP-3
[    13.720] (--) NVIDIA(0):     DFP-4 (boot)
[    13.720] (--) NVIDIA(0):     DFP-5
[    13.720] (--) NVIDIA(0):     DFP-6
[    13.723] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:1:0:0 (GPU-0)
[    13.723] (--) NVIDIA(0): Memory: 2097152 kBytes
[    13.723] (--) NVIDIA(0): VideoBIOS: 80.07.cc.00.04
[    13.723] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.724] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    13.724] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    13.724] (--) NVIDIA(GPU-0): 
[    13.724] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.724] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.724] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    13.724] (--) NVIDIA(GPU-0): 
[    13.724] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.724] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.724] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.724] (--) NVIDIA(GPU-0): 
[    13.724] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    13.724] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    13.724] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    13.724] (--) NVIDIA(GPU-0): 
[    13.724] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.724] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    13.724] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    13.724] (--) NVIDIA(GPU-0): 
[    13.725] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    13.725] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    13.725] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    13.725] (--) NVIDIA(GPU-0): 
[    13.725] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    13.725] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    13.725] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    13.725] (--) NVIDIA(GPU-0): 
[    13.725] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    13.725] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    13.725] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    13.725] (--) NVIDIA(GPU-0): 
[    13.726] (II) NVIDIA(0): Validated MetaModes:
[    13.726] (II) NVIDIA(0):     "1920x1080_60"
[    13.726] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    13.728] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[    13.728] (--) NVIDIA(0):     option
[    13.729] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    13.729] (II) NVIDIA:     access.
[    13.732] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.732] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.732] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.733] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.733] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.733] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.733] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.733] (II) NVIDIA(0):     Config Options in the README.
[    13.766] (II) NVIDIA(0): Setting mode "1920x1080_60"
[    14.854] (==) NVIDIA(0): Disabling shared memory pixmaps
[    14.854] (==) NVIDIA(0): Backing store enabled
[    14.854] (==) NVIDIA(0): Silken mouse enabled
[    14.856] (==) NVIDIA(0): DPMS enabled
[    14.857] (II) Loading sub module "dri2"
[    14.857] (II) LoadModule: "dri2"
[    14.857] (II) Module "dri2" already built-in
[    14.858] (II) NVIDIA(0): [DRI2] Setup complete
[    14.858] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    14.859] (II) Initializing extension Generic Event Extension
[    14.859] (II) Initializing extension SHAPE
[    14.859] (II) Initializing extension MIT-SHM
[    14.859] (II) Initializing extension XInputExtension
[    14.860] (II) Initializing extension XTEST
[    14.860] (II) Initializing extension BIG-REQUESTS
[    14.860] (II) Initializing extension SYNC
[    14.860] (II) Initializing extension XKEYBOARD
[    14.860] (II) Initializing extension XC-MISC
[    14.860] (II) Initializing extension SECURITY
[    14.860] (II) Initializing extension XFIXES
[    14.860] (II) Initializing extension RENDER
[    14.861] (II) Initializing extension RANDR
[    14.861] (II) Initializing extension COMPOSITE
[    14.861] (II) Initializing extension DAMAGE
[    14.861] (II) Initializing extension MIT-SCREEN-SAVER
[    14.861] (II) Initializing extension DOUBLE-BUFFER
[    14.861] (II) Initializing extension RECORD
[    14.861] (II) Initializing extension DPMS
[    14.861] (II) Initializing extension Present
[    14.861] (II) Initializing extension DRI3
[    14.861] (II) Initializing extension X-Resource
[    14.861] (II) Initializing extension XVideo
[    14.861] (II) Initializing extension XVideo-MotionCompensation
[    14.861] (II) Initializing extension SELinux
[    14.861] (II) SELinux: Disabled on system
[    14.861] (II) Initializing extension GLX
[    14.861] (II) Initializing extension GLX
[    14.861] (II) Indirect GLX disabled.
[    14.862] (II) GLX: Another vendor is already registered for screen 0
[    14.862] (II) Initializing extension XFree86-VidModeExtension
[    14.862] (II) Initializing extension XFree86-DGA
[    14.862] (II) Initializing extension XFree86-DRI
[    14.862] (II) Initializing extension DRI2
[    14.862] (II) Initializing extension NV-GLX
[    14.862] (II) Initializing extension NV-CONTROL
[    14.862] (II) Initializing extension XINERAMA
[    14.966] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    14.966] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.966] (II) LoadModule: "libinput"
[    14.967] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.973] (II) Module libinput: vendor="X.Org Foundation"
[    14.973]     compiled for 1.20.4, module version = 0.28.2
[    14.973]     Module class: X.Org XInput Driver
[    14.973]     ABI class: X.Org XInput driver, version 24.1
[    14.973] (II) Using input driver 'libinput' for 'Power Button'
[    14.973] (**) Power Button: always reports core events
[    14.973] (**) Option "Device" "/dev/input/event4"
[    14.974] (**) Option "_source" "server/udev"
[    14.986] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    14.986] (II) event4  - Power Button: device is a keyboard
[    14.986] (II) event4  - Power Button: device removed
[    15.006] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    15.006] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.006] (**) Option "xkb_model" "pc105"
[    15.006] (**) Option "xkb_layout" "pl"
[    15.028] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    15.028] (II) event4  - Power Button: device is a keyboard
[    15.029] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    15.029] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    15.029] (II) Using input driver 'libinput' for 'Video Bus'
[    15.029] (**) Video Bus: always reports core events
[    15.029] (**) Option "Device" "/dev/input/event5"
[    15.029] (**) Option "_source" "server/udev"
[    15.029] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    15.029] (II) event5  - Video Bus: device is a keyboard
[    15.029] (II) event5  - Video Bus: device removed
[    15.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input7/event5"
[    15.090] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    15.090] (**) Option "xkb_model" "pc105"
[    15.090] (**) Option "xkb_layout" "pl"
[    15.092] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    15.092] (II) event5  - Video Bus: device is a keyboard
[    15.093] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    15.093] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.093] (II) Using input driver 'libinput' for 'Power Button'
[    15.093] (**) Power Button: always reports core events
[    15.093] (**) Option "Device" "/dev/input/event2"
[    15.093] (**) Option "_source" "server/udev"
[    15.094] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.094] (II) event2  - Power Button: device is a keyboard
[    15.094] (II) event2  - Power Button: device removed
[    15.126] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    15.126] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    15.126] (**) Option "xkb_model" "pc105"
[    15.126] (**) Option "xkb_layout" "pl"
[    15.128] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.128] (II) event2  - Power Button: device is a keyboard
[    15.128] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    15.129] (II) No input driver specified, ignoring this device.
[    15.129] (II) This device may have been added with another device file.
[    15.129] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    15.129] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    15.129] (II) Using input driver 'libinput' for 'Sleep Button'
[    15.129] (**) Sleep Button: always reports core events
[    15.129] (**) Option "Device" "/dev/input/event3"
[    15.129] (**) Option "_source" "server/udev"
[    15.130] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    15.130] (II) event3  - Sleep Button: device is a keyboard
[    15.130] (II) event3  - Sleep Button: device removed
[    15.158] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    15.158] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    15.158] (**) Option "xkb_model" "pc105"
[    15.158] (**) Option "xkb_layout" "pl"
[    15.160] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    15.160] (II) event3  - Sleep Button: device is a keyboard
[    15.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    15.161] (II) No input driver specified, ignoring this device.
[    15.161] (II) This device may have been added with another device file.
[    15.162] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    15.162] (II) No input driver specified, ignoring this device.
[    15.162] (II) This device may have been added with another device file.
[    15.163] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[    15.163] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    15.163] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    15.163] (**) Logitech Wireless Mouse: always reports core events
[    15.163] (**) Option "Device" "/dev/input/event6"
[    15.163] (**) Option "_source" "server/udev"
[    15.166] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.166] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    15.166] (II) event6  - Logitech Wireless Mouse: device removed
[    15.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input18/event6"
[    15.222] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 10)
[    15.223] (**) Option "AccelerationScheme" "none"
[    15.223] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    15.223] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    15.223] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    15.225] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.226] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    15.227] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[    15.227] (II) No input driver specified, ignoring this device.
[    15.227] (II) This device may have been added with another device file.
[    15.228] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event11)
[    15.228] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    15.228] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    15.228] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    15.228] (**) Option "Device" "/dev/input/event11"
[    15.228] (**) Option "_source" "server/udev"
[    15.230] (II) event11 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    15.230] (II) event11 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    15.230] (II) event11 - Laptop_Integrated_Webcam_HD: In: device removed
[    15.274] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input27/event11"
[    15.274] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 11)
[    15.274] (**) Option "xkb_model" "pc105"
[    15.274] (**) Option "xkb_layout" "pl"
[    15.277] (II) event11 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    15.277] (II) event11 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    15.277] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[    15.277] (II) No input driver specified, ignoring this device.
[    15.277] (II) This device may have been added with another device file.
[    15.278] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[    15.278] (II) No input driver specified, ignoring this device.
[    15.278] (II) This device may have been added with another device file.
[    15.279] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event14)
[    15.279] (II) No input driver specified, ignoring this device.
[    15.279] (II) This device may have been added with another device file.
[    15.279] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event15)
[    15.279] (II) No input driver specified, ignoring this device.
[    15.279] (II) This device may have been added with another device file.
[    15.279] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    15.279] (II) No input driver specified, ignoring this device.
[    15.279] (II) This device may have been added with another device file.
[    15.280] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[    15.280] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.280] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    15.280] (**) Dell WMI hotkeys: always reports core events
[    15.280] (**) Option "Device" "/dev/input/event10"
[    15.280] (**) Option "_source" "server/udev"
[    15.282] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.282] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    15.282] (II) event10 - Dell WMI hotkeys: device removed
[    15.314] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event10"
[    15.314] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[    15.314] (**) Option "xkb_model" "pc105"
[    15.314] (**) Option "xkb_layout" "pl"
[    15.317] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.317] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    15.318] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    15.318] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.318] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.318] (**) AT Translated Set 2 keyboard: always reports core events
[    15.318] (**) Option "Device" "/dev/input/event0"
[    15.318] (**) Option "_source" "server/udev"
[    15.320] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.320] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    15.321] (II) event0  - AT Translated Set 2 keyboard: device removed
[    15.338] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    15.338] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    15.338] (**) Option "xkb_model" "pc105"
[    15.338] (**) Option "xkb_layout" "pl"
[    15.340] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.340] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    15.341] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event7)
[    15.341] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    15.341] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    15.341] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    15.341] (**) Option "Device" "/dev/input/event7"
[    15.341] (**) Option "_source" "server/udev"
[    15.342] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    15.343] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    15.343] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device removed
[    15.378] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input19/event7"
[    15.378] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 14)
[    15.378] (**) Option "AccelerationScheme" "none"
[    15.378] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    15.378] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    15.378] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    15.380] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    15.380] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    15.382] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse1)
[    15.382] (II) No input driver specified, ignoring this device.
[    15.382] (II) This device may have been added with another device file.
[    15.383] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event8)
[    15.383] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    15.383] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    15.383] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    15.383] (II) LoadModule: "synaptics"
[    15.383] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    15.430] (II) Module synaptics: vendor="X.Org Foundation"
[    15.430]     compiled for 1.20.1, module version = 1.9.1
[    15.430]     Module class: X.Org XInput Driver
[    15.430]     ABI class: X.Org XInput driver, version 24.1
[    15.430] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    15.430] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    15.430] (**) Option "Device" "/dev/input/event8"
[    15.466] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000 (res 25)
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400 (res 32)
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    15.466] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    15.466] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    15.467] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    15.467] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    15.506] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event8"
[    15.506] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
[    15.506] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    15.506] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[    15.506] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.082
[    15.507] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    15.507] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    15.507] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    15.507] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    15.507] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    15.508] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[    15.508] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    15.508] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    15.508] (II) No input driver specified, ignoring this device.
[    15.508] (II) This device may have been added with another device file.
[    15.516] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    15.516] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    15.516] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    15.516] (--) NVIDIA(GPU-0): 
[    16.544] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.544] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.544] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.545] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.545] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.545] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.545] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.545] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.545] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.545] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.545] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.545] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.545] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.545] (--) NVIDIA(GPU-0): 
[    16.819] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.819] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.820] (--) NVIDIA(GPU-0): 
[    16.820] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.820] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.820] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.820] (--) NVIDIA(GPU-0): 
[    16.820] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.820] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.820] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.820] (--) NVIDIA(GPU-0): 
[    16.820] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.820] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.820] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.820] (--) NVIDIA(GPU-0): 
[    16.820] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.820] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.820] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.820] (--) NVIDIA(GPU-0): 
[    16.821] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.821] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.821] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.821] (--) NVIDIA(GPU-0): 
[    16.821] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.821] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.821] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.821] (--) NVIDIA(GPU-0): 
[    16.821] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.821] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.821] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.821] (--) NVIDIA(GPU-0): 
[    17.158] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    17.158] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    17.158] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    17.159] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    17.159] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.159] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    17.159] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    17.159] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    17.159] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    17.159] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    17.159] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    17.159] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    17.159] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    17.159] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    17.159] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    17.159] (--) NVIDIA(GPU-0): 
[    17.159] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    17.160] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    17.160] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    17.160] (--) NVIDIA(GPU-0): 
[    17.161] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    17.161] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    17.161] (--) NVIDIA(GPU-0): 
[    17.161] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    17.161] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    17.161] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    17.161] (--) NVIDIA(GPU-0): 
[    17.161] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.161] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    17.161] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    17.161] (--) NVIDIA(GPU-0): 
[    17.161] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    17.161] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    17.161] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    17.161] (--) NVIDIA(GPU-0): 
[    17.161] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    17.161] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    17.161] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    17.161] (--) NVIDIA(GPU-0): 
[    17.162] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    17.162] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    17.162] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    17.162] (--) NVIDIA(GPU-0): 
[    17.162] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    17.162] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    17.162] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    17.162] (--) NVIDIA(GPU-0): 
[    17.162] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    17.162] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    17.162] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    17.162] (--) NVIDIA(GPU-0):

Offline

 

#27  2020-03-31 19:17:49

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Ale na GPU intela w takim ustawieniu uruchamia się prawidłowo? nie powinno być problemów.

Xorg.0.log pokazuje prawidłowo uruchomiony xserver ze sterownikiem nvidia, u ciebie z tego miejsca nie działa, a w starym to samo ustawienie działa, dziwne. A co zrobiłeś z tym configiem utworzonym przez sterownik, pokaż co tam jest jeszcze w

Kod:

ls /usr/share/X11/xorg.conf.d/ /etc/X11/xorg.conf.d/

Przywróć config do starego miejsca /etc/X11/xorg.conf w którym było prawidłowo i pokaż Xorg.0.log po po ponownym uruchomieniu na nvidii, porównamy, może coś przeoczyłem.

Edycja: A i będzie dobry moment do tego by sprawdź od razu wydajność na tych kartach z tym poprawionym, bo za pierwszym razem nie wyłączyło vsync.

Ostatnio edytowany przez jawojx (2020-03-31 19:37:18)

Offline

 

#28  2020-03-31 19:53:28

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Dla Nvidia

glxinfo | grep OpenGL ; vblank_mode=0  glxgears

Kod:

agnieszka@debian:~$ glxinfo | grep OpenGL ; vblank_mode=0  glxgears
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Quadro K1100M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.113
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 418.113
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 418.113
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
301 frames in 5.0 seconds = 60.092 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.023 FPS
301 frames in 5.0 seconds = 60.019 FPS
301 frames in 5.0 seconds = 60.022 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.017 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 52 requests (52 known processed) with 0 events remaining.

glxinfo | grep OpenGL ; __GL_SYNC_TO_VBLANK=0 |  glxgears

Kod:

agnieszka@debian:~$ glxinfo | grep OpenGL ; __GL_SYNC_TO_VBLANK=0 |  glxgears
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Quadro K1100M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.113
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 418.113
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 418.113
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.473 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.022 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.022 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 52 requests (52 known processed) with 0 events remaining.

lspci | egrep  'VGA|3D'

Kod:

agnieszka@debian:~$ lspci | egrep  'VGA|3D'
01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K1100M] (rev a1)

Katalog  /usr/share/X11/xorg.conf.d/ zawiera

Kod:

10-amdgpu.conf  10-radeon.conf  40-libinput.conf   70-wacom.conf
10-quirks.conf  30-nvidia.conf  70-synaptics.conf  nvidia-drm-outputclass.conf

Ten 30-nvidia.conf  właśnie z powrotem przywróciłem.

Katalog /etc/X11/xorg.conf.d/ zawiera

Kod:

Nie mam takiego katalogu.

Dla Intel

glxinfo | grep OpenGL ; vblank_mode=0  glxgears

Kod:

agnieszka@debian:~$ glxinfo | grep OpenGL ; vblank_mode=0  glxgears
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.3.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.3.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
ATTENTION: default value of option vblank_mode overridden by environment.
41574 frames in 5.0 seconds = 8314.757 FPS
41422 frames in 5.0 seconds = 8284.311 FPS
41787 frames in 5.0 seconds = 8357.246 FPS
41586 frames in 5.0 seconds = 8317.086 FPS
41747 frames in 5.0 seconds = 8349.293 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 416701 requests (416701 known processed) with 0 events remaining.

glxinfo | grep OpenGL ; __GL_SYNC_TO_VBLANK=0 |  glxgears

Kod:

agnieszka@debian:~$ glxinfo | grep OpenGL ; __GL_SYNC_TO_VBLANK=0 |  glxgears
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.3.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.3.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.554 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.017 FPS
301 frames in 5.0 seconds = 60.025 FPS
301 frames in 5.0 seconds = 60.015 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 4863 requests (4863 known processed) with 0 events remaining.

lspci | egrep  'VGA|3D'

Kod:

agnieszka@debian:~$ lspci | egrep  'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K1100M] (rev a1)

Jak dodałem plik 30-nvidia.conf do /usr/share/X11/xorg.conf.d/  to system się nie uruchamia. Wrzucam loga

Kod:

[    27.277] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    27.277] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    27.277] Current Operating System: Linux debian 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64
[    27.277] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.4-amd64 root=UUID=3b1c4cd5-d04e-499e-a171-1ac70ba66e66 ro quiet
[    27.277] Build Date: 05 March 2019  08:11:12PM
[    27.277] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    27.277] Current version of pixman: 0.36.0
[    27.277]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    27.277] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.278] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 31 19:01:06 2020
[    27.278] (==) Using config file: "/etc/X11/xorg.conf"
[    27.278] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.278] Parse error on line 1 of section OutputClass in file /usr/share/X11/xorg.conf.d/30-nvidia.conf
    "Section" is not a valid keyword in this section.
[    27.278] (EE) Problem parsing the config file
[    27.278] (EE) Error parsing the config file
[    27.278] (EE) 
Fatal server error:
[    27.278] (EE) no screens found(EE) 
[    27.278] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[    27.279] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    27.279] (EE) 
[    27.279] (EE) Server terminated with error (1). Closing log file.

Ostatnio edytowany przez Grabek (2020-03-31 20:14:25)

Offline

 

#29  2020-03-31 22:04:13

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Zacznę od końca, masz błąd w konfiguracji.

Parse error on line 1 of section OutputClass in file /usr/share/X11/xorg.conf.d/30-nvidia.conf
    "Section" is not a valid keyword in this section.

Może coś się tam źle wkleiło, wsadziłeś Section w cudzysłów (bo config ten wklejony tu wyżej jest prawidłowy), nie trzyma ci rozdzielczości bez tego wpisu, potrzebna jest tobie ta sekcja? możesz uprościć to na czas testu do postaci

Kod:

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Ale sprawdź wcześniej co tam się stało, bo jak działało to, to i tam powinno i lepiej właśnie tego używać. Pisałem by coś zrobić z drugim configiem dla nvidii, przenieś go albo dopisz na końcu coś, na przykład nvidia-drm-outputclass.conf_backup, miejmy tylko jeden plik konfiguracyjny dla nvidii.

Drugie, jak widać jest jakiś problem z wyłączeniem vsync na nvidii, na GPU intela jest prawidłowy. Zrób tak otwórz

Kod:

nvidia-settings -p "OpenGL Settings"

Tam masz Sync to VBlank , możesz to wyłączyć lub w konsoli wszystko od razu, przy uruchomionej nvidii:

Kod:

nvidia-settings -a 'SyncToVBlank=0' ; glxgears

Edycja: Sprawdziłem teraz jeszcze na live Debianie z nvidią, by moje ustawienia nie miały wpływu i takie coś na nvidii działa prawidłowo, bez powyższych ustawień w nvidia-settings.

Kod:

__GL_SYNC_TO_VBLANK=0  glxgears

Wydawało mi się że zawsze stosowałem przekierowanie, ale za to masz tez całość, wyłącz Sync to VBlank w nvidia-settings i sprawdź.

Ostatnio edytowany przez jawojx (2020-03-31 22:55:25)

Offline

 

#30  2020-04-01 08:19:58

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Plik 30-nvidia.conf musiał się źle wkleić. Wpisałem go ręcznie (niby identycznie) i działa. Ten drugi plik przeniosłem.
Co do vsync to z włączonym:

Kod:

root@debian:/home/agnieszka#  glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.399 FPS
301 frames in 5.0 seconds = 60.021 FPS
301 frames in 5.0 seconds = 60.024 FPS
301 frames in 5.0 seconds = 60.018 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 52 requests (52 known processed) with 0 events remaining.

Z wyłączonym:

Kod:

root@debian:/home/agnieszka#  glxgears
22554 frames in 5.0 seconds = 4510.767 FPS
22746 frames in 5.0 seconds = 4549.087 FPS
22626 frames in 5.0 seconds = 4525.180 FPS
22539 frames in 5.0 seconds = 4507.740 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 52 requests (52 known processed) with 0 events remaining.

Tylko zauważyłem chyba pewien błąd. Po restarcie gdy włączę "glxgears" mam wyniki na poziomie 60 FPS (jak z włączonym vsync). Wchodzę w nvidia-settings -p "OpenGL Settings" To opcja "Sync To VBlank" jest odznaczona (czyli tak jak powinno być). Ponownie sprawdzam "glxgears" i wyniki na poziomie 4425 FPS.

Edycja
Jak dodam plik 30-nvidia.conf  do /usr/share/X11/xorg.conf.d/ to nie startuje na grafice intela. Wrzucam loga:

Kod:

[    13.381] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    13.381] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    13.381] Current Operating System: Linux debian 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64
[    13.381] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.4-amd64 root=UUID=3b1c4cd5-d04e-499e-a171-1ac70ba66e66 ro quiet
[    13.381] Build Date: 05 March 2019  08:11:12PM
[    13.381] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    13.381] Current version of pixman: 0.36.0
[    13.381]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    13.381] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.381] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  1 14:48:16 2020
[    13.402] (==) Using config file: "/etc/X11/xorg.conf"
[    13.402] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.406] (==) No Layout section.  Using the first Screen section.
[    13.406] (**) |-->Screen "Default Screen" (0)
[    13.406] (**) |   |-->Monitor "Configured Monitor"
[    13.407] (==) No device specified for screen "Default Screen".
    Using the first device section listed.
[    13.407] (**) |   |-->Device "Configured Video Device"
[    13.407] (==) Automatically adding devices
[    13.407] (==) Automatically enabling devices
[    13.407] (==) Automatically adding GPU devices
[    13.407] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.423] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.423]     Entry deleted from font path.
[    13.447] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    13.447] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.447] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.447] (II) Loader magic: 0x55e0c5502e20
[    13.447] (II) Module ABI versions:
[    13.447]     X.Org ANSI C Emulation: 0.4
[    13.447]     X.Org Video Driver: 24.0
[    13.447]     X.Org XInput driver : 24.1
[    13.447]     X.Org Server Extension : 10.0
[    13.448] (++) using VT number 7

[    13.448] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    13.449] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.449] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.463] (--) PCI:*(0@0:2:0) 8086:0416:1028:05cc rev 6, Mem @ 0xf5400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    13.463] (--) PCI: (1@0:0:0) 10de:0ff6:1028:15cc rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    13.463] (II) LoadModule: "glx"
[    13.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.494] (II) Module glx: vendor="X.Org Foundation"
[    13.494]     compiled for 1.20.4, module version = 1.0.0
[    13.494]     ABI class: X.Org Server Extension, version 10.0
[    13.494] (II) LoadModule: "intel"
[    13.495] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    13.500] (II) Module intel: vendor="X.Org Foundation"
[    13.500]     compiled for 1.20.1, module version = 2.99.917
[    13.500]     Module class: X.Org Video Driver
[    13.500]     ABI class: X.Org Video Driver, version 24.0
[    13.500] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    13.500] (II) intel: Driver for Intel(R) HD Graphics
[    13.500] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    13.500] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    13.518] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[    13.518] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20180925-2 (Andreas Boll <aboll@debian.org>)
[    13.518] (II) intel(0): SNA compiled for use with valgrind
[    13.520] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[    13.520] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    13.520] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
[    13.520] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    13.520] (==) intel(0): RGB weight 888
[    13.520] (==) intel(0): Default visual is TrueColor
[    13.521] (II) intel(0): Output eDP1 using monitor section Configured Monitor
[    13.521] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    13.522] (II) intel(0): Enabled output eDP1
[    13.522] (II) intel(0): Output VGA1 has no monitor section
[    13.522] (II) intel(0): Enabled output VGA1
[    13.522] (II) intel(0): Output DP1 has no monitor section
[    13.522] (II) intel(0): Enabled output DP1
[    13.522] (II) intel(0): Output HDMI1 has no monitor section
[    13.522] (II) intel(0): Enabled output HDMI1
[    13.522] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    13.522] (II) intel(0): Output VIRTUAL1 has no monitor section
[    13.522] (II) intel(0): Enabled output VIRTUAL1
[    13.522] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    13.522] (==) intel(0): TearFree disabled
[    13.523] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.523] (==) intel(0): DPI set to (96, 96)
[    13.523] (II) Loading sub module "dri3"
[    13.523] (II) LoadModule: "dri3"
[    13.523] (II) Module "dri3" already built-in
[    13.523] (II) Loading sub module "dri2"
[    13.523] (II) LoadModule: "dri2"
[    13.523] (II) Module "dri2" already built-in
[    13.523] (II) Loading sub module "present"
[    13.523] (II) LoadModule: "present"
[    13.523] (II) Module "present" already built-in
[    13.527] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[    13.527] (==) intel(0): Backing store enabled
[    13.527] (==) intel(0): Silken mouse enabled
[    13.528] (II) intel(0): HW Cursor enabled
[    13.529] (==) intel(0): DPMS enabled
[    13.530] (==) intel(0): Display hotplug detection enabled
[    13.530] (II) intel(0): [DRI2] Setup complete
[    13.530] (II) intel(0): [DRI2]   DRI driver: i965
[    13.530] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    13.530] (II) intel(0): direct rendering: DRI2 enabled
[    13.530] (II) intel(0): hardware support for Present enabled
[    13.530] (WW) intel(0): Option "metamodes" is not used
[    13.530] (II) Initializing extension Generic Event Extension
[    13.530] (II) Initializing extension SHAPE
[    13.531] (II) Initializing extension MIT-SHM
[    13.531] (II) Initializing extension XInputExtension
[    13.531] (II) Initializing extension XTEST
[    13.531] (II) Initializing extension BIG-REQUESTS
[    13.532] (II) Initializing extension SYNC
[    13.532] (II) Initializing extension XKEYBOARD
[    13.532] (II) Initializing extension XC-MISC
[    13.532] (II) Initializing extension SECURITY
[    13.532] (II) Initializing extension XFIXES
[    13.532] (II) Initializing extension RENDER
[    13.532] (II) Initializing extension RANDR
[    13.533] (II) Initializing extension COMPOSITE
[    13.533] (II) Initializing extension DAMAGE
[    13.533] (II) Initializing extension MIT-SCREEN-SAVER
[    13.533] (II) Initializing extension DOUBLE-BUFFER
[    13.533] (II) Initializing extension RECORD
[    13.533] (II) Initializing extension DPMS
[    13.533] (II) Initializing extension Present
[    13.533] (II) Initializing extension DRI3
[    13.533] (II) Initializing extension X-Resource
[    13.534] (II) Initializing extension XVideo
[    13.534] (II) Initializing extension XVideo-MotionCompensation
[    13.534] (II) Initializing extension SELinux
[    13.534] (II) SELinux: Disabled on system
[    13.534] (II) Initializing extension GLX
[    13.596] (II) AIGLX: Loaded and initialized i965
[    13.596] (II) GLX: Initialized DRI2 GL provider for screen 0
[    13.596] (II) Initializing extension XFree86-VidModeExtension
[    13.596] (II) Initializing extension XFree86-DGA
[    13.596] (II) Initializing extension XFree86-DRI
[    13.596] (II) Initializing extension DRI2
[    13.605] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    13.610] (II) intel(0): Setting screen physical size to 508 x 285
[    13.687] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    13.687] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.687] (II) LoadModule: "libinput"
[    13.688] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.695] (II) Module libinput: vendor="X.Org Foundation"
[    13.695]     compiled for 1.20.4, module version = 0.28.2
[    13.695]     Module class: X.Org XInput Driver
[    13.695]     ABI class: X.Org XInput driver, version 24.1
[    13.695] (II) Using input driver 'libinput' for 'Power Button'
[    13.695] (**) Power Button: always reports core events
[    13.695] (**) Option "Device" "/dev/input/event4"
[    13.695] (**) Option "_source" "server/udev"
[    13.724] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    13.724] (II) event4  - Power Button: device is a keyboard
[    13.724] (II) event4  - Power Button: device removed
[    13.775] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    13.775] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.775] (**) Option "xkb_model" "pc105"
[    13.775] (**) Option "xkb_layout" "pl"
[    13.797] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    13.797] (II) event4  - Power Button: device is a keyboard
[    13.797] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    13.797] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.797] (II) Using input driver 'libinput' for 'Video Bus'
[    13.797] (**) Video Bus: always reports core events
[    13.797] (**) Option "Device" "/dev/input/event6"
[    13.797] (**) Option "_source" "server/udev"
[    13.798] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    13.798] (II) event6  - Video Bus: device is a keyboard
[    13.798] (II) event6  - Video Bus: device removed
[    13.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8/event6"
[    13.839] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    13.839] (**) Option "xkb_model" "pc105"
[    13.839] (**) Option "xkb_layout" "pl"
[    13.840] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    13.840] (II) event6  - Video Bus: device is a keyboard
[    13.841] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    13.841] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.841] (II) Using input driver 'libinput' for 'Video Bus'
[    13.841] (**) Video Bus: always reports core events
[    13.841] (**) Option "Device" "/dev/input/event5"
[    13.841] (**) Option "_source" "server/udev"
[    13.842] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    13.842] (II) event5  - Video Bus: device is a keyboard
[    13.842] (II) event5  - Video Bus: device removed
[    13.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input7/event5"
[    13.883] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    13.883] (**) Option "xkb_model" "pc105"
[    13.883] (**) Option "xkb_layout" "pl"
[    13.884] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    13.884] (II) event5  - Video Bus: device is a keyboard
[    13.885] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    13.885] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.885] (II) Using input driver 'libinput' for 'Power Button'
[    13.885] (**) Power Button: always reports core events
[    13.885] (**) Option "Device" "/dev/input/event2"
[    13.885] (**) Option "_source" "server/udev"
[    13.886] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    13.886] (II) event2  - Power Button: device is a keyboard
[    13.886] (II) event2  - Power Button: device removed
[    13.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    13.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    13.899] (**) Option "xkb_model" "pc105"
[    13.899] (**) Option "xkb_layout" "pl"
[    13.900] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    13.900] (II) event2  - Power Button: device is a keyboard
[    13.900] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    13.901] (II) No input driver specified, ignoring this device.
[    13.901] (II) This device may have been added with another device file.
[    13.901] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    13.901] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    13.901] (II) Using input driver 'libinput' for 'Sleep Button'
[    13.901] (**) Sleep Button: always reports core events
[    13.901] (**) Option "Device" "/dev/input/event3"
[    13.901] (**) Option "_source" "server/udev"
[    13.902] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    13.902] (II) event3  - Sleep Button: device is a keyboard
[    13.902] (II) event3  - Sleep Button: device removed
[    13.915] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    13.915] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    13.915] (**) Option "xkb_model" "pc105"
[    13.915] (**) Option "xkb_layout" "pl"
[    13.916] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    13.916] (II) event3  - Sleep Button: device is a keyboard
[    13.917] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[    13.917] (II) No input driver specified, ignoring this device.
[    13.917] (II) This device may have been added with another device file.
[    13.917] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[    13.917] (II) No input driver specified, ignoring this device.
[    13.917] (II) This device may have been added with another device file.
[    13.918] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[    13.918] (II) No input driver specified, ignoring this device.
[    13.918] (II) This device may have been added with another device file.
[    13.918] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[    13.919] (II) No input driver specified, ignoring this device.
[    13.919] (II) This device may have been added with another device file.
[    13.919] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[    13.919] (II) No input driver specified, ignoring this device.
[    13.919] (II) This device may have been added with another device file.
[    13.919] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[    13.919] (II) No input driver specified, ignoring this device.
[    13.919] (II) This device may have been added with another device file.
[    13.920] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[    13.920] (II) No input driver specified, ignoring this device.
[    13.920] (II) This device may have been added with another device file.
[    13.921] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event7)
[    13.921] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    13.921] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    13.921] (**) Logitech Wireless Mouse: always reports core events
[    13.921] (**) Option "Device" "/dev/input/event7"
[    13.921] (**) Option "_source" "server/udev"
[    13.923] (II) event7  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    13.923] (II) event7  - Logitech Wireless Mouse: device is a pointer
[    13.923] (II) event7  - Logitech Wireless Mouse: device removed
[    13.971] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input19/event7"
[    13.971] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
[    13.971] (**) Option "AccelerationScheme" "none"
[    13.971] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    13.971] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    13.971] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    13.973] (II) event7  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    13.973] (II) event7  - Logitech Wireless Mouse: device is a pointer
[    13.974] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[    13.974] (II) No input driver specified, ignoring this device.
[    13.974] (II) This device may have been added with another device file.
[    13.975] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event24)
[    13.975] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    13.975] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    13.975] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    13.975] (**) Option "Device" "/dev/input/event24"
[    13.975] (**) Option "_source" "server/udev"
[    13.976] (II) event24 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    13.976] (II) event24 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    13.976] (II) event24 - Laptop_Integrated_Webcam_HD: In: device removed
[    14.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input35/event24"
[    14.011] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 12)
[    14.011] (**) Option "xkb_model" "pc105"
[    14.011] (**) Option "xkb_layout" "pl"
[    14.012] (II) event24 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    14.012] (II) event24 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    14.013] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event17)
[    14.013] (II) No input driver specified, ignoring this device.
[    14.013] (II) This device may have been added with another device file.
[    14.013] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event18)
[    14.014] (II) No input driver specified, ignoring this device.
[    14.014] (II) This device may have been added with another device file.
[    14.014] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event19)
[    14.014] (II) No input driver specified, ignoring this device.
[    14.014] (II) This device may have been added with another device file.
[    14.014] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event20)
[    14.014] (II) No input driver specified, ignoring this device.
[    14.014] (II) This device may have been added with another device file.
[    14.015] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
[    14.015] (II) No input driver specified, ignoring this device.
[    14.015] (II) This device may have been added with another device file.
[    14.016] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11)
[    14.016] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    14.016] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    14.016] (**) Dell WMI hotkeys: always reports core events
[    14.016] (**) Option "Device" "/dev/input/event11"
[    14.016] (**) Option "_source" "server/udev"
[    14.017] (II) event11 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    14.017] (II) event11 - Dell WMI hotkeys: device is a keyboard
[    14.017] (II) event11 - Dell WMI hotkeys: device removed
[    14.051] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input22/event11"
[    14.051] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 13)
[    14.051] (**) Option "xkb_model" "pc105"
[    14.051] (**) Option "xkb_layout" "pl"
[    14.052] (II) event11 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    14.052] (II) event11 - Dell WMI hotkeys: device is a keyboard
[    14.053] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    14.053] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.053] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.053] (**) AT Translated Set 2 keyboard: always reports core events
[    14.053] (**) Option "Device" "/dev/input/event0"
[    14.053] (**) Option "_source" "server/udev"
[    14.054] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.054] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    14.055] (II) event0  - AT Translated Set 2 keyboard: device removed
[    14.075] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    14.075] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    14.075] (**) Option "xkb_model" "pc105"
[    14.075] (**) Option "xkb_layout" "pl"
[    14.076] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.076] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    14.078] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event8)
[    14.078] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    14.078] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    14.078] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    14.078] (**) Option "Device" "/dev/input/event8"
[    14.078] (**) Option "_source" "server/udev"
[    14.079] (II) event8  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    14.079] (II) event8  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    14.080] (II) event8  - AlpsPS/2 ALPS DualPoint Stick: device removed
[    14.119] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input20/event8"
[    14.119] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 15)
[    14.119] (**) Option "AccelerationScheme" "none"
[    14.119] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    14.119] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    14.119] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    14.120] (II) event8  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    14.120] (II) event8  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    14.121] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse1)
[    14.121] (II) No input driver specified, ignoring this device.
[    14.121] (II) This device may have been added with another device file.
[    14.122] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event9)
[    14.122] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    14.122] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    14.122] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    14.122] (II) LoadModule: "synaptics"
[    14.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    14.123] (II) Module synaptics: vendor="X.Org Foundation"
[    14.123]     compiled for 1.20.1, module version = 1.9.1
[    14.123]     Module class: X.Org XInput Driver
[    14.123]     ABI class: X.Org XInput driver, version 24.1
[    14.123] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    14.123] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    14.123] (**) Option "Device" "/dev/input/event9"
[    14.163] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000 (res 25)
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400 (res 32)
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    14.163] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    14.163] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    14.163] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    14.206] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
[    14.207] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 16)
[    14.207] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    14.207] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[    14.207] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.082
[    14.207] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    14.207] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    14.207] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    14.207] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    14.207] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    14.207] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[    14.208] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    14.208] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    14.208] (II) No input driver specified, ignoring this device.
[    14.208] (II) This device may have been added with another device file.
[    15.492] (II) intel(0): EDID vendor "LGD", prod id 1135
[    15.492] (II) intel(0): Printing DDC gathered Modelines:
[    15.492] (II) intel(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    15.492] (II) intel(0): Modeline "1920x1080"x0.0  110.90  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)

Ostatnio edytowany przez Grabek (2020-04-01 16:05:05)

Offline

 

#31  2020-04-01 16:41:13

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Grabek napisał(-a):

Plik 30-nvidia.conf musiał się źle wkleić. Wpisałem go ręcznie (niby identycznie) i działa. Ten drugi plik przeniosłem.
Co do vsync to z włączonym:

Pewnie wklejałeś z procesora tekstu, a nie prostego edytora (notatnika) i cudzysłów zmienił swój charakter. Teraz mogę napisać, że ten drugi mógłby nawet zostać, ale nie chciałem mieć kilku plików konfiguracyjnych, przy problemach łatwiej sprawdzać w jednym. Czyli już możesz przełączać karty bez edycji xorg.conf.

Grabek napisał(-a):

Tylko zauważyłem chyba pewien błąd. Po restarcie gdy włączę "glxgears" mam wyniki na poziomie 60 FPS (jak z włączonym vsync). Wchodzę w nvidia-settings -p "OpenGL Settings" To opcja "Sync To VBlank" jest odznaczona (czyli tak jak powinno być). Ponownie sprawdzam "glxgears" i wyniki na poziomie 4425 FPS.

To akurat normalne zależy od środowiska graficznego (dla przykładu tak samo jest na gnome, a nie było tak na openbox-e), sterownika i ustawień w configu. Tylko to nie jest tak, że wymyślono to na zgubę graczy, to nie to powoduje problemy z grami u ciebie na nvidii. Można wymusić wyłączenie tego na kilka sposobów, na przykład dopisując w (uwaga każda pomyłka w edycji może skutkować różnymi problemami):

Kod:

~/.bashrc

i dopisanie na końcu z nowej linii;

Kod:

export __GL_SYNC_TO_VBLANK=0
export vblank_mode=0

Wszystko wygląda na działające prawidłowo, poza wydajnością nvidii, co prawda glxgears nie jest pełnoprawnym testem, ale tu jest różnica dwukrotna na korzyść GPU intela (8349 FPS/4507 FPS), a powinno być gdzieś chyba tak 8400/około 10000-12000. Nie może tak być, że karta dedykowana jest o połowę mniej wydajna od zintegrowanej (nawet jak ta pierwsza nie jest potencjalnie do gier i zyskuje się dodatkowy RAM, czy inne technologie), może coś z testem (mało prawdopodobne bo i na grach masz problem), albo to wina sterownika, albo coś z ustawieniami oszczędzania energii.

Może tak, otwórz.

Kod:

nvidia-settings -p "PowerMizer"

I zobacz podczas puszczania glxgears (najlepiej z wyłączonym blokowaniem vsync), czy odpowiednio zmienia się steeping/level i zegar procesora GPU osiąga maksymalną moc, Preferred Mode powinno być Auto. A lepiej pobierz ten mały test o którym pisałem wyżej GPUTest, rozpakuj przejdź do folderu i uruchom tak dla nvidii.

Kod:

__GL_SYNC_TO_VBLANK=0  ./GpuTest /test=fur /width=800 /height=600 /submit_gpudb /print_score /benchmark

i tak dla intela.

Kod:

vblank_mode=0 ./GpuTest /test=fur /width=800 /height=600 /submit_gpudb /print_score /benchmark

Po ukończeniu wyświetli wyniki w różnych formach (w terminalu, na stronie i w aplecie, info będzie też na bieżąco na belce aplikacji), specjalnie ustawiłem kilka, jak nie chcesz wysyłać na serwer to usuń  /submit_gpudb.Tam jest graficzny konfigurator napisany w pythonie, ale potrzebujesz doinstalować python-tk.

Możesz sprawdzić jak jest z obsługą przez obydwie karty dodatkowych technologi, na przykład webgl, zobacz czy ta strona/mapa wyświetla się w 3D. Oczywiście możesz sprawdzić coś bardziej wymagającego, na przykład tu (TAB i będzie można włączyć wyświetlanie FPS).

Zobaczymy i pomyślimy, może coś przeoczyłem.

Edycja: Po twoim dodaniu wpisu o problemie.

Dodaj konfiguracje dla intela.

Kod:

/usr/share/X11/xorg.conf.d/10-intel.conf

Reszta w pliku tak samo jak miąłeś dla intela do tej pory

Ostatnio edytowany przez jawojx (2020-04-01 16:46:04)

Offline

 

#32  2020-04-01 17:55:23

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Dwie karty graficzne

jawox napisał(-a):

Kod:

~/.bashrc

i dopisanie na końcu z nowej linii;

Kod:

export __GL_SYNC_TO_VBLANK=0
export vblank_mode=0

W debianokształtnych do ustalania zmiennych systemowych jest plik konfiguracyjny

Kod:

/etc/environment

Jeżeli odpalasz środowisko graficzne przez jakiś manager logowania jak SDDM czy LightDM,
to on zmienne z $HOME/.bashrc często ma głębiej, niż ustawa przewiduje. :P

Pozdro

Ostatnio edytowany przez Jacekalex (2020-04-01 17:57:09)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#33  2020-04-01 18:21:59

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Jacekalex napisał(-a):

...
W debianokształtnych do ustalania zmiennych systemowych jest plik konfiguracyjny

Kod:

/etc/environment

Jeżeli odpalasz środowisko graficzne przez jakiś manager logowania jak SDDM czy LightDM,
to on zmienne z $HOME/.bashrc często ma głębiej, niż ustawa przewiduje. :P
Pozdro

Ja o tym wiem, że można w /etc/environment, czy lepiej /etc/environment.d/ (pisałem że można różnie, nie pisze tu podręcznika), ale nie wiem dlaczego piszesz ciągle do mnie, zaproponuj swoje rozwiązanie jemu i tyle. Ale co do tego co zaproponowałem w ~/.bashrc, to uruchamiając program z terminala zawsze to zadziała, bez względu jakiego menadżera logowania używasz.

Offline

 

#34  2020-04-01 20:45:17

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

nvidia-settings -p "PowerMizer"

Jak włącze glxgears to wzrasta taktowanie to widzę, że wzrasta tam taktowanie (przeskakuje z lewel 0 na lewel 2).

vblank_mode=0 ./GpuTest /test=fur /width=800 /height=600 /submit_gpudb /print_score /benchmark

Intel - Score: 924 points (FPS: 15)

Kod:

__GL_SYNC_TO_VBLANK=0  ./GpuTest /test=fur /width=800 /height=600 /submit_gpudb /print_score /benchmark

Nvidia - Score: 1675 points (FPS: 27)

Jak dodałem plik 10-intel-conf do /usr/share/X11/xorg.conf.d/ to nie startuje na grafice Nvidia. Log:

Kod:

[    12.373] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    12.373] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    12.373] Current Operating System: Linux debian 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64
[    12.373] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.4-amd64 root=UUID=3b1c4cd5-d04e-499e-a171-1ac70ba66e66 ro quiet
[    12.373] Build Date: 05 March 2019  08:11:12PM
[    12.373] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    12.373] Current version of pixman: 0.36.0
[    12.373]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    12.373] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.373] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  1 19:21:01 2020
[    12.405] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.408] (==) No Layout section.  Using the first Screen section.
[    12.408] (==) No screen section available. Using defaults.
[    12.408] (**) |-->Screen "Default Screen Section" (0)
[    12.408] (**) |   |-->Monitor "<default monitor>"
[    12.409] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
[    12.409] (**) |   |-->Device "Configured Video Device"
[    12.409] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    12.409] (==) Automatically adding devices
[    12.409] (==) Automatically enabling devices
[    12.409] (==) Automatically adding GPU devices
[    12.409] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.413] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    12.413]     Entry deleted from font path.
[    12.417] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    12.417] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.417] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.417] (II) Loader magic: 0x55a179ca9e20
[    12.417] (II) Module ABI versions:
[    12.417]     X.Org ANSI C Emulation: 0.4
[    12.417]     X.Org Video Driver: 24.0
[    12.417]     X.Org XInput driver : 24.1
[    12.417]     X.Org Server Extension : 10.0
[    12.418] (++) using VT number 7

[    12.418] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    12.418] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.421] (--) PCI:*(1@0:0:0) 10de:0ff6:1028:05cc rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    12.421] (II) LoadModule: "glx"
[    12.423] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.438] (II) Module glx: vendor="X.Org Foundation"
[    12.438]     compiled for 1.20.4, module version = 1.0.0
[    12.438]     ABI class: X.Org Server Extension, version 10.0
[    12.438] (II) LoadModule: "nvidia"
[    12.439] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.454] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.454]     compiled for 4.0.2, module version = 1.0.0
[    12.454]     Module class: X.Org Video Driver
[    12.457] (II) NVIDIA dlloader X Driver  418.113  Sun Oct 27 00:12:58 UTC 2019
[    12.457] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.471] (II) Loading sub module "fb"
[    12.471] (II) LoadModule: "fb"
[    12.471] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.472] (II) Module fb: vendor="X.Org Foundation"
[    12.472]     compiled for 1.20.4, module version = 1.0.0
[    12.472]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.472] (II) Loading sub module "wfb"
[    12.472] (II) LoadModule: "wfb"
[    12.472] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.475] (II) Module wfb: vendor="X.Org Foundation"
[    12.475]     compiled for 1.20.4, module version = 1.0.0
[    12.475]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.475] (II) Loading sub module "ramdac"
[    12.475] (II) LoadModule: "ramdac"
[    12.475] (II) Module "ramdac" already built-in
[    12.478] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    12.478] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    12.478] (==) NVIDIA(0): RGB weight 888
[    12.478] (==) NVIDIA(0): Default visual is TrueColor
[    12.478] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.479] (**) NVIDIA(0): Enabling 2D acceleration
[    12.479] (II) Loading sub module "glxserver_nvidia"
[    12.479] (II) LoadModule: "glxserver_nvidia"
[    12.479] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    12.574] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    12.574]     compiled for 4.0.2, module version = 1.0.0
[    12.574]     Module class: X.Org Server Extension
[    12.575] (II) NVIDIA GLX Module  418.113  Sun Oct 27 00:12:38 UTC 2019
[    13.585] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    13.585] (--) NVIDIA(0):     CRT-0
[    13.585] (--) NVIDIA(0):     DFP-0
[    13.585] (--) NVIDIA(0):     DFP-1
[    13.585] (--) NVIDIA(0):     DFP-2
[    13.585] (--) NVIDIA(0):     DFP-3
[    13.585] (--) NVIDIA(0):     DFP-4 (boot)
[    13.585] (--) NVIDIA(0):     DFP-5
[    13.585] (--) NVIDIA(0):     DFP-6
[    13.587] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:1:0:0 (GPU-0)
[    13.587] (--) NVIDIA(0): Memory: 2097152 kBytes
[    13.587] (--) NVIDIA(0): VideoBIOS: 80.07.cc.00.04
[    13.587] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.588] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    13.589] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    13.589] (--) NVIDIA(GPU-0): 
[    13.589] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.589] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.589] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    13.589] (--) NVIDIA(GPU-0): 
[    13.589] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.589] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.589] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.589] (--) NVIDIA(GPU-0): 
[    13.589] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    13.589] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    13.589] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    13.589] (--) NVIDIA(GPU-0): 
[    13.589] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.589] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    13.589] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    13.589] (--) NVIDIA(GPU-0): 
[    13.590] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    13.590] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    13.590] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    13.590] (--) NVIDIA(GPU-0): 
[    13.590] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    13.590] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    13.590] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    13.590] (--) NVIDIA(GPU-0): 
[    13.590] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    13.590] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    13.590] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    13.590] (--) NVIDIA(GPU-0): 
[    13.591] (==) NVIDIA(0): 
[    13.591] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    13.591] (==) NVIDIA(0):     will be used as the requested mode.
[    13.591] (==) NVIDIA(0): 
[    13.591] (II) NVIDIA(0): Validated MetaModes:
[    13.591] (II) NVIDIA(0):     "DFP-4:nvidia-auto-select"
[    13.591] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    13.593] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[    13.593] (--) NVIDIA(0):     option
[    13.594] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    13.594] (II) NVIDIA:     access.
[    13.598] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.598] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.598] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.598] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.598] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.598] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.598] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.598] (II) NVIDIA(0):     Config Options in the README.
[    13.633] (II) NVIDIA(0): Setting mode "DFP-4:nvidia-auto-select"
[    14.724] (==) NVIDIA(0): Disabling shared memory pixmaps
[    14.724] (==) NVIDIA(0): Backing store enabled
[    14.724] (==) NVIDIA(0): Silken mouse enabled
[    14.725] (==) NVIDIA(0): DPMS enabled
[    14.726] (II) Loading sub module "dri2"
[    14.726] (II) LoadModule: "dri2"
[    14.726] (II) Module "dri2" already built-in
[    14.726] (II) NVIDIA(0): [DRI2] Setup complete
[    14.726] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    14.727] (II) Initializing extension Generic Event Extension
[    14.727] (II) Initializing extension SHAPE
[    14.727] (II) Initializing extension MIT-SHM
[    14.727] (II) Initializing extension XInputExtension
[    14.728] (II) Initializing extension XTEST
[    14.728] (II) Initializing extension BIG-REQUESTS
[    14.728] (II) Initializing extension SYNC
[    14.728] (II) Initializing extension XKEYBOARD
[    14.729] (II) Initializing extension XC-MISC
[    14.729] (II) Initializing extension SECURITY
[    14.729] (II) Initializing extension XFIXES
[    14.729] (II) Initializing extension RENDER
[    14.729] (II) Initializing extension RANDR
[    14.729] (II) Initializing extension COMPOSITE
[    14.729] (II) Initializing extension DAMAGE
[    14.729] (II) Initializing extension MIT-SCREEN-SAVER
[    14.729] (II) Initializing extension DOUBLE-BUFFER
[    14.729] (II) Initializing extension RECORD
[    14.729] (II) Initializing extension DPMS
[    14.730] (II) Initializing extension Present
[    14.730] (II) Initializing extension DRI3
[    14.730] (II) Initializing extension X-Resource
[    14.730] (II) Initializing extension XVideo
[    14.730] (II) Initializing extension XVideo-MotionCompensation
[    14.730] (II) Initializing extension SELinux
[    14.730] (II) SELinux: Disabled on system
[    14.730] (II) Initializing extension GLX
[    14.730] (II) Initializing extension GLX
[    14.730] (II) Indirect GLX disabled.
[    14.730] (II) GLX: Another vendor is already registered for screen 0
[    14.730] (II) Initializing extension XFree86-VidModeExtension
[    14.730] (II) Initializing extension XFree86-DGA
[    14.730] (II) Initializing extension XFree86-DRI
[    14.730] (II) Initializing extension DRI2
[    14.730] (II) Initializing extension NV-GLX
[    14.730] (II) Initializing extension NV-CONTROL
[    14.730] (II) Initializing extension XINERAMA
[    14.826] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    14.826] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.826] (II) LoadModule: "libinput"
[    14.826] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.834] (II) Module libinput: vendor="X.Org Foundation"
[    14.834]     compiled for 1.20.4, module version = 0.28.2
[    14.834]     Module class: X.Org XInput Driver
[    14.834]     ABI class: X.Org XInput driver, version 24.1
[    14.834] (II) Using input driver 'libinput' for 'Power Button'
[    14.834] (**) Power Button: always reports core events
[    14.834] (**) Option "Device" "/dev/input/event4"
[    14.834] (**) Option "_source" "server/udev"
[    14.846] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    14.846] (II) event4  - Power Button: device is a keyboard
[    14.846] (II) event4  - Power Button: device removed
[    14.894] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    14.894] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    14.894] (**) Option "xkb_model" "pc105"
[    14.894] (**) Option "xkb_layout" "pl"
[    14.916] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    14.916] (II) event4  - Power Button: device is a keyboard
[    14.917] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    14.917] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.917] (II) Using input driver 'libinput' for 'Video Bus'
[    14.917] (**) Video Bus: always reports core events
[    14.917] (**) Option "Device" "/dev/input/event5"
[    14.917] (**) Option "_source" "server/udev"
[    14.917] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.917] (II) event5  - Video Bus: device is a keyboard
[    14.917] (II) event5  - Video Bus: device removed
[    14.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input7/event5"
[    14.962] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.962] (**) Option "xkb_model" "pc105"
[    14.962] (**) Option "xkb_layout" "pl"
[    14.964] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.964] (II) event5  - Video Bus: device is a keyboard
[    14.965] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    14.965] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.965] (II) Using input driver 'libinput' for 'Power Button'
[    14.965] (**) Power Button: always reports core events
[    14.965] (**) Option "Device" "/dev/input/event2"
[    14.965] (**) Option "_source" "server/udev"
[    14.966] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    14.966] (II) event2  - Power Button: device is a keyboard
[    14.966] (II) event2  - Power Button: device removed
[    14.986] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    14.986] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    14.986] (**) Option "xkb_model" "pc105"
[    14.986] (**) Option "xkb_layout" "pl"
[    14.988] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    14.988] (II) event2  - Power Button: device is a keyboard
[    14.988] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    14.988] (II) No input driver specified, ignoring this device.
[    14.988] (II) This device may have been added with another device file.
[    14.989] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    14.989] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    14.989] (II) Using input driver 'libinput' for 'Sleep Button'
[    14.989] (**) Sleep Button: always reports core events
[    14.989] (**) Option "Device" "/dev/input/event3"
[    14.989] (**) Option "_source" "server/udev"
[    14.990] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    14.990] (II) event3  - Sleep Button: device is a keyboard
[    14.990] (II) event3  - Sleep Button: device removed
[    15.026] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    15.026] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    15.026] (**) Option "xkb_model" "pc105"
[    15.026] (**) Option "xkb_layout" "pl"
[    15.028] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    15.028] (II) event3  - Sleep Button: device is a keyboard
[    15.029] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    15.029] (II) No input driver specified, ignoring this device.
[    15.029] (II) This device may have been added with another device file.
[    15.030] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    15.030] (II) No input driver specified, ignoring this device.
[    15.030] (II) This device may have been added with another device file.
[    15.031] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event8)
[    15.031] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    15.031] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    15.031] (**) Logitech Wireless Mouse: always reports core events
[    15.031] (**) Option "Device" "/dev/input/event8"
[    15.031] (**) Option "_source" "server/udev"
[    15.033] (II) event8  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.034] (II) event8  - Logitech Wireless Mouse: device is a pointer
[    15.034] (II) event8  - Logitech Wireless Mouse: device removed
[    15.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input19/event8"
[    15.066] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 10)
[    15.066] (**) Option "AccelerationScheme" "none"
[    15.066] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    15.067] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    15.067] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    15.068] (II) event8  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.068] (II) event8  - Logitech Wireless Mouse: device is a pointer
[    15.069] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse2)
[    15.069] (II) No input driver specified, ignoring this device.
[    15.069] (II) This device may have been added with another device file.
[    15.071] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event16)
[    15.071] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    15.071] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    15.071] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    15.071] (**) Option "Device" "/dev/input/event16"
[    15.071] (**) Option "_source" "server/udev"
[    15.073] (II) event16 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    15.073] (II) event16 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    15.073] (II) event16 - Laptop_Integrated_Webcam_HD: In: device removed
[    15.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input27/event16"
[    15.106] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 11)
[    15.106] (**) Option "xkb_model" "pc105"
[    15.106] (**) Option "xkb_layout" "pl"
[    15.108] (II) event16 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    15.108] (II) event16 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    15.109] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    15.109] (II) No input driver specified, ignoring this device.
[    15.109] (II) This device may have been added with another device file.
[    15.109] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[    15.109] (II) No input driver specified, ignoring this device.
[    15.109] (II) This device may have been added with another device file.
[    15.110] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event13)
[    15.110] (II) No input driver specified, ignoring this device.
[    15.110] (II) This device may have been added with another device file.
[    15.110] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event14)
[    15.110] (II) No input driver specified, ignoring this device.
[    15.110] (II) This device may have been added with another device file.
[    15.111] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[    15.111] (II) No input driver specified, ignoring this device.
[    15.111] (II) This device may have been added with another device file.
[    15.111] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    15.111] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.111] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    15.111] (**) Dell WMI hotkeys: always reports core events
[    15.111] (**) Option "Device" "/dev/input/event9"
[    15.111] (**) Option "_source" "server/udev"
[    15.113] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.113] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    15.113] (II) event9  - Dell WMI hotkeys: device removed
[    15.162] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20/event9"
[    15.162] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[    15.162] (**) Option "xkb_model" "pc105"
[    15.162] (**) Option "xkb_layout" "pl"
[    15.164] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.164] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    15.165] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    15.166] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.166] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.166] (**) AT Translated Set 2 keyboard: always reports core events
[    15.166] (**) Option "Device" "/dev/input/event0"
[    15.166] (**) Option "_source" "server/udev"
[    15.167] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.167] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    15.168] (II) event0  - AT Translated Set 2 keyboard: device removed
[    15.194] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    15.194] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    15.194] (**) Option "xkb_model" "pc105"
[    15.194] (**) Option "xkb_layout" "pl"
[    15.196] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.196] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    15.197] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event6)
[    15.197] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    15.197] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    15.197] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    15.197] (**) Option "Device" "/dev/input/event6"
[    15.197] (**) Option "_source" "server/udev"
[    15.199] (II) event6  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    15.199] (II) event6  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    15.200] (II) event6  - AlpsPS/2 ALPS DualPoint Stick: device removed
[    15.258] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event6"
[    15.258] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 14)
[    15.258] (**) Option "AccelerationScheme" "none"
[    15.258] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    15.258] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    15.258] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    15.260] (II) event6  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    15.260] (II) event6  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    15.262] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse0)
[    15.262] (II) No input driver specified, ignoring this device.
[    15.262] (II) This device may have been added with another device file.
[    15.262] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event7)
[    15.262] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    15.263] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    15.263] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    15.263] (II) LoadModule: "synaptics"
[    15.263] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    15.264] (II) Module synaptics: vendor="X.Org Foundation"
[    15.264]     compiled for 1.20.1, module version = 1.9.1
[    15.264]     Module class: X.Org XInput Driver
[    15.264]     ABI class: X.Org XInput driver, version 24.1
[    15.264] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    15.264] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    15.264] (**) Option "Device" "/dev/input/event7"
[    15.314] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000 (res 25)
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400 (res 32)
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    15.314] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    15.314] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    15.314] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    15.354] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
[    15.354] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
[    15.354] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    15.354] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[    15.354] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.082
[    15.355] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    15.355] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    15.355] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    15.355] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    15.355] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    15.356] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    15.356] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    15.356] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    15.356] (II) No input driver specified, ignoring this device.
[    15.356] (II) This device may have been added with another device file.
[    15.364] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    15.364] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    15.364] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    15.364] (--) NVIDIA(GPU-0): 
[    16.319] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.319] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.319] (--) NVIDIA(GPU-0): 
[    16.319] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.319] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.319] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.319] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.320] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.320] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.320] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.320] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.320] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.320] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.320] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.320] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.320] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.320] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.320] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.320] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.320] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.320] (--) NVIDIA(GPU-0): 
[    16.561] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.561] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.561] (--) NVIDIA(GPU-0): 
[    16.561] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.561] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.561] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.561] (--) NVIDIA(GPU-0): 
[    16.561] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.561] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.561] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.562] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.562] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.562] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.562] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.562] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.562] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.562] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.562] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.562] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.562] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.562] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.562] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.562] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.562] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.562] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.562] (--) NVIDIA(GPU-0): 
[    16.879] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.879] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.879] (--) NVIDIA(GPU-0): 
[    16.879] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.879] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.879] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.879] (--) NVIDIA(GPU-0): 
[    16.879] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.879] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.879] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.879] (--) NVIDIA(GPU-0): 
[    16.879] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.879] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.879] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.879] (--) NVIDIA(GPU-0): 
[    16.879] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.879] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.879] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.879] (--) NVIDIA(GPU-0): 
[    16.880] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.880] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.880] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.880] (--) NVIDIA(GPU-0): 
[    16.880] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.880] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.880] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.880] (--) NVIDIA(GPU-0): 
[    16.880] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.880] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.880] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.880] (--) NVIDIA(GPU-0): 
[    16.881] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.881] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.881] (--) NVIDIA(GPU-0): 
[    16.881] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    16.881] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    16.881] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    16.881] (--) NVIDIA(GPU-0): 
[    16.881] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.881] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.881] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.881] (--) NVIDIA(GPU-0): 
[    16.881] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.881] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.881] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.881] (--) NVIDIA(GPU-0): 
[    16.881] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.881] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    16.881] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    16.881] (--) NVIDIA(GPU-0): 
[    16.882] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.882] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.882] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.882] (--) NVIDIA(GPU-0): 
[    16.882] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    16.882] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    16.882] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    16.882] (--) NVIDIA(GPU-0): 
[    16.882] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    16.882] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    16.882] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    16.882] (--) NVIDIA(GPU-0):

Edycja.
Dopisałem te zmienne

export __GL_SYNC_TO_VBLANK=0
export vblank_mode=0

Z tym, że dopisałem je do ~/.bashrc jak i do /etc/environment jak zalecał Jacekalex I na https://playcanv.as/e/p/44MRmJRU/ mam 60 FPS (wcześniej pokazywało 30 FPS).

Ostatnio edytowany przez Grabek (2020-04-01 20:55:33)

Offline

 

#35  2020-04-01 23:00:59

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Grabek napisał(-a):

Z tym, że dopisałem je do ~/.bashrc jak i do /etc/environment jak zalecał Jacekalex I na https://playcanv.as/e/p/44MRmJRU/ mam 60 FPS (wcześniej pokazywało 30 FPS).

Jeżeli wpisałeś w /etc/environment to już nie potrzebowałeś dodawać do ~/.bashrc, chociaż jedno nie przeszkadza drugiemu, pierwsze działa globalnie, drugie na programy uruchomione z terminala. Co do klatek to dziwne bo blokada jest na 60 FPS, a nie 30, ale jak jest lepiej, to i dobrze.

Grabek napisał(-a):

Intel - Score: 924 points (FPS: 15)
Nvidia - Score: 1675 points (FPS: 27)

Wynik może nie rewelacyjny, ale prawidłowość widać, w tym teście jest odpowiedź że opłacało się coś robić, glxgears to tak jak pisałem nie jest test. A jak zmienia się też taktowanie, to wszystko jest prawidłowo.

No to zostało uruchamianie, bez ciągłej modyfikacji configa. Tu niby nie powinno być problemu, jak masz wyłączanie karty w biosie. Pokaż obydwa te configi, bo coś tam troszkę pozmieniałeś i się lekko pluje przy nvidii, a tego nie było. Nie ma jakiś wielkich błędów w logach Xorg-a, ani przy nvidii, czy intelu i wszystko przebiega jak przy normalnym uruchomieniu, poza tymi drobiazgami z nvidią. Możesz spróbować zmienić nazwę 10-intel.conf na 40-intel.conf i spróbować z nvidią jeszcze raz, zmieni to kolejność odczytu konfiguracji bo przy nvidii, masz tylko jedną kartę, ale przy intelu dwie (i w logach i z lspci), nie wiem dlaczego jak wyłączyłeś nvidie. Jak się nie da tego zmienić możliwe że trzeba użyć innej metody, ale pisałeś że jak używasz intela to masz wyłączoną drugą, bo jest spora oszczędność na baterii.

Ostatnio edytowany przez jawojx (2020-04-01 23:07:35)

Offline

 

#36  2020-04-02 08:46:38

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Zmieniłem plik 10-intel.conf na 40-intel.conf. W tej konfiguracji Nvidia się ładuje, ale intel nie. Log:

Kod:

[    14.024] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    14.024] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    14.024] Current Operating System: Linux debian 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64
[    14.024] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.4-amd64 root=UUID=3b1c4cd5-d04e-499e-a171-1ac70ba66e66 ro quiet
[    14.024] Build Date: 05 March 2019  08:11:12PM
[    14.024] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    14.024] Current version of pixman: 0.36.0
[    14.024]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    14.024] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.024] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  2 07:33:19 2020
[    14.054] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.060] (==) No Layout section.  Using the first Screen section.
[    14.060] (**) |-->Screen "Default Screen" (0)
[    14.060] (**) |   |-->Monitor "Configured Monitor"
[    14.061] (==) No device specified for screen "Default Screen".
    Using the first device section listed.
[    14.061] (**) |   |-->Device "Configured Video Device"
[    14.061] (**) |   |-->GPUDevice "Configured Video Device"
[    14.061] (==) Automatically adding devices
[    14.061] (==) Automatically enabling devices
[    14.061] (==) Automatically adding GPU devices
[    14.061] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.069] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.069]     Entry deleted from font path.
[    14.073] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    14.073] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.073] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.073] (II) Loader magic: 0x561c0e56de20
[    14.073] (II) Module ABI versions:
[    14.073]     X.Org ANSI C Emulation: 0.4
[    14.073]     X.Org Video Driver: 24.0
[    14.073]     X.Org XInput driver : 24.1
[    14.073]     X.Org Server Extension : 10.0
[    14.074] (++) using VT number 7

[    14.074] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    14.075] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.078] (--) PCI:*(1@0:0:0) 10de:0ff6:1028:05cc rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    14.078] (II) LoadModule: "glx"
[    14.080] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.093] (II) Module glx: vendor="X.Org Foundation"
[    14.093]     compiled for 1.20.4, module version = 1.0.0
[    14.093]     ABI class: X.Org Server Extension, version 10.0
[    14.093] (II) LoadModule: "nvidia"
[    14.095] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    14.104] (II) Module nvidia: vendor="NVIDIA Corporation"
[    14.104]     compiled for 4.0.2, module version = 1.0.0
[    14.104]     Module class: X.Org Video Driver
[    14.104] (II) LoadModule: "intel"
[    14.105] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.109] (II) Module intel: vendor="X.Org Foundation"
[    14.109]     compiled for 1.20.1, module version = 2.99.917
[    14.109]     Module class: X.Org Video Driver
[    14.109]     ABI class: X.Org Video Driver, version 24.0
[    14.110] (II) NVIDIA dlloader X Driver  418.113  Sun Oct 27 00:12:58 UTC 2019
[    14.110] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    14.111] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    14.111] (II) intel: Driver for Intel(R) HD Graphics
[    14.111] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    14.111] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    14.124] (II) Loading sub module "fb"
[    14.124] (II) LoadModule: "fb"
[    14.124] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.125] (II) Module fb: vendor="X.Org Foundation"
[    14.125]     compiled for 1.20.4, module version = 1.0.0
[    14.125]     ABI class: X.Org ANSI C Emulation, version 0.4
[    14.125] (II) Loading sub module "wfb"
[    14.125] (II) LoadModule: "wfb"
[    14.125] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    14.127] (II) Module wfb: vendor="X.Org Foundation"
[    14.127]     compiled for 1.20.4, module version = 1.0.0
[    14.127]     ABI class: X.Org ANSI C Emulation, version 0.4
[    14.127] (II) Loading sub module "ramdac"
[    14.127] (II) LoadModule: "ramdac"
[    14.127] (II) Module "ramdac" already built-in
[    14.130] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
[    14.130] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    14.130] (==) NVIDIA(0): RGB weight 888
[    14.130] (==) NVIDIA(0): Default visual is TrueColor
[    14.130] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.130] (**) NVIDIA(0): Option "MetaModes" "1920x1080_60"
[    14.130] (**) NVIDIA(0): Enabling 2D acceleration
[    14.131] (II) Loading sub module "glxserver_nvidia"
[    14.131] (II) LoadModule: "glxserver_nvidia"
[    14.131] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    14.227] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    14.227]     compiled for 4.0.2, module version = 1.0.0
[    14.227]     Module class: X.Org Server Extension
[    14.228] (II) NVIDIA GLX Module  418.113  Sun Oct 27 00:12:38 UTC 2019
[    15.234] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    15.234] (--) NVIDIA(0):     CRT-0
[    15.234] (--) NVIDIA(0):     DFP-0
[    15.234] (--) NVIDIA(0):     DFP-1
[    15.234] (--) NVIDIA(0):     DFP-2
[    15.234] (--) NVIDIA(0):     DFP-3
[    15.234] (--) NVIDIA(0):     DFP-4 (boot)
[    15.234] (--) NVIDIA(0):     DFP-5
[    15.234] (--) NVIDIA(0):     DFP-6
[    15.236] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:1:0:0 (GPU-0)
[    15.236] (--) NVIDIA(0): Memory: 2097152 kBytes
[    15.236] (--) NVIDIA(0): VideoBIOS: 80.07.cc.00.04
[    15.236] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    15.237] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    15.237] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    15.237] (--) NVIDIA(GPU-0): 
[    15.237] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.237] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    15.237] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    15.238] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    15.238] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.238] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.238] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    15.238] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    15.238] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    15.238] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    15.238] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    15.238] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    15.238] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.238] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    15.238] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    15.238] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    15.238] (--) NVIDIA(GPU-0): 
[    15.239] (II) NVIDIA(0): Validated MetaModes:
[    15.239] (II) NVIDIA(0):     "1920x1080_60"
[    15.239] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    15.242] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[    15.242] (--) NVIDIA(0):     option
[    15.242] (II) UnloadModule: "intel"
[    15.242] (II) Unloading intel
[    15.242] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    15.242] (II) NVIDIA:     access.
[    15.246] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.246] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    15.246] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    15.246] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.246] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    15.246] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    15.246] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.246] (II) NVIDIA(0):     Config Options in the README.
[    15.280] (II) NVIDIA(0): Setting mode "1920x1080_60"
[    16.353] (==) NVIDIA(0): Disabling shared memory pixmaps
[    16.353] (==) NVIDIA(0): Backing store enabled
[    16.353] (==) NVIDIA(0): Silken mouse enabled
[    16.355] (==) NVIDIA(0): DPMS enabled
[    16.355] (II) Loading sub module "dri2"
[    16.355] (II) LoadModule: "dri2"
[    16.355] (II) Module "dri2" already built-in
[    16.356] (II) NVIDIA(0): [DRI2] Setup complete
[    16.356] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    16.357] (II) Initializing extension Generic Event Extension
[    16.357] (II) Initializing extension SHAPE
[    16.357] (II) Initializing extension MIT-SHM
[    16.357] (II) Initializing extension XInputExtension
[    16.358] (II) Initializing extension XTEST
[    16.358] (II) Initializing extension BIG-REQUESTS
[    16.358] (II) Initializing extension SYNC
[    16.358] (II) Initializing extension XKEYBOARD
[    16.358] (II) Initializing extension XC-MISC
[    16.358] (II) Initializing extension SECURITY
[    16.359] (II) Initializing extension XFIXES
[    16.359] (II) Initializing extension RENDER
[    16.359] (II) Initializing extension RANDR
[    16.359] (II) Initializing extension COMPOSITE
[    16.359] (II) Initializing extension DAMAGE
[    16.359] (II) Initializing extension MIT-SCREEN-SAVER
[    16.359] (II) Initializing extension DOUBLE-BUFFER
[    16.359] (II) Initializing extension RECORD
[    16.359] (II) Initializing extension DPMS
[    16.359] (II) Initializing extension Present
[    16.360] (II) Initializing extension DRI3
[    16.360] (II) Initializing extension X-Resource
[    16.360] (II) Initializing extension XVideo
[    16.360] (II) Initializing extension XVideo-MotionCompensation
[    16.360] (II) Initializing extension SELinux
[    16.360] (II) SELinux: Disabled on system
[    16.360] (II) Initializing extension GLX
[    16.360] (II) Initializing extension GLX
[    16.360] (II) Indirect GLX disabled.
[    16.360] (II) GLX: Another vendor is already registered for screen 0
[    16.360] (II) Initializing extension XFree86-VidModeExtension
[    16.360] (II) Initializing extension XFree86-DGA
[    16.360] (II) Initializing extension XFree86-DRI
[    16.360] (II) Initializing extension DRI2
[    16.360] (II) Initializing extension NV-GLX
[    16.360] (II) Initializing extension NV-CONTROL
[    16.360] (II) Initializing extension XINERAMA
[    16.446] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    16.446] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.446] (II) LoadModule: "libinput"
[    16.446] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.453] (II) Module libinput: vendor="X.Org Foundation"
[    16.453]     compiled for 1.20.4, module version = 0.28.2
[    16.453]     Module class: X.Org XInput Driver
[    16.453]     ABI class: X.Org XInput driver, version 24.1
[    16.453] (II) Using input driver 'libinput' for 'Power Button'
[    16.453] (**) Power Button: always reports core events
[    16.453] (**) Option "Device" "/dev/input/event4"
[    16.453] (**) Option "_source" "server/udev"
[    16.463] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    16.463] (II) event4  - Power Button: device is a keyboard
[    16.463] (II) event4  - Power Button: device removed
[    16.483] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    16.483] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.483] (**) Option "xkb_model" "pc105"
[    16.483] (**) Option "xkb_layout" "pl"
[    16.502] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    16.502] (II) event4  - Power Button: device is a keyboard
[    16.503] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    16.503] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.503] (II) Using input driver 'libinput' for 'Video Bus'
[    16.503] (**) Video Bus: always reports core events
[    16.503] (**) Option "Device" "/dev/input/event5"
[    16.503] (**) Option "_source" "server/udev"
[    16.503] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    16.503] (II) event5  - Video Bus: device is a keyboard
[    16.503] (II) event5  - Video Bus: device removed
[    16.547] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input6/event5"
[    16.547] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.547] (**) Option "xkb_model" "pc105"
[    16.547] (**) Option "xkb_layout" "pl"
[    16.549] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    16.549] (II) event5  - Video Bus: device is a keyboard
[    16.550] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.550] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.550] (II) Using input driver 'libinput' for 'Power Button'
[    16.550] (**) Power Button: always reports core events
[    16.550] (**) Option "Device" "/dev/input/event2"
[    16.550] (**) Option "_source" "server/udev"
[    16.551] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.551] (II) event2  - Power Button: device is a keyboard
[    16.551] (II) event2  - Power Button: device removed
[    16.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    16.563] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.563] (**) Option "xkb_model" "pc105"
[    16.563] (**) Option "xkb_layout" "pl"
[    16.565] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.565] (II) event2  - Power Button: device is a keyboard
[    16.565] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    16.565] (II) No input driver specified, ignoring this device.
[    16.565] (II) This device may have been added with another device file.
[    16.566] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    16.566] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.566] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.566] (**) Sleep Button: always reports core events
[    16.566] (**) Option "Device" "/dev/input/event3"
[    16.566] (**) Option "_source" "server/udev"
[    16.567] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    16.567] (II) event3  - Sleep Button: device is a keyboard
[    16.567] (II) event3  - Sleep Button: device removed
[    16.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    16.579] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.579] (**) Option "xkb_model" "pc105"
[    16.579] (**) Option "xkb_layout" "pl"
[    16.581] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    16.581] (II) event3  - Sleep Button: device is a keyboard
[    16.581] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    16.581] (II) No input driver specified, ignoring this device.
[    16.581] (II) This device may have been added with another device file.
[    16.582] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    16.582] (II) No input driver specified, ignoring this device.
[    16.582] (II) This device may have been added with another device file.
[    16.583] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[    16.583] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    16.583] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    16.583] (**) Logitech Wireless Mouse: always reports core events
[    16.583] (**) Option "Device" "/dev/input/event6"
[    16.583] (**) Option "_source" "server/udev"
[    16.584] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    16.584] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    16.584] (II) event6  - Logitech Wireless Mouse: device removed
[    16.619] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input18/event6"
[    16.619] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 10)
[    16.620] (**) Option "AccelerationScheme" "none"
[    16.620] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    16.620] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    16.620] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    16.621] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    16.621] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    16.622] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[    16.622] (II) No input driver specified, ignoring this device.
[    16.622] (II) This device may have been added with another device file.
[    16.623] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event16)
[    16.623] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    16.623] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    16.623] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    16.623] (**) Option "Device" "/dev/input/event16"
[    16.623] (**) Option "_source" "server/udev"
[    16.625] (II) event16 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    16.625] (II) event16 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    16.625] (II) event16 - Laptop_Integrated_Webcam_HD: In: device removed
[    16.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input27/event16"
[    16.663] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 11)
[    16.663] (**) Option "xkb_model" "pc105"
[    16.663] (**) Option "xkb_layout" "pl"
[    16.665] (II) event16 - Laptop_Integrated_Webcam_HD: In: is tagged by udev as: Keyboard
[    16.665] (II) event16 - Laptop_Integrated_Webcam_HD: In: device is a keyboard
[    16.666] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    16.666] (II) No input driver specified, ignoring this device.
[    16.666] (II) This device may have been added with another device file.
[    16.666] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[    16.666] (II) No input driver specified, ignoring this device.
[    16.666] (II) This device may have been added with another device file.
[    16.666] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event13)
[    16.667] (II) No input driver specified, ignoring this device.
[    16.667] (II) This device may have been added with another device file.
[    16.667] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event14)
[    16.667] (II) No input driver specified, ignoring this device.
[    16.667] (II) This device may have been added with another device file.
[    16.667] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[    16.667] (II) No input driver specified, ignoring this device.
[    16.667] (II) This device may have been added with another device file.
[    16.668] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    16.668] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    16.668] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    16.668] (**) Dell WMI hotkeys: always reports core events
[    16.668] (**) Option "Device" "/dev/input/event9"
[    16.668] (**) Option "_source" "server/udev"
[    16.669] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    16.669] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    16.669] (II) event9  - Dell WMI hotkeys: device removed
[    16.707] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20/event9"
[    16.707] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[    16.707] (**) Option "xkb_model" "pc105"
[    16.707] (**) Option "xkb_layout" "pl"
[    16.710] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    16.710] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    16.711] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    16.711] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    16.711] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    16.711] (**) AT Translated Set 2 keyboard: always reports core events
[    16.711] (**) Option "Device" "/dev/input/event0"
[    16.711] (**) Option "_source" "server/udev"
[    16.712] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.712] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    16.713] (II) event0  - AT Translated Set 2 keyboard: device removed
[    16.731] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    16.731] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    16.731] (**) Option "xkb_model" "pc105"
[    16.731] (**) Option "xkb_layout" "pl"
[    16.733] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.733] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    16.734] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event7)
[    16.734] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    16.734] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    16.734] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    16.734] (**) Option "Device" "/dev/input/event7"
[    16.734] (**) Option "_source" "server/udev"
[    16.735] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    16.735] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    16.736] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device removed
[    16.787] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input19/event7"
[    16.787] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 14)
[    16.788] (**) Option "AccelerationScheme" "none"
[    16.788] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    16.788] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    16.788] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    16.789] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    16.789] (II) event7  - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    16.790] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse1)
[    16.790] (II) No input driver specified, ignoring this device.
[    16.790] (II) This device may have been added with another device file.
[    16.791] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event8)
[    16.791] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    16.791] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    16.791] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    16.791] (II) LoadModule: "synaptics"
[    16.791] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    16.819] (II) Module synaptics: vendor="X.Org Foundation"
[    16.819]     compiled for 1.20.1, module version = 1.9.1
[    16.819]     Module class: X.Org XInput Driver
[    16.819]     ABI class: X.Org XInput driver, version 24.1
[    16.819] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    16.819] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    16.819] (**) Option "Device" "/dev/input/event8"
[    16.851] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[    16.851] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000 (res 25)
[    16.851] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400 (res 32)
[    16.851] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    16.851] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    16.851] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[    16.852] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    16.852] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    16.852] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    16.852] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    16.891] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event8"
[    16.891] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
[    16.891] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    16.891] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[    16.891] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.082
[    16.892] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    16.892] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    16.892] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    16.892] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    16.892] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    16.892] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[    16.892] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    16.893] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    16.893] (II) No input driver specified, ignoring this device.
[    16.893] (II) This device may have been added with another device file.
[    16.900] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    16.900] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    16.900] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    16.900] (--) NVIDIA(GPU-0): 
[    17.943] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    17.943] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    17.943] (--) NVIDIA(GPU-0): 
[    17.944] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    17.944] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    17.944] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    17.944] (--) NVIDIA(GPU-0): 
[    17.944] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.944] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    17.944] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    17.944] (--) NVIDIA(GPU-0): 
[    17.944] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    17.944] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    17.944] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    17.944] (--) NVIDIA(GPU-0): 
[    17.944] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    17.944] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    17.944] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    17.944] (--) NVIDIA(GPU-0): 
[    17.945] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    17.945] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    17.945] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    17.945] (--) NVIDIA(GPU-0): 
[    17.945] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    17.945] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    17.945] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    17.945] (--) NVIDIA(GPU-0): 
[    17.945] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    17.945] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    17.945] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    17.945] (--) NVIDIA(GPU-0): 
[    18.138] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    18.138] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    18.138] (--) NVIDIA(GPU-0): 
[    18.138] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.138] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.138] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.138] (--) NVIDIA(GPU-0): 
[    18.138] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.138] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.138] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.138] (--) NVIDIA(GPU-0): 
[    18.139] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.139] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.139] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.139] (--) NVIDIA(GPU-0): 
[    18.139] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.139] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.139] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.139] (--) NVIDIA(GPU-0): 
[    18.139] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    18.139] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    18.139] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    18.139] (--) NVIDIA(GPU-0): 
[    18.139] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.139] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.139] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.139] (--) NVIDIA(GPU-0): 
[    18.139] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    18.139] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    18.139] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    18.139] (--) NVIDIA(GPU-0): 
[    18.445] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    18.445] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    18.445] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.446] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.446] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.446] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.446] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    18.446] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    18.446] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.446] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.446] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    18.446] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    18.446] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    18.446] (--) NVIDIA(GPU-0): 
[    18.448] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    18.448] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    18.448] (--) NVIDIA(GPU-0): 
[    18.448] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.448] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.448] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.448] (--) NVIDIA(GPU-0): 
[    18.448] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.448] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.448] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.448] (--) NVIDIA(GPU-0): 
[    18.448] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.448] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.448] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.448] (--) NVIDIA(GPU-0): 
[    18.448] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.448] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.448] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.448] (--) NVIDIA(GPU-0): 
[    18.449] (--) NVIDIA(GPU-0): LGD (DFP-4): connected
[    18.449] (--) NVIDIA(GPU-0): LGD (DFP-4): Internal DisplayPort
[    18.449] (--) NVIDIA(GPU-0): LGD (DFP-4): 960.0 MHz maximum pixel clock
[    18.449] (--) NVIDIA(GPU-0): 
[    18.449] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.449] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.449] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.449] (--) NVIDIA(GPU-0): 
[    18.449] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    18.449] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    18.449] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    18.449] (--) NVIDIA(GPU-0):

Co do przełączania kart. To nie wiem, czy dobrze się wyraziłem. To mój pierwszy sprzęt z dwiema kartami. Myślałem, że wszystkie tak mają i nie trzeba tłumaczyć.
Ale jest tak: w Biosie mam funkcję odpowiadającą za przełączanie kart graficznych. I podam na przykładzie windowsa, bo tam to działało (dopóki windows mnie nie wkurwił i zrobił wylot...). W momencie jak mam włączone przełączanie kart, system startował na intelu, ale gdy trzeba było przełączało się na nvidie (sterownik od nvidia się tym zajmował). Jeśli wyłączyłem opcję przełączania, to domyślnie startowała Nvidia i nie było możliwości przełączenia na Intela.
Stąd oszczędność baterii. podobnie debian, jak wystartuje na intelu i nie ma możliwości przełączenia się na nvidia to trzyma dłużej na baterii.

Załączam pliki konfiguracyjne:
Intel
Jest tam opcja VendorName     "NVIDIA Corporation" Plik ten zrobiłen na podstawie konfiguracji nvidia, zmieniłem tylko nazwę sterownika.

Kod:

Section "Monitor"
    Identifier     "Configured Monitor"
    Option         "metamodes" "1920x1080_60"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "intel"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Monitor        "Configured Monitor"
EndSection

Nvidia

Kod:

Section "Monitor"
    Identifier     "Configured Monitor"
    Option         "metamodes" "1920x1080_60"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Monitor        "Configured Monitor"
EndSection

Ostatnio edytowany przez Grabek (2020-04-02 08:50:52)

Offline

 

#37  2020-04-02 17:32:40

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Grabek napisał(-a):

...
Co do przełączania kart. To nie wiem, czy dobrze się wyraziłem. To mój pierwszy sprzęt z dwiema kartami. Myślałem, że wszystkie tak mają i nie trzeba tłumaczyć.
Ale jest tak: w Biosie mam funkcję odpowiadającą za przełączanie kart graficznych. I podam na przykładzie windowsa, bo tam to działało (dopóki windows mnie nie wkurwił i zrobił wylot...). W momencie jak mam włączone przełączanie kart, system startował na intelu, ale gdy trzeba było przełączało się na nvidie (sterownik od nvidia się tym zajmował). Jeśli wyłączyłem opcję przełączania, to domyślnie startowała Nvidia i nie było możliwości przełączenia na Intela.
Stąd oszczędność baterii. podobnie debian, jak wystartuje na intelu i nie ma możliwości przełączenia się na nvidia to trzyma dłużej na baterii.

Nie wszystkie mają możliwość przełączna w biosie. A jeżeli mówimy o tych co mają możliwość przełączna w biosie, to jest podobnie, z tym że podobnie nie musi oznaczać że u ciebie nie mogło by być inaczej i nie dało by się włączyć samej karty intela, tak jak nvidii, co by rozwiązało sprawę najłatwiej. To jest normalne i podobnie, ale rodzi problemy przy tak zainstalowanym sterniku jak u ciebie (i chce się korzystać z przełączna, pisałem można wyedytować paczki bumblebee, by nie dociągały zależności w postaci sterownika z repozytoriów, ale kto to będzie poświęcał czas i testował), nvidia olała i pozostawiła wsparcie technologi optimus na Linuksie na innych, na przykład twórcach dystrybucji. Jest wiele projektów odnośnie tej technologi i przełączania kart, znasz już bumblebee, jest ubuntowe nvidia-prime, można też wymusić działanie na jednej, czy drugiej przez konfiguracje (podawałem link do mojego posta sprzed lat), ale bez łatwego przełączna, powiedzmy „na stałe”. Są mniej znane projekty, jak chcesz testować to ci podam, ale wszystkie cechuje to, że opierają się na instalacji sterowników z repozytorium, co nie znaczy że się nie da. Jakby nie było, to pomoc na forum zawsze wiąże się z ryzykiem zepsucia komuś systemu, ja się wole nie spieszyć.

Grabek napisał(-a):

Jest tam opcja VendorName     "NVIDIA Corporation" Plik ten zrobiłen na podstawie konfiguracji nvidia, zmieniłem tylko nazwę sterownika.

Powinny być różne i dla łatwiejszego przeglądania logów nazwa powiązana z kartą, można jeszcze dodać w Section "Device" BusID, dla intela BusID      "PCI:0:2:0", a BusID      "PCI:1:0:0" dal nvidii.  Tylko nie w obydwu na raz, bo jak coś źle zrobisz to pozostanie konsola, o czym już wiesz. Na razie nic nie rób, tylko czytaj dalej.

A jak już nie chcesz dłubać w konfiguracji kart, to napisałem dla Ciebie skrypt podmieniający xorg.conf po uruchomieniu systemu. Zachowaj ostrożność i sprawdź ścieżki do plików z konfiguracją kart. Nadrzędny jest xorg.conf, ale jeżeli dotychczasowe miejsce dalej by stwarzało problemy, to zmień miejsce przetrzymywania tych kopiowanych plików z konfiguracją.

Utwórz plik usługi systemd (można to zrobić też w rc.local, jak jest aktywna usługa). Ja będę podawał z edytorem nano, ty możesz używać innego, byle nie procesora tekstu. (oczywiście wszystko z root-a, lub z sudo)

Kod:

nano /etc/systemd/system/xorg-cp.service

Wklej taką zawartość.

Kod:

[Unit]
Description=Xorg Konfig
Before=multi-user.target

[Service]
Type=simple
ExecStart=/usr/local/bin/xorg.sh

[Install]
WantedBy=default.target

Nadamy uprawnienia do uruchamiania, nie jest to konieczne tu, ale ja tak robię.

Kod:

chmod +x /etc/systemd/system/xorg-cp.service

Dodanie usługi do startu systemu.

Kod:

systemctl enable xorg-cp.service

Teraz skrypt który ma uruchamiać usługa. W pliku

Kod:

nano /usr/local/bin/xorg.sh

Wklej zawartość (u ciebie wystarczy sama VGA, ale bywają i inne, dlatego jest też i 3D, może przyda się komuś innemu), sprawdź czy nie zmieniłeś nazw /usr/share/X11/xorg.conf.d/30-nvidia.conf i /usr/share/X11/xorg.conf.d/40-intel.conf

Kod:

#!/bin/bash
KARTA=`lspci | egrep  'VGA|3D' | head -n 1 | cut -d ' ' -f5`

if [ $KARTA = NVIDIA ]; then
cp /usr/share/X11/xorg.conf.d/30-nvidia.conf /etc/X11/xorg.conf
elif [ $KARTA = Intel ]; then
cp /usr/share/X11/xorg.conf.d/40-intel.conf /etc/X11/xorg.conf
fi

Uprawnienia do uruchamiania.

Kod:

chmod +x /usr/local/bin/xorg.sh

I możesz zrestartować, plik konfiguracji powinien być dobierany do wybranej przez ciebie karty. I tak jak pisałem, jak plik /etc/X11/xorg.conf jest podmieniany, a nie dział to zmień miejsce /usr/share/X11/xorg.conf.d/ dla konfiguracji kart i ścieżki w skrypcie do nich (nie powinno być problemu, ale kto wie).

Ostatnio edytowany przez jawojx (2020-04-02 17:42:59)

Offline

 

#38  2020-04-02 18:53:30

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Dzięki wielkie.
Skrypt działa elegancko. Tylko pliki 30-nvidia.conf i 40-intel.conf musiałem przenieść z /usr/share/X11/xorg.conf.d/ (trafiły do /etc/X11/ustawienia/).
Jak były w /usr/share/X11/xorg.conf.d/ to system ignorował /etc/X11.xorg.conf.

Jak dla mnie działa to wystarczająco dobrze. Wiadomo, że wolałbym, żeby działało tak, że pracuje na intelu i samo przełącza na nvidie jak potrzebna. Ale raz, że nie chce znów mieszać (a i czasu nie mam) a dwa, że tak chodzi stabilnie (ludzie piszą, że Bumblebee czasami mało stabilnie działa, nie jest kompatybilne z Vulkan- nie wiem czy korzystam :-) no i że Bumblebee musi użyć procesora, aby skopiować ramki na ekran).

Mam tylko jeszcze pytanko. Ten sterownik nvidia pobrany od producenta to wkompilował się w jądro? Jak teraz z aktualizacjami? W zasadzie wszystko mi chodzi i nie potrzebuje np nowszej wersji jądra. Wystarczą mi aktualizacje bezpieczeństwa. Choć popraw mnie jak źle mówię.
I czy ewentualnie będę mógł kiedyś bezproblemowo przejść na sterownik z repozytorium?

Ostatnio edytowany przez Grabek (2020-04-02 19:17:12)

Offline

 

#39  2020-04-02 21:10:47

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: Dwie karty graficzne

Grabek napisał(-a):

Dzięki wielkie.
Skrypt działa elegancko. Tylko pliki 30-nvidia.conf i 40-intel.conf musiałem przenieść z /usr/share/X11/xorg.conf.d/ (trafiły do /etc/X11/ustawienia/).
Jak były w /usr/share/X11/xorg.conf.d/ to system ignorował /etc/X11/xorg.conf.

Trochę dziwne, ale można było się tego spodziewać po wcześniejszych problemach, dlatego pisałem o zmianie miejsca na te pliki. Najważniejsze że działa i możesz spokojnie teraz grać (używać nvidii).

Grabek napisał(-a):

Jak dla mnie działa to wystarczająco dobrze. Wiadomo, że wolałbym, żeby działało tak, że pracuje na intelu i samo przełącza na nvidie jak potrzebna. Ale raz, że nie chce znów mieszać (a i czasu nie mam) a dwa, że tak chodzi stabilnie (ludzie piszą, że Bumblebee czasami mało stabilnie działa, nie jest kompatybilne z Vulkan- nie wiem czy korzystam :-) no i że Bumblebee musi użyć procesora, aby skopiować ramki na ekran).

Jak jesteś zadowolono to po co zmieniać, zwłaszcza że na teraz musiałbyś korzystać i tak z testowych wersji. Bumblebee jest po prostu wygodne i stabilne wystarczająco, ludzie go nie lubią bo go źle instalują i mają problemy. A co do wydajności to trzeba by zrobić testy, nigdy nie było czasu na testy, a szkoda sam jestem ciekawy. Cpu nie zajmuje się wyświetlaniem ramek, nie wiem może chodzi o to że intel wyświetla pulpit, a bumblebee robi jakby drugi xserver (VirtualGL) dla nvidii, a może o to że niektórzy mieli duże obciążenie CPU, to mogło wynikać z wersji sterownika. No bywają pewnie problemy, każdy wybiera dla siebie, na szczęście masz spory wybór, można różnie używać. Jest sporo projektów dotyczących przełącznica, tylko mieć czas do testów i wybierać, twój obecny sposób nie jest wcale taki zły.

Co do Vulkan-a, to twoja Nvidia jest na granicy wsparcia dla Vulkana, nie chce mi się sprawdzać ale chyba nie wspiera, ale twój intel się chyba łapie. Najlepiej sprawdź (vulkaninfo jest w pakiecie vulkan-tools).

Kod:

vulkaninfo

Grabek napisał(-a):

Mam tylko jeszcze pytanko. Ten sterownik nvidia pobrany od producenta to wkompilował się w jądro? Jak teraz z aktualizacjami? W zasadzie wszystko mi chodzi i nie potrzebuje np nowszej wersji jądra. Wystarczą mi aktualizacje bezpieczeństwa. Choć popraw mnie jak źle mówię.

Zależy jak instalowałeś sterownik jeżeli zaznaczyłeś dkms przy instalacji, czyli wybrałeś yes przy takim pytaniu,

Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later.

to dkms zbuduje moduły dla nowego kernela (nie powinno być problemu ze wszystkimi kernelami do 5.4.coś_tam). Jeżeli nie będzie jakiś wielkiej podatności wykrytych w kernelu to i nie trzeba go aktualizować. Ale nic się nie stanie przy instalacji nowego kernela nawet jak nie będzie wsparcia dla niego, po prostu nie uruchomisz xservera na nvidii, ale zawsze (jeżeli tego kernela nie odinstalujesz) będziesz miał ten, on sam się nie odinstaluje, można mieć kilka kerneli do wyboru i wybierać w grub-e (lub zmienić domyślny).

Grabek napisał(-a):

I czy ewentualnie będę mógł kiedyś bezproblemowo przejść na sterownik z repozytorium?

Zawsze, kiedy pojawi się sterownik dla twojej wersji systemu i kompatybilny z twoim kernelem możesz zainstalować sterownik z repozytorium, tylko trzeba pamiętać że ten co zainstalowałeś odinstalowujesz przy pomocy instalatora. Czyli powiedzmy że to była taka nazwa.

Kod:

./NVIDIA-Linux-x86_64-418.113.run --uninstall

Restart (niekonieczny, ale lepiej bo mogły zostać załadowane moduły) i instalacja z repozytoriów.

Ostatnio edytowany przez jawojx (2020-04-02 21:34:00)

Offline

 

#40  2020-04-03 07:40:37

  Grabek - Użytkownik

Grabek
Użytkownik
Zarejestrowany: 2019-06-12

Re: Dwie karty graficzne

Dzięki.
Teraz już wszystko wiem. Oby więcej takich osób jak Ty, to i linuks zyska na popularności. Obecnie wiele osób instaluje, coś im nie działa i nie mogą sobie poradzić i wraca do windowsa. A jeśli ktoś nie używa jakiegoś specjalistycznego softu, to nie widzę sensu męczenia się z windowsem. I płacenia za licencje oczywiście....

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)