Video Monitors
debian
debiani386 at gmail.com
Mon Aug 4 19:40:47 UTC 2008
On Mon, 2008-08-04 at 23:17 +1000, Peter Goggin wrote:
> Does ububtu use special drivers for monitors like Windows XP?
>
>
>
> How do I get my ubuntu installations to recognise my LCD monitor and
> let me set the required resolution?
>
>
>
> Regards
>
>
>
>
>
> Peter Goggin
>
>
you need to configure your xorg.conf to the resolutions you want your
lcd to display.
However on all the systems i use, the default driver works just fine
with the lcd
Here is an example of what your xorg screen section should look like.
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "CM752ET"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768_75.00"
EndSubSection
EndSection
I would not recommend copying and pasting this section into your xorg as it may
cause problems
>
More information about the ubuntu-users
mailing list