• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Nach Logout schwarzer Screen

f.gruber

Hacker
Hallo,
ich hatte viel Frust mit einer NVIDA Grafikkarte mit allerlei Bildstörungen, die gekommen und manchmal auch wieder gegangen sind.
Siehe diesen Thread: http://linux-club.de/forum/viewtopic.php?f=92&t=118094

Nun habe ich eine ATI Radeon X1800 GTO in diesen Rechner eingebaut.
Funktioniert so weit mit Plasma 5 unter Suse Leap inklusive Desktopeffekte, jedoch:

Nach dem Abmelden von KDE ist der Bildschirm schwarz und ich kann nichts mehr tun. Ich komme auch auf keine virtuelle Konsole. Es bleibt nur der RESET Taster um wieder neu zu starten.

Auch das Abschießen des X-Servers mit STRG + ALT + Backspace führt dazu, dass alles schwarz ist.

Habe folgende Displaymanager probiert (YAST Sysconfig Editor):
ssdm und kdm produzieren diesen Fehler.
xdm funktioniert, jedoch geht damit keine automatische Anmeldung, auf die ich aber nicht verzichten möchte.

Wo kann man da ansetzen?
 

abgdf

Guru
Ich meine, lxdm kann das (autologin). Den schonmal probiert?

----

Ansonsten klingt das nach wenig brauchbaren Videoeinstellungen in Grub2.
Bei mir (auf 13.1) sieht "/etc/default/grub" so aus, um mit Nvidia mit Grub2 im Nur-Text-Mode zu lxdm zu booten:
Code:
# Modified by YaST2. Last modification on Fr Feb  5 00:39:08 CET 2016
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader

# If you change this file, run 'grub2-mkconfig -o /boot/grub2/grub.cfg' afterwards to update
# /boot/grub2/grub.cfg.
GRUB_DISTRIBUTOR="openSUSE 13.1"
GRUB_DEFAULT=saved
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=8
GRUB_CMDLINE_LINUX_DEFAULT=" video=640x480 resume=/dev/disk/by-id/ata-ST500DM002-1BC142_Z2AM0F1G-part5 quiet nomodeset nouveau.modeset=0 ipv6.disable=1"
# kernel command line options for failsafe mode
GRUB_CMDLINE_LINUX_RECOVERY="showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
# GRUB_TERMINAL=gfxterm
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=text
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY=true
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
# Skip 30_os-prober if you experienced very slow in probing them
# WARNING foregin OS menu entries will be lost if set true here
GRUB_DISABLE_OS_PROBER=false
# GRUB_THEME=/boot/grub2/themes/openSUSE/theme.txt
# GRUB_BACKGROUND=/boot/grub2/themes/openSUSE/background.png
# By me:
GRUB_GFXPAYLOAD_LINUX=text
Die jetzt aber nicht einfach übernehmen, sondern gucken, welche Kernel-Optionen Du davon ggf. gebrauchen kannst. Z.B. ist da KMS (Kernel Mode Setting) abgeschaltet ("NO_KMS_IN_INITRD" in "/etc/sysconfig" auf "yes").
Mach' erst ein Backup Deiner "/etc/default/grub" und von " /boot/grub2/grub.cfg", dann änder' "/etc/default/grub", und dann mach'
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
damit Deine Änderungen wirksam werden.
 

josef-wien

Ultimate Guru
Und wie paßt
f.gruber schrieb:
zu Deiner Erklärung? Die ersten zwei Nvidia-spezifischen Boot-Optionen sind für radeon kontraproduktiv, die dritte ist "doppelt gemoppelt", interessiert radeon aber nicht.
_______

Bei jedem Start(versuch) von Xorg wird die alte Xorg.0.log in Xorg.0.log.old umbenannt; gibt es dort sowie im systemd-Journal von vorhergehenden Bootvorgang jeweils am Ende Auffälliges? Hängt das System sowohl bei "Abmelden" als auch bei "Herunterfahren" (oder wie immer die jeweilige Oberfläche das nennt)? Was ergibt:
Code:
cat /proc/cmdline
 
OP
F

f.gruber

Hacker
abgdf schrieb:
Ansonsten klingt das nach wenig brauchbaren Videoeinstellungen in Grub2.
So schaut bei diesem Rechner die Datei /etc/default/grub aus:
Code:
...
GRUB_DISTRIBUTOR="openSUSE Leap 42.1"
GRUB_DEFAULT=saved
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=8
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda5 splash=silent quiet showopts"
# kernel command line options for failsafe mode
GRUB_CMDLINE_LINUX_RECOVERY=single
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=0x01234567,0xfefefefe,0x89abcdef,0xefefefef
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=gfxterm
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1280x1024
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
# Skip 30_os-prober if you experienced very slow in probing them
# WARNING foregin OS menu entries will be lost if set true here
GRUB_DISABLE_OS_PROBER=false
# Set to 'y' for grub to be installed on an encrypted partition
GRUB_ENABLE_CRYPTODISK=n
SUSE_BTRFS_SNAPSHOT_BOOTING=true
GRUB_BACKGROUND=/boot/grub2/themes/openSUSE/background.png
GRUB_THEME=/boot/grub2/themes/openSUSE/theme.txt
 
OP
F

f.gruber

Hacker
abgdf schrieb:
... Müßte er nochmal näher beschreiben ...
Hier eine exaktere Beschreibung meines Problems:
Ich habe mit YAST autologin konfiguriert. Der Displaymanager ist sddm.
KDE startet normal.
Wenn ich mich von KDE abmelde, lande ich in einem schwarzen Screen und kann den Rechner nicht mehr bedienen, da ich auch auf keine Textkonsole kann - genauer gesagt: Ich sehe einfach nichts auf dem Monitor.
Es ändert sich auch die Farbe der LED am Monitor von grün zu gelb. Es scheint, dass der Monitor kein Signal mehr bekommt.
Ich habe mich jetzt im Blindflug an einer Textkonsole eingeloggt und mittels
Code:
init 0
den Rechner heruntergefahren - geht!

Der Rechner ist nach der Abmeldung aus KDE also keineswegs abgestürzt, ist auch über SSH erreichbar.
Anscheinend wird einfach das Signal zum Monitor abgeschaltet.

Hatte ich noch nie :irre:
 
OP
F

f.gruber

Hacker
josef-wien schrieb:
Hängt das System sowohl bei "Abmelden" als auch bei "Herunterfahren"
Habe jetzt in einem neuen Posting das ganze genauer beschrieben.
Habe selber erst jetzt herausgefunden, dass das System eigentlich gar nicht hängt.
Es kommt einfach kein Signal mehr zum Monitor, nachdem ich mich abgemeldet habe.

Ja, das gibt es auch :roll: :irre: :???:
 

josef-wien

Ultimate Guru
Du hast erst eine Frage beantwortet. Zur Eingrenzung ist interessant, ob Xorg ordnungsgemäß beendet wurde (was ich durch das Ergebnis bei xdm vermute). Mit ssh solltest Du das in der aktuellen /var/log/Xorg.0.log feststellen können.
 
OP
F

f.gruber

Hacker
josef-wien schrieb:
... Mit ssh solltest Du das in der aktuellen /var/log/Xorg.0.log feststellen können.
Ich kann da nichts feststellen, da bin ich überfordert.

Hier die letzten 100 Zeilen von /var/log/Xorg.0.log
Code:
[    21.957] (II) No input driver specified, ignoring this device.
[    21.957] (II) This device may have been added with another device file.
[    21.957] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
[    21.957] (II) No input driver specified, ignoring this device.
[    21.957] (II) This device may have been added with another device file.
[    21.957] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event12)
[    21.957] (II) No input driver specified, ignoring this device.
[    21.957] (II) This device may have been added with another device file.
[    21.958] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event13)
[    21.958] (II) No input driver specified, ignoring this device.
[    21.958] (II) This device may have been added with another device file.
[    21.958] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[    21.958] (II) No input driver specified, ignoring this device.
[    21.958] (II) This device may have been added with another device file.
[    21.958] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    21.958] (II) No input driver specified, ignoring this device.
[    21.958] (II) This device may have been added with another device file.
[    21.959] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    21.959] (II) No input driver specified, ignoring this device.
[    21.959] (II) This device may have been added with another device file.
[    21.959] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    21.959] (II) No input driver specified, ignoring this device.
[    21.959] (II) This device may have been added with another device file.
[    21.959] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event9)
[    21.959] (II) No input driver specified, ignoring this device.
[    21.959] (II) This device may have been added with another device file.
[    21.960] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.960] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.960] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    21.960] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.960] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    21.960] (**) AT Translated Set 2 keyboard: always reports core events
[    21.960] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    21.960] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    21.960] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    21.960] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    21.960] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.960] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    21.960] (**) Option "xkb_rules" "evdev"
[    21.960] (**) Option "xkb_model" "pc105"
[    21.960] (**) Option "xkb_layout" "de"
[    21.960] (**) Option "xkb_variant" "nodeadkeys"
[    21.960] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.961] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    21.961] (II) No input driver specified, ignoring this device.
[    21.961] (II) This device may have been added with another device file.
[    23.521] (II) modeset(0): EDID vendor "NEC", prod id 26261
[    23.521] (II) modeset(0): Using EDID range info for horizontal sync
[    23.521] (II) modeset(0): Using EDID range info for vertical refresh
[    23.521] (II) modeset(0): Printing DDC gathered Modelines:
[    23.521] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    23.521] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    23.521] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    23.521] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    23.521] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    23.521] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    23.521] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    23.521] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    23.521] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    23.521] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    23.521] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    23.521] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    23.521] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    23.521] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    23.521] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    23.521] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    23.521] (II) modeset(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    23.521] (II) modeset(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    23.521] (II) modeset(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    23.521] (II) modeset(0): Modeline "1152x864"x85.0  119.65  1152 1224 1352 1552  864 865 868 907 -hsync +vsync (77.1 kHz e)
[    23.521] (II) modeset(0): Modeline "1280x960"x0.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz e)
[    23.521] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    23.521] (II) modeset(0): Modeline "1280x1024"x0.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[    24.484] (II) modeset(0): EDID vendor "NEC", prod id 26261
[    24.485] (II) modeset(0): Using hsync ranges from config file
[    24.485] (II) modeset(0): Using vrefresh ranges from config file
[    24.485] (II) modeset(0): Printing DDC gathered Modelines:
[    24.485] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    24.485] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    24.485] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    24.485] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    24.485] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    24.485] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    24.485] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    24.485] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    24.485] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    24.485] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    24.485] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    24.485] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    24.485] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    24.485] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    24.485] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    24.485] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    24.485] (II) modeset(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    24.485] (II) modeset(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    24.485] (II) modeset(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    24.485] (II) modeset(0): Modeline "1152x864"x85.0  119.65  1152 1224 1352 1552  864 865 868 907 -hsync +vsync (77.1 kHz e)
[    24.485] (II) modeset(0): Modeline "1280x960"x0.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz e)
[    24.485] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    24.485] (II) modeset(0): Modeline "1280x1024"x0.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
Ein Einwand sei mir gestattet:
Was kann es mit dem X-Server zu tun haben, da ich doch auch keine Textkonsole sehe?
 

josef-wien

Ultimate Guru
Wenn die Datei tatsächlich vom Zeitpunkt des Bildschirmabschaltens stammt, dann wurde Xorg nicht beendet. Die Zeilen stammen alle vom Start. Bei mir werden beim Abmelden einige Zeilen hinsichtlich des Entladens des Moduls "evdev" und als letzte Zeile
Code:
(II) Server terminated successfully (0). Closing log file.
geschrieben.

Womit man es schafft, den Bildschirm auch für die Textkonsolen abzuschalten, entzieht sich meiner Kenntnis. Im übrigen höre ich auf, fehlende Informationen zu reklamieren.
 
OP
F

f.gruber

Hacker
josef-wien schrieb:
Wenn die Datei tatsächlich vom Zeitpunkt des Bildschirmabschaltens stammt ...
Habe es jetzt noch einmal ganz exakt nachgestellt:

1. Abmeldung aus KDE -> schwarzer Screen
2. Login als root über ssh an diesem Rechner und folgenden Befehl abgesetzt
Code:
tail -50 /var/log/Xorg.0.log
4. ergibt:
Code:
[    44.136] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[    44.136] (II) No input driver specified, ignoring this device.
[    44.136] (II) This device may have been added with another device file.
[    44.137] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[    44.137] (II) No input driver specified, ignoring this device.
[    44.137] (II) This device may have been added with another device file.
[    44.137] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
[    44.137] (II) No input driver specified, ignoring this device.
[    44.137] (II) This device may have been added with another device file.
[    44.137] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event12)
[    44.137] (II) No input driver specified, ignoring this device.
[    44.137] (II) This device may have been added with another device file.
[    44.138] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event13)
[    44.138] (II) No input driver specified, ignoring this device.
[    44.138] (II) This device may have been added with another device file.
[    44.138] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[    44.138] (II) No input driver specified, ignoring this device.
[    44.138] (II) This device may have been added with another device file.
[    44.138] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    44.138] (II) No input driver specified, ignoring this device.
[    44.138] (II) This device may have been added with another device file.
[    44.139] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    44.139] (II) No input driver specified, ignoring this device.
[    44.139] (II) This device may have been added with another device file.
[    44.139] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    44.139] (II) No input driver specified, ignoring this device.
[    44.139] (II) This device may have been added with another device file.
[    44.139] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event9)
[    44.139] (II) No input driver specified, ignoring this device.
[    44.139] (II) This device may have been added with another device file.
[    44.140] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    44.140] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    44.140] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    44.140] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    44.140] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    44.140] (**) AT Translated Set 2 keyboard: always reports core events
[    44.140] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    44.140] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    44.140] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    44.140] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    44.140] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    44.140] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    44.140] (**) Option "xkb_rules" "evdev"
[    44.140] (**) Option "xkb_model" "pc105"
[    44.140] (**) Option "xkb_layout" "de"
[    44.140] (**) Option "xkb_variant" "nodeadkeys"
[    44.140] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    44.140] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    44.140] (II) No input driver specified, ignoring this device.
[    44.141] (II) This device may have been added with another device file.
Mehr Informationen kann ich nicht liefern.
 

abgdf

Guru
f.gruber schrieb:
Wenn ich mich von KDE abmelde, lande ich in einem schwarzen Screen und kann den Rechner nicht mehr bedienen, da ich auch auf keine Textkonsole kann - genauer gesagt: Ich sehe einfach nichts auf dem Monitor. Es ändert sich auch die Farbe der LED am Monitor von grün zu gelb. Es scheint, dass der Monitor kein Signal mehr bekommt.
Und anscheinend läuft der X-Server noch.
Klingt dann für mich nach DPMS. Guck mal in "/etc/X11/xorg.conf", bzw. in den Unterdateien in "/etc/X11/xorg.conf.d" nach Einstellungen zu DPMS.
Deaktiviere außerdem ACPI und APM in Grub2.
 
OP
F

f.gruber

Hacker
abgdf schrieb:
... Guck mal in "/etc/X11/xorg.conf", bzw. in den Unterdateien in "/etc/X11/xorg.conf.d" nach Einstellungen zu DPMS.
Nicht sehr aufschlussreich:
Code:
grep -r DPMS /etc/X11
/etc/X11/xdm/Xsetup:# Default is no special parameters.  Use DPMS (VESA Power Savings
/etc/X11/xdm/Xsetup:# Protocol) if USEDPMS is set to "yes".
/etc/X11/xdm/Xsetup: USEDPMS="no"
/etc/X11/xdm/Xsetup:    test "$USEDPMS" = "yes" && $xset +dpms
/etc/X11/xdm/RunChooser:# Default is no special parameters.  Use DPMS (VESA Power Savings
/etc/X11/xdm/RunChooser:# Protocol) if USEDPMS is set to "yes".
/etc/X11/xdm/RunChooser: USEDPMS="no"
/etc/X11/xdm/RunChooser:    test "$USEDPMS" = "yes" && $xset +dpms
abgdf schrieb:
Deaktiviere außerdem ACPI und APM in Grub2.
Habe folgende Kerneloptionen versucht:
Code:
acpi=off apm=off
Hat nichts bewirkt.
 

abgdf

Guru
Vielleicht im KDE-Kontrollzentrum ("systemsettings") unter "Hardware/Energieverwaltung" oder "Systemverwaltung/Starten und Beenden".
 
OP
F

f.gruber

Hacker
josef-wien schrieb:
Ändert leider nichts an meinem Problem.
Der Monitor bekommt kein Signal nach Abmeldung von KDE. Auch nachdem ich unmittelbar vor der Abmeldung auf der Konsole obigen Befehl abgesetzt habe.
 
Was passiert wenn Du im laufenden Betrieb auf eine Konsole schaltest und "systemctl stop sddm" ein gibst? Wird der Monitor dann auch dunkel?
 
Oben