From owner-freebsd-stable@FreeBSD.ORG Mon Aug 25 08:14:05 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C079616A4BF for ; Mon, 25 Aug 2003 08:14:05 -0700 (PDT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D092E43FDF for ; Mon, 25 Aug 2003 08:14:04 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 5E2E021ACF0 for ; Mon, 25 Aug 2003 15:14:02 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-3.hotpop.com (Postfix) with SMTP id 640FB6A1024; Mon, 25 Aug 2003 15:13:47 +0000 (UTC) Date: Mon, 25 Aug 2003 15:11:28 -0500 From: Vulpes Velox To: Igor Pokrovsky Message-Id: <20030825151128.6a2fe1d7.kitbsdlists@HotPOP.com> In-Reply-To: <20030825090247.GB538@exmatis1.cnrm.meteo.fr> References: <20030824043218.00df0796.kitbsdlists@HotPOP.com> <20030825090247.GB538@exmatis1.cnrm.meteo.fr> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- cc: freebsd-stable@freebsd.org Subject: Re: GL problems with X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 15:14:05 -0000 On Mon, 25 Aug 2003 11:02:47 +0200 Igor Pokrovsky wrote: > On Sun, Aug 24, 2003 at 04:32:18AM -0500, Vulpes Velox wrote: > > I am running 4stable with a Radeon R100 QD [Radeon 7200] and XFree86 v. > > 4.3.0 and I when ever I try to run anything that uses GL I end up with X > > freezing and the keyboard becoming unresponsive. The only way I can solve > > this is by sshing, suing to root, and either rebooting or killing and > > restarting X. > > > > I have X compiled with -O or -O2... forget which. > > You have not gave us any clues... Post your configs, and you probably > shouldn't change optimization compilation flags from defaults. Here is the X config. As far as more info goes, it does it with any program that uses GL. I've not noticed any thing similar between them all other than that. 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/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts" EndSection Section "Module" Load "int10" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 82.0 VertRefresh 60.0 - 100.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # Option "AGPMode" "4" # Option "AGPFastWrite" "True"# [] #Option "AGPSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "CloneDisplay" # #Option "CloneMode" # [] #Option "CloneHSync" # [] #Option "CloneVRefresh" # [] #Option "UseFBDev" # [] #Option "VideoKey" # Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Radeon R100 QD [Radeon 7200]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 4 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 8 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 15 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 16 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 32 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection EndSection Section "DRI" Mode 0666 EndSection