Re: Running OpenBSD 6.1 under vmware fusion

2017-09-09 Thread Christian Barthel
> Hi all,
> 
>  I have installed OpenBSD 6.1 under Vmware Fusion on a MacBook Pro
>  2017. All it is running ok, except when I would start graphical
>  environment (i3). 
> 
>  a) Resolution: I have configured /etc/xorg.conf file several times
>  trying to catch a good resolution (2560x1600), but Xorg goes to
>  1280x768 every time. 

I am using Fusion sometimes and I've never set anything in xorg.conf.  I
am using xrandr to set the resolution (.xsession or .xinitrc).  

> 
>  b) Mouse speed is really slow slow slow ... How can I increase mouse
>  speed?  

You can speed up your mouse with xset (eg xset m 3/1 0 - acceleration /
threshold parameters - see the manpage for details). 

Christian

> [..]



Running OpenBSD 6.1 under vmware fusion

2017-09-09 Thread C. L. Martinez
Hi all,

 I have installed OpenBSD 6.1 under Vmware Fusion on a MacBook Pro 2017. All it 
is running ok, except when I would start graphical environment (i3).

 a) Resolution: I have configured /etc/xorg.conf file several times trying to 
catch a good resolution (2560x1600), but Xorg goes to 1280x768 every time.

 b) Mouse speed is really slow slow slow ... How can I increase mouse speed? 

Mouse conf to increase speed (but it doesn't works):

Section "InputClass"
Identifier "My Mouse"
MatchIsPointer "yes"
Option "AccelerationNumerator" "2"
Option "AccelerationDenominator" "1"
Option "AccelerationThreshold" "4"
EndSection


Display conf :

Section "Monitor"
Identifier  "default monitor"
DisplaySize 311 170
EndSection

Section "Device"
Identifier  "default device"
Driver  "vmware"
EndSection

Section "Screen"
Identifier  "default screen"
Device  "default device"
Monitor "default monitor"
EndSection


 I have attached Xorg.log. Any help please?

Thanks
-- 
Greetings,
C. L. Martinez
[  4640.706] (--) checkDevMem: using aperture driver /dev/xf86
[  4640.888] (--) Using wscons driver on /dev/ttyC2
[  4640.891] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[  4640.892] X Protocol Version 11, Revision 0
[  4640.892] Build Operating System: OpenBSD 6.1 amd64 
[  4640.892] Current Operating System: OpenBSD stirling.lab.uxdom.org 6.1 
GENERIC#23 amd64
[  4640.892] Build Date: 01 April 2017  02:00:27PM
[  4640.892]  
[  4640.892] Current version of pixman: 0.34.0
[  4640.892]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  4640.892] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4640.892] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  9 10:06:36 
2017
[  4640.892] (==) Using config file: "/etc/xorg.conf"
[  4640.892] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4640.892] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[  4640.892] (==) No Layout section.  Using the first Screen section.
[  4640.892] (**) |-->Screen "default screen" (0)
[  4640.892] (**) |   |-->Monitor "default monitor"
[  4640.892] (**) |   |-->Device "default device"
[  4640.892] (**) |   |-->GPUDevice "default device"
[  4640.892] (==) Disabling SIGIO handlers for input devices
[  4640.892] (==) Automatically adding devices
[  4640.892] (==) Automatically enabling devices
[  4640.892] (==) Not automatically adding GPU devices
[  4640.892] (==) Max clients allowed: 256, resource mask: 0x1f
[  4640.892] (==) FontPath set to:
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[  4640.892] (==) ModulePath set to "/usr/X11R6/lib/modules"
[  4640.892] (II) The server relies on wscons to provide the list of input 
devices.
If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[  4640.892] (II) Loader magic: 0xd7e0a733020
[  4640.892] (II) Module ABI versions:
[  4640.892]X.Org ANSI C Emulation: 0.4
[  4640.892]X.Org Video Driver: 20.0
[  4640.892]X.Org XInput driver : 22.1
[  4640.892]X.Org Server Extension : 9.0
[  4640.893] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 
0xe800/134217728, 0xfe00/8388608, I/O @ 0x1070/16
[  4640.893] (II) LoadModule: "glx"
[  4640.893] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[  4640.894] (II) Module glx: vendor="X.Org Foundation"
[  4640.894]compiled for 1.18.4, module version = 1.0.0
[  4640.894]ABI class: X.Org Server Extension, version 9.0
[  4640.894] (==) AIGLX enabled
[  4640.894] (II) LoadModule: "vmware"
[  4640.895] (II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.so
[  4640.895] (II) Module vmware: vendor="X.Org Foundation"
[  4640.895]compiled for 1.18.4, module version = 13.1.0
[  4640.895]Module class: X.Org Video Driver
[  4640.895]ABI class: X.Org Video Driver, version 20.0
[  4640.895] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[  4640.895] (II) vmware(0): Driver was compiled without KMS- and 3D support.
[  4640.895] (WW) vmware(0): Disabling 3D support.
[  4640.895] (WW) vmware(0): Disabling Render Acceleration.
[  4640.895] (WW) vmware(0): Disabling RandR12+ support.
[  4640.895] (--) vmware(0): VMware SVGA regs at (0x1070, 0x1071)
[  4640.895] (II) Loading sub module "vgahw"
[  4640.895] (II) LoadModule: "vgahw"
[  4640.895] (II) Loading /usr/X11R6/lib/modules/libvgahw.so
[  4640.895] (II) Module vgahw: vendor="X.Org Foundation"
[  4640.895]compiled for 1.18.4, module version = 0.1.0
[