On Sunday 09 September 2007, roN wrote:
> Hi,
>
> Has anyone gotten a resolution of 1680 x 1050 out of an intel 965G
> chipset? I'm looking for that, out of the box, my opensuse 10.2 only
> offers 1280 x 1024 which looks somehow wrong...I would appreciate if
> some one could help me in a way getting my x-server to display 1680 x
> 1050 pixel on my screen.
>
> Thank you!
> Ron
> --
> chEErs Ron
============
Hi Ron,
I don't know if this will work for you or not, but it was a neat
solution to problems like this. I'm not sure if xorg fully supports
that chipset and if not, I think Intel has a driver for Linux on their
site.
Try this first though. In your xorg.conf file go to:
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Now just add your 1680x1050 resolution in front of each that begins
with "1280x1024". Restart your X and see what you have. Don't forget
to make a backup of your xorg.conf file too. The above is from mine,
so yours may look a bit different.
regards,
Lee
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]