Re: Bildschirm schwarz
Am Dienstag, 10. März 2009 schrieb nanoinverno@web.de:
> Hallo,
Moin,
> ich möchte endlich den Umstieg zu Linux wagen habe nun aber folgendes
Bravo! Einer mehr im Klub.
> Problem:
>
> Nachdem ich Lenny über debian-500-amd64-netinst.iso installiert habe,
> bekomme ich nach einigen Zeilen Informationsausgabe(laden der
> treiber? - konsole 80*20zeichen) einen schwarzen Bildschirm, der PC
> piept einmal. bei [esc] piept er wieder. drücken auf den netzschalter
> zeigt wieder die konsole an und der PC fährt runter. Ich bin völlig
> neu bei Linux und wär für Hilfe sehr dankbar.
>
> Monitor: Scott; 19'' Röhre; Model No.: B19AL; 50/60Hz, 2A
> Grafikkarte: Zotac GeForce 9800GTX+ AMP
>
> Weitere Daten kann ich gerne nachtrage, weiß nur nich, welche hier
> noch sinnvoll wären.
Ich habe Dir eine xorg.conf an die eMail angehängt die funktionieren
sollte. Die Monitordaten sind von:
http://www.hansol.nl/man/900p-manual.pdf
Sollten die Daten stimmen, kannst Du die Kommentarzeichen bezüglich
Hsync und Wiederholfrequenz in der xorg.conf entfernen.
z.B. mit
$ nano /etc/X11/xorg.conf
Der Treiber vesa sollte in jedem Fall funktionieren.
Die Datei gehört nach /etc/X11/
Starte den PC im (single) Modus, dann startet X nicht gleich und Du
kannst auf der Konsole die Datei nach /etc/X11/ kopieren.
$ cp /woher/auch/immer/xorg.conf /etc/X11/xorg.conf
Die Konsole kannst Du dann mit exit [ENTER] verlassen - nun sollte die
graphische Oberfläche starten.
Auf jeden Fall ist für Dich das Debiananwenderhandbuch geeignet:
http://debiananwenderhandbuch.de/
Es gibt viel zu lesen wenn man frisch von Windows? umsteigt...
> Vielen Dank,
> Benjamin
Tschüss
dirk
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "ic2"
Load "bitmap"
Load "dbe"
Load "dri"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
EndSection
Section "Device"
Identifier "Zotac GeForce 9800GTX+ AMP"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Scott B19AL"
Option "DPMS"
# Hier eigene Werte eintragen: Bitte auskommentieren falls Werte richtig
# Quelle: http://www.hansol.nl/man/900p-manual.pdf
# HorizSync 30-96
# VertRefresh 47-150
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Zotac GeForce 9800GTX+ AMP"
Monitor "Scott B19AL"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Reply to: