It seems that starting at 23/04 with xorg-x11-server-1.4.99.901-23.20080415.fc9 I'm not able to use EXA accel anymore and so no xvideo with my Sapphire X1900 card.<br><br>01:00.0 VGA compatible controller: ATI Technologies Inc R580 [Radeon X1900 XT] (Primary)<br>
<br>Leaving AccelMethod EXA in xorg.conf I get:<br> 1) rhgb freeze at mid startup point (with both 2.6.25-1 and 2.6.25-8 kernels). I need to switch off keeping power button pressed <br>2) if I boot without rhgb and without quiet I get black screen with cursor circle when starting gdm part and only able to move mouse but no console switch able<br>
I can press power button and get clean shutdown (without screen changes)<br>3) if I boot as in 2) and specifying init level 3 I can get a console<br>If I log as normal user and do a startx I get gnome but after few seconds screen freezes. I need to switch off keeping power button pressed <br>
4) if I comment out the option about EXA in xorg.conf it seems ok (just in that session)<br><br>Is there a particular option for EXA in this latest updates?<br><br>BTW: also fglrx doesn't work (tried with -1 kernel, not available for -8 yet). I get a <br>
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so<br>dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined symbol: miZeroLin<br>eScreenIndex<br>(EE) Failed to load /usr/lib/xorg/modules/drivers//fglrx_drv.so<br>
<br>Not tried radeonhd in these days (I have installed xorg-x11-drv-radeonhd-1.1.0-0.7.20080404git.fc9.i386) because it doesn't provide xvideo yet...<br><br>My system is an updated rawhide x86. Relevant packages now are:<br>
<br>xorg-x11-server-Xorg-1.4.99.901-26.20080415.fc9.i386<br>xorg-x11-drv-ati-6.8.0-10.fc9.i386<br>kernel-2.6.25-8.fc9.i686<br><br>Any help? See below my current xorg.conf<br><br><br>Section "ServerLayout"<br>        Identifier     "Default Layout"<br>
        Screen      0  "Screen0" 0 0<br>        InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br><br>EndSection<br><br>Section "ServerFlags"<br>
        Option      "AIGLX" "on"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Keyboard0"<br>        Driver      "kbd"<br>        Option      "XkbModel" "pc105"<br>
        Option      "XkbLayout" "us+inet"<br>EndSection<br>Section "Device"<br>        Identifier  "Videocard0"<br>        Driver      "radeon"<br>#       Option      "AccelMethod" "EXA"<br>
EndSection<br><br>Section "Screen"<br>        Identifier "Screen0"<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>        SubSection "Display"<br>                Viewport   0 0<br>
                Depth     24<br>        EndSubSection<br>EndSection<br><br>Section "Extensions"<br>        Option      "Composite" "Enable"<br>        Option      "DAMAGE" "Enable"<br>
        Option      "RENDER" "Enable"<br>        Option      "RandR" "on"<br>EndSection<br><br>Section "Module"<br>  Load         "drm"<br>  Load         "v4l"<br>
  Load         "GLcore"<br>  Load         "type1"<br>  Load         "vbe"<br>EndSection<br><br>Section "DRI"<br>  Mode 0666<br>EndSection<br><br>(extmod, dri, freetype, glx, dbe are not specified as they are loaded automatically, as in log file:<br>
(II) "extmod" will be loaded by default.<br>(II) "dbe" will be loaded by default.<br>(II) "glx" will be loaded by default.<br>(II) "freetype" will be loaded by default.<br>(II) "dri" will be loaded by default.<br>
(II) "dri2" will be loaded by default.<br><br>)<br><br>Gianluca<br>