> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Francisco Valladolid
> Sent: Monday, April 03, 2006 9:44 AM
> To: Nick Holland
> Cc: misc
> Subject: Re: Problems with X in OpenBSD (3.9) -current with LCD
> WideScreen Monitor
>
>
> This is my /etc/X11/xorg.conf file.
>
>
>
> Section "ServerLayout"
> Identifier "X.org Configured"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> ModulePath "/usr/X11R6/lib/modules"
> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
> FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
> FontPath "/usr/X11R6/lib/X11/fonts/CID/"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
>
> Section "Module"
> Load "dbe"
> Load "extmod"
> Load "glx"
> Load "record"
> Load "xtrap"
> Load "freetype"
> Load "type1"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> Option "XkbLayout" "es"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "wsmouse"
> Option "Device" "/dev/wsmouse"
> Option "ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
> DisplaySize 410 260 # mm
> Identifier "Monitor0"
> VendorName "VSC"
> ModelName "VA1912wSERIES"
> ### Comment all HorizSync and VertSync values to use DDC:
> HorizSync 59 - 60
> VertRefresh 59 - 60
> Option "DPMS"
> EndSection
>
> Section "Device"
> ### Available Driver options are:-
> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "SWcursor" # [<bool>]
> #Option "HWcursor" # [<bool>]
> #Option "NoAccel" # [<bool>]
> #Option "ShadowFB" # [<bool>]
> #Option "UseFBDev" # [<bool>]
> #Option "Rotate" # [<str>]
> #Option "VideoKey" # <i>
> #Option "FlatPanel" # [<bool>]
> #Option "FPDither" # [<bool>]
> #Option "CrtcNumber" # <i>
> #Option "FPScale" # [<bool>]
> #Option "FPTweak" # <i>
> Identifier "Card0"
> Driver "nv"
> VendorName "nVidia Corporation"
> BoardName "NV18 [GeForce4 MX 4000 AGP 8x]"
> BusID "PCI:1:0:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Viewport 0 0
> Depth 24
> modes "[EMAIL PROTECTED]"
> EndSubSection
> EndSection
>
> I have specified the 144x900 dpi at 60 hz. in the screen
> section, but the
> monitor report continuosly, that it are using only 1280x960,
> the monitor
> have a tip blue in the screen, that report it.
>
>
> Regards.
>
> On 3/29/06, Nick Holland <[EMAIL PROTECTED]> wrote:
> >
> > Francisco Valladolid wrote:
> > > Hi folks.
> > >
> > > Recently I bougth a new LCD display, it is a ViewSonic
> 19" WideScreen, i
> > > have proble with xorg in -current, for correct display mode only
> > 1024x768 is
> > > displayed.
> > >
> > > The X windows is so wrong.
> > >
> > > Some have some tips about the X under xorg.
> > >
> > > This monitor work fine in other OS running xfree86.
> >
> > Unfortunately, you have provided no hard information, so
> you will get no
> > hard answers.
> >
> > In short, however, you need to hand-tweak your
> /etc/X11/xorg.conf file,
> > apparently.
> >
> > Under 'Section "Monitor"', make sure you have accurate
> "HorizSync" and
> > "VertRefresh" lines.
> >
> > Under 'Section "Screen"', add/alter a couple lines:
> > Default Depth 24
> > and under 'SubSection "Display"' add:
> > Modes "1280x1024"
> > (correct the Depth and Modes to the values you want, of course).
> >
> > You may be in business.
> > You may not be, if your video card or X driver is incapable
> of driving
> > your monitor at the desired depth and resolution, or if
> there is some
> > other quirk in your hardware we can't see. Or if I'm forgetting
> > something, which is possible. :)
> >
> > You can also try to use DDC, apparently it was default for
> 3.8, now for
> > 3.9, DDC is disabled by default, and I'm glad (worked great when it
> > worked, sucked big time when it didn't).
> >
> > Nick.
> >
> >
>
>
> --
> ---
> BSD - Unix simplicity.
> Francisco Valladolid Hdez.
> [EMAIL PROTECTED]
>
Mine works fine ..
Section "Monitor"
#DisplaySize 320 240 # mm
### Uncomment if you don't want to default to DDC:
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087
-hsync
+vsync
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL 2005FPW"
Option "DPMS"
EndSection