RE: mesa indirect



Post you /etc/X11/xorg.conf would help to resolve this.

Adding these entries if they do not exists should help.

Section "Module"
Load "glx"
Load "dri"
EndSection


Section "Extensions"
Option "Composite" "Disable"
EndSection

This is a good site for ati info.
http://www.phoronix.net/forums/forumdisplay.php?f=19


Copy of my xorg.conf.
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "aticonfig-Layout[all]"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "dri"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "OverlayOnCRTC2" "1"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:1"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • DRI and linux compat...
    ... The game in question is NeverWinterNights though I don't think the problem is related to the game specifically. ... It would appear as though I have no DRI within my linux-compat. ... server glx vendor string: SGI ... Load "dbe" ...
    (freebsd-questions)
  • Re: ati radeon 9200 - slow 3d acceleration
    ... >> I have to load the fglrx kernel module first, and after that, I can ... >> load the agpgart, and radeon drm modules. ... both GLX and the DRI ... If I load both the GLX and the DRI ...
    (Debian-User)
  • Re: Panic with X/radeon/glx (vm_fault: fault on nofault entry)
    ... To me i've the similar problem if i start the X with the both "load glx" and "load dri"! ... If i disable the dri is possible to start the X without any problem and use the glx extension's! ... My system panics if glx is enabled in xorg.conf. ...
    (freebsd-current)
  • Xlib: extension "GLX" missing on display ":0.0".
    ... glx doesn't work. ... both glx and dri are in my xorg.conf, ... driver, i have graphics/dri installed. ... Load "dbe" ...
    (freebsd-questions)
  • Re: X.org hanging under 7.2-PRERELEASE
    ... started getting hangs and lockups. ... This happens only when DRI is enabled. ... or of interrupts being trashed. ... Load "extmod" ...
    (freebsd-stable)