Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Sun Jan 09, 2005 3:12 pm    Post subject: Xorg? Reply with quote

Folgendes Problem:

Hab es geschafft, eine stage1 installation hinzukriegen *freu*

allerdings will ich jetzt noch kde und gnome.

bin folgendermaßen vorgegangen:

Code:
emerge xorg-x11
env-update

emerge kde
env-update


wenn ich die kde starten will bekomme ich den fehler

Code:
kpersonalizer: cannot connect to X server


wenn ich versuche den xserver manuell zu starten (mit startx) bekomme ich folgende fehlermeldung:

Code:
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.

waiting for X server to shut down


bei der configuration mit Xorg -configure kriege ich:

Code:
(EE) Failed to load module "i810" (once-only module, -1073748156)


und bei "X -config /root/xorg.conf.new" kommt nur ein grauer bildschirm mit schwarzem maus - x (maus funtioniert) und sonst nix.

hab ein intel centrino notebook mit shared grafikkarte von intel.

What shall I do?


lg, mcihi
Back to top
View user's profile Send private message
daniel.h
n00b
n00b


Joined: 09 Jan 2005
Posts: 6
Location: Germany

PostPosted: Sun Jan 09, 2005 3:14 pm    Post subject: Reply with quote

Hallo,

was steht denn in deiner ~/.xinitrc?
Back to top
View user's profile Send private message
tux2
Apprentice
Apprentice


Joined: 09 Jun 2004
Posts: 172
Location: Germany

PostPosted: Sun Jan 09, 2005 3:22 pm    Post subject: Reply with quote

hast du die xorg.conf.new schon nach /etc/X11/xorg.conf kopiert?

Code:

mv /root/xorg.conf.new /etc/X11/xorg.conf


danach (für kde3.3; fals andere version, dann den pfad untn ändern):
Code:

startx /usr/kde/3.3/bin/startkde


Du kannst auch automatisch beim starten den grafischen-login-manager(kdm) mitstarten
Code:

rc-update add xdm default
nano -w /etc/rc.conf

[...]
DISPLAYMANAGER="kdm"
[...]
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Sun Jan 09, 2005 3:29 pm    Post subject: Reply with quote

funktioniert ausgezeichnet. danke sehr herzlich für die hilfe!!!

eine frage hätt ich noch:
das starten dauert relativ lang. woran kann das liegen?

lg, mcihi
Back to top
View user's profile Send private message
tux2
Apprentice
Apprentice


Joined: 09 Jun 2004
Posts: 172
Location: Germany

PostPosted: Sun Jan 09, 2005 3:43 pm    Post subject: Reply with quote

hm.. da gibts schon einige threads zu diesem thema
Einer davon

Fals du kein IPv6 hast, kannst du diese Überprüfung von kde auch ausschalten:
Code:

nano -w /etc/env.d/99kde-env

[...]
KDE_NO_IPV6=1
[...]


Ein geschwindigkeitsvorteil bringt auch "prelink"
Anleitung gibts hier: http://www.gentoo.org/doc/de/prelink-howto.xml (fals gentoo.org wieder geht)
und dann in der obigen datei noch
Code:
KDE_IS_PRELINKED=1

hinzufügen/auskommentieren

Grüßle,
tux2
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Wed Jan 12, 2005 3:28 pm    Post subject: Reply with quote

kde funktioniert jetzt superb!

allerdings hab ich gnome immer noch nicht zum laufen gebracht...
wahrscheinlich gibts einen ähnlichen befehl wie startx /usr/kde/3.3/bin/startkde ???

btw. kann mir irgendwer eine tolle c-entwicklungsumgebung empfehlen?

thanx, mcihi
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Fri Jan 14, 2005 9:50 am    Post subject: Reply with quote

kann mir niemand sagen wie ich erfolgreich gnome starten kann?
Back to top
View user's profile Send private message
legine
Guru
Guru


Joined: 27 May 2004
Posts: 555
Location: Germany

PostPosted: Fri Jan 14, 2005 10:37 am    Post subject: Reply with quote

Zu Gnome kann ich nichts sagen, aber als C-Entwicklungsumgebung benutze ich Eclipse mit den C++ plug in. Funktioniert klasse. Aber ob du das auch magst, oder ob es das beste ist das man benutzen kann da hilft nur ausprobieren. :)
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Fri Jan 14, 2005 12:50 pm    Post subject: Reply with quote

Unter kde würde ich dir kdevelop empfehlen.
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Fri Jan 14, 2005 2:36 pm    Post subject: Reply with quote

Mcihi wrote:
kann mir niemand sagen wie ich erfolgreich gnome starten kann?


wenn du es über kdm starten willst must du ein Xsession file erstellen.
schau mal unter

/etc/X11/kdm

was du da findest. Da sollte irgendwo ein file kde-version sein bei dem Xsession. Jetzt must du einfach noch eins für gnome erstellen
_________________
Neue Funktionen in Portage 2.0.51 || BBCode Guide
Linux User #379064
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Fri Jan 14, 2005 3:52 pm    Post subject: Reply with quote

Linuxpeter wrote:
Unter kde würde ich dir kdevelop empfehlen.


kdevelop hab ich schon emerged, aber da find ich irgendwie nix zum compilieren... gibts da nicht irgendwo sowas nettes wie "compile and run"?
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Fri Jan 14, 2005 6:57 pm    Post subject: Reply with quote

Bitte nur ein Thema pro Thread, sonst findet man nachher wieder nix mehr. Da das eigentliche Problem gelöst ist mache ich mit Verweis auf [OT] Suche euren beliebtesten IDE für C/C++ unter X und [OT] GUI Programmierung mit C++ mal zu.
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    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