Sponsored Content
Full Discussion: a very annoying problem
Top Forums UNIX for Dummies Questions & Answers a very annoying problem Post 20307 by eNTer on Wednesday 24th of April 2002 12:29:19 PM
Old 04-24-2002
Quote:
Originally posted by auswipe
You need to install the wrapper under /usr/ports/x11/wrapper.

If you have never installed from the ports before, you can do this as root:

Code:
cd /usr/ports/x11/wrapper
make all
make install

Then non-root users will be able to fire up X Window.
There is another way to start the X Server:
Code:
file:/etc/ttys:
ttyv7   "/usr/libexec/getty Pc"         cons25  on  secure
#ttyv8   "/usr/X11R6/bin/gdm -nodaemon"  xterm   off secure
ttyv8  "/usr/X11R6/bin/xdm -nodaemon"  xterm   on  secure

 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Very ANNOYING Problem - Please Help

Hey Guys I have an extremely annoying problem with regular expressions! At this point i believe the command 'read' is causing the problem due to the carriage return it places once its done. I have an continuous loop until the input is correct: (After initial read statement) while ... (7 Replies)
Discussion started by: shadow0001
7 Replies

2. Solaris

annoying problem with nis

This is my home set up I have 2 solaris boxes at home. One is a nis server and one is client. everytime I start the client without server, it will hang permanently looking for for nis server. is there a way to get around this? Can you set timeout the nis client? I use nis becuase my... (4 Replies)
Discussion started by: congngo
4 Replies

3. Post Here to Contact Site Administrators and Moderators

Annoying tooltips

Hi Is there any way to turn off the (often ridiculously big) tooltips that are displayed when hovering over a topic in a topic list? It's driving me nuts. Thx. J (1 Reply)
Discussion started by: jgrogan
1 Replies

4. Shell Programming and Scripting

Writing an annoying popup window

Hi, I work for Xerox. As a new guy, I was recently pranked by the resident Solaris guru.:cool: This is a celebrated event. I must now prank back in an equally flawless fashion. I wish to get back to him by writing a script that will generate an annoying popup randomly, a small window that... (1 Reply)
Discussion started by: orchus
1 Replies

5. Shell Programming and Scripting

lack of understanding > annoying error

I'm working on a script I wrote called backup.sh when I run it like this: . ./backup.sh I get this error: ksh: ./backup.sh: no closing quote when I run it this way: backup.shI get this error: backup.sh: 28: Syntax error: end of file unexpected (expecting "fi")I looked through the code over... (21 Replies)
Discussion started by: jzacsh
21 Replies

6. UNIX for Advanced & Expert Users

Annoying in VI editor

Dear all, I try to search " ( double quote ) in a file using vi editor, I gave in the command mode /" it supposed to take to me to all the occurnces of " instead in some places it is taking me to different character.! It happens with some other characters in that file.... can you... (5 Replies)
Discussion started by: shahnazurs
5 Replies

7. Shell Programming and Scripting

PERL annoying scope problem

Hello, I met a problem with following code: #!/usr/bin/perl -w # test.pl use strict; use diagnostics; use DBI; my $dbh = DBI->connect( "DBI:mysql:BibleBook","yifangt","password") or die("Cannot connect: $DBI::errstr"); my $sql = qq(SELECT * FROM library WHERE isbn =... (2 Replies)
Discussion started by: yifangt
2 Replies

8. Shell Programming and Scripting

How do I get out of the annoying > in bash???

Occasionally I make a mistake in my shell that results in there being a > for the prompt instead of the normal $. Today I accidentally left off a " in a sed command, sed s/\"//g" infile > outfile and then I get $ sed s/\"//g" infile > outfile > > I have never figured out how to get... (3 Replies)
Discussion started by: LMHmedchem
3 Replies
Xwrapper.config(5)						File Formats Manual						Xwrapper.config(5)

NAME
Xwrapper.config - configuration options for X server wrapper DESCRIPTION
/etc/X11/Xwrapper.config contains a set of flags that determine some of the behavior of Debian's X server wrapper, which is installed on the system as /usr/bin/X. The purpose of the wrapper, and of this configuration file, is twofold. Firstly, it is intended to implement sound security practices. Since the X server requires superuser privileges, it may be unwise to per- mit just any user on the system to execute it. Even if the X server is not exploitable in the sense of permitting ordinary users to gain elevated privileges, a poorly-written or insufficiently-tested hardware driver for the X server may cause bus lockups and freeze the sys- tem, an unpleasant experience for anyone using it at the time. Secondly, a wrapper is a convenient place to set up an execution environment for the X server distinct from the configurable parameters of the X server itself. Xwrapper.config may be edited by hand, but it is typically configured via debconf(7), the Debian configuration tool. The X server wrapper is part of the x11-common Debian package; therefore, the parameters of Xwrapper.config may be changed with the command dpkg-reconfigure x11-common. See dpkg-reconfigure(8) for more information. The format of Xwrapper.config is a text file containing a series of lines of the form name=value where name is a variable name containing any combination of numbers, letters, or underscore (_) characters, and value is any combination of letters, numbers, underscores (_), or dashes (-). value may also contain spaces as long as there is at least one character from the list above bounding the space(s) on both sides. Whitespace before and after name, value, or the equals sign is legal but ignored. Any lines not matching the above described legal format are ignored. Note that this specification may change as the X server wrapper develops. Available options are: allowed_users may be set to one of the following values: rootonly, console, or anybody. rootonly indicates that only the root user may start the X server; console indicates that root, or any user whose controlling TTY is a virtual console, may start the X server; and anybody indicates that any user may start the X server. AUTHORS
The X server wrapper was written by Stephen Early, Mark Eichin, and Branden Robinson for the Debian Project, with valuable contributions from Erik Troan, Topi Miettinen, and Colin Phipps. This manual page was written by Branden Robinson with sponsorship from Progeny Linux Systems. SEE ALSO
debconf(7), dpkg-reconfigure(8) Debian Project 2004-10-31 Xwrapper.config(5)
All times are GMT -4. The time now is 04:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy