now here's a weird request, only about six years late

Kevin Oberman rkoberman at gmail.com
Tue Nov 24 01:15:47 UTC 2015


On Mon, Nov 23, 2015 at 2:37 PM, Jules Gilbert via freebsd-x11 <
freebsd-x11 at freebsd.org> wrote:

> Hi guys!
>
> Sorry to be so behind the times, but I have a Presario CQ60 (a COMPAQ
> laptop,) and need instructions to configure X.
>
> I'm running FreeBSD v7.2, with library packages from 7.4.
>
> I did put up 10.2, and that came up fine with X, except I'm a C developer
> and nothing I have seems to be compatible with the clang or the gcc48 C
> compilers.  Sigh.
>
> So for now I am stuck in v7.2 and I would very much like to run X.
>
> I've enabled hald and dbus, and know I have to do something with the
> mouse, as in AllowEmptyInput but I have tried various combinations and am
> stuck.
>
> Also I get a message about fbdev not loading.  Really, I am not an X person


You really don't supply much information about the problem, so answering is
hard. At a minimum, please tell us what graphics card the system has and
tell us what won't work.Logs (such as Xorg.0.log) might help, too.

The fbdev message is legitimate, but of no significance on a standard X
setup.

AllowEmptyInput is a very bad idea. See
http://www.wonkity.com/~wblock/docs/html/aei.html for a good description of
why and what should be done instead.

FreeBSD 7 passed end of life a very long time ago and getting any
reasonably modern X to work on it will not be trivial.

You say that clang and gcc4.8 won;t work for you. The ancient gcc on 7.2
lacks compliance with modern C standards and is full of bugs, while clang
and gcc48 and be run with options to build with older C syntax. I'm not
sure that K&R is still supported, but I suspect that at least gcc does and
newer C standards are supported. See documentation for the -std option. You
really are not likely to get much help or support for 7.2. (Note! I am NOT
a C programmer and have not been for many, many years, so I'm not going to
be much help, either, for C issues.)
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman at gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


More information about the freebsd-x11 mailing list