Bug 6075 - [aiglx] Patch #2 - with Xorg DDX shows white windows
Summary: [aiglx] Patch #2 - with Xorg DDX shows white windows
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: Other Linux (All)
: high normal
Assignee: Kristian Høgsberg
QA Contact:
URL: http://www.sh0n.net/spstarr/xair/xser...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 17:00 UTC by Shawn Starr
Modified: 2006-03-03 18:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.