Date: Sun, 22 Apr 2007 13:49:50 -0500 From: Derek Ragona <derek@computinginnovations.com> To: Richard Knebel <rknebel@suddenlink.net> Cc: freebsd-questions@freebsd.org Subject: Re: Monitor and X Message-ID: <6.0.0.22.2.20070422134518.025c1360@mail.computinginnovations.com> In-Reply-To: <C0754B00-00C6-4B5F-8DF3-34796B73653A@suddenlink.net> References: <EE4F35AF-0898-486B-8ED0-B5DC250CBE6E@suddenlink.net> <6.0.0.22.2.20070422120147.025ea5e0@mail.computinginnovations.com> <C0754B00-00C6-4B5F-8DF3-34796B73653A@suddenlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 01:38 PM 4/22/2007, Richard Knebel wrote: >here is the xorg.conf file. It almost seems that the message is coming >from my monitor. > >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 "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xtrap" > Load "freetype" > Load "type1" >EndSection > >Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" >EndSection > >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" >EndSection > >Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 24-81 > VertRefresh 48-75 > > >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>] >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 "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xtrap" > Load "freetype" > Load "type1" >EndSection > >Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" >EndSection > >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" >EndSection > IW /etc/X11/xorg.conf (Read > only) > Row 108 Col 1 2:35 Ctrl-K H for help > >Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 24-81 > VertRefresh 48-75 > > >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 "NV25 [GeForce4 Ti 4200]" > BusID "PCI:1:0:0" >EndSection > >Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > > The only resolution you have defines is 1280x1024. You need to verify your monitor will handle the max refresh rates at that resolution. Usually at higher resolution, you need to drop the refresh rates. Look for a table in your monitor manual that has the refresh rate AND resolutions too. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20070422134518.025c1360>