Re: Re: xdm and xdmcp

2010-01-22 Thread rhino64
On Thu, Jan 21, 2010 at 11:30:47PM +0200, Manolis Kiagias wrote:
 On 21/01/2010 8:54 μ.μ., rhin...@postmail.ch wrote:
  modifying Xaccess, starting xdm with parameter udpPort 177.
 
  The command netstat -a never indicates that a process is listening on 
  that port. 

 
 The notes in Xaccess seem to indicate that when a LISTEN line is not
 present, it works like LISTEN *
 I found this to be false. Please insert a LISTEN line with your IP
 address, i.e.
 
 LISTEN 10.14.28.10
  With wdm, the listening is possible but I cannot start the X server even if 
  the server alone
  is perfectly working and if it is correctly started by xdm.
 
  I don't want to use kdm or gdm since they are too heavy (almost all kde and 
  gnome should be
  installed with them).
 

Thanks, this was the correct point. I have added the LISTEN 0.0.0.0 directive
in Xaccess file and it works. xdm is perfect for me, I have just tried wdm since
I was not able to make xdm work like I wanted.

Thanks for the help.

Alain Aubord
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


xdm and xdmcp

2010-01-21 Thread rhino64
Hi All,
   Is-it possible to run xdm with remote access through XDMCP protocol on 
freebsd 8 ?
I have tried almost anything: commenting line about port 0 in xdm-config,
modifying Xaccess, starting xdm with parameter udpPort 177.

The command netstat -a never indicates that a process is listening on that 
port. 

With wdm, the listening is possible but I cannot start the X server even if the 
server alone
is perfectly working and if it is correctly started by xdm.

I don't want to use kdm or gdm since they are too heavy (almost all kde and 
gnome should be
installed with them).

Any ideas would greatly appreciated,

Thanks,

-- 
Alain Aubord
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Where is file channel_if.h

2009-12-09 Thread rhino64
Hi All,
I need to compile a sound driver which need the include file channel_if.h.
This file seems to be part of FreeBSD kernel definition. The only file I can 
find
is /usr/src/sys/dev/sound/pcm/channel_if.m.

It is similar to a header file but it seems that it should be modified
to have the C header file syntax. How to do this transformation ?

Thanks for the help,

Alain Aubord

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Geode Xorg Driver

2009-12-07 Thread rhino64
Hi All,
I use the Alix 1d computer from pcengines to build
a X terminal and a small mail server.

The Xserver is working with the VESA driver. This is functional
but a little bit slow. A Xorg driver for this graphic card
(AMD Geode) exists but it is not available with FreeBSD.

With FreeBSD 7.2, I was able to use the drivers compiled
for OpenBSD. But due to a version mismatch, they are not usable
with FreeBSD 8.0 which is installed now.

I have lookup a many places since two days and I can see
that some persons were able to compile the drivers for formers
version of BSD.

Could someone explain how to compile the drivers for FreeBSD 8.0 ?
There is no port, but since a lot of similar drivers (like the VESA) are 
available, it should not be too complicated to compile the geode driver
(I have got the source on the GIT repository of Xorg).

I have started to compile VESA driver from ports but it fails
at some points while not finding gdm-config.

An other solution would be to get the drivers of a Linux
distribution (normally this should work since Xorg modules are
platform independents).

Thanks for any help or ideas.

regards,

Alain Aubord
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org