On Thu, Aug 20, 2009 at 8:51 AM, Adam Vande More <[email protected]>wrote:

> On Thu, Aug 20, 2009 at 7:36 AM, Steven Friedrich 
> <[email protected]>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.
>> _______________________________________________
>> [email protected] mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> [email protected]"
>>
>
> 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: <i>: integer, <f>: float, <bool>: "True"/"False",
       ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
       ### [arg]: arg optional
       #Option     "NoAccel"                   # [<bool>]
       #Option     "SWcursor"                  # [<bool>]
       #Option     "Dac6Bit"                   # [<bool>]
       #Option     "Dac8Bit"                   # [<bool>]
       #Option     "BusType"                   # [<str>]
       #Option     "CPPIOMode"                 # [<bool>]
       #Option     "CPusecTimeout"             # <i>
       #Option     "AGPMode"                   # <i>
       #Option     "AGPFastWrite"              # [<bool>]
       #Option     "AGPSize"                   # <i>
       #Option     "GARTSize"                  # <i>
       #Option     "RingSize"                  # <i>
       #Option     "BufferSize"                # <i>
       #Option     "EnableDepthMoves"          # [<bool>]
       #Option     "EnablePageFlip"            # [<bool>]
       #Option     "NoBackBuffer"              # [<bool>]
       #Option     "DMAForXv"                  # [<bool>]
       #Option     "FBTexPercent"              # <i>
       #Option     "DepthBits"                 # <i>
       #Option     "PCIAPERSize"               # <i>
       #Option     "AccelDFS"                  # [<bool>]
       #Option     "IgnoreEDID"                # [<bool>]
       #Option     "DisplayPriority"           # [<str>]
       #Option     "PanelSize"                 # [<str>]
       #Option     "ForceMinDotClock"          # <freq>
       #Option     "ColorTiling"               # [<bool>]
       #Option     "VideoKey"                  # <i>
       #Option     "RageTheatreCrystal"        # <i>
       #Option     "RageTheatreTunerPort"      # <i>
       #Option     "RageTheatreCompositePort"  # <i>
       #Option     "RageTheatreSVideoPort"     # <i>
       #Option     "TunerType"                 # <i>
       #Option     "RageTheatreMicrocPath"     # <str>
       #Option     "RageTheatreMicrocType"     # <str>
       #Option     "ScalerWidth"               # <i>
       Option     "RenderAccel" "1"            # [<bool>]
       #Option     "SubPixelOrder"             # [<str>]
       #Option     "ShowCache"                 # [<bool>]
       #Option     "DynamicClocks"             # [<bool>]
       #Option     "VGAAccess"                 # [<bool>]
       #Option     "ReverseDDC"                # [<bool>]
       #Option     "LVDSProbePLL"              # [<bool>]
       Option     "AccelMethod" "EXA"          # <str>
       Option     "DRI" "1"                    # [<bool>]
       #Option     "ConnectorTable"            # <str>
       #Option     "DefaultConnectorTable"     # [<bool>]
       #Option     "DefaultTMDSPLL"            # [<bool>]
       #Option     "TVDACLoadDetect"           # [<bool>]
       #Option     "ForceTVOut"                # [<bool>]
       #Option     "TVStandard"                # <str>
       #Option     "IgnoreLidStatus"           # [<bool>]
       #Option     "DefaultTVDACAdj"           # [<bool>]
       #Option     "Int10"                     # [<bool>]
       #Option     "EXAVSync"                  # [<bool>]
       #Option     "ATOMTVOut"                 # [<bool>]
       #Option     "R4xxATOM"                  # [<bool>]
       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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to