Hi,
I have managed to get
xorg
mate
mate-desktop
xf86-video-fbdev
and with all the dependencies to compile/install on my RPI2 running FreeBSD11.
(a combination of qemu-arm emulation & native arm compiling with some quick hacks to src code etc)
The last thing remaining is to get a basic /etc/X11/xorg.conf file that will work with the RPI2
I have tried
Error:
I know there is a newer /usr/local/etc/X11/xorg.conf.d directory but this seems far too complicated for what I need.
As soon as I get the graphical environment working I will clean up the image and share it.
Thanks for you help
GQ
I have managed to get
xorg
mate
mate-desktop
xf86-video-fbdev
and with all the dependencies to compile/install on my RPI2 running FreeBSD11.
(a combination of qemu-arm emulation & native arm compiling with some quick hacks to src code etc)
The last thing remaining is to get a basic /etc/X11/xorg.conf file that will work with the RPI2
I have tried
Xorg -configure
and edited the file manually ... here is the current state. (I don't understand the layout.. I am just guessing)
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "myfb" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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 "Device"
Identifier "myfb"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Asus"
ModelName "24inch"
Option "DPMS"
EndSection
Error:
Code:
# xinit mate-session
X.Org X Server 1.17.4
Release Date: 2015-10-28
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 11.0-CURRENT arm
Current Operating System: FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r294539M: Tue Jan 26 13:20:29 AEDT 2016 root@rpi2:/usr/obj/usr/src/sys/RPI2 arm
Build Date: 15 January 2016 10:26:02AM
Current version of pixman: 0.32.8
Before reporting problems, check [URL]http://wiki.x.org[/URL]
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: Thu Jan 28 18:28:54 2016
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "myfb" referenced by ServerLayout "X.org Configured".
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at [URL]http://wiki.x.org[/URL]
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
I know there is a newer /usr/local/etc/X11/xorg.conf.d directory but this seems far too complicated for what I need.
As soon as I get the graphical environment working I will clean up the image and share it.
Thanks for you help
GQ