Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] xorg-x11 - KDE und XFCE4 starten nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Thu Jul 30, 2009 12:52 pm    Post subject: [solved] xorg-x11 - KDE und XFCE4 starten nicht Reply with quote

Wie einige schon wissen habe ich mein Gentoo von x86 auf amd64 umgestellt. Ich habe das System neu installiert und danach die Konfigurationsdateien vom alten System uebernomen, wie auch die xorg.conf. beim Starten von X ueber startx komt diese Fehlermeldung:
Code:
xauth:  creating new authority file /root/.serverauth.8937


X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-gentoo-r5 x86_64
Current Operating System: Linux WARBook 2.6.29-gentoo-r5 #2 SMP Mon Jul 20 11:42:04 CEST 2009 x86_64
Build Date: 27 July 2009  08:33:41AM
 
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 30 15:34:47 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) config/hal: couldn't initialise context: (null) ((null))

waiting for X server to shut down ..



ein eselect opengl set nvidia oder ein eselect opengl set nvidia haben nichts gebracht. Auch update-rc -a hald boot brachte nichts. ervdep-rebuild wurde auch gestartet. Wenn ich X ueber /etc/init.d/xdm start starte kommt NUR der X Server, aber OHNE jegliche Oberflaeche wie XFCE4 oder KDE.

Hier meine Konfigurationsdateien:
- xorg.conf
- make.conf
- emerge --info

Und hier meine Logdateien:
- Xorg.0.log
- xdm.log
- syslog (/var/log/messages)

Was mache ich falsch, wo liegt der Fehler?


Last edited by Gladdle on Sun Aug 02, 2009 10:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Thu Jul 30, 2009 2:16 pm    Post subject: Reply with quote

Hast du hal vorher auch gestartet?
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Thu Jul 30, 2009 2:24 pm    Post subject: Reply with quote

Ja habe ich, per /etc/init.d/hald start, aber ein Neustart hatte ich in der Zeit auch!
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Thu Jul 30, 2009 6:10 pm    Post subject: Reply with quote

Es scheint das hal noch nicht fertig initialisiert ist, wenn X die Daten anfordert, oder das die Einstellungen in der xorg.conf mit denen von hal kollidieren.

Versuch erstmal die Option
Code:
Option      "AutoAddDevices"    "false"
in die Serverflags zu nehmen.
Und wenn das fehlschlägt die Konfiguration komplett von hal übernehmen zu lassen, dazu gibt es dashier zu beachten:
http://www.gentoo.org/proj/de/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml#doc_chap2
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Thu Jul 30, 2009 6:45 pm    Post subject: Reply with quote

Gladdle wrote:
Ja habe ich, per /etc/init.d/hald start, aber ein Neustart hatte ich in der Zeit auch!


Immer mit der ruhe, damit hal immer gestartet wird, musste das mit rc-update machen.. vielleicht hast du dich auch nur verschrieben? (update-rc)

Code:
# rc-update add hald boot


Vielleicht einfach nochmal man rc-update ansehen :)

Eine übersicht gibt rc-update show!
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Thu Jul 30, 2009 10:09 pm    Post subject: Reply with quote

ChrisJumper wrote:
Gladdle wrote:
Ja habe ich, per /etc/init.d/hald start, aber ein Neustart hatte ich in der Zeit auch!

Immer mit der ruhe, damit hal immer gestartet wird, musste das mit rc-update machen.. vielleicht hast du dich auch nur verschrieben? (update-rc)
Code:
# rc-update add hald boot

Gladdle wrote:
... Auch update-rc -a hald boot brachte nichts...

Habe ich schon probiert, was damit auch erledigt waere ;)



Max Steel wrote:
Versuch erstmal die Option
Code:
Option      "AutoAddDevices"    "false"
in die Serverflags zu nehmen.

Siehe xorg.conf, erster beitrag. Dieses Flag ist schon drin!



Der X Startet uebrigends auch nicht wenn ich ihm seine xorg.conf wegnehme! Nahezu selbes bild, nur eine grauenhafte Aufloessung ^^
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Thu Jul 30, 2009 10:15 pm    Post subject: Reply with quote

Gladdle wrote:
Max Steel wrote:
Versuch erstmal die Option
Code:
Option      "AutoAddDevices"    "false"
in die Serverflags zu nehmen.

Siehe xorg.conf, erster beitrag. Dieses Flag ist schon drin!



Der X Startet uebrigends auch nicht wenn ich ihm seine xorg.conf wegnehme! Nahezu selbes bild, nur eine grauenhafte Aufloessung ^^


Aaah I see.
Dieses Flag AllowEnableDevice, was macht das?
Nimm das mal raus, versuchshalber.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Sun Aug 02, 2009 10:17 pm    Post subject: Reply with quote

Man sollte auch mal ein etc-update machen. Die konfigurationsdateien wurden von
Code:
/etc/rc.conf
nach
Code:
/etc/conf.d/xdm
verschoben.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum