From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GDmAv-0006vR-ER for garchives@archives.gentoo.org; Thu, 17 Aug 2006 18:01:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7HHuxt3022362; Thu, 17 Aug 2006 17:56:59 GMT Received: from mxo2.broadbandsupport.net (mxo2.broadbandsupport.net [209.55.3.82]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7HHrICT025130 for ; Thu, 17 Aug 2006 17:53:18 GMT Received: from [192.168.100.4] (host-207-68-225-84.vista-express.com [207.68.225.84]) by mxo2.broadbandsupport.net (Postfix) with ESMTP id 5BAC6D800E for ; Thu, 17 Aug 2006 13:53:08 -0400 (EDT) Message-ID: <44E4AD03.20008@vista-express.com> Date: Thu, 17 Aug 2006 12:53:07 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060728 SeaMonkey/1.0.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] xorg server and monitor power management References: <44E02753.7040307@vista-express.com> <2b1fa7660608140205h1ed3f2abmf0ae3e71ad4023ee@mail.gmail.com> <44E04162.9040901@vista-express.com> <200608141058.58992.uwix@iway.na> <44E06839.2090201@vista-express.com> <7573e9640608141003p39354808g9d2ca810f0635606@mail.gmail.com> <44E0E873.1090608@vista-express.com> In-Reply-To: <44E0E873.1090608@vista-express.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-broadbandsupport-MailScanner-Information: Please contact the ISP for more information X-broadbandsupport-MailScanner: Found to be clean X-broadbandsupport-MailScanner-From: teendale@vista-express.com X-Spam-Status: No X-Archives-Salt: bddf0ab1-9642-4d6a-875e-60d6cf259785 X-Archives-Hash: bd8bc7c04a02b9496de5563c7c80ab8b Dale wrote: > Richard Fish wrote: > >> >> Are those options in the correct section ("ServerFlags")? Do you have >> 'Option "DPMS"' in your Monitor section? Maybe you should just post >> your whole xorg.conf... >> >> -Richard >> > > Oh, that may be it. They may not be in the right place. It was working > before though. It just stopped when I upgraded. I'll check that in a bit. > > Dale > :-) :-) > That seemed to work. Here is my current xorg.conf file: > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > > Option "BlankTime" "2" > Option "standby time" "5" > Option "suspend time" "5" > Option "off time" "5" > > EndSection > > Section "Files" > FontPath "/usr/share/fonts/misc" > FontPath "/usr/share/fonts/75dpi" > FontPath "/usr/share/fonts/100dpi" > FontPath "/usr/share/fonts/TTF" > FontPath "/usr/share/fonts/Type1" > EndSection > > Section "Module" > Load "glx" > Load "extmod" > Load "xtrap" > Load "record" > Load "dbe" > Load "dri" > Load "freetype" > Load "type1" > EndSection > > #Section "dri" > # Group "graphics" > # Mode 0660 > #EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mouse0" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > > # Option "standby time" "5" > # Option "suspend time" "5" > # Option "off time" "5" > > Option "dpms" > > > EndSection > > Section "Device" > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "NV34 [GeForce FX 5200]" > BusID "PCI:2:0:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Modes "1280x1024" "1024x768" > Viewport 0 0 > Depth 1 > EndSubSection > > EndSection > Can someone confirm this is text only and not html?? Thanks for the help. It was confusing because it worked before. Dale :-) :-) -- gentoo-user@gentoo.org mailing list