Mailinglist Archive: opensuse-de (848 mails)

< Previous Next >
Re: Problem mit 12.1 und X11
Hallo,

Am Fri, 06 Jan 2012, Karl Weber schrieb:
[ 26.130] (II) MGA(0): Supported standard timings:
[ 26.130] (II) MGA(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 26.130] (II) MGA(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 26.130] (II) MGA(0): Supported detailed timing:
[ 26.130] (II) MGA(0): clock: 162.0 MHz Image Size: 432 x 324 mm
[ 26.130] (II) MGA(0): h_active: 1600 h_sync: 1664 h_sync_end 1856
h_blank_end 2160 h_border: 0
[ 26.130] (II) MGA(0): v_active: 1200 v_sync: 1201 v_sync_end 1204
v_blanking: 1250 v_border: 0

Versuch's mal mit folgender nicht wirklich minimalen xorg.conf (und
das xorg.conf.d umbenennen):

====
Section "Module"
EndSection

Section "Device"
VendorName "Matrox"
BoardName "G450"
Identifier "Device[0]"
Screen 0
Driver "mga"
EndSection

Section "Monitor"
Identifier "Monitor[0]"
VendorName "EIZO"
ModelName "FlexScan L985EX"
# Hier Breite und Höhe in mm der Darstellungsfläche eintragen ->
# siehe Handbuch des Monitors oder ausmessen, EDID könnte aber schon
# stimmen:
DisplaySize 432 324
HorizSync 31.0-76.0
VertRefresh 59.0-61.0
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
### keine Modeline "1280x1024", da das 5:4 ist und dein Monitor 4:3
### hat, das kann nur gruselig ausschauen. Bei Gelegenheit könntest
### du ne 1280x960 Auflösung noch nachtragen.
Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync
+vsync
Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 32
### ich hab jetzt nicht nachgerechnet ob die Pixelclock auch für
### 32bit reicht
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
====

Speichere die erstmal unter nem anderen Namen, z.B. xorg.conf.dnh und
starte X dann per

startx -- -config xorg.conf.dnh

HTH,
-dnh

--
Ich frage mich, ob es einen richtigen Browser als Active-X Applet für den
MSIE gibt? -- K. Köhntopp
--
Um die Liste abzubestellen, schicken Sie eine Mail an:
opensuse-de+unsubscribe@xxxxxxxxxxxx
Um den Listen Administrator zu erreichen, schicken
Sie eine Mail an: opensuse-de+owner@xxxxxxxxxxxx

< Previous Next >
References