OpenGL-Optionen bei ATI-Karten

oyster-manu

oyster-manu

toast
Hallo,

ich habe mir den neusten offiziellen ATI-Treiber für meine Graka (XPress1500) besorgt und installiert. Allerdings ist mit aufgefallen, dass das Spiel foobilliard mit der ATI-Karte anders dargestellt wird als bei meiner Nvidia Geforce2 (anderer Rechner), z.B. ist die Tischtextur nicht einheitlich in einem Grünton, was recht stört beim spielen.
Daher die Frage: kann man beim ATI-Treiber Einstellungen für openGL vorhnehmen? Im Netz um im Catalyst-Controlcenter habe ich nichts gefunden.
 
Hey oyster-manu,

Nach dem du "aticonfig --initial --input=/etc/X11/xorg.conf" in der Shell ausgeführt hast, sind einige Optionen in der /etc/X11/xorg.conf unter "Section Device" auskommentiert. Diese kannst du dir anpassen, aber hier ist auch Vorsicht wichtig. Viel Spass.
Z.B
Code:
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     "AccelDFS"                  # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "MergedXinerama"            # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "MergedNonRectangular"      # [<bool>]
        #Option     "MergedMouseRestriction"    # [<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     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
        #Option     "BIOSHotkeys"               # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        #Option     "ReverseDDC"                # [<bool>]
        #Option     "LVDSProbePLL"              # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "ConstantDPI"               # [<bool>]

        Option      "backingstore"              "true"

        ....
EndSection
 
Vielen Dank. Gibt es dazu vllt irgendwo eine Readme? Besonders der Eintrag
"#Option "BIOSHotkeys" # [<bool>]"
ist sehr interessant, da ich ein Dell-Notebook besitze und die Bildschirmhelligkeit über die Fn-Tasten nicht einstellbar ist.
 
Hey oyster-manu,

Da diese Optionen von Ati generiert werden, müssten sie bei dir auch vorhanden sein. Fals dies so ist, müsste auch eine Readme dabei sein ansonsten dürften auch Suchmaschinen gute Ergebnise anzeigen.
 
Ich habe gerade in meiner xorg.conf nachgesehen: es gibt keinen Eintrag wie BIOSHotkeys auch die meisten anderen konnte ich nicht finden. Die Hilfe von dem Befehl "aticonfig" gibt auch keine weitere Hilfe aus.
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

ATI und Nvidia erweitern OpenGL-Treiber-Unterstützung

Linux Mint 10 und ATI

Arch Autoinstallscript

ATI Radeon X300 - Überhitzung?

Zurück
Oben