From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 20:10:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77EB316A468 for ; Wed, 20 Jun 2007 20:10:05 +0000 (UTC) (envelope-from greenant@fastmail.fm) Received: from averell.tiscali.it (averell.tiscali.it [213.205.33.55]) by mx1.freebsd.org (Postfix) with ESMTP id BF15313C46C for ; Wed, 20 Jun 2007 20:10:02 +0000 (UTC) (envelope-from greenant@fastmail.fm) Received: from [192.168.8.3] (84.223.97.104) by averell.tiscali.it (7.2.079) id 465A9B19003CBAA5 for freebsd-questions@freebsd.org; Wed, 20 Jun 2007 22:10:01 +0200 Message-ID: <46798999.1030303@fastmail.fm> Date: Wed, 20 Jun 2007 22:10:01 +0200 From: Alberto Rizzi User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4677F9CC.9070907@fastmail.fm> <20070620140335.5481fff8@localhost> <4678C6B5.5040808@fastmail.fm> <20070620230734.78e650fd@localhost> <20070620164030.GA48660@slackbox.xs4all.nl> <46795965.5090203@fastmail.fm> <20070620175734.GC48660@slackbox.xs4all.nl> In-Reply-To: <20070620175734.GC48660@slackbox.xs4all.nl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Missing /dev/agpgart X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 20:10:05 -0000 Roland Smith ha scritto: > On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote: >> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I >> don't have neither 3D nor 2D. >> Am I right? > > Reading radeon(4) it implies that agp is only used when DRI is > enabled. The AGP options and the BusType option are only used when DRI > is enabled. It doesn't look like you need AGP for the 2D support. > > Roland My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also with wmii or other window manager) is very sloooooow How can I check whether 2D acceleration is active or not? How can I improve performances? My xorg.conf is Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" #Option "XkbRules" "xorg" # Option "XkbModel" "pc102" Option "XkbLayout" "it" # Option "XkbOptions" "eurosign:e" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 320 240 # mm Identifier "Monitor0" VendorName "VSC" ModelName "E70f-5" ### Comment all HorizSync and VertRefresh values to use DDC: # HorizSync 30.0 - 72.0 # VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Option "AGPMode" "8" Option "AGPFastWrite" "on" Option "AccelMethod" "XAA" Option "EnablePageFlip" "1" Option "ColorTiling" "1" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "RV350 AR [Radeon 9600]" BusID "PCI:1:0:0" # Identifier "Card0" # Driver "ati" # VendorName "ATI Technologies Inc" # BoardName "RV350 AR [Radeon 9600]" # BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Modes "1152x864" Depth 24 EndSubSection EndSection