1
Asentaminen ja käyttöönotto / Vs: Resoluutio pienemmäksi 1600x1200:sta 1280x800:aan
« : 11.03.09 - klo:00.09 »
Itse itselleni vastaten, tämä tuotti toivotun tuloksen:
Komennolla sudo pico /etc/X11/xorg.conf
Pääsin käsiksi xorg.conf:iin ja siellä loppusta muutin seuraavaksi:
Section "Device"
Identifier "Configured Video Device"
Driver "openchrome"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "AmiloScreen"
Device "via s3g"
Monitor "Widescreen TFT Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
--
Mun osalta RATKAISTU
Komennolla sudo pico /etc/X11/xorg.conf
Pääsin käsiksi xorg.conf:iin ja siellä loppusta muutin seuraavaksi:
Section "Device"
Identifier "Configured Video Device"
Driver "openchrome"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "AmiloScreen"
Device "via s3g"
Monitor "Widescreen TFT Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
--
Mun osalta RATKAISTU