yast kyllä antaa valikosta valita 1024x768, mutta kun uudelleen käynnistetään, niin näyttötila on tuo kummajainen 1024x600.
Samoin kävi komennolla sax2 -r
Mystistä   
  
 
Mitenkäs jos koitat käsin muokata /etc/X11/xorg.conf tiedostoa.
Muokka "screen" kohtaa ja laita sinne haluamasi resoluutiot.
PS. tee ensiksi varmuuskopio nykyisest 
cp -p  /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "800x600"
    EndSubSection
EndSection