Page 1 of 1

Fedora 14 Upgrade - Video problem

Posted: 6. Nov 2010, 16:58
by recobb
I used the preupgrade method to update Fedora 13 to Fedora 14. During the boot process the little bar gets to the right side of the screen, then stops. Doing a ctrl-backspace-F3 I can login as root in the console, and poke around at logs, etc. When I try startx, it gets just so far and gives some error messages. Opening the Xorg.0.log file, down near the end, I find the following:

Code: Select all

[   393.628] (==) AIGLX enabled
[   393.628] (II) Loading extension GLX
[   393.628] (II) LoadModule: "record"
[   393.629] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   393.629] (II) Module record: vendor="X.Org Foundation"
[   393.629] 	compiled for 1.9.1, module version = 1.13.0
[   393.629] 	Module class: X.Org Server Extension
[   393.629] 	ABI class: X.Org Server Extension, version 4.0
[   393.629] (II) Loading extension RECORD
[   393.629] (II) LoadModule: "dri"
[   393.630] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   393.630] (II) Module dri: vendor="X.Org Foundation"
[   393.630] 	compiled for 1.9.1, module version = 1.0.0
[   393.630] 	ABI class: X.Org Server Extension, version 4.0
[   393.630] (II) Loading extension XFree86-DRI
[   393.630] (II) LoadModule: "dri2"
[   393.630] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   393.631] (II) Module dri2: vendor="X.Org Foundation"
[   393.631] 	compiled for 1.9.1, module version = 1.2.0
[   393.631] 	ABI class: X.Org Server Extension, version 4.0
[   393.631] (II) Loading extension DRI2
[   393.631] (II) LoadModule: "vboxvideo"
[   393.631] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
[   393.631] (II) Module vboxvideo: vendor="Oracle Corporation"
[   393.632] 	compiled for 1.5.99.901, module version = 1.0.1
[   393.632] 	Module class: X.Org Video Driver
[   393.632] 	ABI class: X.Org Video Driver, version 7.0
[   393.632] (EE) module ABI major version (7) doesn't match the server's version (8)
[   393.634] (II) UnloadModule: "vboxvideo"
[   393.634] (II) Unloading /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
[   393.634] (EE) Failed to load module "vboxvideo" (module requirement mismatch, 0)
[   393.635] (EE) No drivers available.
[   393.636] 
Fatal server error:
[   393.637] no screens found
[   393.638] 
I had guest additions installed in F13, now it seems like something about the video drivers don't match, and I don't know how to go about fixing it. Any ideas?

Richard C.

Re: Fedora 14 Upgrade - Video problem

Posted: 6. Nov 2010, 17:15
by Sasquatch
Reinstall the GA. F14 ships a new Xorg version and the current GA version does not support it. You must run VB 3.2.10 at least.

Re: Fedora 14 Upgrade - Video problem

Posted: 6. Nov 2010, 17:54
by recobb
Sasquatch wrote:Reinstall the GA. F14 ships a new Xorg version and the current GA version does not support it. You must run VB 3.2.10 at least.
Bingo. I had tried that previously, but couldn't get to the GA iso. It appeared in /media/GuestAdditions.....iso, but when I did a cd into that folder it was empty. And I didn't figure out how to get it mounted. This time I was able to get it mounted by using /dev/sr0, and that let me get into it. After that I got the GA reinstalled, and now it works. Many thanks! :D

Richard