PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : kubuntu grafische oberfläche?


codingworld
2005-10-23, 16:29:18
ich hab auf einer anderen partition kubuntu linux installiert. wenn ich kubuntu starte kommt nur eine konsole, in der ich meinen benutzernamen und passwort eingeben soll. dass mach ich auch, aber kde startet nicht, sondern nur die schwarz-weiße konsole bleibt.

gibt es irgendeinen befehl, mit dem man kde starten kann?

mfg
(bin noch anfänger)

Superguppy
2005-10-23, 16:33:02
Ja, sollte mit "startx" gehen!

codingworld
2005-10-23, 16:35:15
hab ich auch schon ausprobiert, aber es komme immer fehlermeldungen, die ich gerade nicht im kopf habe.

Superguppy
2005-10-23, 16:41:02
Kommt da sowas wie "Fatal Error - No Screens Found" ?

codingworld
2005-10-23, 16:41:46
ja genau, diese fehlermeldung kommt (hab gerade nachgeschaut)

Superguppy
2005-10-23, 16:55:00
Na fein ..... das exakt das hatte ich bei Debian mal. Aber da ich ein DAU auf dem Gebiet Linux bin, konnte ich mir damals selbst nicht helfen. Ich habe damals Debian wieder gelöscht und mit Debian 3.1 ist es dann einfach gegangen. Sorry, kann dir da leider nicht helfen!

MadMan2k
2005-10-23, 17:36:29
die Meldung deutet darauf hin, dass dein Xserver falsch konfiguriert ist.

probier mal dpkg-reconfigure xserver-xorg in die Konsole einzutippen.

codingworld
2005-11-03, 11:25:02
ich hab schon alles konfiguriert, aber es läuft trotzdem nicht

ich hab ne ati radeon x800xt
kann es vielleicht auch daran liegen, dass keine ati treiber installiert sind? wenn ja, wie installiert man die?

Gast
2005-11-03, 11:34:54
"ati" bzw "radeon" Treiber für den 2D Betrieb sind standardmäßig bei x-org dabei was du auch gesehen hättest wenn du dpkg-reconfigure xserver-xorg ausprobiert hättest. Die offiziellen Treiber von ATI sind afaik nur zur 3D Beschleunigung da.

Ajax
2005-11-03, 11:43:26
"ati" bzw "radeon" Treiber für den 2D Betrieb sind standardmäßig bei x-org dabei was du auch gesehen hättest wenn du dpkg-reconfigure xserver-xorg ausprobiert hättest. Die offiziellen Treiber von ATI sind afaik nur zur 3D Beschleunigung da.

Hm...

benötigt man dafür nicht den restricted Kernel?? In welcher Repo ist denn der dabei??

codingworld
2005-11-03, 11:49:51
restricted kernel?
repo?

keine ahnung was das für begriffe sind. ich bin ja noch DAU

Ajax
2005-11-03, 13:19:32
restricted kernel?
repo?

keine ahnung was das für begriffe sind. ich bin ja noch DAU

Mal was anderes... Welche Version? Hoary? Oder Breezy?

Also 5.04 oder 5.10 ?? :|

codingworld
2005-11-04, 10:14:03
Hoary 5.04 hab ich installiert

g-string 3
2005-11-04, 11:23:05
Im Netz findest du Erläuterungen zu X.

Einfach mal nach XF86Config-4 suchen

Deine Xf86Config-4 sollte unter /etc/X11 liegen.

Von der Konsole aus kannst du diese Datei mit z.B. nano oder pico öffnen und bearbeiten.

Bsp:
root#: pico /etc/X11/XF86Config-4
# bei XF86
root#: pico /etc/X11/xorg.conf
# bei, wie der name schon sagt, X.org


Häufige Fehlerquellen sind falsche Werte für den Monitor und falsche Grafikkartentreibereintrage.

codingworld
2005-11-06, 11:53:26
ich habe den xserver schon ein paar mal konfiguriert, aber es funktioniert trotzdem nicht.

die grafikkarte erkennt er selber. den PCI Bus auch: BusID 5:0:0
beim monitor steht nur "Standartbildschirm", ich habe das stehengelassen, weil ich einen No Name Monitor habe.

Ajax
2005-11-06, 20:40:40
ich habe den xserver schon ein paar mal konfiguriert, aber es funktioniert trotzdem nicht.

die grafikkarte erkennt er selber. den PCI Bus auch: BusID 5:0:0
beim monitor steht nur "Standartbildschirm", ich habe das stehengelassen, weil ich einen No Name Monitor habe.

Poste bitte mal Deine "xorg.conf"... ;)

codingworld
2005-11-07, 13:09:56
also:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon X800 XT (R423)"
Driver "ati"
BusID "PCI:5:0:0"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X800 XT (R423)"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

bluey
2005-11-07, 13:31:05
Section "Device"
Identifier "ATI Technologies, Inc. Radeon X800 XT (R423)"
Driver "ati"
BusID "PCI:5:0:0"
EndSection

Änder diesen Teilmal in "radeon", anstelle von ati.

codingworld
2005-11-07, 14:11:55
super, danke, es geht

bluey
2005-11-07, 15:24:57
Wurde die Config von Kubuntu selbst erstellt oder warst du das? Denn merkwürdiger Weise gibt es so direkt keinen Treiber der sich ATI nennt, sondern nur der OpenSource Treiber Radeon und der closed Source Treiber Fglrx von ATI.

codingworld
2005-11-07, 16:46:36
die config wurde selber generiert.

bei der treiberauswahl, gab es nur den ati treiber, einen radeon gab es nicht zur auswahl. ich musste ihn von hand eingeben