LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 01-19-2024, 10:59 AM   #1
deblokc
LQ Newbie
 
Registered: Jan 2024
Posts: 3

Rep: Reputation: 0
BLFS 12.0 Xorg no longer working after trying to install KDE Plasma 5


Hi,
I have setup LFS 12.0 on a vbox and was trying to install Plasma following the instructions of the book. First step was to install Xorg, which was working (
Code:
startx
gave me the described result)

Then i installed both KF5 (5.109) & Plasma (5.27.7), and sddm (0.20.0) for the display manager. When i tried to login, i was greeted with the following error :
Quote:
Application: ksplashqml (ksplashqml), signal: Segmentation fault

[KCrash Handler]
#4 0x00007f368d0e30b7 in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x000055d2e664a145 in ?? ()
#6 0x000055d2e6649282 in ?? ()
#7 0x000055d2e664982f in ?? ()
#8 0x000055d2e6648752 in ?? ()
#9 0x00007f368ca94d0a in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x000055d2e66487ba in ?? ()
A little bit of googling suggested that i should try to reinstall Plasma and KDE.

After doing so and trying again i now only have a black screen. I tried to run startx to make sure it was still working, and now it doesn't. It freeze and i'm forced to kill it from a ssh shell.

Here is the log file :

Code:
[   279.610] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   279.610] Current Operating System: Linux tnaton 6.4.12tnaton #13 SMP PREEMPT_DYNAMIC Wed Jan 17 19:29:23 CET 2024 x86_64
[   279.610] Kernel command line: BOOT_IMAGE=/vmlinuz-6.4.12-tnaton root=PARTUUID=1c458f0e-03 ro
[   279.610]  
[   279.610] Current version of pixman: 0.42.2
[   279.610] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   279.610] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   279.611] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 19 17:40:58 2024
[   279.611] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   279.611] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   279.611] (==) No Layout section.  Using the first Screen section.
[   279.611] (==) No screen section available. Using defaults.
[   279.611] (**) |-->Screen "Default Screen Section" (0)
[   279.611] (**) |   |-->Monitor "<default monitor>"
[   279.611] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   279.611] (==) Automatically adding devices
[   279.611] (==) Automatically enabling devices
[   279.611] (==) Automatically adding GPU devices
[   279.611] (==) Automatically binding GPU devices
[   279.613] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   279.613] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/TTF,
	/usr/share/fonts/X11/OTF,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
[   279.613] (==) ModulePath set to "/usr/lib/xorg/modules"
[   279.613] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   279.614] (II) Module ABI versions:
[   279.614] 	X.Org ANSI C Emulation: 0.4
[   279.614] 	X.Org Video Driver: 25.2
[   279.614] 	X.Org XInput driver : 24.4
[   279.614] 	X.Org Server Extension : 10.0
[   279.614] (++) using VT number 1

[   279.614] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[   279.615] (II) xfree86: Adding drm device (/dev/dri/card0)
[   279.615] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   279.617] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   279.617] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe0000000/16777216, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[   279.617] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   279.617] (II) LoadModule: "glx"
[   279.619] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   279.626] (II) Module glx: vendor="X.Org Foundation"
[   279.626] 	compiled for 1.21.1.8, module version = 1.0.0
[   279.626] 	ABI class: X.Org Server Extension, version 10.0
[   279.626] (==) Matched vmware as autoconfigured driver 0
[   279.626] (==) Matched modesetting as autoconfigured driver 1
[   279.626] (==) Matched fbdev as autoconfigured driver 2
[   279.626] (==) Matched vesa as autoconfigured driver 3
[   279.626] (==) Assigned the driver to the xf86ConfigLayout
[   279.626] (II) LoadModule: "vmware"
[   279.626] (WW) Warning, couldn't open module vmware
[   279.626] (EE) Failed to load module "vmware" (module does not exist, 0)
[   279.626] (II) LoadModule: "modesetting"
[   279.626] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   279.629] (II) Module modesetting: vendor="X.Org Foundation"
[   279.629] 	compiled for 1.21.1.8, module version = 1.21.1
[   279.629] 	Module class: X.Org Video Driver
[   279.629] 	ABI class: X.Org Video Driver, version 25.2
[   279.629] (II) LoadModule: "fbdev"
[   279.629] (WW) Warning, couldn't open module fbdev
[   279.629] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   279.629] (II) LoadModule: "vesa"
[   279.629] (WW) Warning, couldn't open module vesa
[   279.629] (EE) Failed to load module "vesa" (module does not exist, 0)
[   279.629] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   279.629] (II) modeset(0): using drv /dev/dri/card0
[   279.629] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   279.629] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   279.630] (==) modeset(0): RGB weight 888
[   279.630] (==) modeset(0): Default visual is TrueColor
[   279.630] (II) Loading sub module "glamoregl"
[   279.630] (II) LoadModule: "glamoregl"
[   279.630] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   279.632] (II) Module glamoregl: vendor="X.Org Foundation"
[   279.632] 	compiled for 1.21.1.8, module version = 1.0.1
[   279.632] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   279.729] (II) modeset(0): glamor X acceleration enabled on SVGA3D; build: RELEASE;  LLVM;
[   279.729] (II) modeset(0): glamor initialized
[   279.729] (==) modeset(0): VariableRefresh: disabled
[   279.729] (==) modeset(0): AsyncFlipSecondaries: disabled
[   279.729] (II) modeset(0): Atomic modesetting disabled
[   279.729] (II) modeset(0): Output Virtual-1 using monitor section Virtual-1
[   279.729] (II) modeset(0): Output Virtual-2 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-3 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-4 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-5 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-6 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-7 has no monitor section
[   279.729] (II) modeset(0): Output Virtual-8 has no monitor section
[   279.729] (II) modeset(0): EDID for output Virtual-1
[   279.729] (II) modeset(0): Printing probed modes for output Virtual-1
[   279.729] (II) modeset(0): Modeline "1280x800"x60.0   81.51  1280 1330 1380 1430  800 850 900 950 -hsync +vsync (57.0 kHz eP)
[   279.729] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[   279.729] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[   279.729] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[   279.729] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[   279.729] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[   279.729] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[   279.729] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz e)
[   279.729] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   279.729] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   279.729] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[   279.729] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   279.729] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   279.729] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   279.729] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[   279.729] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[   279.729] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   279.729] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[   279.729] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   279.729] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   279.729] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   279.729] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[   279.729] (II) modeset(0): EDID for output Virtual-2
[   279.729] (II) modeset(0): EDID for output Virtual-3
[   279.729] (II) modeset(0): EDID for output Virtual-4
[   279.729] (II) modeset(0): EDID for output Virtual-5
[   279.729] (II) modeset(0): EDID for output Virtual-6
[   279.729] (II) modeset(0): EDID for output Virtual-7
[   279.729] (II) modeset(0): EDID for output Virtual-8
[   279.729] (II) modeset(0): Output Virtual-1 connected
[   279.729] (II) modeset(0): Output Virtual-2 disconnected
[   279.729] (II) modeset(0): Output Virtual-3 disconnected
[   279.729] (II) modeset(0): Output Virtual-4 disconnected
[   279.729] (II) modeset(0): Output Virtual-5 disconnected
[   279.729] (II) modeset(0): Output Virtual-6 disconnected
[   279.729] (II) modeset(0): Output Virtual-7 disconnected
[   279.729] (II) modeset(0): Output Virtual-8 disconnected
[   279.729] (II) modeset(0): Using exact sizes for initial modes
[   279.729] (II) modeset(0): Output Virtual-1 using initial mode 1280x800 +0+0
[   279.729] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   279.729] (==) modeset(0): DPI set to (96, 96)
[   279.729] (II) Loading sub module "fb"
[   279.729] (II) LoadModule: "fb"
[   279.729] (II) Module "fb" already built-in
[   279.762] (==) modeset(0): Backing store enabled
[   279.762] (==) modeset(0): Silken mouse enabled
[   279.762] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   279.762] (==) modeset(0): DPMS enabled
[   279.762] (II) modeset(0): [DRI2] Setup complete
[   279.762] (II) modeset(0): [DRI2]   DRI driver: vmwgfx
[   279.762] (II) modeset(0): [DRI2]   VDPAU driver: vmwgfx
[   279.762] (II) Initializing extension Generic Event Extension
[   279.762] (II) Initializing extension SHAPE
[   279.762] (II) Initializing extension MIT-SHM
[   279.762] (II) Initializing extension XInputExtension
[   279.763] (II) Initializing extension XTEST
[   279.763] (II) Initializing extension BIG-REQUESTS
[   279.763] (II) Initializing extension SYNC
[   279.763] (II) Initializing extension XKEYBOARD
[   279.763] (II) Initializing extension XC-MISC
[   279.763] (II) Initializing extension XFIXES
[   279.763] (II) Initializing extension RENDER
[   279.763] (II) Initializing extension RANDR
[   279.763] (II) Initializing extension COMPOSITE
[   279.763] (II) Initializing extension DAMAGE
[   279.763] (II) Initializing extension MIT-SCREEN-SAVER
[   279.763] (II) Initializing extension DOUBLE-BUFFER
[   279.763] (II) Initializing extension RECORD
[   279.763] (II) Initializing extension DPMS
[   279.763] (II) Initializing extension Present
[   279.763] (II) Initializing extension DRI3
[   279.763] (II) Initializing extension X-Resource
[   279.763] (II) Initializing extension XVideo
[   279.763] (II) Initializing extension XVideo-MotionCompensation
[   279.763] (II) Initializing extension GLX
[   279.763] (II) AIGLX: Loaded and initialized vmwgfx
[   279.763] (II) GLX: Initialized DRI2 GL provider for screen 0
[   279.763] (II) Initializing extension XFree86-VidModeExtension
[   279.763] (II) Initializing extension XFree86-DGA
[   279.763] (II) Initializing extension XFree86-DRI
[   279.763] (II) Initializing extension DRI2
[   279.765] (II) modeset(0): Damage tracking initialized
[   279.765] (II) modeset(0): Setting screen physical size to 338 x 211
[   279.806] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   279.806] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   279.806] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   279.806] (II) LoadModule: "libinput"
[   279.806] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   279.810] (II) Module libinput: vendor="X.Org Foundation"
[   279.810] 	compiled for 1.21.1.8, module version = 1.3.0
[   279.810] 	Module class: X.Org XInput Driver
[   279.810] 	ABI class: X.Org XInput driver, version 24.4
[   279.810] (II) Using input driver 'libinput' for 'Power Button'
[   279.810] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[   279.810] (**) Power Button: always reports core events
[   279.810] (**) Option "Device" "/dev/input/event0"
[   279.817] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   279.817] (II) event0  - Power Button: device is a keyboard
[   279.817] (II) event0  - Power Button: device removed
[   279.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[   279.817] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   279.817] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   279.817] (II) event0  - Power Button: device is a keyboard
[   279.817] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   279.817] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   279.817] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   279.817] (II) Using input driver 'libinput' for 'Sleep Button'
[   279.818] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[   279.818] (**) Sleep Button: always reports core events
[   279.818] (**) Option "Device" "/dev/input/event1"
[   279.819] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   279.819] (II) event1  - Sleep Button: device is a keyboard
[   279.819] (II) event1  - Sleep Button: device removed
[   279.819] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[   279.819] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[   279.819] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   279.819] (II) event1  - Sleep Button: device is a keyboard
[   279.819] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[   279.819] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   279.819] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   279.819] (II) Using input driver 'libinput' for 'Video Bus'
[   279.820] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[   279.820] (**) Video Bus: always reports core events
[   279.820] (**) Option "Device" "/dev/input/event2"
[   279.821] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[   279.821] (II) event2  - Video Bus: device is a keyboard
[   279.821] (II) event2  - Video Bus: device removed
[   279.821] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[   279.821] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   279.821] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[   279.821] (II) event2  - Video Bus: device is a keyboard
[   279.822] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event5)
[   279.822] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
[   279.822] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[   279.822] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[   279.823] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 28 paused 0
[   279.823] (**) VirtualBox mouse integration: always reports core events
[   279.823] (**) Option "Device" "/dev/input/event5"
[   279.823] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[   279.823] (II) event5  - VirtualBox mouse integration: device is a pointer
[   279.823] (II) event5  - VirtualBox mouse integration: device removed
[   279.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input6/event5"
[   279.823] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[   279.823] (**) Option "AccelerationScheme" "none"
[   279.823] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[   279.823] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[   279.823] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[   279.824] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[   279.824] (II) event5  - VirtualBox mouse integration: device is a pointer
[   279.824] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[   279.824] (II) No input driver specified, ignoring this device.
[   279.824] (II) This device may have been added with another device file.
[   279.825] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event6)
[   279.825] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[   279.825] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[   279.825] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[   279.825] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29 paused 0
[   279.825] (**) VirtualBox USB Tablet: always reports core events
[   279.825] (**) Option "Device" "/dev/input/event6"
[   279.825] (II) event6  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[   279.825] (II) event6  - VirtualBox USB Tablet: device is a pointer
[   279.825] (II) event6  - VirtualBox USB Tablet: device removed
[   279.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input7/event6"
[   279.825] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[   279.825] (**) Option "AccelerationScheme" "none"
[   279.825] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[   279.825] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[   279.825] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[   279.825] (II) event6  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[   279.825] (II) event6  - VirtualBox USB Tablet: device is a pointer
[   279.825] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse2)
[   279.825] (II) No input driver specified, ignoring this device.
[   279.825] (II) This device may have been added with another device file.
[   279.825] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   279.825] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   279.825] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   279.825] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   279.828] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   279.828] (**) AT Translated Set 2 keyboard: always reports core events
[   279.828] (**) Option "Device" "/dev/input/event3"
[   279.828] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   279.828] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   279.828] (II) event3  - AT Translated Set 2 keyboard: device removed
[   279.828] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   279.828] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   279.830] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   279.830] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   279.830] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event4)
[   279.830] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[   279.830] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[   279.830] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[   279.830] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[   279.830] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   279.830] (**) Option "Device" "/dev/input/event4"
[   279.830] (II) event4  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   279.830] (II) event4  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   279.830] (II) event4  - ImExPS/2 Generic Explorer Mouse: device removed
[   279.830] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   279.830] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   279.830] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   279.830] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[   279.830] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[   279.830] (**) Option "AccelerationScheme" "none"
[   279.832] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[   279.832] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   279.832] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   279.832] (II) event4  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   279.832] (II) event4  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   279.832] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[   279.832] (II) No input driver specified, ignoring this device.
[   279.832] (II) This device may have been added with another device file.
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.835] failed to add fb -22
[   279.837] failed to add fb -22
[   279.837] (EE) modeset(0): failed to set mode: Invalid argument
[   279.837] failed to add fb -22
[   279.837] failed to add fb -22
***
same error for a few thousand lines
***
[   288.530] failed to add fb -22
[   288.530] (**) Option "fd" "23"
[   288.530] (II) event0  - Power Button: device removed
[   288.530] (**) Option "fd" "26"
[   288.530] (II) event1  - Sleep Button: device removed
[   288.530] (**) Option "fd" "27"
[   288.530] (II) event2  - Video Bus: device removed
[   288.530] (**) Option "fd" "28"
[   288.530] (II) event5  - VirtualBox mouse integration: device removed
[   288.530] (**) Option "fd" "29"
[   288.530] (II) event6  - VirtualBox USB Tablet: device removed
[   288.530] (**) Option "fd" "30"
[   288.530] (II) event3  - AT Translated Set 2 keyboard: device removed
[   288.530] (**) Option "fd" "31"
[   288.530] (II) event4  - ImExPS/2 Generic Explorer Mouse: device removed
[   288.531] (II) UnloadModule: "libinput"
[   288.531] (II) systemd-logind: releasing fd for 13:68
[   290.056] (II) UnloadModule: "libinput"
[   290.056] (II) systemd-logind: releasing fd for 13:67
[   290.133] (II) UnloadModule: "libinput"
[   290.133] (II) systemd-logind: releasing fd for 13:70
[   290.248] (II) UnloadModule: "libinput"
[   290.248] (II) systemd-logind: releasing fd for 13:69
[   290.274] (II) UnloadModule: "libinput"
[   290.274] (II) systemd-logind: releasing fd for 13:66
[   290.434] (II) UnloadModule: "libinput"
[   290.434] (II) systemd-logind: releasing fd for 13:65
[   290.443] (II) UnloadModule: "libinput"
[   290.443] (II) systemd-logind: releasing fd for 13:64
[   290.466] (II) Server terminated successfully (0). Closing log file.
The end of the logfile correspond to when i sent a SIGTERM to the X server

I believe i've followed the instructions from the book closely, but it seems i've made a mistake somewhere and i would love some help to find and correct it.

Here is the output of lsmod
Code:
root@linux-6.4.12# lsmod
Module                  Size  Used by
bnep                   20480  2
bluetooth             790528  7 bnep
ecdh_generic           16384  1 bluetooth
ecc                    40960  1 ecdh_generic
xt_MASQUERADE          12288  1
xt_addrtype            12288  2
br_netfilter           32768  0
bridge                393216  1 br_netfilter
stp                    12288  1 bridge
llc                    16384  2 bridge,stp
iptable_nat            12288  1
bpfilter               12288  0
vmwgfx                421888  0
drm_kms_helper        233472  3 vmwgfx
cfbfillrect            12288  1 drm_kms_helper
syscopyarea            12288  1 drm_kms_helper
cfbimgblt              12288  1 drm_kms_helper
sysfillrect            12288  1 drm_kms_helper
sysimgblt              12288  1 drm_kms_helper
cfbcopyarea            12288  1 drm_kms_helper
drm_ttm_helper         12288  1 vmwgfx
ttm                    90112  2 vmwgfx,drm_ttm_helper
drm                   643072  5 vmwgfx,drm_kms_helper,drm_ttm_helper,ttm
drm_panel_orientation_quirks    24576  1 drm
vboxguest              49152  0
and lspci -k

Code:
root@linux-6.4.12# lspci -k
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
	Kernel driver in use: ata_piix
00:02.0 VGA compatible controller: VMware SVGA II Adapter
	Subsystem: VMware SVGA II Adapter
	Kernel driver in use: vmwgfx
	Kernel modules: vmwgfx
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
	Subsystem: Intel Corporation PRO/1000 MT Desktop Adapter
	Kernel driver in use: e1000
00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service
	Kernel driver in use: vboxguest
	Kernel modules: vboxguest
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01)
	Subsystem: Dell 82801AA AC'97 Audio Controller
00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
	Kernel driver in use: ohci-pci
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0b.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
	Kernel driver in use: ehci-pci
00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)
	Kernel driver in use: ahci
Any help would be very much appreciated.
Thanks
deblokc
 
Old 01-22-2024, 07:33 AM   #2
deblokc
LQ Newbie
 
Registered: Jan 2024
Posts: 3

Original Poster
Rep: Reputation: 0
So, after some try and error i managed to fix Xorg by simply switching the VirtualBox graphical controller from VMSVGA to VBoxVGA (with the necessary module in kernel of course)

startx is now behaving as expected, but plasma is still crashing with kplashqml and krunner...

I don't know if i should ask support for it in this thread or mark it as resolved and create a new one.
Please let me know.
 
Old 01-22-2024, 02:28 PM   #3
deblokc
LQ Newbie
 
Registered: Jan 2024
Posts: 3

Original Poster
Rep: Reputation: 0
I finally fixed my issue. The problem was that for an unkown reason some packages got installed in the wrong place.

If anybody has the same issue, with kslashqml and krunner crashing because org.kde.plasma.core is not installed despite you having followed the book, make sure it is installed in qt's folder (in my case /opt/qt5/qml) and not in /usr/lib.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: KDE Plasma 5.24 Will Be the Next LTS Release Receiving Support Until KDE Plasma 6 LXer Syndicated Linux News 0 01-28-2022 08:33 AM
LXer: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
LXer: KDE Plasma 5.13 Desktop Reaches End of Life, KDE Plasma 5.14 Arrives October 9 LXer Syndicated Linux News 0 09-15-2018 10:30 PM
LXer: Arch Linux Devs Will No Longer Support KDE 4, Say KDE Plasma 5.5 Is Stable Enough LXer Syndicated Linux News 0 12-12-2015 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 10:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration