View previous topic :: View next topic |
Author |
Message |
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Thu May 23, 2024 3:57 pm Post subject: New installation desktop openrc |
|
|
Peter
I have ACCEPT_LICENSE="* -@EULA" in make.conf
/Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5061 Location: Bavaria
|
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Thu May 23, 2024 4:28 pm Post subject: |
|
|
ok
I have start with emerge --ask x11-misc/sddm
/Borje |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5061 Location: Bavaria
|
Posted: Thu May 23, 2024 4:30 pm Post subject: |
|
|
borje2 wrote: | ok
I have start with emerge --ask x11-misc/sddm
/Borje |
wrong ... I told you why ... you will get it automatically with other packages _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Thu May 23, 2024 4:37 pm Post subject: |
|
|
borje2,
There is a Wiki page. _________________ 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: Thu May 23, 2024 4:55 pm Post subject: |
|
|
I can the first error
Fail to emerge x11-lib/libdrm-2.4.120
/var/tmp/portage/x11-libs/libdrm-2.4.120/tmp/build.log
any ideas?
https://bpa.st/CTSQ
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Thu May 23, 2024 5:58 pm Post subject: |
|
|
borje2,
Code: | locale.Error: unsupported locale setting |
What does Code: | eselect locale list | tell.
-- edit --
Code: | emerge --info '=x11-libs/libdrm-2.4.120::gentoo'
setlocale: unsupported locale setting
setlocale: unsupported locale setting |
It may be unset. _________________ 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
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Thu May 23, 2024 6:11 pm Post subject: |
|
|
borje2,
Try Code: | eselect locale set 1 | that will give build logs is English, which are good for sharing here.
For Swedish choose 4 or 5 but most of us would be able to read your logs.
Code: | ls /usr/share/i18n/locales | will list all the locale files.
sv is not one of them. _________________ 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
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Thu May 23, 2024 6:48 pm Post subject: |
|
|
borje2,
That looks good. Does it work now?
This will be my last post today. I may not be around until Saturday. _________________ 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: Thu May 23, 2024 6:53 pm Post subject: |
|
|
NeddySeagoon
I have started it again and no locale error
hope it will work now
I see you saturday
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 25, 2024 5:37 am Post subject: |
|
|
I notis that now /etc/portage/package.use is a directory
before it was a file
example do I put a USE flag for a program in that directory this the way?
echo "kde-misc/krusader handbook " >> /etc/portage/package.use/krusader
I have been very confused with all new changes
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat May 25, 2024 12:32 pm Post subject: |
|
|
borje2,
A long time ago /etc/portage/package.use had to be a file.
Now it can be a file or a directory.
If its a directory, the files are concatenated together in lexicographical order, then the output of that is used as if it was a file.
This means that the order varies with the locale setting. It's important not to have two different settings for the same thing in different files.
Some tools expect /etc/portage/package.use to be a directory.
Your emerge --info shows
Code: | VIDEO_CARDS="intel" | but your Xorg.0.log says
Code: | [ 623.774] (II) LoadModule: "intel"
[ 623.774] (WW) Warning, couldn't open module intel
[ 623.774] (EE) Failed to load module "intel" (module does not exist, 0)
| so I think its an old log.
Code: | LINGUAS="se"
L10N="se" | is se valid?
Baby steps. Test startx with the defaut settings.
Remove display manager from any runlevels.
Code: | emerge -1av twm xclock xterm |
Do not --depclean.
Reboot, than try startx.
What happens? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1901
|
Posted: Sat May 25, 2024 12:51 pm Post subject: |
|
|
NeddySeagoon wrote: | Your emerge --info shows
Code: | VIDEO_CARDS="intel" | but your Xorg.0.log says
Code: | [ 623.774] (II) LoadModule: "intel"
[ 623.774] (WW) Warning, couldn't open module intel
[ 623.774] (EE) Failed to load module "intel" (module does not exist, 0)
| so I think its an old log. |
This is normal in modern times. The intel DDX driver is no longer used except in ancient PCs by default. |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 25, 2024 12:53 pm Post subject: |
|
|
Neddy
https://bpa.st/ZGLA
https://bpa.st/SJGA
I have change LINGUAS="sv_SE"
and L10N="sv_SE"
and I emerge twm xclock xterm and reboot
I also clean /var/log/Xorg.0.log
startx comes out with that text only no xterm at all and back to root promt
hope that can help
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 25, 2024 1:24 pm Post subject: |
|
|
NeddySeagoon
after I install sddm
it was 1 news to read
I would like to print it out but it was not in news list
so maybe it is something which have to be done after installation
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sat May 25, 2024 1:50 pm Post subject: |
|
|
NeddySeagoon
sri Neddy I make a mistake as usual
when I emerge i was in my make.conf file
now I did it again I have 3 xterm and clock with us keyboard
https://bpa.st/NKIQ
this is a new log
I clean the old one
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat May 25, 2024 3:21 pm Post subject: |
|
|
grknight,
Thank you.
borje2,
Code: | [ 4522.812] (II) LoadModule: "libinput"
[ 4522.812] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 4522.812] (II) Module libinput: vendor="X.Org Foundation"
[ 4522.812] compiled for 1.21.1.13, module version = 1.4.0 |
and your mouse and keyboard work this time too. Good.
Now we have split the problem into two. We know that Xorg works, so that part is in the clear.
Test sddm one more time, now that Xorg is known to be working.
If it fails now, that proves its sddm related. _________________ 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
|
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Sun May 26, 2024 5:07 am Post subject: |
|
|
NeddySeagoon
When boot
mount /etc/fstab Parse error at line 3 –ignored
mount /etc/fstab Parse error at line 5 –ignored
https://bpa.st/Q7WA
solved type error
https://bpa.st/5PEA
I add dbus to default
I get login screen when I start display-manager but when I try to login same screen come back so I don't get in to the system
on /etc/init.d/display-manager restart
http://0x0.st/XZI2.txt
I have nothing in config of sddm
/etc/sddm is empty
/usr/share/sddm/sddm.conf.d does not exist
/Borje |
|
Back to top |
|
|
borje2 Apprentice
Joined: 19 Apr 2024 Posts: 195 Location: Gällivare
|
Posted: Mon May 27, 2024 2:17 pm Post subject: |
|
|
NeddySeagoon
Neddy I plan to unmerge twm and xterm
to see if kdeplasma start from startx
/Borje |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Mon May 27, 2024 3:09 pm Post subject: |
|
|
borje2,
It won't unless you write an ~/.xintrc file that overrides the Xorg defaults.
See https://wiki.gentoo.org/wiki/KDE#No_display_manager
There is no need to remove anything. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|