Back to Konsole

Mauri

Well-Known Member
Morgen

Folgendes Szenario:

Hab auf meinem Notebook (Acer Aspire 1350er Serie) die 4.11er installiert mit KDE. Läuft auch, nur wenn ich den Logout im KDE mache kommt ein schwarzer Bildschirm und das wars. Strg+Alt+Backspace und Strg+Alt+F1 usw hat auch nichts gebracht. Nur der Affengriff klappt, dann macht er einen Neustart. Ich hatte auch schon mal ACPI ausgeschaltet und in die kdmrc eingetragen er soll runterfahren, aber nix ! Am liebsten wäre es mir wenn ich nach dem Logout wieder auf der Konsole bin, da ich dort eh am meisten arbeite...

Danke schonmal

Mauri
 
so wie ich das sehe hast du einen Fehler in mindestes einer Konfigurationsdatei, könnte aber auch ein anderer Fehler sein..

ohne VERNÜNFTIGE Angaben wird dir nur eine Kristallkugel helfen.
 
OK hier schon mal die XF86Config:

Code:
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xf86config:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
# Section "DRI"
#    Mode 0666
# EndSection

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
	Identifier     "Simple Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath 	"/usr/X11R6/lib/X11/fonts/local"
    FontPath 	"/usr/X11R6/lib/X11/fonts/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
    FontPath 	"/usr/local/share/fonts"
    FontPath 	"/usr/X11R6/lib/X11/fonts"
    FontPath 	"/usr/local/share/fonts/override"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "type1"
	Load  "speedo"
	Load  "freetype"
#    Load        "xtt"
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
#    Option	"Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
	Identifier  "Keyboard1"
	Driver      "Keyboard"
	Option	    "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc101"
	Option	    "XkbLayout" "de"
EndSection

Section "InputDevice"

# Identifier and driver
#    Option "Resolution"	"256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"	"Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/sysmouse"
# Mouse-speed setting for PS/2 mouse.
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbModel" "pc101"
	Option	    "XkbLayout" "de"
EndSection

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

Section "Device"
	Identifier  "Card0"
	Driver      "via"
	ChipSet     "KM400"
	Card        "via KM400"
EndSection

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

Das Problem ist irgendwie das anscheinend der X11 nicht ordentlich beendet wird...
Was braucht ihr noch ?
 
Du hast nicht zufällig eine Kosolenauflösung von 800x600 aktiviert? Da hatte ich mal ähnliche Probleme (Fluxbox beenden --> Schwarzer Bildschirm, Freeze), der Grund war ein falsch konfigurierter nVidia-Binary-Treiber. (NV-AGP gezwungen, gleichzeitig aber agp.ko geladen). Vielleicht hilft dir das ja weiter...
 
Hallo

Mein Acer Travelmate 634LCi hat sowas ähnliches unter GNU/Linux gemacht, wenn im Bios eine Funktion namens "display option" (da bin ich mir nicht ganz sicher, aber auch zu faul um jetzt nachzusehen) von "auto" auf "both" gestellt hatte. Die Lösung war dann ganz einfach diese Option von "both" wieder auf "auto" zu stellen.

Unter FreeBSD 5.3 war der effekt ein bischen anders: Wenn "both" eingestellt war, dann waren die untersten zeilen des Displays nach einem Wechsel auf eine Konsole unterhalb des LCD-Rands, also unlesbar, weil nicht da. Aber vielleicht hilft das Umstellen im BIOS trotzdem.
 
Mauri schrieb:
Hallo

Die Option gibt es zwar im BIOS aber leider ohne Effekt, trotzdem Danke !
Schade.

3 Dinge fallen mir noch ein die du probieren könntest:

1) Es gibt beim start von X eine Option die alle devices ausprobiert aber X nicht wirklich startet. Damit könntest du Nachschauen was der X-server so an Meldungen ausspuckt: XFree86 (oder das x.org-Equivalent) -probeonly
Vielleicht ist da ja was interessantes dabei. (http://www.freebsd.org/cgi/man.cgi?...ropos=0&manpath=FreeBSD+5.3-RELEASE+and+Ports)

2) Die Logmessages in /var/log/X* nach einem EE (steht für Error) durchforsten. wenns das nicht gibt dann würd ich mir die WW (Warnings) in der Datei vornehmen. (cat /var/log/X86Free.0.log | grep EE oder cat /var/log/X.org.0.log | grep EE)

3) Den Grafikkartentreiber auf VESA umstellen. Das sollte fast immer funktionieren liefert allerdings nicht die beste Performance. Wenns dann funktioniert, dann stimmt was mit deiner Auswahl oder den Einstellungen des Grafikkartentreibers nicht.
(http://www.freebsd.org/cgi/man.cgi?...ath=FreeBSD+5.3-RELEASE+and+Ports&format=html)

edit: Noch was is mir eingefallen. Man kann ja per hotkey (fn und irgendeine f taste) das Display ein und ausschalten. Passiert irgendwas wenn du KDE verläßt (also X beendest) und das ein paar mal machst? Und kannst du während du im X arbeitest auf eine der Textkonsolen mit strg + alt + F[1-7] wechseln?

Viel Erfolg
 
Zuletzt bearbeitet:
Nüschts. Aber egal, ist nicht dramatisch. Ich lasse noch mal Vatter drauf schauen und gut ist...
Danke für die vielen Tips ;)
 
Abend

Ja, ich hänge immer noch an dem Problem (Hab mich jetzt aber auch nicht länger damit beschäftigt).
Habe gerade mal einen Monitor an den VGA Anschluss des Notebooks gehängt und siehe da, es geht. Nach dem beenden des X11 Servers ist das LCD des Notebooks zwar weiterhin schwarz, aber auf dem Monitor ist alles normal.
Hilft das eventl. irgend jemandem weiter ?
Ich hatte vermutet das die Bildwiederholfrequenz hier eine Rolle spielt, allerdings hatte ich diese mit diversen Variationen schon in der Konfigurationsdatei geändert.

Mauri

PS: Inzwischen ist das System 5.4 und Xorg als X11 Server...dennoch bestand / besteht das Problem weiterhin unverändert. Treiber etc, sind genau wie in der alten Konfig Datei oben...
 
Zurück
Oben