Debian на VMWare

Knoppix

Модераторы: Warderer, Модераторы разделов

metallic
Сообщения: 23

Debian на VMWare

Сообщение metallic »

Не могу запустить иксы на виртуалке. Конфиг такой:

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vmware"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-65
VertRefresh 50-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection


при старте startx ошибка:
(II) Setting vga for screen 0.
(--) VMWARE(0): VMware SVGA regs at (0x14c0, 0x14c1)
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(--) VMWARE(0): caps: 0x000083E2
(--) VMWARE(0): depth: 16
(--) VMWARE(0): bpp: 16
(--) VMWARE(0): vram: 16777216
(--) VMWARE(0): pbase: 0xf0000000
(--) VMWARE(0): mwidt: 2360
(--) VMWARE(0): mheig: 1770
(EE) VMWARE(0): Driver can't support depth 24
(II) UnloadModule: "vmware"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
Спасибо сказали:
Аватара пользователя
VisualN
Сообщения: 213
ОС: Gentoo Linux

Re: Debian на VMWare

Сообщение VisualN »

Ну так ясно же пишет: "Driver can't support depth 24" - драйвер не держит глубину цвета 24бита. Поудалай все SubSection "Display" с их содержимым, и оставь только одну с 16бит
Nothing ever changes...
Спасибо сказали:
Аватара пользователя
diesel
Бывший модератор
Сообщения: 5989
ОС: OS X, openSuSE, ROSA, Debian

Re: Debian на VMWare

Сообщение diesel »

metallic писал(а):
11.07.2006 12:19
Не могу запустить иксы на виртуалке. Конфиг такой:

# XF86Config-4 (XFree86 X Window System server configuration file)
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
...........
EndSection


при старте startx ошибка:
(II) Setting vga for screen 0.
(EE) VMWARE(0): Driver can't support depth 24


Вроде понятно что надо менять ...

Поудалай все SubSection "Display" с их содержимым, и оставь только одну с 16бит

Не нужно ничего удалять, нужно просто заменить выделенный параметр на 16, или на 8 ... если просто удалишь - то будет тоже скорее всего ошибка ....
Спасибо сказали:
metallic
Сообщения: 23

Re: Debian на VMWare

Сообщение metallic »

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

SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection

и сделал выделенным, но все равно разрешение у меня 640*480 и в настройках рабочего стола другое недоступно, в чем дело?
Спасибо сказали:
BaBL
Сообщения: 767
ОС: Debian GNU/Linux SID

Re: Debian на VMWare

Сообщение BaBL »

Спасибо сказали:
REDkiy
Сообщения: 21
ОС: Безумство храбрых - Debian!

Re: Debian на VMWare

Сообщение REDkiy »

# dpkg-reconfigure xserver-xfree86
Наиболее правильный вариант
Неправильные пользователи, встречаются гораздо чаще, неправильных инструментов!
Спасибо сказали: