FreeBSD 9.0 + Xorg работает это все из VirualBOX - проблема!

Простые/общие вопросы по UNIX системам. Спросите здесь, если вы новичок

Модераторы: vadim64, terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

FreeBSD 9.0 + Xorg работает это все из VirualBOX - проблема!

Непрочитанное сообщение commandosua » 2012-04-02 18:09:41

Доброго времени суток! Есть проблема, установил Xorg, запускаю, оно мне вот такое... Конфиг страндартный! Сейчас приведу ниже...

Ошибка:

Код: Выделить всё

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.0-RELEASE i386 
Current Operating System: FreeBSD localhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 01 April 2012  08:52:04PM
 
Current version of pixman: 0.24.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: Mon Apr  2 15:42:55 2012
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 88 of section ServerFlags in file /etc/X11/xorg.conf
	Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Конфиг:

Код: Выделить всё

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

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

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

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

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

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "InnoTek Systemberatung GmbH"
	BoardName   "VirtualBox Graphics Adapter"
	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

я так понимаю это связанно из-за того, что фря работает из виртуалбокса, как обойти засаду ?
Последний раз редактировалось f_andrey 2012-04-02 19:24:45, всего редактировалось 1 раз.
Причина: Автору, выбирайте пожалуйста раздел соответствуюший тематике вашего сообщения.

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

Аватара пользователя
Neus
капитан
Сообщения: 1980
Зарегистрирован: 2008-09-08 21:59:56

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение Neus » 2012-04-02 18:54:29

у меня без конфига нормально запускается и гном и кде
vbox guest additions ставил пакетом

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 19:43:28

Да причем здесь гном и кде, я же говорю только за Xorg...
Там скорее всего действительно проблема с драйвером Fatal server error: no screens found, вообщем обьясните нормально....

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 19:50:10

А это
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 88 of section ServerFlags in file /etc/X11/xorg.conf
в упор не видите?

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 19:54:47

в упор не видите?
Так ткните где в конфиге ошибка ?

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 20:04:31

потому что нету там ошибок в конфиге, вот удалил конфиг оно пытается запуститься со стандартными параметрами, но вот такая фигня, пишет что
Failed to load module "vboxvideo" (module does not exist, 0)
Failed to load module "fbdev" (module does not exist, 0)

где их взять ?

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 20:23:49

Покажи вывод
pkg_info | grep virtualbox

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 20:29:57

ничего нету.. пусто

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 20:31:26

Neus писал(а):у меня без конфига нормально запускается и гном и кде
vbox guest additions ставил пакетом
Подсказали-же, что надо поставить.

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 20:37:55

pkg_add -r и че писать ? )

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 20:42:53

virtualbox-ose-additions
или
cd /usr/ports/emulators/virtualbox-ose-additions && make install clean
если конечно дерево портов стоит и обновлено

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 20:43:38

стоит и обновлено, а че полностью нужно ставить виртуал бокс ? оно пошло полностью виртуалбокс тянуть ~70 метров

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 20:54:52

Зависимость, ничего не поделаешь.
И прочитайте после установки
/usr/ports/emulators/virtualbox-ose-additions/pkg-message

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 21:07:15

сейчас попробуем, посмотрим... вот еще, по настйроке здесь инфа - http://wiki.freebsd.org/VirtualBox

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 21:40:43

вот зараза не хочет запусться и все...

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 21:48:58

commandosua писал(а):вот зараза не хочет запусться и все...
где теперь вот этот модуль fbdevhw искачать ?

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 21:53:38

Вот лог, че теперь ему не нравится ?

Код: Выделить всё

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.0-RELEASE i386 
Current Operating System: FreeBSD localhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 01 April 2012  08:52:04PM
 
Current version of pixman: 0.24.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: Mon Apr  2 21:52:14 2012
(II) Loader magic: 0x81e0080
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 4

(--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 InnoTek Systemberatung GmbH VirtualBox Graphics Adapter rev 0, Mem @ 0xe0000000/16777216, BIOS @ 0x????????/65536
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
	Section "Device"
		Identifier	"Builtin Default vboxvideo Device 0"
		Driver	"vboxvideo"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default vboxvideo Screen 0"
		Device	"Builtin Default vboxvideo Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default vesa Device 0"
		Driver	"vesa"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default vesa Screen 0"
		Device	"Builtin Default vesa Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default fbdev Device 0"
		Driver	"fbdev"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default fbdev Screen 0"
		Device	"Builtin Default fbdev Device 0"
	EndSection
	Section "ServerLayout"
		Identifier	"Builtin Default Layout"
		Screen	"Builtin Default vboxvideo Screen 0"
		Screen	"Builtin Default vesa Screen 0"
		Screen	"Builtin Default fbdev Screen 0"
	EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default vboxvideo Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vboxvideo Device 0"
(==) No monitor specified for screen "Builtin Default vboxvideo Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
	Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/local/lib/X11/fonts/misc/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	
(==) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AutoAddDevices.
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "vboxvideo"
(II) Loading /usr/local/lib/xorg/modules/drivers/vboxvideo_drv.so
(II) Module vboxvideo: vendor="Oracle Corporation"
	compiled for 1.5.99.901, module version = 1.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(**) Load address of symbol "VBOXVIDEO" is 0x2875b4e0
(II) LoadModule: "vesa"
(II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 2.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/local/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 0.4.2
	ABI class: X.Org Video Driver, version 6.0
(II) VBoxVideo: guest driver for VirtualBox: vbox
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/local/lib/xorg/modules/linux/libfbdevhw.so
(EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/local/lib/xorg/modules/linux/libfbdevhw.so
(EE) Failed to load module "fbdevhw" (invalid module, 0)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(II) VBoxVideo(0): VirtualBox guest additions video driver version 4.1.10_OSE
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/local/lib/xorg/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 0.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) VBoxVideo(0): Creating default Display subsection in Screen section
	"Builtin Default vboxvideo Screen 0" for depth/fbbpp 24/32
(==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
(--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
(**) VBoxVideo(0):  Built-in mode "VBoxInitialMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBoxInitialMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz)
(**) VBoxVideo(0):  Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz)
(**) VBoxVideo(0):  Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz)
(**) VBoxVideo(0):  Built-in mode "VBox-1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBox-1024x768"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz)
(**) VBoxVideo(0):  Built-in mode "VBox-800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBox-800x600"x0.0   29.31  800 802 804 806  600 602 604 606 (36.4 kHz)
(**) VBoxVideo(0):  Built-in mode "VBox-640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
(II) VBoxVideo(0): Modeline "VBox-640x480"x0.0   18.84  640 642 644 646  480 482 484 486 (29.2 kHz)
(II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) VBoxVideo(0): RGB weight 888
(==) VBoxVideo(0): Default visual is TrueColor
(==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
(==) VBoxVideo(0): DPI set to (96, 96)
(II) UnloadModule: "vesa"
(II) Unloading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
(II) UnloadModule: "fbdev"
(II) Unloading /usr/local/lib/xorg/modules/drivers/fbdev_drv.so
(--) Depth 24 pixmap format is 32 bpp
(II) VBoxVideo(0): Requested monitor count: 1
(II) VBoxVideo(0): Output VBOX0 has no monitor section
(II) VBoxVideo(0): Output VBOX0 has no monitor section
(II) VBoxVideo(0): EDID vendor "VBX", prod id 0
(II) VBoxVideo(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) VBoxVideo(0): Using hsync ranges from config file
(II) VBoxVideo(0): Using vrefresh ranges from config file
(II) VBoxVideo(0): Printing DDC gathered Modelines:
(II) VBoxVideo(0): Modeline "1024x768"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 -hsync -vsync (46.4 kHz)
(II) VBoxVideo(0): Output VBOX0 connected
(II) VBoxVideo(0): Using exact sizes for initial modes
(II) VBoxVideo(0): Output VBOX0 using initial mode 1024x768
(II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) VBoxVideo(0): DPMS enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) VBoxVideo(0): Setting screen physical size to 270 x 203
(II) config/hal: Adding input device AT Keyboard
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.5.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) AT Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) AT Keyboard: Protocol: standard
(**) Option "XkbRules" "base"
(**) AT Keyboard: XkbRules: "base"
(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) AT Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
(II) config/hal: Adding input device PS/2 Mouse
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.6.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) PS/2 Mouse: Device: "/dev/sysmouse"
(==) PS/2 Mouse: Protocol: "Auto"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(**) PS/2 Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Mouse: (accel) acceleration profile 0
(II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0
(II) PS/2 Mouse: SetupAuto: protocol is SysMouse
(II) UnloadModule: "kbd"
(II) UnloadModule: "mouse"

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 21:54:42

Код: Выделить всё

(EE) Failed to load module "fbdevhw" (invalid module, 0)

snorlov
подполковник
Сообщения: 3927
Зарегистрирован: 2008-09-04 11:51:25
Откуда: Санкт-Петербург

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение snorlov » 2012-04-02 22:19:21

Я наверное тебе отписал на sql.ru добавить Modes в xorg.conf

Код: Выделить всё

 SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1024x768"
   EndSubSection
И VirtualBox тут не причем...

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 22:28:34

это я без конфига пытался запустить оно ругается на (EE) Failed to load module "fbdevhw" (invalid module, 0)

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 22:30:33

snorlov писал(а):Я наверное тебе отписал на sql.ru добавить Modes в xorg.conf

Код: Выделить всё

 SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1024x768"
   EndSubSection
И VirtualBox тут не причем...
Дайте рабочий конфиг.....

шёл_мимо
проходил мимо

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение шёл_мимо » 2012-04-02 22:42:02

Xorg -configure создаёт рабочий конфиг.

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 23:15:54

шёл_мимо писал(а):Xorg -configure создаёт рабочий конфиг.
не-а... ну этот конфиг приведен вверху, он не работает почему-то.... вылетает такая ошибка тоже сверху...

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 23:24:14

С конфигом вроде разобрался, заработал конфиг...

commandosua
рядовой
Сообщения: 19
Зарегистрирован: 2012-04-02 18:01:51

Re: FreeBSD 9.0 + Xorg работает это все из VirualBOX - пробл

Непрочитанное сообщение commandosua » 2012-04-02 23:34:18

так, все работает, теперь можно ставить gnome или kde...