Xorg Gentoo Oracle VM VirtualBox

Всем привет !

У меня возникла проблема при конфигурации иксов на виртуалке с гентой . Ошибка "no device to configure. Configuration failed" . Я так подозреваю что проблема в используемых драйверах :

Xorg -configure
X.Org X Server 1.9.4
Release Date: 2011-02-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.36-gentoo-r5 i686 Gentoo
Current Operating System: Linux vic_gentoo_biatch 2.6.36-gentoo-r5 #1 SMP Thu Feb 24 04:24:21 MSK 2011 i686
Kernel command line: root=/dev/sda3
Build Date: 20 March 2011 01:00:01PM

Current version of pixman: 0.20.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 20 20:06:29 2011
List of video drivers:
vmware
intel
vmwlegacy
(EE) Failed to load module "vmwgfx" (module does not exist, 0)
(EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx
No devices to configure. Configuration failed.

Выкладываю log :

[ 20959.025]
X.Org X Server 1.9.4
Release Date: 2011-02-04
[ 20959.026] X Protocol Version 11, Revision 0
[ 20959.026] Build Operating System: Linux 2.6.36-gentoo-r5 i686 Gentoo
[ 20959.026] Current Operating System: Linux vic_gentoo_biatch 2.6.36-gentoo-r5 #1 SMP Thu Feb 24 04:24:21 MSK 2011 i686
[ 20959.029] Kernel command line: root=/dev/sda3
[ 20959.029] Build Date: 20 March 2011 01:00:01PM
[ 20959.029]
[ 20959.029] Current version of pixman: 0.20.2
[ 20959.029] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 20959.030] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 20959.038] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 20 20:06:29 2011
[ 20959.038] (II) Loader magic: 0x81f4de0
[ 20959.038] (II) Module ABI versions:
[ 20959.038] X.Org ANSI C Emulation: 0.4
[ 20959.038] X.Org Video Driver: 8.0
[ 20959.038] X.Org XInput driver : 11.0
[ 20959.038] X.Org Server Extension : 4.0
[ 20959.054] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/16777216
[ 20959.058] List of video drivers:
[ 20959.058] vmware
[ 20959.058] intel
[ 20959.058] vmwlegacy
[ 20959.058] (II) LoadModule: "vmware"
[ 20959.066] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 20959.069] (II) Module vmware: vendor="X.Org Foundation"
[ 20959.070] compiled for 1.9.4, module version = 11.0.3
[ 20959.070] Module class: X.Org Video Driver
[ 20959.070] ABI class: X.Org Video Driver, version 8.0
[ 20959.071] (II) LoadModule: "vmwgfx"
[ 20959.079] (WW) Warning, couldn't open module vmwgfx
[ 20959.080] (II) UnloadModule: "vmwgfx"
[ 20959.080] (EE) Failed to load module "vmwgfx" (module does not exist, 0)
[ 20959.080] (EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx
[ 20959.080] (II) vmware: Using vmwlegacy driver everything is fine.

хотел пересобрать иксы с другими флагами но это не привело к желаемому результату.

Прошу помощи ! Я начинаю только знакомство с Gentoo так что по возможности пошагово . Заранее спасибо !

x11-drivers/xf86-video-virtua

x11-drivers/xf86-video-virtualbox стоит?

!!

Теперь да ! =) спасибо большое!! но старт иксов теперь приводит к черному экрану и виртуалка перестает реагировать ни на что .. я подозреваю что так быть не должно )) Не подскажете в чем дело ? мой

xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
Load "extmod"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
###
: "%"
### [arg]: arg optional
Identifier "Card0"
Driver "vboxvideo"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".