VirtualBox

Opened 15 years ago

Closed 13 years ago

#3177 closed defect (fixed)

Video problems with VBoxAdditons in SLES 10

Reported by: Yann Owned by:
Component: guest additions Version: VirtualBox 2.1.2
Keywords: Cc:
Guest type: Linux Host type: Linux

Description

I installed the VBox additions on Suse Enterprise Linux Server 10 (SLES 10) and got green pixels/black screen instead the login screen after rebooting. In #vbox they told me this could be because I have a 6.9.0 X server but vbox installed the 7.0.0 module. I got everything back by recovering xorg.conf.back.

Here are some images showing the error and the content of /var/log/Xorg.0.log: http://yann.sciency.net/VBoxBug/

Change History (5)

comment:1 by Michael Thayer, 15 years ago

I was unable to reproduce this. Could you please run "lsmod | grep box" on the guest to make sure that the VirtualBox kernel modules are loaded? (This should not happen even if they are not loaded, but it would help to know :) ). And could you also attach /etc/X11/xorg.conf from the guest to this ticket? Thanks.

comment:2 by Phil Norris, 15 years ago

I have this exact same problem. I have VirtualBox 2.1.4 running on an openSuse 11.1 host, and am running SLES 10SP2 as the guest. Have also tried version 2.1.2 with the same result. After recovering xorg.conf.bak, as descibed above. I compared the running xorg.conf, with the failing one from vboxadditions. I noted that it uses two different drivers, namely vboxmouse for the mouse, and vboxvideo for the graphics card device. lsmod shows that neither of these are loaded as kernel modules, and modprobe returns a FATAL Module not found error.

Failing xorg.conf attached below.

# /.../ # SaX generated X11 config file # Created on: 2009-02-17T12:07:37+0000. # # Version: 7.1 # Contact: Marcus Schaefer <sax@…>, 2005 # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users> # # Automatically generated by [ISaX] (7.1) # PLEASE DO NOT EDIT THIS FILE! # Section "Files"

FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/xtest" FontPath "/opt/kde3/share/fonts" InputDevices "/dev/gpmdata" InputDevices "/dev/input/mice"

EndSection

Section "ServerFlags"

Option "AllowMouseOpenFail" "on"

EndSection

Section "Module"

Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "glx" Load "v4l"

EndSection

Section "InputDevice"

Driver "kbd" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "gb" Option "XkbModel" "pc105" Option "XkbRules" "xfree86"

EndSection

Section "InputDevice"

Driver "vboxmouse" Option "CorePointer"

Identifier "Mouse[1]" Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "Name" "ImExPS/2 Generic Explorer Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"

Option "CalcAlgorithm" "XServerPool" DisplaySize 386 290 HorizSync 31-48 Identifier "Monitor[0]" ModelName "1024X768@60HZ" Option "DPMS" VendorName "--> VESA" VertRefresh 50-60 UseModes "Modes[0]"

EndSection

Section "Modes"

Identifier "Modes[0]" Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync Modeline "800x600" 48.00 800 832 928 1024 600 604 608 624

EndSection

Section "Screen"

SubSection "Display"

Depth 15 Modes "default"

EndSubSection SubSection "Display"

Depth 16 Modes "default"

EndSubSection SubSection "Display"

Depth 24 Modes "default"

EndSubSection SubSection "Display"

Depth 32 Modes "default"

EndSubSection SubSection "Display"

Depth 8 Modes "default"

EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]"

EndSection

Section "Device"

BoardName "Framebuffer Graphics"

Driver "vboxvideo"

Identifier "Device[0]" VendorName "VESA"

EndSection

Section "ServerLayout"

Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]"

EndSection

Section "DRI"

Group "video" Mode 0660

EndSection

Section "Extensions" EndSection

in reply to:  description comment:3 by abucaca, 15 years ago

I have this problem too. I have a Windows XP SP3 host and SLED 10 SP2 guest with all the patches. After initial install and patching I installed the vbox extensions and on reboot the graphical login screen was blank. copying back the original xorg.conf files fixed things. This is Vbox version, 2.1.4

comment:4 by Technologov, 14 years ago

VBox 3.2.0 was extensively tested with all versions of openSUSE (10.2 and up), and is expected to work with SLES, too.

Please retry with VBox 3.2.x

-Technologov

comment:5 by Frank Mehnert, 13 years ago

Resolution: fixed
Status: newclosed

No response, closing.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use