Korosi Akos wrote:

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VideoRam    131072
        Option      "AGPMode"    "4"
        #Option      "AGPSize"    "128"
# === disable PnP Monitor  ===
        #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
        Option "DesktopSetup"               "0x00000000"
        Option "MonitorLayout"              "AUTO, AUTO"
        Option "IgnoreEDID"                 "off"
        Option "HSync2"                     "30 - 85"
        Option "VRefresh2"                  "50 - 160"
        Option "ScreenOverlap"              "0"
        Option "GammaCorrectionI"           "0x00000000"
        Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
        Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
        Option "OpenGLOverlay"              "off"
# === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "yes"
        Option "ForceGenericCPU"            "no"
        BusID "PCI:1:0:0"    # vendor=1002, device=514d
        Screen 0

        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9100"
EndSection

What 2D driver are you using? This is all configuration for ATI's close-source driver. Mixing and matching parts from their drivers and parts from ours can only lead to failure.





------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to