first i open up KRandRTray but the highest res it offers is 1280x800 so this tool won't work at this time.
next i try the sidux control center. there's an option to configure the x-server but i don't see where to add the exact resolution i want. i'll have to manually edit xorg.conf and add the res i want.
simply adding a Modes line with the res in the correct section will give the res i want. this is where KRandRTray gets its options from and when most distros boot up and start the x server this is where the x server gets its resolution from.
example:
Section "Screen"
Identifier "Screen 0"
Monitor "Monitor 0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x1050"
EndSubSection
EndSection
Identifier "Screen 0"
Monitor "Monitor 0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x1050"
EndSubSection
EndSection
the x server reads the Modes line and selects the first resolution. in this case 1440x1050.
now i'm off to figure out how to update my sidux and slackware virtual machines.
now i'm off to figure out how to update my sidux and slackware virtual machines.