Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Beim starten des X-Servers friert das System ein
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
buthus
Guru
Guru


Joined: 17 May 2005
Posts: 429
Location: Bell, Germany

PostPosted: Fri Oct 05, 2007 7:38 pm    Post subject: [solved]Beim starten des X-Servers friert das System ein Reply with quote

Hallo Leute,

ich verzweifel hier seit ein paar Tagen, aber vielleicht könnt Ihr mir ja helfen. Seit dem letzten emerge -avuD world friert mir beim booten das System ein. Unter anderem habe ich auf den xorg-server-1.4 gewechselt. Ich vermute da es damit zusammen hängt, allerdings habe ich ein downgrade auf den 1.3er versucht und das System friert weiterhin ein.
Ich habe bereits mehrfach die Nvidia Treiber neu gemerged und auch einen neuen Kernel gebaut (danach natürlich wieder neuen Treiber gemerged), leider alles vergebens. man sieht kurz das Nvidia Logo und dann wenn grade KDM gestartet werden sollte hängt sich der Rechner komplett auf.
An KDM liegt es nicht, habe auch mal XGL gestartet, bricht aber auch ab.

Hardware Defekte kann ich glaube ich ausschließen, da es mit einer LiveCD bestens funktioniert. emerge --info, lspci und das xorg.log hängen als Text Dateien an. Falls Ihr mehr braucht bitte bescheid geben.
Ich denke mal das Problem werden folgende Zeilen aus der xorg.log sein

Code:
(II) NVIDIA(0): Initialized GART.
(WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
(WW) NVIDIA(0):     back to legacy PCI mode.
(II) NVIDIA(0): Initialized GART.
(EE) NVIDIA(0): Error recovery failed.
(EE) NVIDIA(0):  *** Aborting ***
(II) NVIDIA(0): Initialized GART.


Aber was kann ich tun?

Vielen Dank für eure Hilfe!

emerge --info
lspci
Xorg.log


Last edited by buthus on Sat Oct 06, 2007 6:56 am; edited 1 time in total
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


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

PostPosted: Fri Oct 05, 2007 7:56 pm    Post subject: Reply with quote

ersuchs mal ob du X mit dem vesa treiber gestartet bekommst, wenn ja, liegt es wahrscheinlich am Treiber.
_________________
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
buthus
Guru
Guru


Joined: 17 May 2005
Posts: 429
Location: Bell, Germany

PostPosted: Fri Oct 05, 2007 8:15 pm    Post subject: Reply with quote

Hallo,

danke für den Tipp. Bitte hilf mir noch auf die Sprünge, hab vesa noch nie benutzt. Reicht es wenn ich in der xorg.conf den Eintrag driver auf "vesa" statt "nvidia" setze, oder was genau muss ich dafür alles ändern?
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


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

PostPosted: Fri Oct 05, 2007 8:17 pm    Post subject: Reply with quote

ja, außerdem solltest du in der /etc/make.conf noch diesen Eintrag setzen:
Code:
VIDEO_CARDS="nvidia vesa"


Dadurch werden die Treiber nvidia-drivers (?), und xf86-video-vesa emergt, zusätzlich zum xorg-server.
es reicht wenn du x11-drivers/xf86-video-vesa mergt.
_________________
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
buthus
Guru
Guru


Joined: 17 May 2005
Posts: 429
Location: Bell, Germany

PostPosted: Fri Oct 05, 2007 8:41 pm    Post subject: Reply with quote

Hallo,

also die vesa Treiber arbeiten. Die Auflösung und alles stimmt zwar nicht so ganz, aber das ist ja kein Problem.
Wie kann ich nun weiter vorgehen?

Anbei mal meine xorg.conf


xorg.conf
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Fri Oct 05, 2007 9:45 pm    Post subject: Reply with quote

Mal versucht, eine frische Xorg.conf anzulegen?
_________________
Just unused Microsoft-Software is good Microsoft-Software
Back to top
View user's profile Send private message
AROK
Guru
Guru


Joined: 31 Jul 2006
Posts: 442
Location: D und CH

PostPosted: Fri Oct 05, 2007 10:09 pm    Post subject: Reply with quote

Hallo Buthus,

bei mir gab es ein sehr ähnliches Problem mit einer GF7600GT wenn
Code:

Section "Device"
...
Option          "NvAGP" "3"
...

gesetzt war!

Es ging nur mit der Einstellung:
Code:
Option          "NvAGP" "1"


Vielleicht hilft dir das.

Gruß
AROK


Last edited by AROK on Fri Oct 05, 2007 10:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
AROK
Guru
Guru


Joined: 31 Jul 2006
Posts: 442
Location: D und CH

PostPosted: Fri Oct 05, 2007 10:14 pm    Post subject: Reply with quote

und den agpgart aus dem Kernel nehmen ist sicher einen Versuch Wert!
Back to top
View user's profile Send private message
buthus
Guru
Guru


Joined: 17 May 2005
Posts: 429
Location: Bell, Germany

PostPosted: Sat Oct 06, 2007 6:54 am    Post subject: Reply with quote

Hallo,

AROK wrote:

Es ging nur mit der Einstellung:
Code:
Option          "NvAGP" "1"


Vielleicht hilft dir das.


hat geholfen.

Tausend Dank auch an alle anderen. :D
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