You are not logged in.

#1 2022-04-05 03:56:33

adityathombre1440
Member
Registered: 2021-11-19
Posts: 5

KDE not logging in

Hello,
KDE was installed and was working perfectly fine on my hp laptop but I wanted to have touchpad actions available so I followed this guide on wiki.arch.   https://wiki.archlinux.org/title/Touchpad_Synaptics

After I saved the file and reboot the laptop, the KDE wont start



I stll have acess to terminal using ctrl+alt+f2 and I tried using the command " kstart plasma-wayland-desktop"

But then it shows
[

qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin could be inotialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimalegl, offscreen, vnc, wayland-egl, wayland-xcomposite-glx, xcb.

Aborted(code dumped)

]

I wonder if the problem would be regarding the touchpad file I created in /etc/X11/xorg.conf.d
Beacuse before that kde was working perfectly fine...
Now as I start my laptop the KDE doesnt load , and I only have access to terminal

Thank you for helping

Offline

#2 2022-04-05 04:01:44

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: KDE not logging in

adityathombre1440 wrote:

I wonder if the problem would be regarding the touchpad file I created in /etc/X11/xorg.conf.d

It does seem likely.  Please post the contents of the file you created as well as Xorg.log.  See pastebin to post the files contents from the console.

Offline

#3 2022-04-05 04:44:56

adityathombre1440
Member
Registered: 2021-11-19
Posts: 5

Re: KDE not logging in

Filename:

/etc/X11/xorg.conf.d/70-synaptics.conf



File content:

Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "3"
        Option "TapButton3" "2"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
        ...
EndSection


I am not sure what Xorg.log is and the pastebin process u are mentioning

Offline

#4 2022-04-05 04:52:28

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: KDE not logging in

Xorg will be in either ~/.local/share/xorg/ or /var/log.  You did not find the examples in the subsection Without a dedicated client?
Please also use code tags.
Edit:
Does the .conf literally contain at the end:

        ...
EndSection

Last edited by loqs (2022-04-05 06:13:06)

Offline

#5 2022-04-05 07:26:39

adityathombre1440
Member
Registered: 2021-11-19
Posts: 5

Re: KDE not logging in

Sir I am new to arch linux forum and arch as well starting  to learn about operating system from myself, so I am learning.
I am sorry if I am not able to use formatting that u are mentioning which would help u understand my problem more...


Yes the .conf file contains
...
EndSection

Offline

#6 2022-04-05 07:53:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: KDE not logging in

If you've been pointed to a resource to help you with our standards you're expected to read and apply them the next time.

You shouldn't copy example files literally. Chances are you don't need the majority of these options and/or that they are actually incorrect for your device. The ... is for when you'd want to add additional parameters not yet listed and would definitely be wrong and break xorg.

The minimal necessity for switching to the synaptics driver is

Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
EndSection

Everything else is additional and potentially optional information.

Offline

#7 2022-04-05 08:48:59

adityathombre1440
Member
Registered: 2021-11-19
Posts: 5

Re: KDE not logging in

I would make sure to be careful next time...

But even after editing the file as u said
KDE wont start


As I start my laptop
It says
[


Starting version 250.4-2-arch
/dev/sda5: clean, 348130/2293760 files, 3382618/9175040 blocks


]

I still only have access to terminal

What steps in the terminal I must follow to start kde as ,It says KDE is already installed

Is it fine to remove kde and start over again?

Offline

#8 2022-04-05 09:41:28

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,205

Re: KDE not logging in

Is it fine to remove kde and start over again?

Nope, atm nobody knows what went wrong so there's no guarantee this won't happen on a new install.

Also the error is unlikely to be with kde itself.

create a xinitrc file for your normal user as described at https://wiki.archlinux.org/title/Xinit#xinitrc
install the packages mentioned there, then run startx .

It should show 3 terminals and a clock on screen, if it doesn't that means basic X setup is wrong .

Last edited by Lone_Wolf (2022-04-05 09:42:19)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB