Is there anywhere else I can enter these vertical/horizontal values or is
there a way to regenerate the xorg.conf file with a monitor section
Thanks for any suggestion
Simon
Migth try something like this:
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Philips Magnavox 109S"
DisplaySize 340 250
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
--
Dancin' in the ruins tonight
Tayo'y Mga Pinoy
> On Friday 15 December 2006 03:31,
> This is what I found in my xconf.org regarding monitor, screen and/or
> driver (on a Thinkpad T43 with ATI Mobility - fglrx installed):
>
>
> Section "Monitor"
> Identifier "Generic Monitor"
> Option "DPMS"
> EndSection
>
> Section "Monitor"
> Identifier "aticonfig-Monitor[0]"
> Option "VendorName" "ATI Proprietary Driver"
> Option "ModelName" "Generic Autodetecting Monitor"
> Option "DPMS" "true"
> EndSection
>
> Section "Device"
> Identifier "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
> Driver "ati"
> BusID "PCI:1:0:0"
> EndSection
>
> Section "Device"
> Identifier "aticonfig-Device[0]"
> Driver "fglrx"
> Option "VideoOverlay" "on"
> Option "OpenGLOverlay" "off"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
> Monitor "Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1024x768"
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier "aticonfig-Screen[0]"
> Device "aticonfig-Device[0]"
> Monitor "aticonfig-Monitor[0]"
> DefaultDepth 24
> SubSection "Display"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
>
> Section "Extensions"
> Option "Composite" "Disable"
> EndSection
there's such a thing as 1 and 4 bit display depths?
The 15 bit one is pretty weird too...
Mark
Hi - Sorry for late reply and thanks for all suggestions, I will try a
few things tonight and will get back to you if I still cannot resolve
the problem
Thanks Simon