Nov 26 18:13:55 andre-imac09 kernel: DMI: Apple Inc. iMac11,1/Mac-F2268DAE, BIOS 63.0.0.0.0 06/14/2019
Hast du die Ausgabe des korrekten Systems geschickt?
Nov 26 18:13:55 andre-imac09 kernel: DMI: Apple Inc. iMac11,1/Mac-F2268DAE, BIOS 63.0.0.0.0 06/14/2019
Ja, klar. Von einem MacBook aus per SSH.
Aber das war mit nomodeset?AA hat geschrieben:26.11.2020 19:08:38Gestern hatte ich ja versucht, den Monitor manuell zu konfigurieren.
Erstmal reportbug installieren und anschließend das Programm öffnen und einen neuen Fehlerbericht schreiben. Ich würde einen Fehler im Kernelpaket eröffnen, also tippst du reportbug linux-image-`uname -r`. Vorher wäre aber ein Upgrade auf stable sinnvoll umAA hat geschrieben:26.11.2020 19:07:36Vielleicht wird dann ja doch was aus mir und meinem iMac von 2009. Was soll ich tun?
Es gibt genügend LiveCDs die auf testing bzw sid basieren. Grml ist z.B. eine davon.AA hat geschrieben:26.11.2020 21:08:02Ich würde gerne testing live ausprobieren. Ubuntu scheint ja zu laufen. Aber bei testing gibt es keine Live-CD.
Tintom hat geschrieben:26.11.2020 22:06:23Es gibt genügend LiveCDs die auf testing bzw sid basieren. Grml ist z.B. eine davon.AA hat geschrieben:26.11.2020 21:08:02Ich würde gerne testing live ausprobieren. Ubuntu scheint ja zu laufen. Aber bei testing gibt es keine Live-CD.
Davon ab: Hast du mal die Hinweise der von dir verlinkten Threads probiert? Insbes. die Hinweise zum manuellen Aktivieren der Grafik mit echo .... > /sys/class/drm .. ?
Code: Alles auswählen
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/imac27.rom
echo 0 > rom
Ich weiß nicht wo du das gelesen hast, aber ich meinte diesen Beitrag: viewtopic.php?p=1255754#p1255754AA hat geschrieben:27.11.2020 07:40:31Meinst du das hier?Code: Alles auswählen
cd /sys/bus/pci/devices/<pci bus id> echo 1 > rom cat rom > /tmp/imac27.rom echo 0 > rom
AA hat geschrieben:27.11.2020 07:40:31Grml hat leider kein Gnome, aber wohl X. Weiß noch nicht, ob ich überhaupt das richtige Image runtergeladen hab. Habe full genommen. Suche mal nach einem grafischen Live-System.
Das hier müsste das mit den EDIDs gewesen sein. Habe ich gewissenhaft versucht.AA hat geschrieben:25.11.2020 19:53:34Nun habe ich dieser Datei angelegt:Ergebnis: iMac wird noch eher schwarz.Code: Alles auswählen
#/etc/X11/xorg.conf.d/10-monitor.conf Section "Monitor" Identifier "DisplayPort-0" Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync Option "PreferredMode" "2560x1440_60.00" EndSection Section "Screen" Identifier "Screen0" Monitor "DisplayPort-0" DefaultDepth 24 SubSection "Display" Modes "2560x1440_60.00" EndSubSection EndSection Section "Device" Identifier "Radeon" Driver "radeon" Option "TearFree" "ON" EndSection
Wer hat eine Idee?
Code: Alles auswählen
Start-Date: 2020-12-01 10:08:29
Commandline: apt upgrade
Upgrade: libcogl20:amd64 (1.22.8-1, 1.22.8-2), libnghttp2-14:amd64 (1.41.0-3, 1.42.0-1), gir1.2-nm-1.0:amd64 (1.27.91-1, 1.27.91-2), libcups2:amd64 (2.3.3-4, 2.3.3op1-2), gir1.2-notify-0.7:amd64 (0.7.9-1, 0.7.9-2), libcogl-path20:amd64 (1.22.8-1, 1.22.8-2), libcogl-common:amd64 (1.22.8-1, 1.22.8-2), libcogl-pango20:amd64 (1.22.8-1, 1.22.8-2), libnm0:amd64 (1.27.91-1, 1.27.91-2), network-manager:amd64 (1.27.91-1, 1.27.91-2), libxkbcommon-x11-0:amd64 (0.10.0-1, 1.0.3-2), gir1.2-cogl-1.0:amd64 (1.22.8-1, 1.22.8-2), tar:amd64 (1.30+dfsg-7, 1.32+dfsg-1), gir1.2-coglpango-1.0:amd64 (1.22.8-1, 1.22.8-2), libxkbcommon0:amd64 (0.10.0-1, 1.0.3-2), libnotify4:amd64 (0.7.9-1, 0.7.9-2)
End-Date: 2020-12-01 10:08:48
libxkbcommon-x11-0Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes.
Sonst habe ich nichts Besonderes getan.This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly.
Code: Alles auswählen
apt-get install --reinstall linux-image-$(uname -r)