[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X working on VMware



"massimo s." <devicerandom@gmail.com> wrote:
> yama1066@excite.co.jp ha scritto:
> > "massimo s." <devicerandom@gmail.com> wrote:
> >> yama1066@excite.co.jp ha scritto:
> 
> Try removing the "ZAxisMapping", I remember to have read that this
> causes troubles on GNU/Hurd.


I tried removing the "ZAxisMapping", and also comment out "Emulate3Buttons," "Module."
However, the mouse didn't work...



Now, my /etc/X11/xorg.conf is as follows.

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier	"Configured Mouse"
Driver		"mouse"
Option		"CorePointer"
Option		"Device"		"/dev/mouse"
Option		"Protocol"		"osmouse"
EndSection

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

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

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



-----
Yamamoto, H.



Reply to: