您尚未登录。

#1 2023-05-24 13:58:57

LSZ
会员
注册时间: 2023-05-24
帖子: 4

[已解决]Xorg使用KDE时KDE黑屏,只有任务栏显示,且开始菜单打开后好多项目无反应

我会在后面附上Xorg的log,具体情况似乎是显卡驱动有问题
我的电脑是matebook x pro 2022,CPU是i71260p,没有独立显卡
我试过使用xfce4桌面,xfce4是碰到开始按钮就退出报错
我按照Xorg wiki上认真核对了一遍驱动,目前是使用mesa包,勉强能在图形化界面中使用一部分功能如终端和文件管理,如果使用mesa-amber包则会出现白屏
Xorg日志中错误似乎是没有i965驱动,但是这个驱动又只在mesa-amber中有,用mesa-amber则完全无法使用

[   164.079] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   164.084] Current Operating System: Linux arch 6.3.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 21 May 2023 16:15:22 +0000 x86_64
[   164.084] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4fcb835d-8d90-42ee-87a1-f661435eb535 rw loglevel=3 quiet
[   164.087]  
[   164.089] Current version of pixman: 0.42.2
[   164.093] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   164.093] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   164.100] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 24 20:51:16 2023
[   164.104] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   164.105] (==) No Layout section.  Using the first Screen section.
[   164.105] (==) No screen section available. Using defaults.
[   164.105] (**) |-->Screen "Default Screen Section" (0)
[   164.105] (**) |   |-->Monitor "<default monitor>"
[   164.105] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   164.105] (==) Automatically adding devices
[   164.105] (==) Automatically enabling devices
[   164.105] (==) Automatically adding GPU devices
[   164.105] (==) Automatically binding GPU devices
[   164.105] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   164.106] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   164.106] 	Entry deleted from font path.
[   164.106] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   164.106] 	Entry deleted from font path.
[   164.108] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   164.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[   164.108] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   164.108] (II) Module ABI versions:
[   164.108] 	X.Org ANSI C Emulation: 0.4
[   164.108] 	X.Org Video Driver: 25.2
[   164.108] 	X.Org XInput driver : 24.4
[   164.108] 	X.Org Server Extension : 10.0
[   164.109] (++) using VT number 1

[   164.109] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   164.110] (II) xfree86: Adding drm device (/dev/dri/card0)
[   164.110] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   164.110] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   164.111] (--) PCI:*(0@0:2:0) 8086:46a6:19e5:3e59 rev 12, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   164.111] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   164.111] (II) LoadModule: "glx"
[   164.112] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   164.116] (II) Module glx: vendor="X.Org Foundation"
[   164.116] 	compiled for 1.21.1.8, module version = 1.0.0
[   164.116] 	ABI class: X.Org Server Extension, version 10.0
[   164.116] (==) Matched intel as autoconfigured driver 0
[   164.116] (==) Matched modesetting as autoconfigured driver 1
[   164.116] (==) Matched fbdev as autoconfigured driver 2
[   164.116] (==) Matched vesa as autoconfigured driver 3
[   164.116] (==) Assigned the driver to the xf86ConfigLayout
[   164.116] (II) LoadModule: "intel"
[   164.116] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   164.117] (II) Module intel: vendor="X.Org Foundation"
[   164.117] 	compiled for 1.21.1.6, module version = 2.99.917
[   164.117] 	Module class: X.Org Video Driver
[   164.117] 	ABI class: X.Org Video Driver, version 25.2
[   164.117] (II) LoadModule: "modesetting"
[   164.117] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   164.118] (II) Module modesetting: vendor="X.Org Foundation"
[   164.118] 	compiled for 1.21.1.8, module version = 1.21.1
[   164.118] 	Module class: X.Org Video Driver
[   164.118] 	ABI class: X.Org Video Driver, version 25.2
[   164.118] (II) LoadModule: "fbdev"
[   164.118] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   164.119] (II) Module fbdev: vendor="X.Org Foundation"
[   164.119] 	compiled for 1.21.1.1, module version = 0.5.0
[   164.119] 	Module class: X.Org Video Driver
[   164.119] 	ABI class: X.Org Video Driver, version 25.2
[   164.119] (II) LoadModule: "vesa"
[   164.119] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   164.119] (II) Module vesa: vendor="X.Org Foundation"
[   164.119] 	compiled for 1.21.1.4, module version = 2.6.0
[   164.119] 	Module class: X.Org Video Driver
[   164.119] 	ABI class: X.Org Video Driver, version 25.2
[   164.119] (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
[   164.119] (II) intel: Driver for Intel(R) HD Graphics
[   164.119] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   164.119] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   164.119] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   164.119] (II) FBDEV: driver for framebuffer: fbdev
[   164.119] (II) VESA: driver for VESA chipsets: vesa
[   164.119] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[   164.119] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[   164.120] (WW) Falling back to old probe method for modesetting
[   164.120] (WW) Falling back to old probe method for fbdev
[   164.120] (II) Loading sub module "fbdevhw"
[   164.120] (II) LoadModule: "fbdevhw"
[   164.120] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   164.120] (II) Module fbdevhw: vendor="X.Org Foundation"
[   164.120] 	compiled for 1.21.1.8, module version = 0.0.2
[   164.120] 	ABI class: X.Org Video Driver, version 25.2
[   164.121] (WW) intel(0): Unknown chipset
[   164.121] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 12 threads
[   164.121] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   164.121] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   164.121] (==) intel(0): RGB weight 888
[   164.121] (==) intel(0): Default visual is TrueColor
[   164.121] (II) intel(0): Output eDP1 has no monitor section
[   164.121] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   164.121] (II) intel(0): Enabled output eDP1
[   164.121] (II) intel(0): Output DP1 has no monitor section
[   164.121] (II) intel(0): Enabled output DP1
[   164.121] (II) intel(0): Output DP2 has no monitor section
[   164.121] (II) intel(0): Enabled output DP2
[   164.121] (II) intel(0): Output DP3 has no monitor section
[   164.121] (II) intel(0): Enabled output DP3
[   164.121] (II) intel(0): Output DP4 has no monitor section
[   164.121] (II) intel(0): Enabled output DP4
[   164.121] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   164.122] (II) intel(0): Output VIRTUAL1 has no monitor section
[   164.122] (II) intel(0): Enabled output VIRTUAL1
[   164.122] (--) intel(0): Output eDP1 using initial mode 3120x2080 on pipe 0
[   164.122] (==) intel(0): TearFree enabled
[   164.122] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   164.122] (==) intel(0): DPI set to (96, 96)
[   164.122] (II) Loading sub module "dri3"
[   164.122] (II) LoadModule: "dri3"
[   164.122] (II) Module "dri3" already built-in
[   164.122] (II) Loading sub module "dri2"
[   164.122] (II) LoadModule: "dri2"
[   164.122] (II) Module "dri2" already built-in
[   164.122] (II) Loading sub module "present"
[   164.122] (II) LoadModule: "present"
[   164.122] (II) Module "present" already built-in
[   164.122] (II) UnloadModule: "modesetting"
[   164.122] (II) Unloading modesetting
[   164.122] (II) UnloadModule: "fbdev"
[   164.122] (II) Unloading fbdev
[   164.122] (II) UnloadSubModule: "fbdevhw"
[   164.122] (II) Unloading fbdevhw
[   164.122] (II) UnloadModule: "vesa"
[   164.122] (II) Unloading vesa
[   164.122] (II) intel(0): SNA initialized with generic backend
[   164.122] (==) intel(0): Backing store enabled
[   164.122] (==) intel(0): Silken mouse enabled
[   164.122] (II) intel(0): HW Cursor enabled
[   164.122] (==) intel(0): DPMS enabled
[   164.122] (==) intel(0): Display hotplug detection enabled
[   164.123] (II) intel(0): Textured video not supported on this hardware or backend
[   164.123] (II) intel(0): [DRI2] Setup complete
[   164.123] (II) intel(0): [DRI2]   DRI driver: i965
[   164.123] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   164.123] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   164.123] (II) intel(0): hardware support for Present enabled
[   164.123] (II) Initializing extension Generic Event Extension
[   164.123] (II) Initializing extension SHAPE
[   164.123] (II) Initializing extension MIT-SHM
[   164.123] (II) Initializing extension XInputExtension
[   164.123] (II) Initializing extension XTEST
[   164.123] (II) Initializing extension BIG-REQUESTS
[   164.123] (II) Initializing extension SYNC
[   164.123] (II) Initializing extension XKEYBOARD
[   164.123] (II) Initializing extension XC-MISC
[   164.123] (II) Initializing extension SECURITY
[   164.123] (II) Initializing extension XFIXES
[   164.124] (II) Initializing extension RENDER
[   164.124] (II) Initializing extension RANDR
[   164.124] (II) Initializing extension COMPOSITE
[   164.124] (II) Initializing extension DAMAGE
[   164.124] (II) Initializing extension MIT-SCREEN-SAVER
[   164.124] (II) Initializing extension DOUBLE-BUFFER
[   164.124] (II) Initializing extension RECORD
[   164.124] (II) Initializing extension DPMS
[   164.124] (II) Initializing extension Present
[   164.124] (II) Initializing extension DRI3
[   164.124] (II) Initializing extension X-Resource
[   164.124] (II) Initializing extension XVideo
[   164.124] (II) Initializing extension XVideo-MotionCompensation
[   164.124] (II) Initializing extension GLX
[   164.124] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[   164.124] (EE) AIGLX error: unable to load driver i965
[   164.220] (II) IGLX: Loaded and initialized swrast
[   164.220] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   164.220] (II) Initializing extension XFree86-VidModeExtension
[   164.220] (II) Initializing extension XFree86-DGA
[   164.220] (II) Initializing extension XFree86-DRI
[   164.220] (II) Initializing extension DRI2
[   164.235] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[   164.242] (II) intel(0): switch to mode 3120x2080@90.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   164.257] (II) intel(0): Setting screen physical size to 825 x 550
[   164.357] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   164.357] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   164.357] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   164.357] (II) LoadModule: "libinput"
[   164.357] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   164.358] (II) Module libinput: vendor="X.Org Foundation"
[   164.358] 	compiled for 1.21.1.8, module version = 1.3.0
[   164.358] 	Module class: X.Org XInput Driver
[   164.358] 	ABI class: X.Org XInput driver, version 24.4
[   164.358] (II) Using input driver 'libinput' for 'Video Bus'
[   164.359] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[   164.359] (**) Video Bus: always reports core events
[   164.359] (**) Option "Device" "/dev/input/event3"
[   164.362] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   164.362] (II) event3  - Video Bus: device is a keyboard
[   164.362] (II) event3  - Video Bus: device removed
[   164.362] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   164.362] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   164.362] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   164.362] (II) event3  - Video Bus: device is a keyboard
[   164.363] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   164.363] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   164.363] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   164.363] (II) Using input driver 'libinput' for 'Power Button'
[   164.363] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[   164.363] (**) Power Button: always reports core events
[   164.363] (**) Option "Device" "/dev/input/event1"
[   164.364] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   164.364] (II) event1  - Power Button: device is a keyboard
[   164.364] (II) event1  - Power Button: device removed
[   164.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/PNP0C09:00/PNP0C0C:00/input/input1/event1"
[   164.364] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   164.364] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   164.364] (II) event1  - Power Button: device is a keyboard
[   164.365] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   164.365] (II) No input driver specified, ignoring this device.
[   164.365] (II) This device may have been added with another device file.
[   164.365] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Mouse (/dev/input/event4)
[   164.365] (**) GXTP7863:00 27C6:01E0 Mouse: Applying InputClass "evdev pointer catchall"
[   164.365] (**) GXTP7863:00 27C6:01E0 Mouse: Applying InputClass "libinput pointer catchall"
[   164.365] (II) Using input driver 'libinput' for 'GXTP7863:00 27C6:01E0 Mouse'
[   164.366] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[   164.366] (**) GXTP7863:00 27C6:01E0 Mouse: always reports core events
[   164.366] (**) Option "Device" "/dev/input/event4"
[   164.366] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: is tagged by udev as: Mouse Pointingstick
[   164.366] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device is a pointer
[   164.366] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device removed
[   164.366] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   164.366] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   164.366] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   164.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input16/event4"
[   164.366] (II) XINPUT: Adding extended input device "GXTP7863:00 27C6:01E0 Mouse" (type: MOUSE, id 8)
[   164.366] (**) Option "AccelerationScheme" "none"
[   164.366] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) selected scheme none/0
[   164.366] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) acceleration factor: 2.000
[   164.366] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) acceleration threshold: 4
[   164.367] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: is tagged by udev as: Mouse Pointingstick
[   164.367] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device is a pointer
[   164.367] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Mouse (/dev/input/mouse0)
[   164.367] (II) No input driver specified, ignoring this device.
[   164.367] (II) This device may have been added with another device file.
[   164.367] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Touchpad (/dev/input/event5)
[   164.368] (**) GXTP7863:00 27C6:01E0 Touchpad: Applying InputClass "evdev touchpad catchall"
[   164.368] (**) GXTP7863:00 27C6:01E0 Touchpad: Applying InputClass "libinput touchpad catchall"
[   164.368] (**) GXTP7863:00 27C6:01E0 Touchpad: Applying InputClass "touchpad catchall"
[   164.368] (**) GXTP7863:00 27C6:01E0 Touchpad: Applying InputClass "Default clickpad buttons"
[   164.368] (II) LoadModule: "synaptics"
[   164.368] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   164.368] (II) Module synaptics: vendor="X.Org Foundation"
[   164.368] 	compiled for 1.21.1.3, module version = 1.9.2
[   164.368] 	Module class: X.Org XInput Driver
[   164.368] 	ABI class: X.Org XInput driver, version 24.4
[   164.368] (II) Using input driver 'synaptics' for 'GXTP7863:00 27C6:01E0 Touchpad'
[   164.369] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: always reports core events
[   164.369] (**) Option "Device" "/dev/input/event5"
[   164.369] (II) synaptics: GXTP7863:00 27C6:01E0 Touchpad: found clickpad property
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: x-axis range 0 - 3684 (res 31)
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: y-axis range 0 - 2338 (res 31)
[   164.369] (II) synaptics: GXTP7863:00 27C6:01E0 Touchpad: device does not report pressure, will use touch data.
[   164.369] (II) synaptics: GXTP7863:00 27C6:01E0 Touchpad: device does not report finger width.
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: buttons: left right double triple
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: Vendor 0x27c6 Product 0x1e0
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: invalid pressure range.  defaulting to 0 - 255
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: invalid finger width range.  defaulting to 0 - 15
[   164.369] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: touchpad found
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: always reports core events
[   164.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input17/event5"
[   164.369] (II) XINPUT: Adding extended input device "GXTP7863:00 27C6:01E0 Touchpad" (type: TOUCHPAD, id 9)
[   164.369] (**) synaptics: GXTP7863:00 27C6:01E0 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   164.369] (**) synaptics: GXTP7863:00 27C6:01E0 Touchpad: (accel) MaxSpeed is now 1.75
[   164.369] (**) synaptics: GXTP7863:00 27C6:01E0 Touchpad: (accel) AccelFactor is now 0.046
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) keeping acceleration scheme 1
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) acceleration profile 1
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) acceleration factor: 2.000
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) acceleration threshold: 4
[   164.369] (--) synaptics: GXTP7863:00 27C6:01E0 Touchpad: touchpad found
[   164.369] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Touchpad (/dev/input/mouse1)
[   164.369] (**) GXTP7863:00 27C6:01E0 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   164.369] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 (/dev/input/event6)
[   164.369] (**) GXTP738X:00 27C6:0114: Applying InputClass "evdev touchscreen catchall"
[   164.369] (**) GXTP738X:00 27C6:0114: Applying InputClass "libinput touchscreen catchall"
[   164.369] (II) Using input driver 'libinput' for 'GXTP738X:00 27C6:0114'
[   164.370] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[   164.370] (**) GXTP738X:00 27C6:0114: always reports core events
[   164.370] (**) Option "Device" "/dev/input/event6"
[   164.371] (II) event6  - GXTP738X:00 27C6:0114: is tagged by udev as: Touchscreen
[   164.371] (II) event6  - GXTP738X:00 27C6:0114: device is a touch device
[   164.371] (II) event6  - GXTP738X:00 27C6:0114: device removed
[   164.371] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input19/event6"
[   164.371] (II) XINPUT: Adding extended input device "GXTP738X:00 27C6:0114" (type: TOUCHSCREEN, id 10)
[   164.371] (**) Option "AccelerationScheme" "none"
[   164.371] (**) GXTP738X:00 27C6:0114: (accel) selected scheme none/0
[   164.371] (**) GXTP738X:00 27C6:0114: (accel) acceleration factor: 2.000
[   164.371] (**) GXTP738X:00 27C6:0114: (accel) acceleration threshold: 4
[   164.372] (II) event6  - GXTP738X:00 27C6:0114: is tagged by udev as: Touchscreen
[   164.372] (II) event6  - GXTP738X:00 27C6:0114: device is a touch device
[   164.372] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 (/dev/input/mouse2)
[   164.372] (II) No input driver specified, ignoring this device.
[   164.372] (II) This device may have been added with another device file.
[   164.372] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 UNKNOWN (/dev/input/event7)
[   164.372] (II) No input driver specified, ignoring this device.
[   164.372] (II) This device may have been added with another device file.
[   164.372] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event10)
[   164.372] (II) No input driver specified, ignoring this device.
[   164.372] (II) This device may have been added with another device file.
[   164.372] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event11)
[   164.372] (II) No input driver specified, ignoring this device.
[   164.372] (II) This device may have been added with another device file.
[   164.373] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event12)
[   164.373] (II) No input driver specified, ignoring this device.
[   164.373] (II) This device may have been added with another device file.
[   164.373] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event13)
[   164.373] (II) No input driver specified, ignoring this device.
[   164.373] (II) This device may have been added with another device file.
[   164.373] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event14)
[   164.373] (II) No input driver specified, ignoring this device.
[   164.373] (II) This device may have been added with another device file.
[   164.373] (II) config/udev: Adding input device Huawei WMI hotkeys (/dev/input/event9)
[   164.373] (**) Huawei WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   164.373] (**) Huawei WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   164.373] (II) Using input driver 'libinput' for 'Huawei WMI hotkeys'
[   164.374] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 33 paused 0
[   164.374] (**) Huawei WMI hotkeys: always reports core events
[   164.374] (**) Option "Device" "/dev/input/event9"
[   164.374] (II) event9  - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[   164.374] (II) event9  - Huawei WMI hotkeys: device is a keyboard
[   164.374] (II) event9  - Huawei WMI hotkeys: device removed
[   164.374] (**) Option "config_info" "udev:/sys/devices/platform/huawei-wmi/input/input10/event9"
[   164.374] (II) XINPUT: Adding extended input device "Huawei WMI hotkeys" (type: KEYBOARD, id 11)
[   164.374] (II) event9  - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[   164.374] (II) event9  - Huawei WMI hotkeys: device is a keyboard
[   164.375] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   164.375] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   164.375] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   164.375] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   164.375] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[   164.375] (**) AT Translated Set 2 keyboard: always reports core events
[   164.375] (**) Option "Device" "/dev/input/event2"
[   164.375] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   164.375] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   164.376] (II) event2  - AT Translated Set 2 keyboard: device removed
[   164.376] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   164.376] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   164.376] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   164.376] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   164.377] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   164.377] (II) No input driver specified, ignoring this device.
[   164.377] (II) This device may have been added with another device file.
[   165.078] (II) intel(0): EDID vendor "CSO", prod id 5141
[   165.078] (II) intel(0): Using EDID range info for horizontal sync
[   165.078] (II) intel(0): Using EDID range info for vertical refresh
[   165.078] (II) intel(0): Printing DDC gathered Modelines:
[   165.078] (II) intel(0): Modeline "3120x2080"x0.0  640.59  3120 3168 3200 3280  2080 2083 2093 2170 -hsync -vsync (195.3 kHz eP)

xf86-vieo-intel的问题,这玩意得卸载,然后我去找之前瞎整的配置文件,删除后就好了

最近编辑记录 LSZ (2023-05-24 20:20:56)

离线

#2 2023-05-24 14:04:09

LSZ
会员
注册时间: 2023-05-24
帖子: 4

Re: [已解决]Xorg使用KDE时KDE黑屏,只有任务栏显示,且开始菜单打开后好多项目无反应

这里还有一份xfce4的报错日志,这份比较旧,在我瞎整了一堆驱动之前
xfce4的问题是一碰到开始菜单键就直接崩溃,只能强制重启

[   214.898] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   214.904] Current Operating System: Linux arch 6.3.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 21 May 2023 16:15:22 +0000 x86_64
[   214.904] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4fcb835d-8d90-42ee-87a1-f661435eb535 rw loglevel=3 quiet
[   214.908]  
[   214.910] Current version of pixman: 0.42.2
[   214.915] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   214.915] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   214.923] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 24 08:04:51 2023
[   214.929] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   214.930] (==) No Layout section.  Using the first Screen section.
[   214.930] (==) No screen section available. Using defaults.
[   214.930] (**) |-->Screen "Default Screen Section" (0)
[   214.930] (**) |   |-->Monitor "<default monitor>"
[   214.930] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   214.930] (==) Automatically adding devices
[   214.930] (==) Automatically enabling devices
[   214.930] (==) Automatically adding GPU devices
[   214.930] (==) Automatically binding GPU devices
[   214.930] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   214.931] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   214.931] 	Entry deleted from font path.
[   214.931] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   214.931] 	Entry deleted from font path.
[   214.933] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   214.933] (==) ModulePath set to "/usr/lib/xorg/modules"
[   214.933] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   214.933] (II) Module ABI versions:
[   214.933] 	X.Org ANSI C Emulation: 0.4
[   214.933] 	X.Org Video Driver: 25.2
[   214.933] 	X.Org XInput driver : 24.4
[   214.933] 	X.Org Server Extension : 10.0
[   214.934] (++) using VT number 1

[   214.934] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   214.936] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   214.937] (II) xfree86: Adding drm device (/dev/dri/card0)
[   214.937] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   214.937] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   214.940] (--) PCI:*(0@0:2:0) 8086:46a6:19e5:3e59 rev 12, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   214.940] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   214.940] (II) LoadModule: "glx"
[   214.940] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   214.945] (II) Module glx: vendor="X.Org Foundation"
[   214.945] 	compiled for 1.21.1.8, module version = 1.0.0
[   214.945] 	ABI class: X.Org Server Extension, version 10.0
[   214.945] (==) Matched intel as autoconfigured driver 0
[   214.945] (==) Matched modesetting as autoconfigured driver 1
[   214.945] (==) Matched fbdev as autoconfigured driver 2
[   214.945] (==) Matched vesa as autoconfigured driver 3
[   214.945] (==) Assigned the driver to the xf86ConfigLayout
[   214.945] (II) LoadModule: "intel"
[   214.945] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   214.947] (II) Module intel: vendor="X.Org Foundation"
[   214.947] 	compiled for 1.21.1.6, module version = 2.99.917
[   214.947] 	Module class: X.Org Video Driver
[   214.947] 	ABI class: X.Org Video Driver, version 25.2
[   214.947] (II) LoadModule: "modesetting"
[   214.947] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   214.949] (II) Module modesetting: vendor="X.Org Foundation"
[   214.949] 	compiled for 1.21.1.8, module version = 1.21.1
[   214.949] 	Module class: X.Org Video Driver
[   214.949] 	ABI class: X.Org Video Driver, version 25.2
[   214.949] (II) LoadModule: "fbdev"
[   214.949] (WW) Warning, couldn't open module fbdev
[   214.949] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   214.949] (II) LoadModule: "vesa"
[   214.949] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   214.950] (II) Module vesa: vendor="X.Org Foundation"
[   214.950] 	compiled for 1.21.1.4, module version = 2.6.0
[   214.950] 	Module class: X.Org Video Driver
[   214.950] 	ABI class: X.Org Video Driver, version 25.2
[   214.950] (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
[   214.950] (II) intel: Driver for Intel(R) HD Graphics
[   214.950] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   214.950] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   214.950] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   214.950] (II) VESA: driver for VESA chipsets: vesa
[   214.950] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[   214.950] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[   214.951] (WW) Falling back to old probe method for modesetting
[   214.952] (WW) intel(0): Unknown chipset
[   214.952] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 12 threads
[   214.952] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   214.952] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   214.952] (==) intel(0): RGB weight 888
[   214.952] (==) intel(0): Default visual is TrueColor
[   214.953] (II) intel(0): Output eDP1 has no monitor section
[   214.953] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   214.953] (II) intel(0): Enabled output eDP1
[   214.953] (II) intel(0): Output DP1 has no monitor section
[   214.953] (II) intel(0): Enabled output DP1
[   214.953] (II) intel(0): Output DP2 has no monitor section
[   214.953] (II) intel(0): Enabled output DP2
[   214.953] (II) intel(0): Output DP3 has no monitor section
[   214.953] (II) intel(0): Enabled output DP3
[   214.953] (II) intel(0): Output DP4 has no monitor section
[   214.954] (II) intel(0): Enabled output DP4
[   214.954] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   214.954] (II) intel(0): Output VIRTUAL1 has no monitor section
[   214.954] (II) intel(0): Enabled output VIRTUAL1
[   214.954] (--) intel(0): Output eDP1 using initial mode 3120x2080 on pipe 0
[   214.954] (==) intel(0): TearFree enabled
[   214.954] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   214.954] (==) intel(0): DPI set to (96, 96)
[   214.954] (II) Loading sub module "dri3"
[   214.954] (II) LoadModule: "dri3"
[   214.954] (II) Module "dri3" already built-in
[   214.954] (II) Loading sub module "dri2"
[   214.954] (II) LoadModule: "dri2"
[   214.954] (II) Module "dri2" already built-in
[   214.954] (II) Loading sub module "present"
[   214.954] (II) LoadModule: "present"
[   214.954] (II) Module "present" already built-in
[   214.954] (II) UnloadModule: "modesetting"
[   214.954] (II) Unloading modesetting
[   214.954] (II) UnloadModule: "vesa"
[   214.954] (II) Unloading vesa
[   214.955] (II) intel(0): SNA initialized with generic backend
[   214.955] (==) intel(0): Backing store enabled
[   214.955] (==) intel(0): Silken mouse enabled
[   214.955] (II) intel(0): HW Cursor enabled
[   214.955] (==) intel(0): DPMS enabled
[   214.955] (==) intel(0): Display hotplug detection enabled
[   214.955] (II) intel(0): Textured video not supported on this hardware or backend
[   214.955] (II) intel(0): [DRI2] Setup complete
[   214.955] (II) intel(0): [DRI2]   DRI driver: i965
[   214.955] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   214.955] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   214.955] (II) intel(0): hardware support for Present enabled
[   214.955] (II) Initializing extension Generic Event Extension
[   214.956] (II) Initializing extension SHAPE
[   214.956] (II) Initializing extension MIT-SHM
[   214.956] (II) Initializing extension XInputExtension
[   214.956] (II) Initializing extension XTEST
[   214.956] (II) Initializing extension BIG-REQUESTS
[   214.956] (II) Initializing extension SYNC
[   214.956] (II) Initializing extension XKEYBOARD
[   214.956] (II) Initializing extension XC-MISC
[   214.956] (II) Initializing extension SECURITY
[   214.956] (II) Initializing extension XFIXES
[   214.957] (II) Initializing extension RENDER
[   214.957] (II) Initializing extension RANDR
[   214.957] (II) Initializing extension COMPOSITE
[   214.957] (II) Initializing extension DAMAGE
[   214.957] (II) Initializing extension MIT-SCREEN-SAVER
[   214.957] (II) Initializing extension DOUBLE-BUFFER
[   214.957] (II) Initializing extension RECORD
[   214.957] (II) Initializing extension DPMS
[   214.957] (II) Initializing extension Present
[   214.957] (II) Initializing extension DRI3
[   214.957] (II) Initializing extension X-Resource
[   214.957] (II) Initializing extension XVideo
[   214.957] (II) Initializing extension XVideo-MotionCompensation
[   214.957] (II) Initializing extension GLX
[   214.957] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[   214.957] (EE) AIGLX error: unable to load driver i965
[   215.092] (II) IGLX: Loaded and initialized swrast
[   215.092] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   215.092] (II) Initializing extension XFree86-VidModeExtension
[   215.092] (II) Initializing extension XFree86-DGA
[   215.092] (II) Initializing extension XFree86-DRI
[   215.092] (II) Initializing extension DRI2
[   215.107] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[   215.108] (II) intel(0): switch to mode 3120x2080@90.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   215.122] (II) intel(0): Setting screen physical size to 825 x 550
[   215.211] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   215.211] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   215.211] (II) LoadModule: "libinput"
[   215.211] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   215.213] (II) Module libinput: vendor="X.Org Foundation"
[   215.213] 	compiled for 1.21.1.8, module version = 1.3.0
[   215.213] 	Module class: X.Org XInput Driver
[   215.213] 	ABI class: X.Org XInput driver, version 24.4
[   215.213] (II) Using input driver 'libinput' for 'Video Bus'
[   215.214] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[   215.214] (**) Video Bus: always reports core events
[   215.214] (**) Option "Device" "/dev/input/event3"
[   215.218] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   215.218] (II) event3  - Video Bus: device is a keyboard
[   215.218] (II) event3  - Video Bus: device removed
[   215.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   215.218] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   215.218] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   215.218] (II) event3  - Video Bus: device is a keyboard
[   215.218] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   215.218] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   215.218] (II) Using input driver 'libinput' for 'Power Button'
[   215.219] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[   215.219] (**) Power Button: always reports core events
[   215.219] (**) Option "Device" "/dev/input/event1"
[   215.220] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   215.220] (II) event1  - Power Button: device is a keyboard
[   215.220] (II) event1  - Power Button: device removed
[   215.220] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/PNP0C09:00/PNP0C0C:00/input/input1/event1"
[   215.220] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   215.220] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   215.220] (II) event1  - Power Button: device is a keyboard
[   215.221] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   215.221] (II) No input driver specified, ignoring this device.
[   215.221] (II) This device may have been added with another device file.
[   215.221] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Mouse (/dev/input/event4)
[   215.221] (**) GXTP7863:00 27C6:01E0 Mouse: Applying InputClass "libinput pointer catchall"
[   215.221] (II) Using input driver 'libinput' for 'GXTP7863:00 27C6:01E0 Mouse'
[   215.222] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[   215.222] (**) GXTP7863:00 27C6:01E0 Mouse: always reports core events
[   215.222] (**) Option "Device" "/dev/input/event4"
[   215.222] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: is tagged by udev as: Mouse Pointingstick
[   215.223] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device is a pointer
[   215.223] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device removed
[   215.223] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.223] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.223] (II) libinput: GXTP7863:00 27C6:01E0 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input13/event4"
[   215.223] (II) XINPUT: Adding extended input device "GXTP7863:00 27C6:01E0 Mouse" (type: MOUSE, id 8)
[   215.223] (**) Option "AccelerationScheme" "none"
[   215.223] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) selected scheme none/0
[   215.223] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) acceleration factor: 2.000
[   215.223] (**) GXTP7863:00 27C6:01E0 Mouse: (accel) acceleration threshold: 4
[   215.224] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: is tagged by udev as: Mouse Pointingstick
[   215.224] (II) event4  - GXTP7863:00 27C6:01E0 Mouse: device is a pointer
[   215.225] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Mouse (/dev/input/mouse0)
[   215.225] (II) No input driver specified, ignoring this device.
[   215.225] (II) This device may have been added with another device file.
[   215.226] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Touchpad (/dev/input/event5)
[   215.226] (**) GXTP7863:00 27C6:01E0 Touchpad: Applying InputClass "libinput touchpad catchall"
[   215.226] (II) Using input driver 'libinput' for 'GXTP7863:00 27C6:01E0 Touchpad'
[   215.226] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[   215.226] (**) GXTP7863:00 27C6:01E0 Touchpad: always reports core events
[   215.226] (**) Option "Device" "/dev/input/event5"
[   215.228] (II) event5  - GXTP7863:00 27C6:01E0 Touchpad: is tagged by udev as: Touchpad
[   215.228] (EE) event5  - GXTP7863:00 27C6:01E0 Touchpad: kernel bug: clickpad advertising right button. See https://wayland.freedesktop.org/libinput/doc/1.23.0/clickpad-with-right-button.html for details
[   215.229] (II) event5  - GXTP7863:00 27C6:01E0 Touchpad: device is a touchpad
[   215.229] (II) event5  - GXTP7863:00 27C6:01E0 Touchpad: device removed
[   215.230] (II) libinput: GXTP7863:00 27C6:01E0 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.230] (II) libinput: GXTP7863:00 27C6:01E0 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.230] (II) libinput: GXTP7863:00 27C6:01E0 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   215.230] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input14/event5"
[   215.230] (II) XINPUT: Adding extended input device "GXTP7863:00 27C6:01E0 Touchpad" (type: TOUCHPAD, id 9)
[   215.231] (**) Option "AccelerationScheme" "none"
[   215.231] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) selected scheme none/0
[   215.231] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) acceleration factor: 2.000
[   215.231] (**) GXTP7863:00 27C6:01E0 Touchpad: (accel) acceleration threshold: 4
[   215.232] (II) event5  - GXTP7863:00 27C6:01E0 Touchpad: is tagged by udev as: Touchpad
[   215.232] (EE) event5  - GXTP7863:00 27C6:01E0 Touchpad: kernel bug: clickpad advertising right button. See https://wayland.freedesktop.org/libinput/doc/1.23.0/clickpad-with-right-button.html for details
[   215.233] (II) event5  - GXTP7863:00 27C6:01E0 Touchpad: device is a touchpad
[   215.233] (II) config/udev: Adding input device GXTP7863:00 27C6:01E0 Touchpad (/dev/input/mouse1)
[   215.233] (II) No input driver specified, ignoring this device.
[   215.233] (II) This device may have been added with another device file.
[   215.234] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 (/dev/input/event13)
[   215.234] (**) GXTP738X:00 27C6:0114: Applying InputClass "libinput touchscreen catchall"
[   215.234] (II) Using input driver 'libinput' for 'GXTP738X:00 27C6:0114'
[   215.234] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 32 paused 0
[   215.234] (**) GXTP738X:00 27C6:0114: always reports core events
[   215.234] (**) Option "Device" "/dev/input/event13"
[   215.235] (II) event13 - GXTP738X:00 27C6:0114: is tagged by udev as: Touchscreen
[   215.235] (II) event13 - GXTP738X:00 27C6:0114: device is a touch device
[   215.235] (II) event13 - GXTP738X:00 27C6:0114: device removed
[   215.235] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input19/event13"
[   215.235] (II) XINPUT: Adding extended input device "GXTP738X:00 27C6:0114" (type: TOUCHSCREEN, id 10)
[   215.235] (**) Option "AccelerationScheme" "none"
[   215.236] (**) GXTP738X:00 27C6:0114: (accel) selected scheme none/0
[   215.236] (**) GXTP738X:00 27C6:0114: (accel) acceleration factor: 2.000
[   215.236] (**) GXTP738X:00 27C6:0114: (accel) acceleration threshold: 4
[   215.236] (II) event13 - GXTP738X:00 27C6:0114: is tagged by udev as: Touchscreen
[   215.236] (II) event13 - GXTP738X:00 27C6:0114: device is a touch device
[   215.237] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 (/dev/input/mouse2)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.237] (II) config/udev: Adding input device GXTP738X:00 27C6:0114 UNKNOWN (/dev/input/event14)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.237] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event6)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.237] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event10)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.237] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event7)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.237] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event11)
[   215.237] (II) No input driver specified, ignoring this device.
[   215.237] (II) This device may have been added with another device file.
[   215.238] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event12)
[   215.238] (II) No input driver specified, ignoring this device.
[   215.238] (II) This device may have been added with another device file.
[   215.238] (II) config/udev: Adding input device Huawei WMI hotkeys (/dev/input/event8)
[   215.238] (**) Huawei WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   215.238] (II) Using input driver 'libinput' for 'Huawei WMI hotkeys'
[   215.238] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 33 paused 0
[   215.238] (**) Huawei WMI hotkeys: always reports core events
[   215.238] (**) Option "Device" "/dev/input/event8"
[   215.239] (II) event8  - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[   215.239] (II) event8  - Huawei WMI hotkeys: device is a keyboard
[   215.239] (II) event8  - Huawei WMI hotkeys: device removed
[   215.239] (**) Option "config_info" "udev:/sys/devices/platform/huawei-wmi/input/input9/event8"
[   215.239] (II) XINPUT: Adding extended input device "Huawei WMI hotkeys" (type: KEYBOARD, id 11)
[   215.240] (II) event8  - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[   215.240] (II) event8  - Huawei WMI hotkeys: device is a keyboard
[   215.240] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   215.240] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   215.240] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   215.241] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[   215.241] (**) AT Translated Set 2 keyboard: always reports core events
[   215.241] (**) Option "Device" "/dev/input/event2"
[   215.241] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   215.241] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   215.242] (II) event2  - AT Translated Set 2 keyboard: device removed
[   215.242] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   215.242] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   215.242] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   215.242] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   215.243] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[   215.243] (II) No input driver specified, ignoring this device.
[   215.243] (II) This device may have been added with another device file.
[   215.977] (II) intel(0): EDID vendor "CSO", prod id 5141
[   215.977] (II) intel(0): Using EDID range info for horizontal sync
[   215.977] (II) intel(0): Using EDID range info for vertical refresh
[   215.977] (II) intel(0): Printing DDC gathered Modelines:
[   215.977] (II) intel(0): Modeline "3120x2080"x0.0  640.59  3120 3168 3200 3280  2080 2083 2093 2170 -hsync -vsync (195.3 kHz eP)
[   242.448] (EE) 
[   242.448] (EE) Backtrace:
[   242.451] (EE) 0: /usr/lib/Xorg (dri3_send_open_reply+0xdd) [0x561d76b759dd]
[   242.452] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7f34f9e27ab0]
[   242.452] (EE) 2: /usr/lib/libc.so.6 (pthread_key_delete+0x14c) [0x7f34f9e7726c]
[   242.453] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x18) [0x7f34f9e27a08]
[   242.453] (EE) 4: /usr/lib/libc.so.6 (abort+0xd7) [0x7f34f9e10538]
[   242.454] (EE) 5: /usr/lib/libc.so.6 (abort+0xe7a) [0x7f34f9e112db]
[   242.454] (EE) 6: /usr/lib/libc.so.6 (timer_settime+0x2d7) [0x7f34f9e811b7]
[   242.455] (EE) 7: /usr/lib/libc.so.6 (__default_morecore+0x1adc) [0x7f34f9e8453c]
[   242.455] (EE) 8: /usr/lib/libc.so.6 (malloc+0x9d) [0x7f34f9e8572d]
[   242.456] (EE) 9: /usr/lib/libpixman-1.so.0 (pixman_compute_composite_region+0xae97) [0x7f34fa35fc57]
[   242.456] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   242.456] (EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so (?+0x0) [0x7f34f90d7b43]
[   242.456] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   242.456] (EE) 11: /usr/lib/xorg/modules/drivers/intel_drv.so (?+0x0) [0x7f34f9015ab5]
[   242.457] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   242.457] (EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (?+0x0) [0x7f34f9016164]
[   242.457] (EE) 13: /usr/lib/Xorg (DamageDamageRegion+0x1e0) [0x561d76aea540]
[   242.457] (EE) 14: /usr/lib/Xorg (ChangePicture+0xd9a) [0x561d76af179a]
[   242.457] (EE) 15: /usr/lib/Xorg (SProcXkbDispatch+0x27e3) [0x561d76a58ebf]
[   242.457] (EE) 16: /usr/lib/libc.so.6 (__libc_init_first+0x90) [0x7f34f9e11850]
[   242.458] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0x8a) [0x7f34f9e1190a]
[   242.458] (EE) 18: /usr/lib/Xorg (_start+0x25) [0x561d76a592b5]
[   242.458] (EE) 
[   242.458] (EE) 
Fatal server error:
[   242.458] (EE) Caught signal 6 (Aborted). Server aborting
[   242.458] (EE) 
[   242.458] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   242.458] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   242.458] (EE) 

离线

#3 2023-05-24 14:08:28

LSZ
会员
注册时间: 2023-05-24
帖子: 4

Re: [已解决]Xorg使用KDE时KDE黑屏,只有任务栏显示,且开始菜单打开后好多项目无反应

还有一点,我按照Xorg wiki上执行

$ lspci | grep -e VGA -e 3D

后显示没有任何显卡,不知道核显算不算

离线

#4 2023-05-24 14:17:34

LSZ
会员
注册时间: 2023-05-24
帖子: 4

Re: [已解决]Xorg使用KDE时KDE黑屏,只有任务栏显示,且开始菜单打开后好多项目无反应

这篇文章中状况和我似乎一样
我使用

pacman -Rs xf86-video-intel

卸载,不知道正不正确,但是重启后依然有问题
有人告诉我把xf86-video下面的东西全卸载算重新安装吗

最近编辑记录 LSZ (2023-05-24 15:11:00)

离线

页脚