Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
101428a48b
@ -1 +0,0 @@
|
||||
var/lib/guidance
|
@ -1,69 +0,0 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.TH "DISPLAYCONFIG" "1" "aout 2, 2005" "" ""
|
||||
.SH "NAME"
|
||||
displayconfig \- screen and display configuration tool
|
||||
.SH "SYNOPSIS"
|
||||
.B displayconfig
|
||||
.RI [ options ]
|
||||
.br
|
||||
.SH "DESCRIPTION"
|
||||
This manual page documents briefly the
|
||||
.B displayconfig
|
||||
commands. This manual page was written for the Debian distribution
|
||||
because the original program does not have a manual page.
|
||||
.PP
|
||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||||
.\" respectively.
|
||||
\fBdisplayconfig\fP is a screen and display configuration tool.
|
||||
.SH "OPTIONS"
|
||||
These programs follow the usual GNU command line syntax, with long
|
||||
options starting with two dashes (`\-').
|
||||
A summary of options is included below.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show QT specific help (common for all QT apps).
|
||||
.TP
|
||||
.B \-\-help\-tde
|
||||
Show TDE specific help (common for all TDE apps).
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show the complete help.
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show program author(s).
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show program license.
|
||||
.SH "SEE ALSO"
|
||||
.BR displayconfig-restore (1).
|
||||
.BR mountconfig (1).
|
||||
.BR serviceconfig (1),
|
||||
.BR userconfig (1).
|
||||
.br
|
||||
.SH "AUTHOR"
|
||||
displayconfig was written by <simon@simonzone.com>.
|
||||
.PP
|
||||
This manual page was written by Fathi Boudra <fboudra@free.fr>,
|
||||
for the Debian project (but may be used by others).
|
@ -1,33 +0,0 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: tde-guidance
|
||||
# Required-Start: $local_fs $remote_fs
|
||||
# Required-Stop: $local_fs $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 1
|
||||
# Short-Description: displayconfig hardware probe
|
||||
# Description: displayconfig hardware probe. This program should be run
|
||||
# during boot time. It quickly examines the graphics cards
|
||||
# (read: PCI devices) in the computer and compares they to
|
||||
# the list in the file guidance-gfxhardware-snapshot. If the
|
||||
# two lists differ then the Debian package manager is
|
||||
# automatically called to regenerate /etc/X11/xorg.conf.
|
||||
# This hopefully should mean that people can swap gfx cards
|
||||
# in and out and always have a system that will run Xorg.
|
||||
# (even though the config will be most likely be suboptimal.
|
||||
# Suboptimal is better than no X server).
|
||||
### END INIT INFO
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
/opt/trinity/share/python-support/guidance-backends-trinity/displayconfig-hwprobe.py
|
||||
;;
|
||||
stop)
|
||||
;;
|
||||
restart|force-reload)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1 +0,0 @@
|
||||
var/lib/guidance
|
@ -1,69 +0,0 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.TH "DISPLAYCONFIG" "1" "aout 2, 2005" "" ""
|
||||
.SH "NAME"
|
||||
displayconfig \- screen and display configuration tool
|
||||
.SH "SYNOPSIS"
|
||||
.B displayconfig
|
||||
.RI [ options ]
|
||||
.br
|
||||
.SH "DESCRIPTION"
|
||||
This manual page documents briefly the
|
||||
.B displayconfig
|
||||
commands. This manual page was written for the Debian distribution
|
||||
because the original program does not have a manual page.
|
||||
.PP
|
||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||||
.\" respectively.
|
||||
\fBdisplayconfig\fP is a screen and display configuration tool.
|
||||
.SH "OPTIONS"
|
||||
These programs follow the usual GNU command line syntax, with long
|
||||
options starting with two dashes (`\-').
|
||||
A summary of options is included below.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show QT specific help (common for all QT apps).
|
||||
.TP
|
||||
.B \-\-help\-tde
|
||||
Show TDE specific help (common for all TDE apps).
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show the complete help.
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show program author(s).
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show program license.
|
||||
.SH "SEE ALSO"
|
||||
.BR displayconfig-restore (1).
|
||||
.BR mountconfig (1).
|
||||
.BR serviceconfig (1),
|
||||
.BR userconfig (1).
|
||||
.br
|
||||
.SH "AUTHOR"
|
||||
displayconfig was written by <simon@simonzone.com>.
|
||||
.PP
|
||||
This manual page was written by Fathi Boudra <fboudra@free.fr>,
|
||||
for the Debian project (but may be used by others).
|
@ -1,33 +0,0 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: tde-guidance
|
||||
# Required-Start: $local_fs $remote_fs
|
||||
# Required-Stop: $local_fs $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 1
|
||||
# Short-Description: displayconfig hardware probe
|
||||
# Description: displayconfig hardware probe. This program should be run
|
||||
# during boot time. It quickly examines the graphics cards
|
||||
# (read: PCI devices) in the computer and compares they to
|
||||
# the list in the file guidance-gfxhardware-snapshot. If the
|
||||
# two lists differ then the Debian package manager is
|
||||
# automatically called to regenerate /etc/X11/xorg.conf.
|
||||
# This hopefully should mean that people can swap gfx cards
|
||||
# in and out and always have a system that will run Xorg.
|
||||
# (even though the config will be most likely be suboptimal.
|
||||
# Suboptimal is better than no X server).
|
||||
### END INIT INFO
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
/opt/trinity/share/python-support/guidance-backends-trinity/displayconfig-hwprobe.py
|
||||
;;
|
||||
stop)
|
||||
;;
|
||||
restart|force-reload)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1 +0,0 @@
|
||||
var/lib/guidance
|
@ -1,69 +0,0 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.TH "DISPLAYCONFIG" "1" "aout 2, 2005" "" ""
|
||||
.SH "NAME"
|
||||
displayconfig \- screen and display configuration tool
|
||||
.SH "SYNOPSIS"
|
||||
.B displayconfig
|
||||
.RI [ options ]
|
||||
.br
|
||||
.SH "DESCRIPTION"
|
||||
This manual page documents briefly the
|
||||
.B displayconfig
|
||||
commands. This manual page was written for the Debian distribution
|
||||
because the original program does not have a manual page.
|
||||
.PP
|
||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||||
.\" respectively.
|
||||
\fBdisplayconfig\fP is a screen and display configuration tool.
|
||||
.SH "OPTIONS"
|
||||
These programs follow the usual GNU command line syntax, with long
|
||||
options starting with two dashes (`\-').
|
||||
A summary of options is included below.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show QT specific help (common for all QT apps).
|
||||
.TP
|
||||
.B \-\-help\-tde
|
||||
Show TDE specific help (common for all TDE apps).
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show the complete help.
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show program author(s).
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show program license.
|
||||
.SH "SEE ALSO"
|
||||
.BR displayconfig-restore (1).
|
||||
.BR mountconfig (1).
|
||||
.BR serviceconfig (1),
|
||||
.BR userconfig (1).
|
||||
.br
|
||||
.SH "AUTHOR"
|
||||
displayconfig was written by <simon@simonzone.com>.
|
||||
.PP
|
||||
This manual page was written by Fathi Boudra <fboudra@free.fr>,
|
||||
for the Debian project (but may be used by others).
|
@ -1,33 +0,0 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: tde-guidance
|
||||
# Required-Start: $local_fs $remote_fs
|
||||
# Required-Stop: $local_fs $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 1
|
||||
# Short-Description: displayconfig hardware probe
|
||||
# Description: displayconfig hardware probe. This program should be run
|
||||
# during boot time. It quickly examines the graphics cards
|
||||
# (read: PCI devices) in the computer and compares they to
|
||||
# the list in the file guidance-gfxhardware-snapshot. If the
|
||||
# two lists differ then the Debian package manager is
|
||||
# automatically called to regenerate /etc/X11/xorg.conf.
|
||||
# This hopefully should mean that people can swap gfx cards
|
||||
# in and out and always have a system that will run Xorg.
|
||||
# (even though the config will be most likely be suboptimal.
|
||||
# Suboptimal is better than no X server).
|
||||
### END INIT INFO
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
/opt/trinity/share/python-support/guidance-backends-trinity/displayconfig-hwprobe.py
|
||||
;;
|
||||
stop)
|
||||
;;
|
||||
restart|force-reload)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
Loading…
Reference in new issue