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.54) id 1FFYfk-0006JV-6X for garchives@archives.gentoo.org; Sat, 04 Mar 2006 15:27:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k24FQplF004418; Sat, 4 Mar 2006 15:26:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k24FKiJQ000199 for ; Sat, 4 Mar 2006 15:20:44 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.54) id 1FFYYl-00018F-Kp for gentoo-user@lists.gentoo.org; Sat, 04 Mar 2006 15:20:44 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FFYYi-0004RF-Ks for gentoo-user@gentoo.org; Sat, 04 Mar 2006 16:20:40 +0100 Received: from c-68-36-161-94.hsd1.nj.comcast.net ([68.36.161.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Mar 2006 16:20:40 +0100 Received: from pete4abw by c-68-36-161-94.hsd1.nj.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Mar 2006 16:20:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Peter Subject: [gentoo-user] Re: Nvidia hangs Xorg Date: Sat, 04 Mar 2006 10:20:27 -0500 Message-ID: References: <4409A20D.4020008@web.de> 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 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-68-36-161-94.hsd1.nj.comcast.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Archive: encrypt Sender: news X-Archives-Salt: cdacd8da-6210-4aa3-9c3f-a46d4d985f46 X-Archives-Hash: 26d30b25769c362046c4ffd48a2ab01e On Sat, 04 Mar 2006 15:19:57 +0100, Jonatan Antoni wrote: > Hi there, > > my problem of the freezing x-screen with the proprietary nvidia-drivers > and firefox is solved for the moment. I've just disabled the drivers > agp-support by setting the option nvagp to zero in xorg.conf. > For me, it made no difference whether to use nvagp or agpgart, both leads > in a hung-up. > > Thanks for your ideas. > Jonatan I had a 5200 card and two monitors and have never had this trouble -- either when using twinview or dual head modes. Here's an experiment. unmerge nvidia-glx and nvidia-kernel and try installing the nvidia drivers directly using their compile settings and installation routines. Next, check your xorg.conf file again. Another poster suggested correctly that you should have Load "dbe" as well as Load "extmod" (see the sample configuration file included with the source. Next, check how the agpgart module is loaded. Is it built into the kernel? Is it a module? Is modprobe agpgart being run? It must be a module if you are going to use the NVAGP option. Without agpgart loaded, nvidia drivers might bonk.0 More than likely, unless there is a hardware failure, your problem is one of configuration. Hopefully, this will get you going in the proper direction. I have used the nvidia drivers for almost 3 years with both the 5200 and 6200 cards and various different screen configurations, including laptops. I _DO_ know that configuration is a total bear. Not easy, confusing, and not intuitive! A good way to see what a bare nvidia configuration will be like is to run Xorg -configure. It will create a file in /root called xorg.conf.new which will show every option the driver (in this case nvidia) reports. While I currently only have one monitor, FWIW here is xorg.conf.new as reported by Xorg -configure for my setup. HTH xorg.conf.new: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "record" Load "glx" Load "extmod" Load "xtrap" Load "dri" Load "dbe" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "DigitalVibrance" # #Option "NoFlip" # [] #Option "Dac8Bit" # [] #Option "NoLogo" # [] #Option "UBB" # [] #Option "Stereo" # #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "VideoKey" # #Option "NvAGP" # #Option "IgnoreEDID" # [] #Option "NoDDC" # [] #Option "ConnectedMonitor" # #Option "ConnectedMonitors" # #Option "TVStandard" # #Option "TVOutFormat" # #Option "RenderAccel" # [] #Option "CursorShadow" # [] #Option "CursorShadowAlpha" # #Option "CursorShadowXOffset" # #Option "CursorShadowYOffset" # #Option "UseEdidFreqs" # [] #Option "FlatPanelProperties" # #Option "TwinView" # [] #Option "TwinViewOrientation" # #Option "SecondMonitorHorizSync" # #Option "SecondMonitorVertRefresh" # #Option "MetaModes" # #Option "UseInt10Module" # [] #Option "NoTwinViewXineramaInfo" # [] #Option "NoRenderExtension" # [] #Option "Overlay" # [] #Option "CIOverlay" # [] #Option "ForceEmulatedOverlay" # [] #Option "TransparentIndex" # #Option "OverlayDefaultVisual" # [] #Option "NvEmulate" # #Option "NoBandWidthTest" # [] #Option "CustomEDID-CRT-0" # #Option "CustomEDID-CRT-1" # #Option "CustomEDID-DFP-0" # #Option "CustomEDID-DFP-1" # #Option "CustomEDID-TV-0" # #Option "CustomEDID-TV-1" # #Option "TVOverScan" # #Option "IgnoreDisplayDevices" # #Option "MultisampleCompatibility" # [] #Option "RegistryDwords" # #Option "RegistryBinary" # #Option "NoPowerConnectorCheck" # [] #Option "AllowDFPStereo" # [] #Option "XvMCUsesTextures" # [] #Option "HorizSync" # #Option "VertRefresh" # #Option "AllowGLXWithComposite" # [] #Option "RandRRotation" # [] #Option "ExactModeTimingsDVI" # [] #Option "Coolbits" # #Option "AllowDDCCI" # [] #Option "ConstantFrameRateHint" # [] #Option "LoadKernelModule" # [] #Option "ClearCube" # [] #Option "PredefinedTimings" # #Option "EmulatedOverlaysTimerMs" # Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 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 -- gentoo-user@gentoo.org mailing list