f35 and NVIDIA entanglement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



My system has a NVIDIA GEFORCE GT 710 video card. It was working with f33 and rpmfusion drivers. Updating to f35 installed a driver that was for cards newer than the 710. Tried reverting to the 470.86 driver. All I could get was a blank screen. Cleared the rpmfusion driver and tried the NVIDIA binary 470.86 driver. The install seemed to go well but restart gets only a blank screen. Same with the newer 470.94 driver.

Now trying to use nouveau.

Ran the sequence

rm -f /usr/lib{,64}/libGL.so.* /usr/lib{,64}/libEGL.so.*
rm -f /usr/lib{,64}/xorg/modules/extensions/libglx.so
dnf reinstall xorg-x11-server-Xorg mesa-libGL mesa-libEGL libglvnd\*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.saved

The nouveau module did not load.

Went to /lib64/xorg/modules/drivers and ran

modprobe nouveau

lsmod|grep nouveau

shows

nouveau              2404352  0
mxm_wmi                16384  1 nouveau
video                  57344  1 nouveau
i2c_algo_bit           16384  1 nouveau
drm_ttm_helper         16384  1 nouveau
ttm                    81920  2 drm_ttm_helper,nouveau
drm_kms_helper        311296  1 nouveau
drm                   630784  4 drm_kms_helper,drm_ttm_helper,ttm,nouveau
wmi                    36864  4 hp_wmi,wmi_bmof,mxm_wmi,nouveau

ran

dracut -f

to update initramfs and did restart

graphical start does not connect to the server

System still trying to load nvidia instead of nouveau. Noted that /etc/X11/xorg.conf was still that installed by nvidia. My systems with ati cards do not have xorg.conf changed the name. startx still unsuccessful.

The Xorg.0.log file resulting is attached.

What can I do to get the system to give me a graphical desktop?
[  3417.561] 
X.Org X Server 1.20.14
X Protocol Version 11, Revision 0
[  3417.561] Build Operating System:  5.15.6-200.fc35.x86_64 
[  3417.561] Current Operating System: Linux HPZ440.attlocal.net 5.15.11-200.fc35.x86_64 #1 SMP Wed Dec 22 15:41:11 UTC 2021 x86_64
[  3417.561] Kernel command line: BOOT_IMAGE=(hd4,gpt3)/vmlinuz-5.15.11-200.fc35.x86_64 root=UUID=3a290f5c-9d01-4973-85c7-a51743da0f09 ro 3
[  3417.562] Build Date: 17 December 2021  12:00:00AM
[  3417.562] Build ID: xorg-x11-server 1.20.14-1.fc35 
[  3417.562] Current version of pixman: 0.40.0
[  3417.563] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3417.563] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3417.564] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 29 12:27:43 2021
[  3417.585] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3417.586] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3417.586] (==) No Layout section.  Using the first Screen section.
[  3417.586] (==) No screen section available. Using defaults.
[  3417.586] (**) |-->Screen "Default Screen Section" (0)
[  3417.586] (**) |   |-->Monitor "<default monitor>"
[  3417.586] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3417.586] (==) Automatically adding devices
[  3417.586] (==) Automatically enabling devices
[  3417.586] (==) Automatically adding GPU devices
[  3417.586] (==) Automatically binding GPU devices
[  3417.586] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3417.586] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[  3417.586] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  3417.586] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3417.586] (II) Loader magic: 0x55f30ec30a40
[  3417.586] (II) Module ABI versions:
[  3417.586] 	X.Org ANSI C Emulation: 0.4
[  3417.586] 	X.Org Video Driver: 24.1
[  3417.586] 	X.Org XInput driver : 24.1
[  3417.586] 	X.Org Server Extension : 10.0
[  3417.587] (++) using VT number 1

[  3417.589] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  3417.607] (--) PCI:*(2@0:0:0) 10de:128b:1462:8c93 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[  3417.607] (II) LoadModule: "glx"
[  3417.607] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  3417.610] (II) Module glx: vendor="X.Org Foundation"
[  3417.610] 	compiled for 1.20.14, module version = 1.0.0
[  3417.610] 	ABI class: X.Org Server Extension, version 10.0
[  3417.735] (==) Matched nouveau as autoconfigured driver 0
[  3417.735] (==) Matched nv as autoconfigured driver 1
[  3417.735] (==) Matched modesetting as autoconfigured driver 2
[  3417.735] (==) Matched fbdev as autoconfigured driver 3
[  3417.735] (==) Matched vesa as autoconfigured driver 4
[  3417.735] (==) Assigned the driver to the xf86ConfigLayout
[  3417.735] (II) LoadModule: "nouveau"
[  3417.735] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[  3417.759] (II) Module nouveau: vendor="X.Org Foundation"
[  3417.759] 	compiled for 1.20.11, module version = 1.0.17
[  3417.759] 	Module class: X.Org Video Driver
[  3417.759] 	ABI class: X.Org Video Driver, version 24.1
[  3417.759] (II) LoadModule: "nv"
[  3417.760] (WW) Warning, couldn't open module nv
[  3417.760] (EE) Failed to load module "nv" (module does not exist, 0)
[  3417.760] (II) LoadModule: "modesetting"
[  3417.760] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  3417.760] (II) Module modesetting: vendor="X.Org Foundation"
[  3417.760] 	compiled for 1.20.14, module version = 1.20.14
[  3417.760] 	Module class: X.Org Video Driver
[  3417.760] 	ABI class: X.Org Video Driver, version 24.1
[  3417.760] (II) LoadModule: "fbdev"
[  3417.760] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  3417.769] (II) Module fbdev: vendor="X.Org Foundation"
[  3417.769] 	compiled for 1.20.11, module version = 0.5.0
[  3417.769] 	Module class: X.Org Video Driver
[  3417.769] 	ABI class: X.Org Video Driver, version 24.1
[  3417.769] (II) LoadModule: "vesa"
[  3417.769] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  3417.769] (II) Module vesa: vendor="X.Org Foundation"
[  3417.769] 	compiled for 1.20.11, module version = 2.4.0
[  3417.769] 	Module class: X.Org Video Driver
[  3417.769] 	ABI class: X.Org Video Driver, version 24.1
[  3417.769] (II) NOUVEAU driver 
[  3417.769] (II) NOUVEAU driver for NVIDIA chipset families :
[  3417.769] 	RIVA TNT            (NV04)
[  3417.770] 	RIVA TNT2           (NV05)
[  3417.770] 	GeForce 256         (NV10)
[  3417.770] 	GeForce 2           (NV11, NV15)
[  3417.770] 	GeForce 4MX         (NV17, NV18)
[  3417.770] 	GeForce 3           (NV20)
[  3417.770] 	GeForce 4Ti         (NV25, NV28)
[  3417.770] 	GeForce FX          (NV3x)
[  3417.770] 	GeForce 6           (NV4x)
[  3417.770] 	GeForce 7           (G7x)
[  3417.770] 	GeForce 8           (G8x)
[  3417.770] 	GeForce 9           (G9x)
[  3417.770] 	GeForce GTX 2xx/3xx (GT2xx)
[  3417.770] 	GeForce GTX 4xx/5xx (GFxxx)
[  3417.770] 	GeForce GTX 6xx/7xx (GKxxx)
[  3417.770] 	GeForce GTX 9xx     (GMxxx)
[  3417.770] 	GeForce GTX 10xx    (GPxxx)
[  3417.770] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3417.770] (II) FBDEV: driver for framebuffer: fbdev
[  3417.770] (II) VESA: driver for VESA chipsets: vesa
[  3417.896] (EE) [drm] Failed to open DRM device for pci:0000:02:00.0: -19
[  3417.896] (EE) open /dev/dri/card0: No such file or directory
[  3417.896] (WW) Falling back to old probe method for modesetting
[  3417.896] (EE) open /dev/dri/card0: No such file or directory
[  3417.896] (II) Loading sub module "fbdevhw"
[  3417.896] (II) LoadModule: "fbdevhw"
[  3417.896] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  3417.896] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3417.896] 	compiled for 1.20.14, module version = 0.0.2
[  3417.896] 	ABI class: X.Org Video Driver, version 24.1
[  3417.897] (EE) Unable to find a valid framebuffer device
[  3417.897] (WW) Falling back to old probe method for fbdev
[  3417.897] (II) Loading sub module "fbdevhw"
[  3417.897] (II) LoadModule: "fbdevhw"
[  3417.897] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  3417.897] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3417.897] 	compiled for 1.20.14, module version = 0.0.2
[  3417.897] 	ABI class: X.Org Video Driver, version 24.1
[  3417.897] (II) FBDEV(2): using default device
[  3417.897] vesa: Refusing to run on UEFI
[  3417.897] (EE) Screen 0 deleted because of no matching config section.
[  3417.897] (II) UnloadModule: "modesetting"
[  3417.897] (EE) Screen 0 deleted because of no matching config section.
[  3417.897] (II) UnloadModule: "fbdev"
[  3417.897] (II) UnloadSubModule: "fbdevhw"
[  3417.897] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  3417.897] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[  3417.897] (==) FBDEV(0): RGB weight 888
[  3417.897] (==) FBDEV(0): Default visual is TrueColor
[  3417.897] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  3417.897] (II) FBDEV(0): hardware: EFI VGA (video memory: 1200kB)
[  3417.897] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[  3417.897] (II) FBDEV(0): checking modes against framebuffer device...
[  3417.897] (II) FBDEV(0): checking modes against monitor...
[  3417.897] (II) FBDEV(0): Virtual size is 640x480 (pitch 640)
[  3417.897] (**) FBDEV(0):  Built-in mode "current": 30.7 MHz, 36.9 kHz, 73.3 Hz
[  3417.897] (II) FBDEV(0): Modeline "current"x0.0   30.72  640 672 752 832  480 484 488 504 -hsync -vsync -csync (36.9 kHz b)
[  3417.897] (==) FBDEV(0): DPI set to (96, 96)
[  3417.897] (II) Loading sub module "fb"
[  3417.897] (II) LoadModule: "fb"
[  3417.897] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  3417.898] (II) Module fb: vendor="X.Org Foundation"
[  3417.898] 	compiled for 1.20.14, module version = 1.0.0
[  3417.898] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3417.898] (**) FBDEV(0): using shadow framebuffer
[  3417.898] (II) Loading sub module "shadow"
[  3417.898] (II) LoadModule: "shadow"
[  3417.898] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[  3417.898] (II) Module shadow: vendor="X.Org Foundation"
[  3417.898] 	compiled for 1.20.14, module version = 1.1.0
[  3417.898] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3417.898] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[  3417.898] (==) FBDEV(0): Backing store enabled
[  3417.899] (==) FBDEV(0): DPMS enabled
[  3417.899] (II) Initializing extension Generic Event Extension
[  3417.899] (II) Initializing extension SHAPE
[  3417.900] (II) Initializing extension MIT-SHM
[  3417.900] (II) Initializing extension XInputExtension
[  3417.900] (II) Initializing extension XTEST
[  3417.900] (II) Initializing extension BIG-REQUESTS
[  3417.901] (II) Initializing extension SYNC
[  3417.901] (II) Initializing extension XKEYBOARD
[  3417.901] (II) Initializing extension XC-MISC
[  3417.901] (II) Initializing extension SECURITY
[  3417.901] (II) Initializing extension XFIXES
[  3417.902] (II) Initializing extension RENDER
[  3417.902] (II) Initializing extension RANDR
[  3417.903] (II) Initializing extension COMPOSITE
[  3417.903] (II) Initializing extension DAMAGE
[  3417.903] (II) Initializing extension MIT-SCREEN-SAVER
[  3417.903] (II) Initializing extension DOUBLE-BUFFER
[  3417.903] (II) Initializing extension RECORD
[  3417.904] (II) Initializing extension DPMS
[  3417.904] (II) Initializing extension Present
[  3417.904] (II) Initializing extension DRI3
[  3417.904] (II) Initializing extension X-Resource
[  3417.904] (II) Initializing extension XVideo
[  3417.905] (II) Initializing extension XVideo-MotionCompensation
[  3417.905] (II) Initializing extension SELinux
[  3417.905] (II) SELinux: Disabled by boolean
[  3417.905] (II) Initializing extension GLX
[  3417.905] (II) AIGLX: Screen 0 is not DRI2 capable
[  3419.418] (II) IGLX: Loaded and initialized swrast
[  3419.418] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  3419.418] (II) Initializing extension XFree86-VidModeExtension
[  3419.418] (II) Initializing extension XFree86-DGA
[  3419.418] (II) Initializing extension DRI2
[  3419.913] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  3419.913] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3419.913] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3419.913] (**) Power Button: Applying InputClass "system-keyboard"
[  3419.913] (II) LoadModule: "libinput"
[  3419.914] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  3419.953] (II) Module libinput: vendor="X.Org Foundation"
[  3419.953] 	compiled for 1.20.11, module version = 1.2.0
[  3419.953] 	Module class: X.Org XInput Driver
[  3419.953] 	ABI class: X.Org XInput driver, version 24.1
[  3419.953] (II) Using input driver 'libinput' for 'Power Button'
[  3419.955] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[  3419.955] (**) Power Button: always reports core events
[  3419.955] (**) Option "Device" "/dev/input/event1"
[  3419.955] (**) Option "_source" "server/udev"
[  3420.074] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3420.074] (II) event1  - Power Button: device is a keyboard
[  3420.074] (II) event1  - Power Button: device removed
[  3420.074] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  3420.074] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3420.074] (**) Option "xkb_layout" "us"
[  3420.076] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3420.076] (II) event1  - Power Button: device is a keyboard
[  3420.077] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  3420.077] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3420.077] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3420.077] (**) Power Button: Applying InputClass "system-keyboard"
[  3420.077] (II) Using input driver 'libinput' for 'Power Button'
[  3420.078] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[  3420.078] (**) Power Button: always reports core events
[  3420.078] (**) Option "Device" "/dev/input/event0"
[  3420.078] (**) Option "_source" "server/udev"
[  3420.080] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3420.080] (II) event0  - Power Button: device is a keyboard
[  3420.080] (II) event0  - Power Button: device removed
[  3420.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  3420.080] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  3420.080] (**) Option "xkb_layout" "us"
[  3420.082] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3420.082] (II) event0  - Power Button: device is a keyboard
[  3420.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[  3420.083] (II) No input driver specified, ignoring this device.
[  3420.083] (II) This device may have been added with another device file.
[  3420.084] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[  3420.084] (II) No input driver specified, ignoring this device.
[  3420.084] (II) This device may have been added with another device file.
[  3420.084] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[  3420.084] (II) No input driver specified, ignoring this device.
[  3420.084] (II) This device may have been added with another device file.
[  3420.085] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[  3420.085] (II) No input driver specified, ignoring this device.
[  3420.085] (II) This device may have been added with another device file.
[  3420.086] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[  3420.086] (II) No input driver specified, ignoring this device.
[  3420.086] (II) This device may have been added with another device file.
[  3420.087] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/event2)
[  3420.087] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[  3420.087] (**) CHESEN PS2 to USB Converter: Applying InputClass "libinput keyboard catchall"
[  3420.087] (**) CHESEN PS2 to USB Converter: Applying InputClass "system-keyboard"
[  3420.087] (II) Using input driver 'libinput' for 'CHESEN PS2 to USB Converter'
[  3420.089] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[  3420.089] (**) CHESEN PS2 to USB Converter: always reports core events
[  3420.089] (**) Option "Device" "/dev/input/event2"
[  3420.089] (**) Option "_source" "server/udev"
[  3420.091] (II) event2  - CHESEN PS2 to USB Converter: is tagged by udev as: Keyboard
[  3420.091] (II) event2  - CHESEN PS2 to USB Converter: device is a keyboard
[  3420.092] (II) event2  - CHESEN PS2 to USB Converter: device removed
[  3420.092] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/0003:0A81:0205.0001/input/input5/event2"
[  3420.092] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter" (type: KEYBOARD, id 8)
[  3420.092] (**) Option "xkb_layout" "us"
[  3420.095] (II) event2  - CHESEN PS2 to USB Converter: is tagged by udev as: Keyboard
[  3420.095] (II) event2  - CHESEN PS2 to USB Converter: device is a keyboard
[  3420.097] (II) config/udev: Adding input device CHESEN PS2 to USB Converter Mouse (/dev/input/event3)
[  3420.097] (**) CHESEN PS2 to USB Converter Mouse: Applying InputClass "evdev pointer catchall"
[  3420.097] (**) CHESEN PS2 to USB Converter Mouse: Applying InputClass "libinput pointer catchall"
[  3420.097] (II) Using input driver 'libinput' for 'CHESEN PS2 to USB Converter Mouse'
[  3420.098] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[  3420.098] (**) CHESEN PS2 to USB Converter Mouse: always reports core events
[  3420.098] (**) Option "Device" "/dev/input/event3"
[  3420.098] (**) Option "_source" "server/udev"
[  3420.101] (II) event3  - CHESEN PS2 to USB Converter Mouse: is tagged by udev as: Mouse
[  3420.101] (II) event3  - CHESEN PS2 to USB Converter Mouse: device is a pointer
[  3420.101] (II) event3  - CHESEN PS2 to USB Converter Mouse: device removed
[  3420.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:0A81:0205.0002/input/input6/event3"
[  3420.101] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter Mouse" (type: MOUSE, id 9)
[  3420.102] (**) Option "AccelerationScheme" "none"
[  3420.102] (**) CHESEN PS2 to USB Converter Mouse: (accel) selected scheme none/0
[  3420.102] (**) CHESEN PS2 to USB Converter Mouse: (accel) acceleration factor: 2.000
[  3420.102] (**) CHESEN PS2 to USB Converter Mouse: (accel) acceleration threshold: 4
[  3420.104] (II) event3  - CHESEN PS2 to USB Converter Mouse: is tagged by udev as: Mouse
[  3420.104] (II) event3  - CHESEN PS2 to USB Converter Mouse: device is a pointer
[  3420.106] (II) config/udev: Adding input device CHESEN PS2 to USB Converter Mouse (/dev/input/mouse0)
[  3420.106] (II) No input driver specified, ignoring this device.
[  3420.106] (II) This device may have been added with another device file.
[  3420.108] (II) config/udev: Adding input device CHESEN PS2 to USB Converter System Control (/dev/input/event4)
[  3420.108] (**) CHESEN PS2 to USB Converter System Control: Applying InputClass "evdev keyboard catchall"
[  3420.108] (**) CHESEN PS2 to USB Converter System Control: Applying InputClass "libinput keyboard catchall"
[  3420.108] (**) CHESEN PS2 to USB Converter System Control: Applying InputClass "system-keyboard"
[  3420.108] (II) Using input driver 'libinput' for 'CHESEN PS2 to USB Converter System Control'
[  3420.109] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[  3420.109] (**) CHESEN PS2 to USB Converter System Control: always reports core events
[  3420.109] (**) Option "Device" "/dev/input/event4"
[  3420.109] (**) Option "_source" "server/udev"
[  3420.112] (II) event4  - CHESEN PS2 to USB Converter System Control: is tagged by udev as: Keyboard
[  3420.112] (II) event4  - CHESEN PS2 to USB Converter System Control: device is a keyboard
[  3420.112] (II) event4  - CHESEN PS2 to USB Converter System Control: device removed
[  3420.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:0A81:0205.0002/input/input7/event4"
[  3420.112] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter System Control" (type: KEYBOARD, id 10)
[  3420.112] (**) Option "xkb_layout" "us"
[  3420.115] (II) event4  - CHESEN PS2 to USB Converter System Control: is tagged by udev as: Keyboard
[  3420.115] (II) event4  - CHESEN PS2 to USB Converter System Control: device is a keyboard
[  3420.117] (II) config/udev: Adding input device CHESEN PS2 to USB Converter Consumer Control (/dev/input/event5)
[  3420.117] (**) CHESEN PS2 to USB Converter Consumer Control: Applying InputClass "evdev keyboard catchall"
[  3420.117] (**) CHESEN PS2 to USB Converter Consumer Control: Applying InputClass "libinput keyboard catchall"
[  3420.117] (**) CHESEN PS2 to USB Converter Consumer Control: Applying InputClass "system-keyboard"
[  3420.117] (II) Using input driver 'libinput' for 'CHESEN PS2 to USB Converter Consumer Control'
[  3420.118] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[  3420.118] (**) CHESEN PS2 to USB Converter Consumer Control: always reports core events
[  3420.118] (**) Option "Device" "/dev/input/event5"
[  3420.118] (**) Option "_source" "server/udev"
[  3420.121] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: is tagged by udev as: Keyboard
[  3420.121] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: device is a keyboard
[  3420.121] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: device removed
[  3420.121] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:0A81:0205.0002/input/input8/event5"
[  3420.121] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter Consumer Control" (type: KEYBOARD, id 11)
[  3420.121] (**) Option "xkb_layout" "us"
[  3420.124] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: is tagged by udev as: Keyboard
[  3420.124] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: device is a keyboard
[  3420.126] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[  3420.126] (II) No input driver specified, ignoring this device.
[  3420.126] (II) This device may have been added with another device file.
[  3420.126] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event14)
[  3420.126] (II) No input driver specified, ignoring this device.
[  3420.126] (II) This device may have been added with another device file.
[  3420.127] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
[  3420.127] (II) No input driver specified, ignoring this device.
[  3420.127] (II) This device may have been added with another device file.
[  3420.128] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
[  3420.128] (II) No input driver specified, ignoring this device.
[  3420.128] (II) This device may have been added with another device file.
[  3420.129] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[  3420.129] (II) No input driver specified, ignoring this device.
[  3420.129] (II) This device may have been added with another device file.
[  3420.129] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  3420.129] (II) No input driver specified, ignoring this device.
[  3420.129] (II) This device may have been added with another device file.
[  3420.134] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[  3420.134] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  3420.135] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  3420.135] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[  3420.135] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[  3420.136] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[  3420.136] (**) HP WMI hotkeys: always reports core events
[  3420.136] (**) Option "Device" "/dev/input/event7"
[  3420.136] (**) Option "_source" "server/udev"
[  3420.137] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  3420.137] (II) event7  - HP WMI hotkeys: device is a keyboard
[  3420.137] (II) event7  - HP WMI hotkeys: device removed
[  3420.137] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[  3420.137] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[  3420.137] (**) Option "xkb_layout" "us"
[  3420.139] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  3420.139] (II) event7  - HP WMI hotkeys: device is a keyboard
[  3422.387] (**) Option "fd" "23"
[  3422.387] (II) event1  - Power Button: device removed
[  3422.387] (**) Option "fd" "26"
[  3422.387] (II) event0  - Power Button: device removed
[  3422.387] (**) Option "fd" "27"
[  3422.387] (II) event2  - CHESEN PS2 to USB Converter: device removed
[  3422.388] (**) Option "fd" "28"
[  3422.388] (II) event3  - CHESEN PS2 to USB Converter Mouse: device removed
[  3422.388] (**) Option "fd" "29"
[  3422.388] (II) event4  - CHESEN PS2 to USB Converter System Control: device removed
[  3422.388] (**) Option "fd" "30"
[  3422.388] (II) event5  - CHESEN PS2 to USB Converter Consumer Control: device removed
[  3422.388] (**) Option "fd" "31"
[  3422.388] (II) event7  - HP WMI hotkeys: device removed
[  3422.389] (II) UnloadModule: "libinput"
[  3422.389] (II) systemd-logind: releasing fd for 13:71
[  3422.390] (II) UnloadModule: "libinput"
[  3422.391] (II) systemd-logind: releasing fd for 13:69
[  3422.391] (II) UnloadModule: "libinput"
[  3422.391] (II) systemd-logind: releasing fd for 13:68
[  3422.393] (II) UnloadModule: "libinput"
[  3422.393] (II) systemd-logind: releasing fd for 13:67
[  3422.394] (II) UnloadModule: "libinput"
[  3422.394] (II) systemd-logind: releasing fd for 13:66
[  3422.394] (II) UnloadModule: "libinput"
[  3422.394] (II) systemd-logind: releasing fd for 13:64
[  3422.396] (II) UnloadModule: "libinput"
[  3422.396] (II) systemd-logind: releasing fd for 13:65
[  3422.400] (II) Server terminated successfully (0). Closing log file.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux