[PLUG] desktop resolution
Gaurav Pant
gauravggs at gmail.com
Thu Sep 9 20:28:57 IST 2010
Hi
On Tue, Sep 7, 2010 at 9:46 PM, Vinayak Kulkarni <kulkarnivd2007 at yahoo.co.in
> wrote:
> Hi all
> I have Mandriva2010.0 installed on my pc.
> Whenever I start my pc, everytime I have to set my desktop resolution to
> 1024*768.
> I tried to correct this problem through MCC but resulting in same problem.
> What different procedure should I follow to solve this problem?
>
you can trying editing you /etc/X11/xorg.conf
look for
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
find the matching defaultdepth subsection and add the required mode
(please note mode should be supported)
Subsection "Display"
Depth 16
Modes "1280x800" "1024x786"
EndSubsection
you file should look something similar to above.
HTH
--dexter
More information about the Plug-mail
mailing list