xorg.conf wie anpassen, damit es der TFT darstellen kann (Synchronisationsfrequenzen?) [Ubuntu]
Geizhals » Forum » Linux-Support » xorg.conf wie anpassen, damit es der TFT darstellen kann (Synchronisationsfrequenzen?) [Ubuntu] (26 Beiträge, 659 Mal gelesen) Top-100 | Fresh-100
Du bist nicht angemeldet. [ Login/Registrieren ]
.
Lösung für geklontes Bild
15.10.2006, 17:36:03
Der Vollständigkeithalber hier die Lösung für ein geklontes Bild mit einer i810-Treiber laufenden Grafikkarte und einem kritischen externen TFT.

1. aus /var/log/Xorg.0.log  die Werte h_blank_end und v_blanking des Bildschirms suchen

2. 915resolution mit richtigem Modus (bei mir 5c), Auflösung (bei mir 1400x1050) und Korrekturfaktoren (bei mir h_blank_end 1864 und  v_blanking: 1089 [Bildschirmabhängig]) ausführen: 915resolution 5c 1400 1050 32 1864 1089

3.passende Konfiguration der /etc/X11/xorg.conf machen: sieht bei mir so aus:


Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection


Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
        Option "Clone" "true"
# Option "FlipPrimary" "true"
Option "VBERestore" "yes"
Screen 1
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller extern"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "true"
Option "VBERestore" "no"
Option "DevicePresence" "yes"
Screen 0
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Generic Monitor extern"
Option "DPMS"
HorizSync 28.0-83.0
VertRefresh 56.0-75.0
DisplaySize 408 306
Modeline "1400x1050_60.00" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1400x1050"
EndSubSection
EndSection

Section "Screen"
Identifier "Default Screen extern"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller extern"
Monitor "Generic Monitor extern"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1400x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen extern"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "false"
EndSection

Section "DRI"
Mode 0666
EndSection

mfg Slipknot
Antworten PM Übersicht Chronologisch Zum Vorgänger
 
Melden nicht möglich
 

Dieses Forum ist eine frei zugängliche Diskussionsplattform.
Der Betreiber übernimmt keine Verantwortung für den Inhalt der Beiträge und behält sich das Recht vor, Beiträge mit rechtswidrigem oder anstößigem Inhalt zu löschen.
Datenschutzerklärung