Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] kde startet nicht mehr
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
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Wed Apr 27, 2005 2:04 pm    Post subject: [solved] kde startet nicht mehr Reply with quote

warum auch immer, aber meine kde startet nicht mehr.

beim booten habe ich einige zeit lang einen schwarzen bildschirm und lande dann wieder in der console.

bekomme in der Xorg.0.log auch eine meldung, doch kann ich damit nix anfangen. hier also die auszüge der log-files:

kdm.log
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux mirco 2.6.11-gentoo-r5 #1 Fri Apr 15 13:45:34 UTC 2005 i686
Build Date: 14 April 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
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: Wed Apr 27 13:47:41 2005
(==) Using config file: "/etc/X11/xorg.conf"
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(WW) RADEON(0): Failed to set up write-combining range (0xd0000000,0x8000000)

Fatal server error:
could not open default font 'fixed'

Please consult the The X.Org Foundation support
    at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


gleiches steht in der xorg.0.log

xdm.log
Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/mirco:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux mirco 2.6.11-gentoo-r5 #1 Fri Apr 15 13:45:34 UTC 2005 i686
Build Date: 14 April 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
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: Fri Apr 22 00:37:47 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(WW) RADEON(0): Failed to set up write-combining range (0xd0000000,0x8000000)
sessions: SessionTypes=Xsession,kde-3.4,
Changing kdmrc in /usr/kde/3.4
Changing kdmrc in /usr
xdm error (pid 2582): Trouble getting network interface configurationxdm error (pid 2582): Trouble getting network interface configurationxdm error (pid 32266): Trouble getting network interface configurationxdm error (pid 32266): Trouble getting network interface configuration


hier noch die messages
Code:
mirco kdm: :0[9759]: IO Error in XOpenDisplay
Apr 27 13:47:45 mirco kdm[9753]: X server for display :0 terminated unexpectedly
Apr 27 13:47:45 mirco kdm[9753]: Display :0 cannot be opened
Apr 27 13:47:45 mirco kdm[9753]: Unable to fire up local display :0; disabling.


vielen dank schonmal für die hilfe.

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5


Last edited by Yonathan on Wed Apr 27, 2005 8:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Sumpfdrache
Apprentice
Apprentice


Joined: 19 Jun 2004
Posts: 169

PostPosted: Wed Apr 27, 2005 2:40 pm    Post subject: Reply with quote

[schnellschuß]
Diese Fehlermeldung:

Code:

WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found


könnte darauf hinweisen, daß deine xorg.conf nicht zu Deiner Grafikkarte paßt *grübel*

Vielleicht postest Du mal Deine xorg.conf und die Ausgabe von 'lspci'

[/schnellschuß]
_________________
Die Erkenntnis war wie ein Betonblock, der in den Treibsand seines Bewußtseins sank.
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Wed Apr 27, 2005 2:51 pm    Post subject: Reply with quote

eine nette idee, aber es hat ja funktioniert. das ist ja das komische daran. meine xorg.conf ist

Code:
Section "ServerLayout"
   Identifier     "Layout0"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
   Load "freetype"
   # Load "xtt"
   Load  "extmod"
   Load  "glx"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "type1"
   # Load  "speedo"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "InputFashion" "Mouse"
   Option        "Name" "OpticWheel"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "Microsoft"
   Option        "Buttons" "5"
   Option       "ZAxisMapping" "3 4"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "de"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    31.5 - 48.5
   VertRefresh  50.0 - 70.0
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "radeon"
   BusID       "PCI:2:0:0"
EndSection

Section "Device"
   Identifier  "Card1"
   Driver       "ati"
   BusID       "PCI:2:0:1"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768" "800x600"
   EndSubSection
EndSection


lspci
Code:
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
0000:02:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200] (Secondary) (rev 01)


yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
flo_02_mu
n00b
n00b


Joined: 06 Aug 2004
Posts: 73

PostPosted: Wed Apr 27, 2005 2:54 pm    Post subject: Re: kde startet nicht mehr Reply with quote

Yonathan wrote:
warum auch immer, aber meine kde startet nicht mehr.

Genau genommen startet X schon nicht. ;)
Yonathan wrote:

Code:

...
Fatal server error:
could not open default font 'fixed'



Er findet die Standard-Schrift nicht mehr, warum auch immer.
Xorg in letzter Zeit mal upgedatet und dabei Pfade nicht angepasst, oder so? *grübel*

- Flo
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Wed Apr 27, 2005 3:07 pm    Post subject: Reply with quote

habe gestern das paket:

x11-libs/startup-notification emerged, es war beim emerge -uD world dabei. sonst wuesste ich nicht, dass ich mit X was gemacht habe.

es wurde auch eine menge fuer gnome emerged. kann es damit zusammenhaengen?
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
name
n00b
n00b


Joined: 27 Apr 2005
Posts: 37
Location: Austria --> Wien

PostPosted: Wed Apr 27, 2005 3:29 pm    Post subject: Reply with quote

Welche grafikkarte hast denn?
Falls du ATI hast: mach nochmal fglrxconfig....vielleicht gehts ja dann...
Bei nvidia ken n ich mich leider net aus....
[EDIT]Grad gesehen das du Radeon hast...hast schon emerge ati-drivers gemacht?[/EDIT]
Back to top
View user's profile Send private message
flo_02_mu
n00b
n00b


Joined: 06 Aug 2004
Posts: 73

PostPosted: Wed Apr 27, 2005 3:37 pm    Post subject: Reply with quote

Was sagt ein:
Code:
ls -l /usr/share/fonts

bzw. ein
Code:
ls -l /usr/share/fonts/default

?

- Flo
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Wed Apr 27, 2005 5:59 pm    Post subject: Reply with quote

@name: die ati-driverr sind emerged.

@flo:
ls -l /usr/share/fonts liefert
Code:
total 182
drwxr-xr-x  2 root root 79760 Apr 14 07:06 100dpi
drwxr-xr-x  2 root root 79760 Apr 14 07:06 75dpi
drwxr-xr-x  2 root root   872 Apr 14 07:06 TTF
drwxr-xr-x  2 root root  1984 Apr 14 07:06 Type1
drwxr-xr-x  2 root root  2848 Apr 14 07:06 cyrillic
drwxr-xr-x  3 root root   112 Apr 26 21:29 default
drwxr-xr-x  3 root root  1336 Apr 14 07:06 encodings
-rw-r--r--  1 root root   191 Apr 26 21:29 fonts.cache-1
drwxr-xr-x  2 root root   144 Apr 14 07:06 local
drwxr-xr-x  2 root root 15568 Apr 14 07:06 misc
drwxrwxr-x  2 root root  2352 Apr 14 07:06 ukr
drwxr-xr-x  2 root root   664 Apr 14 07:06 util


ls -l /usr/share/fonts/default
Code:
total 7
-rw-r--r--  1 root root   23 Apr 26 21:29 fonts.cache-1
drwxr-xr-x  2 root root 3096 Apr 26 21:29 ghostscript


wenn ihr mir sagt, wo ich die einstellungen von X finde, um den pfad zu den fonts selbst überprüfen, dann kann ich das auch machen. hilft vielleicht das spekulieren hier zu vermeinde und den thread kurz zu halten.

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Wed Apr 27, 2005 7:52 pm    Post subject: Reply with quote

Code:
RgbPath     "/usr/lib/X11/rgb"
FontPath   "/usr/share/fonts/local/"
FontPath   "/usr/share/fonts/misc/"
FontPath   "/usr/share/fonts/75dpi/:unscaled"
FontPath   "/usr/share/fonts/100dpi/:unscaled"
FontPath   "/usr/share/fonts/Type1/"
FontPath   "/usr/share/fonts/Speedo/"
FontPath   "/usr/share/fonts/75dpi/"
FontPath   "/usr/share/fonts/100dpi/"
FontPath   "/usr/share/fonts/TTF"
FontPath   "/usr/share/fonts/corefonts/"
ModulePath "/usr/lib/modules"


füg das mal in die files-section ein.
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Wed Apr 27, 2005 8:32 pm    Post subject: Reply with quote

super :)

jetzt hat es funktioniert :) *jubel*

nun habe ich nur wieder diesen komischen name-resolv fehler, den ich vor einigen tagen schon hatte, aber da habe ich irgendwo auch ne lösung rumfliegen *g*

vielen dank an alle helfer.

yona
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
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