On Ubuntu 6.06 amd64, Xorg fails to launch with the error "invalid io allocation". The vesa driver seems to work fine. Ubuntu's bug tracker told me to report this upstream. # lspci | grep ATI 0000:09:00.0 VGA compatible controller: ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] xserver-xorg 7.0.0-0ubuntu45 xserver-xorg-driver-ati 6.5.7.3-0ubuntu7
Created attachment 6447 [details] /etc/X11/xorg.conf
Please attach a log file from an attempt to start the X server with the radeon driver. Does this also happen without specifying the BusID?
Created attachment 6454 [details] The X log
Created attachment 6455 [details] The real X log The previous was a redirect from stderr/stdout; please ignore.
Thanks for your inquiry. I commented out the BusID line and the same thing happened.
Thanks. Does this still happen with xf86-video-ati git ati-1-0-branch or master?
I get the same error, though no memory errors are shown: ... (WW) ****INVALID IO ALLOCATION**** b: 0xf0000400 e: 0xf00004ff correcting^G (EE) end of block range 0xefffffff < begin 0xf0000000 ... I'll be attaching the whole log file next. BTW, if I manage to test the latest driver from git I'll report back, but first I'll try to upgrade my Ubuntu Dapper to Edgy.
Created attachment 7482 [details] Xorg log from latest Ubuntu Dapper This error happened always, whatever the xorg.conf changes I've ever made.
Created attachment 11680 [details] Xorg.0.log from latest Ubuntu Gustsy The INVALID IO ALLOCATION error is still present in xserver-xorg-video-ati 6.7.193-1ubuntu1.
Just added a new Xorg.0.log to show that this error still persists in latest driver version available. The error was produced using a default generated xorg.conf, which I'm attaching next.
Created attachment 11681 [details] Default config by dpkg-reconfigure xserver-xorg in Gutsy
are you still seeing this in a more recent release or in ati git master?
No, I could not reproduce this with Ubuntu Intrepid. I can't speak for Alex Muntada though.
I'm still running ubuntu hardy on my MacMini and this error is still present (xserver-xorg-video-ati is version 1:6.8.0-1), so I downloaded current ati git master (Xorg.0.log says version 6.9.0) but the result is the same: the error still shows in the log. I'm not attaching the log since there are only a few differences (/dev/dri/card0 is now OK): @@ -223,7 +223,7 @@ (II) LoadModule: "ati" (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so (II) Module ati: vendor="X.Org Foundation" - compiled for 1.4.0.90, module version = 6.8.0 + compiled for 1.4.0.90, module version = 6.9.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "radeon" @ -457,9 +457,7 @@ (WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space! (WW) RADEON(0): Unrecognized BIOS signature, BIOS data will not be used drmOpenDevice: node name is /dev/dri/card0 -drmOpenDevice: open result is -1, (No such device or address) -drmOpenDevice: open result is -1, (No such device or address) -drmOpenDevice: Open failed +drmOpenDevice: open result is 6, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:10.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) Let me know if I can help in any way.
Is this still an issue with kms or a more recent driver?
After upgrading to ubuntu karmic the message disappeared. Let me know if you want me to upgrade to newer versions or provide some logs, etc.
(In reply to comment #16) > After upgrading to ubuntu karmic the message disappeared. > Let's call this fixed then. Thanks.
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.