Displaying 4 results from an estimated 4 matches for "xaccess".
Did you mean:
access
2007 Sep 14
2
xdm
...m referencing...
http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN984
Anyway, KDM is display manager and I am only getting grey screen with X
# ps aux|grep kdm
root 4275 0.0 0.0 3036 864 ? Ss Jul01
0:00 /usr/bin/kdm -nodaemon
per the instructions...
/etc/X11/xdm/Xaccess (This file doesn't exist) but
# tail -n 3 /usr/share/config/kdm/Xaccess
# The following line was added by ltspcfg
#
* # Allow remote connects
how do I enable non local logins?
remote workstation does exist in DNS
--
Craig White <craig at tobyhouse.com>
2007 Mar 01
2
Making VNC run on port 8080 on Centos 3.4
Hi Friends,
I am trying to run vnc on port 8080 on Centos 3.4 . There are no kde
or gdm packages installed as we only need xserver. I have installed
XFree86-font-utils-4.3.0-78.EL
XFree86-75dpi-fonts-4.3.0-78.EL
XFree86-base-fonts-4.3.0-78.EL
XFree86-xdm-4.3.0-78.EL
XFree86-libs-data-4.3.0-78.EL
XFree86-4.3.0-78.EL
XFree86-libs-4.3.0-78.EL
XFree86-xfs-4.3.0-78.EL
XFree86-Mesa-libGL-4.3.0-78.EL
2009 Mar 21
0
How to configure Xmanager to CentOS?
...iguration
1. Change runlevel to 5
Open/etc/inittab and set the initial runlevel to 5 as following:
id:5:initdefault:
2. Enable XDMCP
For GDM:
Open /etc/gdm/custom.conf and set the Enable entry to 1 in the [xdmcp]
section as following.
[xdmcp]
Enable=1
For KDM:
Open /usr/share/config/kdm/Xaccess and remove the initial "#"
character for the following line:
#* #any host can get a login window ==>
* #any host can get a login window
Open /usr/share/config/kdm/kdmrc and set the Enable entry to true in
the [xdmcp] section as following.
[xdmcp]
Enable=true
2. Firewall (TCP/UDP Ports...
2003 Jun 08
4
Removable media security in FreeBSD
I'm working with a FreeBSD user -- a teacher -- who's running KDE on a system
on which she neither has nor wants root privileges. She wants to be able to
mount and unmount floppies and ZIP cartridges from within KDE, using the
standard KwikDisk utility (which, by the way, generates mount and unmount
command that don't conform to FreeBSD syntax; however, it appears possible
to fix this