From owner-freebsd-x11@FreeBSD.ORG Mon Oct 24 02:54:45 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D1B16A41F for ; Mon, 24 Oct 2005 02:54:45 +0000 (GMT) (envelope-from rpvoland@spamcop.net) Received: from outbound3.mail.tds.net (outbound3.mail.tds.net [216.170.230.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD26343D46 for ; Mon, 24 Oct 2005 02:54:44 +0000 (GMT) (envelope-from rpvoland@spamcop.net) Received: from outaamta01.mail.tds.net (outaamta01.mail.tds.net [216.170.230.31]) by outbound3.mail.tds.net (8.13.4/8.12.2) with ESMTP id j9O2shZB014805 for ; Sun, 23 Oct 2005 21:54:44 -0500 (CDT) Received: from [192.168.0.4] (really [69.11.208.167]) by outaamta01.mail.tds.net with ESMTP id <20051024025442.PLBR15475.outaamta01.mail.tds.net@[192.168.0.4]> for ; Sun, 23 Oct 2005 21:54:42 -0500 Message-ID: <435C4CEC.7090302@spamcop.net> Date: Sun, 23 Oct 2005 21:54:36 -0500 From: Rick Voland User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051007) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Xorg Mach64 DPMS: invalid scan freq X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rpvoland@spamcop.net List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 02:54:45 -0000 I have Xorg working fine during normal use, but I get a warning message "Invalid scan freq" on the monitor as the video system approaches DPMS power down mode. This problem has been mild and only occasional with recent versions of Xorg, but is very noticeable in the latest version (xorg-server-6.8.2_6). The system is fine during full power mode and during the initial blanking of the screen which starts after 10 minutes of no activity. The warnings occur after the simple screen blanking and before the actual DPMS power down. In the past, the system successfully reached a DPMS lower power mode even after these warnings, but I am reluctant to test it now that the warnings are prolonged. $ uname -a FreeBSD brian.local.bsd 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Fri Oct 14 04:50:42 CDT 2005 root@brian.local.bsd:/usr/obj/usr/src/sys/BRIAN i386 xorg-server-6.8.2_6 xorg-libraries-6.8.2 video card: ATI Xpert98 PCI monitor: Hitachi 813 --------------/usr/X11R6/etc/xorg.conf Section "ServerLayout" Identifier "XFree86 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 400 300 # mm Identifier "Monitor0" VendorName "HTC" ModelName "CM813" Option "DPMS" HorizSync 31-115 VertRefresh 50-85 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "accel" # [] #Option "crt_screen" # [] #Option "composite_sync" # [] #Option "hw_cursor" # [] #Option "linear" # [] #Option "mmio_cache" # [] #Option "probe_clocks" # [] #Option "reference_clock" # #Option "shadow_fb" # [] #Option "sw_cursor" # [] Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Mach64 GP" ChipSet "ati" ChipId 0x4750 ChipRev 0x5c BusID "PCI:0:18:0" Option "NoCompositeSync" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection ------------------------------- Thanks for any suggestions. -- Rick Voland rpvoland@spamcop.net