habe Jessie frisch auf einem Lenovo ThinkCentre M82 installiert, was auch ohne Problem funktionierte.
Aber beim ersten Starten des Systems bekomme ich unmittelbar nach dem Grub Menü und der HDD Checks einen schwarzen Bildschirm serviert. Mein Monitor bringt die Meldung 'Kein Signal'. Ich habe auch keine Konsole via <STRG> + <ALT> + <F1, usw.>, zumindest keine weise Schrift auf schwarzen Grund. Leider ist auch kein SSH (via putty) nicht eingerichtet. Ich tappe also völlig im Dunkeln, so ein Ärger.
Die Grafikkarte ist eine Intel.... (IGD) onBoard.
Gruß lenor
Nachträge:
kleiner erster Erfolg, habe im Blindflug SSH eingerichtet und gestartet, komme nun via putty auf die Konsole.
Code: Alles auswählen
# cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.963] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 14.221] (WW) Falling back to old probe method for modesetting
[ 14.221] (WW) Falling back to old probe method for fbdev
[ 14.222] (WW) Falling back to old probe method for vesa
[ 14.228] (WW) intel(0): No outputs definitely connected, trying again...
[ 14.229] (WW) intel(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[ 14.673] (WW) evdev: GASIA PS2toUSB Adapter: ignoring absolute axes.
[ 14.675] (WW) evdev: GASIA PS2toUSB Adapter: ignoring absolute axes.
[ 2269.820] (WW) evdev: GASIA PS2toUSB Adapter: ignoring absolute axes.
Code: Alles auswählen
# /usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Code: Alles auswählen
# /usr/share/X11/xorg.conf.d/50-monitor.conf
Section "Monitor"
Identifier "LCD-Monitor"
VendorName "Asus"
ModelName "VW225N"
HorizSync 31.5 - 80.0
VertRefresh 56.0 - 75.0
EndSection
Code: Alles auswählen
# /usr/share/X11/xorg.conf.d/50-screen.conf
Section "Screen"
Identifier "Asus VW225N"
Device "Intel Graphics"
Monitor "LCD-Monitor"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200""1152x864" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
ViewPort 0 0
EndSubsection
EndSection
Code: Alles auswählen
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)