mit voller frfeude habe ich versucht debian 3.1 alias sarge auf meinem rechner zu instalieren, doch gleich nach dem booten dauchte das erste Problem auf: der rechner verlangt eine auflösung von 700 X 400 , doch leider kann mein tft diese nicht darstellen und zeigt nichts an , außer einen Hinweiß : " außerhalb des bereichs", ich weiß jetzt echt nicht weiter und vorallem was ich machen soll
Linux 15.070 Themen, 107.540 Beiträge
Normalerweise wird der Grafikmodus erst nach der Installation konfiguriert. Kannst du irgendwie eine Konsole starten und den Grafikmodus anpassen ?
Welche Grafikkarte ist im Rechner eingebaut ?
Wie groß ist der TFT (maximale Auflösung) ?
Wie groß ist der Frequenzbereich des Monitors (Zeilenfrequenz, Bildfrequenz) ?
Bei Sarge wird ein XServer XFree86 4.3 mitgeliefert (http://www.xfree86.org).
Die Konfiguration des XServers erfolgt in der Datei /etc/X11/XF86Config-4.
Ich habe einen BENQ FP767 17 '' (1280 x 1024 Bildpunkkte), Zeilenfreqienz 31,47 - 83 kHz, Bildfrequenz 56,25 - 75,0 Hz (Analogeingang), Grafikkarte Voodoo 3 2000 AGP
Hier ist ein Beispiel meiner XF86Config-4:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Voodoo 3 2000 AGP"
Driver "tdfx"
BusID "PCI:01:00:00"
EndSection
Section "Monitor"
Identifier "BENQ FP767"
HorizSync 32-83
VertRefresh 57-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Voodoo 3 2000 AGP"
Monitor "BENQ FP767"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Nur zum Vergleich :-).
PS: Den XServer kann man immer wieder neu mit dem Befehl "dpkg-reconfigure xserver-xfree86" konfigurieren und danach den Befehl "dexconf" auf der Konsole eingeben. Kleine Reparaturen kann man auch mit einem Editor machen.
Mit den Tasten Strg + Alt + F1 ... F6 Kann man auf eine von 6 virtuellen Konsolen wechseln oder wenn das auch nicht geht, dann eben eine Live-CD wie Knoppix nehmen und mit einem Editor die Reparatur durchführen.
Wenn du einen zweiten Monitor hats, kannst du auch das Debian-Benutzerhandbuch zu Hilfe nehmen:
http://debiananwenderhandbuch.de/
Gibt es auch im Buchhandel zu kaufen ;-).
