Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
72de1d67
Commit
72de1d67
authored
Jun 21, 2017
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added config file for dummy display.
parent
49e03ed7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
build-howto.info
build-howto.info
+24
-0
src/tools/dummy_display/xorg.conf
src/tools/dummy_display/xorg.conf
+21
-0
No files found.
build-howto.info
View file @
72de1d67
...
...
@@ -54,6 +54,7 @@ openPOWERLINK-V1.08.2 Ethernet Powerlink zip-file. Build from sources.
libpcap-dev Ethernet Powerlink
There has to be a valid display when building proview.
If you do not have a display, or want to build Proview on a server, see section "Building without a display" below
2. Easy way
-----------
...
...
@@ -217,6 +218,8 @@ source $pwra_db/pwr_setup.sh
Voila, finished !
Powerlink (optional)
--------------------
Install
...
...
@@ -235,6 +238,8 @@ openPOWERLINK-V1.08.2/buildcn
Configure and generate MN with cmake-gui from openPOWERLINK-V1.08.2/build, and build with make
Configure and generate CN with cmake-gui from openPOWERLINK-V1.08.2/buildcn, and build with make
Building Motif version
----------------------
If someone for some unfathomable reason wants to build the old motif version
...
...
@@ -259,6 +264,7 @@ Start wb and motif with
> rt_xtt_motif
Build on FreeBSD
----------------
...
...
@@ -281,6 +287,7 @@ Increase the default value of kern.ipc.shmmax to 67108864. Add the following row
kern.ipc.shmmax=67108864
Build on Mac OS X 1.6
---------------------
...
...
@@ -305,3 +312,20 @@ kern.sysv.shmseg=16
kern.sysv.shmall=65536
Building without a display
--------------------------
Install the xserver-xorg-video-dummy package:
> apt-get install xserver-xorg-video-dummy
Start the dummy display with:
> Xorg -noreset +extension GLX +extension RANDR +extension RENDER -config src/tools/dummy_display/xorg.conf :99 &
Set the DISPLAY environment variable accordingly:
> export DISPLAY=:99
Build proview as normal, either by executing the makefile:
> make
or by configuring the build yourself, see section "3. Thorough way" above.
src/tools/dummy_display/xorg.conf
0 → 100644
View file @
72de1d67
Section
"Device"
Identifier
"Configured Video Device"
Driver
"dummy"
EndSection
Section
"Monitor"
Identifier
"Configured Monitor"
HorizSync
31
.
5
-
48
.
5
VertRefresh
50
-
70
EndSection
Section
"Screen"
Identifier
"Default Screen"
Monitor
"Configured Monitor"
Device
"Configured Video Device"
DefaultDepth
24
SubSection
"Display"
Depth
24
Modes
"1024x800"
EndSubSection
EndSection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment