vboxvideo error
vboxvideo error
I am running VirtualBox v4.2.16 on Windows 8, trying to install RHEL 6.1 Enterprise Linux as a guest, with GUI.
When I try to install Guest Additions in RHEL 6.1, the OpenGL support module failed.
In the /var/log/vboxadd-install.log, it says,
/tmp/vbox.0/vboxvideo_drm.c: In function 'vboxvideo_init':
/tmp/vbox.0/vboxvideo_drm.c:176: error: too many arguments to function 'drm_pci_init'
/tmp/vbox.0/vboxvideo_drm.c: In function 'vboxvideo_exit':
/tmp/vbox.0/vboxvideo_drm.c:185: error: implicit declaration of function 'drm_pci_exit'
And I cannot find any solution to this. Therefore can anyone help?
Thanks
When I try to install Guest Additions in RHEL 6.1, the OpenGL support module failed.
In the /var/log/vboxadd-install.log, it says,
/tmp/vbox.0/vboxvideo_drm.c: In function 'vboxvideo_init':
/tmp/vbox.0/vboxvideo_drm.c:176: error: too many arguments to function 'drm_pci_init'
/tmp/vbox.0/vboxvideo_drm.c: In function 'vboxvideo_exit':
/tmp/vbox.0/vboxvideo_drm.c:185: error: implicit declaration of function 'drm_pci_exit'
And I cannot find any solution to this. Therefore can anyone help?
Thanks
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: vboxvideo error
Cross posting is prohibited by the forum rules - hence I have deleted your duplicate post in "Windows Hosts".
Re your problem, please post a VM log file: read Minimum information needed for assistance.
Re your problem, please post a VM log file: read Minimum information needed for assistance.
Re: vboxvideo error
Sorry, as a Linux newbie, I do not know how to get the /var/log/vboxadd-install.log file out from the Linux guest.
Please help.
Please help.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: vboxvideo error
That isn't the log file I need. Click the link I provided in my previous post.
Re: vboxvideo error
Do you mean the guest info? I've attached the guest info.
- Attachments
-
GuestInfo.log- (3.1 KiB) Downloaded 20 times
Re: vboxvideo error
Just realize another Vbox.log. Attached it now.
- Attachments
-
VBox.log- (118.09 KiB) Downloaded 19 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: vboxvideo error
Code: Select all
3D Acceleration: offRe: vboxvideo error
I have turned on the 3D acceleration in the setting, however the same problem occurs.
- Attachments
-
NewGuestInfo.log- (3.1 KiB) Downloaded 17 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: vboxvideo error
Post the guests log file (as an attachment) again.
See Online Users Manual for the location of the file.
See Online Users Manual for the location of the file.
Re: vboxvideo error
This is the latest VBox.log file. Not sure this is the file you want.
Thanks.
Thanks.
- Attachments
-
VBox.log- (65.76 KiB) Downloaded 13 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: vboxvideo error
This log shows that you have enabled 3D and VirtualBox sees the hosts ability for OpenGL. But there is no mention of the guest using the package. I need to see the following files from the guest. (as an attachment)
/var/log/vboxadd-install.log
/var/log/vboxadd-install-X11.log
/var/log/Xorg.0.log
/var/log/vboxadd-install.log
/var/log/vboxadd-install-X11.log
/var/log/Xorg.0.log
Re: vboxvideo error
Sorry, as a Linux newbie, I do not know how to retrieve the files out of VirtualBox.
I do not even know how to copy and paste from vi.
Please help.
I do not even know how to copy and paste from vi.
Please help.
Re: vboxvideo error
I manage to find my way out. Attached is the log file for
/var/log/vboxadd-install.log
/var/log/Xorg.0.log
I do not have
/var/log/vboxadd-install-X11.log
Thanks.
/var/log/vboxadd-install.log
/var/log/Xorg.0.log
I do not have
/var/log/vboxadd-install-X11.log
Thanks.
- Attachments
-
- Logs.zip
- (38.03 KiB) Downloaded 10 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: vboxvideo error
Try this. In a terminal as su/sudo run the following command and then reboot the guest.
If that doesn't fix the issue then try installing the guest additions again. Watch the terminal window close for any errors and post the exact error message if it finds one.
Code: Select all
/etc/init.d/vboxadd setupRe: vboxvideo error
I try this before, it doesn't work.
I even reinstall the RHEL 6.1 fresh, however the Guest Additions simply appears with OpenGL support module failed.
I even reinstall the RHEL 6.1 fresh, however the Guest Additions simply appears with OpenGL support module failed.
- Attachments
-
- RedHat Server.png (6.46 KiB) Viewed 6347 times