Bug 6075

Summary: [aiglx] Patch #2 - with Xorg DDX shows white windows
Product: xorg Reporter: Shawn Starr <shawn.starr>
Component: Server/GeneralAssignee: Kristian Høgsberg <krh>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: Other   
OS: Linux (All)   
URL: http://www.sh0n.net/spstarr/xair/xserver-head-r300.jpg
Whiteboard:
i915 platform: i915 features:

Description Shawn Starr 2006-03-01 17:00:50 UTC
Build all components from March 1st, 2006 source: Mesa-head, drm-head, 
xserver-head 
 
Patch in parts of: 
http://www.freedesktop.org/~krh/accel-indirect-glx/http://www.freedesktop.org/~krh/accel-indirect-glx/mesa-texture-from-pixmap.patch 
 
Apply: http://www.freedesktop.org/~krh/accel-indirect-glx/aiglx-take-2.patch 
into xserver-head, goes in clean. 
 
Note: EXA accel used in xorg.conf. 
 
Xorg.conf fragments: 
 
Section "Extensions" 
        Option  "Composite"     "Enable" 
        Option  "RENDER"        "Enable" 
        Option  "DAMAGE"        "Enable" 
EndSection 
 
Section "Module" 
        Load    "dbe" 
        Load    "i2c" 
        Load    "bitmap" 
        Load    "ddc" 
        Load    "dri" 
        Load    "extmod" 
        Load    "freetype" 
        Load    "glx" 
        Load    "int10" 
        Load    "type1" 
        Load    "vbe" 
EndSection 
 
Section "Device" 
        Identifier      "ATI Technologies, Inc. Radeon Mobility 9600/9700 
M10/M11 (RV350 NP)" 
        Option          "AGPMode"               "2" 
        Option          "EnableDepthMoves"      "true" 
        Option          "EnablePageFlip"        "true" 
        Option          "NoBackBuffer"          "false" 
        Option          "DDCMode"               "true" 
        #Option         "MergedNonRectangular"  "true" 
        Option          "RenderAccel"           "true" 
        Option          "AllowGLXWithComposite" "true" 
        Option         "AccelMethod"            "xaa" #"exa" 
        Option          "XAANoOffscreenPixmaps" "true" 
        Option          "BIOSHotkeys"           "true" 
        Option          "DynamicClocks"         "on" 
        Driver          "ati" 
        BusID           "PCI:1:0:0" 
EndSection
Comment 1 Shawn Starr 2006-03-04 13:15:38 UTC
Needed to use LIBGL_ALWAYS_INDIRECT=1 (if its not defaulted) there's other 
crashes but it's not due to do this. Closing 

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.