You are not logged in.

#1 2009-01-30 15:08:17

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

catalyst xorg.conf options

where can i find all possible xorg.conf options for the catalyst driver?

vlad

Offline

#2 2009-01-30 18:11:49

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: catalyst xorg.conf options

DonVla wrote:

where can i find all possible xorg.conf options for the catalyst driver?

vlad

aticonfig --help is a start atleast

Offline

#3 2009-01-30 18:12:47

signor_rossi
Member
Registered: 2007-08-24
Posts: 257

Re: catalyst xorg.conf options

aticonfig?
AFAIK some options you may add to your xorg.conf don't have an effect unless you execute aticonfig or set them explicitly with aticonfig in the first place.
If anyone knows better, please correct me.

SignorRossi.

Offline

#4 2009-01-31 13:52:21

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: catalyst xorg.conf options

Mikko777 wrote:

aticonfig --help is a start atleast

i've looked, but there are no xorg.conf options.
nvidia has all of them listed in the README.
is there a similar thing for ati/catalyst.
come on, they _must_ have some sane documentation...

Offline

#5 2009-01-31 15:18:12

pointone
Wiki Admin
From: Waterloo, ON
Registered: 2008-02-21
Posts: 379

Re: catalyst xorg.conf options

aticonfig was kind enough to add this to my xorg.conf automatically:

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            "NoDRI"            # [<bool>]
    #Option            "SWcursor"        # [<bool>]
    #Option            "Dac6Bit"        # [<bool>]
    #Option            "BusType"        # [<str>]
    #Option            "DRM_nbufs"        # <i>
    #Option            "DRM_bufsize"        # <i>
    #Option            "Capabilities"        # <i>
    #Option            "CapabilitiesEx"    # <i>
    #Option            "ClientDriverName"    # [<str>]
    #Option            "KernelModuleParm"    # [<str>]
    #Option            "AGPMask"        # <i>
    #Option            "AGPv3Mask"        # <i>
    #Option            "BufferTiling"        # [<bool>]
    #Option            "Profile"        # <str>
    #Option            "RingSize"        # <i>
    #Option            "EnableDepthMoves"    # [<bool>]
    #Option            "GammaCorrectionI"    # <i>
    #Option            "GammaCorrectionII"    # <i>
    #Option            "OpenGLOverlay"        # [<bool>]
    #Option            "DefaultVisualTrueColor"    # [<bool>]
    #Option            "VideoOverlay"        # [<bool>]
    #Option            "DesktopSetup"        # [<str>]
    #Option            "MonitorLayout"        # [<str>]
    #Option            "ForceMonitors"        # [<str>]
    #Option            "EnableMonitor"        # <str>
    #Option            "OverlayOnCRTC2"    # [<bool>]
    #Option            "Mode2"            # [<str>]
    #Option            "PairModes"        # [<str>]
    #Option            "HSync2"        # [<str>]
    #Option            "VRefresh2"        # [<str>]
    #Option            "ScreenOverlap"        # <i>
    #Option            "MemClock"        # <i>
    #Option            "ASICClock"        # <i>
    #Option            "UseInternalAGPGART"    # [<bool>]
    #Option            "FastSwap"        # [<bool>]
    #Option            "Stereo"        # [<bool>]
    #Option            "StereoSyncEnable"    # <i>
    #Option            "DisableOvScaler"    # [<bool>]
    #Option            "UseFastTLS"        # <i>
    #Option            "BlockSignalsOnLock"    # [<bool>]
    #Option            "ForceGenericCPU"    # [<bool>]
    #Option            "CenterMode"        # [<bool>]
    #Option            "OffScreenPixmaps"    # [<bool>]
    #Option            "EnableOpaqueOverlayVisual"    # [<bool>]
    #Option            "TMDSCoherentMode"    # [<bool>]
    #Option            "EnablePrivateBackZ"    # [<bool>]
    #Option            "TVFormat"        # [<str>]
    #Option            "TVStandard"        # [<str>]
    #Option            "TVOverscan"        # [<bool>]
    #Option            "TVHSizeAdj"        # <i>
    #Option            "TVVSizeAdj"        # <i>
    #Option            "TVHPosAdj"        # <i>
    #Option            "TVVPosAdj"        # <i>
    #Option            "TVHStartAdj"        # <i>
    #Option            "TVColorAdj"        # <i>
    #Option            "PseudoColorVisuals"    # [<bool>]
    #Option            "PreferredVRefresh"    # <i>
    #Option            "FastStart"        # [<bool>]
    #Option            "ProfileDriver"        # [<bool>]
    #Option            "PPPTforGART"        # [<bool>]
    #Option            "TexturedVideo"        # [<bool>]
    #Option            "TexturedVideoSync"    # [<bool>]
    #Option            "Textured2D"        # [<bool>]
    #Option            "TexturedXrender"    # [<bool>]
    #Option            "DPMS"            # [<bool>]
    #Option            "MaxGARTSize"        # <i>
    #Option            "LogoPosX"        # <i>
    #Option            "LogoPosY"        # <i>
    #Option            "LogoColFG"        # <i>
    #Option            "LogoColBG"        # <i>
    #Option            "SwapScreens"        # [<bool>]
    #Option            "FBC"            # [<bool>]
    #Option            "FrontBufferMode"    # <i>
    #Option            "BackBufferMode"    # <i>
    #Option            "DepthBufferMode"    # <i>
    #Option            "OverlayBufferMode"    # <i>
    #Option            "VideoOverlayBufferMode"    # <i>
    #Option            "EnableIrqMgr"        # [<bool>]
    #Option            "EnableMulticard"    # [<bool>]
    #Option            "EnablePPLIB"        # [<bool>]
    #Option            "DefaultOnDC"        # [<bool>]
    #Option            "EnableRandR12"        # [<bool>]
    #Option            "DisableRotation"    # [<bool>]
    #Option            "EnableCrossFire"    # [<bool>]
    Identifier        "Card0"
    Driver            "fglrx"
    VendorName        "ATI Technologies Inc"
    BoardName        "Radeon Mobility X1400"
    BusID            "PCI:1:0:0"
EndSection

Last edited by pointone (2009-01-31 15:20:53)


M*cr*s*ft: Who needs quality when you have marketing?

Offline

#6 2009-02-01 04:25:58

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: catalyst xorg.conf options

thanks pointone!
now i need  brief description what each option does.

Offline

Board footer

Powered by FluxBB