From owner-freebsd-questions@FreeBSD.ORG Thu Aug 20 16:48:52 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5176106568D for ; Thu, 20 Aug 2009 16:48:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5F59B8FC3F for ; Thu, 20 Aug 2009 16:48:51 +0000 (UTC) Received: by yxe11 with SMTP id 11so36871yxe.3 for ; Thu, 20 Aug 2009 09:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=P+rcPf7jjONAeSkVPcRVNxYIP2qXMQ6xKjzkFLqByd0=; b=NJ6DolqCnzKXntucG9eKKduFYBxrPmOA8HX8HfrMz6+IiKXMkxsP7Z2CBG9EZ4I5mO sCsdv48vuF8u/7/ZjrfKI50JEo4xvqaRa1Hua0NWgcRNUX3Z6IMVOy2oz1VpQrQIIxhm hnU7gcS/gVVk5W/UgpOm/abtWL9zYIYLqVdUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EgjQ9dqUGASswpGFBIpewgnmCpdDDslg1VcgMWHsREpndHQopI6WuqMH5YVxKeRFjs 5w/NLNCjRnfDyxsxbHbLYTHBAe8tn6YwCCS6QB4Qzox63fHkFAWvv/ST6Jdj+hFi0/PL Wj8pN+x3OwAILXg6wPcfI17tRwkrMHmv6U1b8= MIME-Version: 1.0 Received: by 10.150.253.12 with SMTP id a12mr161211ybi.178.1250786930861; Thu, 20 Aug 2009 09:48:50 -0700 (PDT) In-Reply-To: <6201873e0908200651s3b570b91g67c96dbb0527169a@mail.gmail.com> References: <200908200836.55115.FreeBSD@insightbb.com> <6201873e0908200651s3b570b91g67c96dbb0527169a@mail.gmail.com> Date: Thu, 20 Aug 2009 11:48:50 -0500 Message-ID: <6201873e0908200948j7016ccbfp660820e7892086bf@mail.gmail.com> From: Adam Vande More To: Steven Friedrich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: desktop effects 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: Thu, 20 Aug 2009 16:48:52 -0000 On Thu, Aug 20, 2009 at 8:51 AM, Adam Vande More wrote: > On Thu, Aug 20, 2009 at 7:36 AM, Steven Friedrich wrote: > >> I'm running freebsd 7.2p3, kde4.3.0, X7.4_2, and using the radeon X >> driver. >> >> I get an error dialog when I enable desktop effects. >> >> Can anyone enable desktop effects? I'm wondering if it requires support >> in >> the X driver and perhaps the ati drivers don't support it yet. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > > You need to enable the appropriate settings within xorg.conf. > > -- > Adam Vande More > Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "AIGLX" "True" EndSection Section "Files" 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 "dri" Load "dri2" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" Option "LeftOf" "Monitor0" 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 "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPFastWrite" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "DMAForXv" # [] #Option "FBTexPercent" # #Option "DepthBits" # #Option "PCIAPERSize" # #Option "AccelDFS" # [] #Option "IgnoreEDID" # [] #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # #Option "ColorTiling" # [] #Option "VideoKey" # #Option "RageTheatreCrystal" # #Option "RageTheatreTunerPort" # #Option "RageTheatreCompositePort" # #Option "RageTheatreSVideoPort" # #Option "TunerType" # #Option "RageTheatreMicrocPath" # #Option "RageTheatreMicrocType" # #Option "ScalerWidth" # Option "RenderAccel" "1" # [] #Option "SubPixelOrder" # [] #Option "ShowCache" # [] #Option "DynamicClocks" # [] #Option "VGAAccess" # [] #Option "ReverseDDC" # [] #Option "LVDSProbePLL" # [] Option "AccelMethod" "EXA" # Option "DRI" "1" # [] #Option "ConnectorTable" # #Option "DefaultConnectorTable" # [] #Option "DefaultTMDSPLL" # [] #Option "TVDACLoadDetect" # [] #Option "ForceTVOut" # [] #Option "TVStandard" # #Option "IgnoreLidStatus" # [] #Option "DefaultTVDACAdj" # [] #Option "Int10" # [] #Option "EXAVSync" # [] #Option "ATOMTVOut" # [] #Option "R4xxATOM" # [] Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "R420 JI [Radeon X800PRO]" BusID "PCI:1:0:0" Option "monitor-VGA-0" "Monitor0" Option "monitor-DVI-0" "Monitor1" 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 Virtual 2560 1024 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection -- Adam Vande More