Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

[solved] startX does not want to boot LXDE

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
atlanticat
n00b
n00b
Posts: 13
Joined: Sat Aug 20, 2022 10:25 pm

[solved] startX does not want to boot LXDE

  • Quote

Post by atlanticat » Sun Aug 21, 2022 7:51 am

When I type startX I get the following output

Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org to make sure you have the latest version.
Marker: (--) probed, (**) from config file, (==) default setting, (**) from command line, (!!!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 21 03:45:25 2022
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
MESA-LOADER: failed to open iris: /usr/lib64/dri/iris_dri.so: cannot open shared object file: No such file or dierctory (search paths /usr/lib64/dri, suffix _dri)
failed to load driver: iris
MESA-LOADER: failed to open zink: /usr/lib64/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri)
failed to load driver: zink
xinit: Unable to run program "/usr/bin/startlxde": No such file or directory
Specify a program no the command line to make sure that /usr/bin/ is in your path.

xinit: connection to X server lost
waiting for X server to shut down (II) Server teminated successfully (0) Closing log file.

SOLUTION:
Add VIDEO_CARDS="intel i965 iris" to /etc/portage/make.conf
emerge -lav mesa
emerge cfg-update
emerge --autounmask=y --autounmask-write lxde-base/lxde-meta
cfg-update -u (1,1,1,1)
emerge --autounmask=y --autounmask-write lxde-base/lxsession
echo "exec startlxde" >> ~/.xinitrc
startx

this will be able to get you to a lxde session
Last edited by atlanticat on Tue Aug 23, 2022 2:17 am, edited 3 times in total.
Top
alamahant
Advocate
Advocate
Posts: 4034
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Sun Aug 21, 2022 11:50 am

Hi

Code: Select all

xinit: Unable to run program "/usr/bin/startlxde": No such file or directory

Have you emerged lxde-meta ?
:)
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56108
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Sun Aug 21, 2022 12:02 pm

atlanticat,

Code: Select all

MESA-LOADER: failed to open iris: /usr/lib64/dri/iris_dri.so: cannot open shared object file
See LibGl fails to load iris

Fix that first.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
atlanticat
n00b
n00b
Posts: 13
Joined: Sat Aug 20, 2022 10:25 pm

  • Quote

Post by atlanticat » Mon Aug 22, 2022 9:19 pm

NeddySeagoon wrote:atlanticat,

Code: Select all

MESA-LOADER: failed to open iris: /usr/lib64/dri/iris_dri.so: cannot open shared object file
See LibGl fails to load iris

Fix that first.
After I put in the fixes for viewtopic-t-1150049.html I get the error message

Code: Select all

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 22 17:09:48 2022
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.4/dri, suffix _dri)failed to load driver: zink/root/.xinitrc: line 1: exec: startlxde: not foundxinit: connection to X server lost /usr/lib64/dri/zi


Even when I put in startlxde it says
~bash: startlxde: command not found.

When I enter emerge -p lxde-base/lxdm it says
[ebuild R ] lxde-base/lxdm-0.5.3-r3
Last edited by atlanticat on Mon Aug 22, 2022 10:38 pm, edited 2 times in total.
Top
alamahant
Advocate
Advocate
Posts: 4034
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Mon Aug 22, 2022 9:52 pm

Plz

Code: Select all

###Make sure you have VIDEO_CARDS="intel i965 iris" in make.conf then
emerge -1av mesa
emerge -av lxde-meta
Probably you are missing

Code: Select all

lxde-base/lxsession
Also kindly try to use

Code: Select all

 tags when appropriate.
:)
Top
atlanticat
n00b
n00b
Posts: 13
Joined: Sat Aug 20, 2022 10:25 pm

  • Quote

Post by atlanticat » Mon Aug 22, 2022 11:58 pm

[quote="alamahant"]Plz

Code: Select all

###Make sure you have VIDEO_CARDS="intel i965 iris" in make.conf then
emerge -1av mesa
emerge -av lxde-meta
Probably you are missing

Code: Select all

lxde-base/lxsession
Also kindly try to use

Code: Select all

 tags when appropriate.[/quote]

It is now giving me 

!!!All ebuilds that could satisfy "lxde-meta" have been masked. 
!!!One of the following masked packages is requried to complete your request: -lxde-base/lxde-meta-0.5.5-r7::gentoo (masked by: ~amd64 keyword )

even after putting lxde-base/lxde-meta-0.5.5-r7 ~amd64 into vim /etc/portage/package.license
it still gives me the error.
Top
alamahant
Advocate
Advocate
Posts: 4034
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Tue Aug 23, 2022 12:22 am

Code: Select all

even after putting lxde-base/lxde-meta-0.5.5-r7 ~amd64 into vim /etc/portage/package.license
Plz put it in package.accept_keywords

Code: Select all

echo "lxde-base/lxde-meta" >> /etc/portage/package.accept_keywords
Plz see
https://wiki.gentoo.org/wiki//etc/porta ... t_keywords
:)
Top
atlanticat
n00b
n00b
Posts: 13
Joined: Sat Aug 20, 2022 10:25 pm

  • Quote

Post by atlanticat » Tue Aug 23, 2022 2:01 am

alamahant wrote:

Code: Select all

even after putting lxde-base/lxde-meta-0.5.5-r7 ~amd64 into vim /etc/portage/package.license
Plz put it in package.accept_keywords

Code: Select all

echo "lxde-base/lxde-meta" >> /etc/portage/package.accept_keywords
Plz see
https://wiki.gentoo.org/wiki//etc/porta ... t_keywords

A solution that worked was

Code: Select all

emerge --autounmask=y --autounmask-write lxde-base/lxde-meta
cfg-update -u

now I can get lxde-base/lxde-meta as well as lxde-base/lxsession installed.
Top
alamahant
Advocate
Advocate
Posts: 4034
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Tue Aug 23, 2022 10:12 am

now I can get lxde-base/lxde-meta as well as lxde-base/lxsession installed.
The latter is automatically installed when the former is emerged.
In fact you should run

Code: Select all

emerge --deselect lxsession
:)
Top
Post Reply

9 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic