Een combinatie van een oude videokaart en een Samsung 740B TFT monitor geeft een vreemd resultaat. Dit alles draait op een Pentium III 800Mhz
Kennelijk wordt de boel wel herkend na de "out of the box" installatie, maar qua resolutie (System/Preferences/Screen Resolution) heb ik nu maar 3 keuzes: 640x480, 800x600 en 832x624. Ik wil die andere hogere resoluties en kleurendieptes natuurlijk ook kunnen selecteren!
Onderstaand een deel van mijn xorg.conf bestand ter info. Iemand die weet hoe ik mijn videoresolutie ter verantwoording kan roepen mag het zeggen.
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. 3D Rage II+ 215GTB [Mach64 GTB]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection