View previous topic :: View next topic |
Author |
Message |
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Thu May 16, 2024 7:04 pm Post subject: |
|
|
NeddySeagoon
I have follow profile when changed over to desktop plasma
also follow instruction of plasma, I have 5.27.11
and I have done emerge -uDNav @world many times
and also sync
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5062 Location: Bavaria
|
Posted: Fri May 17, 2024 3:20 pm Post subject: |
|
|
borje2,
okay, now you have "display-manager" in runlevel "default" and after booting you
see some messages form kernel and some OpenRC Init-srcipts ? and THEN have a black screen ? OR imediately a black screen?
"In this" black screen: are you able to reach the terminal with ALT+F1 (or CTRL+ALT+F1) or another terminal with ALT+F2 (or CTRL+ALT+F2) ?
If yes: Please give us again the "dmesg" and /var/log/Xorg.0.log
Also: After you did the initial installation + installattion from X.11 and Kde/plasma, have you installed something else ? If yes, what ?
(I ask because you did the initial installation correct and after this you said you installed X.11 and Kde/plasma also the same way I had described ... and this must work out of the box ... if there are no special settings). _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Fri May 17, 2024 3:32 pm Post subject: |
|
|
Peter
alt f1 alt f2 switch between root and user same with ctrl
yes I have installed liboffice, firefox , gnucash and kdecore-meta
/Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5062 Location: Bavaria
|
Posted: Fri May 17, 2024 4:15 pm Post subject: |
|
|
borje2 wrote: | alt f1 alt f2 switch between root and user same with ctrl |
Okay ... great ... please do now:
1. Change in your /etc/portage/make.conf this line: INPUT_DEVICES="libinput synaptics" to ->
Code: | INPUT_DEVICES="libinput" |
(this is a final change; you will never need synaptics for your system)
2. AND change VIDEO_CARDS="nouveau" to ->
Code: | VIDEO_CARDS="intel" |
(this is a temporary change until we will see how your computer has settings in BIOS with your additional graphics card)
3. THEN do a world-update and a reboot
Code: | # emerge -uNDv @world
# reboot |
What happens now ? _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Fri May 17, 2024 7:09 pm Post subject: |
|
|
Peter
dmesg http://0x0.st/XPbt.txt
/var/log/Xorg.0.log
https://bpa.st/BNUA
when display-manager is started
alt f1 and alt f2
shift between root black screen and user with no screen
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Fri May 17, 2024 7:27 pm Post subject: |
|
|
Peter if I have display-manager in default I only see a black screen but if I start it manually it comes up a text screen before the black screen but it goes away very quick I am not able to read it
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Fri May 17, 2024 7:48 pm Post subject: |
|
|
borje2,
In your Xorg.0.log you have
Code: | [ 40432.180] (==) Matched intel as autoconfigured driver 0
[ 40432.180] (==) Matched modesetting as autoconfigured driver 1
[ 40432.180] (==) Matched fbdev as autoconfigured driver 2
[ 40432.180] (==) Matched vesa as autoconfigured driver 3 |
Which is the automatic driver detection. It continues
Code: | [ 40432.180] (II) LoadModule: "intel"
[ 40432.180] (WW) Warning, couldn't open module intel
[ 40432.180] (EE) Failed to load module "intel" (module does not exist, 0)
...
[ 40432.180] (II) LoadModule: "modesetting"
[ 40432.180] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 40432.230] (II) Module modesetting: vendor="X.Org Foundation" |
That's OK too as modesetting is preferred over intel.
Code: | [ 40432.888] (II) modeset(0): Output VGA-1 using initial mode 1024x768 +0+0 |
Xorg says your display is being operated at 1024x768
Now it goes wrong
Code: | [ 40434.464] (II) LoadModule: "libinput"
[ 40434.464] (WW) Warning, couldn't open module libinput
[ 40434.464] (EE) Failed to load module "libinput" (module does not exist, 0) |
That's the pointer and keyboard driver.
This suggest that Code: | INPUT_DEVICES="libinput" | is not set, or if it is, the rebuild of x11-base/xorg-drivers went wrong.
Please run Code: | wgetpaste -c 'emerge --info' | and post the link.
This in not the cause of your black screen. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Fri May 17, 2024 8:01 pm Post subject: |
|
|
Neddy
in /etc/portage/make.conf
INPUT_DEVICE="libinput synaptics"
https://bpa.st/UTUA
Regards Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5062 Location: Bavaria
|
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 4:46 am Post subject: |
|
|
sorry Peter I miss that message
I have changed
INPUT_DEVICES="libinput"
VIDEO_CARDS="intel"
and when I try to emerge this comes out:
http://0x0.st/XPAJ.txt
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 5:21 am Post subject: |
|
|
Peter I put change in /etc/portage/package.use
>=x11-libs/libdrm-2.4.120 VIDEO_CARDS_NOUVEAU
and install the 14 packages
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 8:10 am Post subject: |
|
|
Peter installation finish of 14 package
same symptom as before
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat May 18, 2024 11:23 am Post subject: |
|
|
borje2,
We need to see your Xorg.0.log again please. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 11:46 am Post subject: |
|
|
sorry Neddy I missed your last instruction
https://bpa.st/NIIQ
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 11:53 am Post subject: |
|
|
NeddySeagoon
I have not
x11-drivers/xf86-video-vesa-2.6.0 Installed
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat May 18, 2024 11:59 am Post subject: |
|
|
borje2,
Left to the automatic detection, Xorg will start on a single display, with a right handed mouse and a USA keymap,
Make sure you can type your username and password on a USA keymap.
We probably both hate that equally.
Code: | [ 2393.195] (==) Using config file: "/etc/X11/xorg.conf" |
Rename that file so that it cannot be found.
Code: | [ 2393.201] (==) Matched intel as autoconfigured driver 0
[ 2393.201] (==) Matched modesetting as autoconfigured driver 1
[ 2393.201] (==) Matched fbdev as autoconfigured driver 2
[ 2393.201] (==) Matched vesa as autoconfigured driver 3
[ 2393.201] (==) Assigned the driver to the xf86ConfigLayout
[ 2393.201] (II) LoadModule: "intel"
[ 2393.201] (WW) Warning, couldn't open module intel
[ 2393.201] (EE) Failed to load module "intel" (module does not exist, 0)
...
2444.761] (II) LoadModule: "libinput"
[ 2444.761] (WW) Warning, couldn't open module libinput
[ 2444.761] (EE) Failed to load module "libinput" (module does not exist, 0) |
I suspect that Xorg.0.log is old as its the same as last time and you fixed the intel and libinput drivers, so those (EE) Failed to load module ... lines should not be there.
Remove the Xorg.0.log and reboot. The file will either be missing or new.
If its new, share it please. If its missing, we need to know. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 12:17 pm Post subject: |
|
|
NeddySeagoon
I delete /etc/X11/xorg.conf
and Xorg.0.log
after reboot Xorg.0.log was missing
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 12:47 pm Post subject: |
|
|
NeddySeagoon
after I startx I got Xorg.0.log
https://bpa.st/X5HA
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 12:52 pm Post subject: |
|
|
inteldriver
x11-drivers/xf86-video-intel not installed
/Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5062 Location: Bavaria
|
Posted: Sat May 18, 2024 1:21 pm Post subject: |
|
|
We still have a problem with libinput in the xorg-log ... I suspect that we also have bad settings in portage, so DELETE all files in:
- /etc/portage/package.accept_keywords
- /etc/portage/package.env
- /etc/portage/package.mask
- /etc/portage/package.use
(really do it - if you are unsure MOVE the files into your /home)
Delete in your /etc/portage/make.conf the line "INPUT_DEVICES=..."
(yes, this line is not neccessary because this will result in you getting the default: INPUT_DEVICES=“libinput”)
Check again if you have VIDEO_CARDS=“intel” in your /etc/portage/make.conf
Try a world update with:
Code: | emerge -uNDv @world |
If this does not work we need the output of this emerge command AND the content of /var/lib/portage/world ... dont try anything else _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 1:44 pm Post subject: |
|
|
Ok Peter
I have delete the file in portage but
package.env I did not have
I have VIDEO_CARDS="intel"
now I am doing emerge -uNDv @world
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 18, 2024 2:00 pm Post subject: |
|
|
Peter now finish with installation
8 packet installed
11 package depclean
https://bpa.st/OXOQ
/Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5062 Location: Bavaria
|
Posted: Sat May 18, 2024 2:51 pm Post subject: |
|
|
borje2,
great to hear that the world-update was working ... but we have no information from you IF you have now STILL problems OR if something works. It would be very kind of you to write a little more ...
Another thema: Your content of world-file ->
IF you emerge a package THEN it will be added to this file ... but you should not emerge packages which you would get automatically if you emerge other packages ... this can lead to problems in the future. If you really want (for testing) emerge a package which IS A DEPENDENCY of another package THEN use the parameter -1 (example: emerge -1vD x11-misc/sddm). So I suggest to clean up your world file ->
1. Make a backup: COPY it to your /home
2. a) Edit (yes this is dangerous and not recommended; because we have a command for this: "emerge --deselect PACKAGE") your world file and delete these lines:
Quote: | dev-libs/libdbusmenu-qt
dev-python/dbus-python
dev-qt/qdbus
dev-qt/qtdbus
gui-libs/display-manager-init
kde-frameworks/kdbusaddons
kde-frameworks/kitemmodels
media-libs/mesa
x11-base/xorg-drivers
x11-drivers/xf86-video-nouveau
x11-misc/sddm |
2. b) OR do a emerge --deselect libdbusmenu-qt ... of course for EVERY package of the list.
3. Check again what portage will do now ... if everything is correct, portage will do NOTHING ... check it with:
Code: | # emerge -uUDvp @world
# emerge -cp |
Again ... TELL us the status of your system now. _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat May 18, 2024 2:55 pm Post subject: |
|
|
borje2,
That better but
Code: | [ 1690.585] (II) Falling back to input driver `libinput'
[ 1690.585] (II) LoadModule: "libinput"
[ 1690.585] (WW) Warning, couldn't open module libinput |
so libinput is still missing. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|