This is probably the problem with 2.4 and no font server running. If
you check the log output, I bet the last message is probing the mouse.
Try commenting out the font server from XF86Config-4, or
alternatively (which I haven't tested), run a local font server before
you start X.
-kzm
--
If
"Marcelo E. Magallon" <[EMAIL PROTECTED]> writes:
> This is correct, it goes like this:
Looks like I'd got it right then. I really recommend the DRI user
guide at sourceforge
http://dri.sourceforge.net/DRIuserguide.html
it gives, I think, a nice overview.
> * 3dfx DRM kernel module
Giuliano, I posted much the same question as your #1 yesterday, and
someone had posted a response to my question shortly after I asked.
Check the debian-x archives for their response. :)
Regarding xf86cfg, this is to be expected. It is not nearly ready to be
called a production tool. You can use
On top of that, if he wants harsh, he should read posts by Theo de Raadt
or D.J. Bernstein (sp?) some time. Someone even drew a rough picture of
Theo clubbing someone for not reading manpages. >:-> Hehehe.
* Branden Robinson <[EMAIL PROTECTED]> [001121 22:41]:
> I'm not even sure what he's talki
- Forwarded message from Giuliano Grandin <[EMAIL PROTECTED]> -
From: Giuliano Grandin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: X 4.0.1-6: problems
Date: Wed, 22 Nov 2000 00:28:48 +0100
Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED
I'm not even sure what he's talking about. Most North Americans know
nothing of deadkeys. I'm certainly among them. (I know what they are, but
none of the specifics he seems to expect.)
- Forwarded message from Andreas Schuldei <[EMAIL PROTECTED]> -
From: Andreas Schuldei <[EMAIL PROT
- Forwarded message from Oliver Elphick <[EMAIL PROTECTED]> -
From: "Oliver Elphick" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: There is a website that crashes X 4.0
Date: Tue, 21 Nov 2000 08:06:02 +
Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-Id: <
On Mon, Nov 20, 2000 at 11:00:34PM -0500, Branden Robinson wrote:
> I check for a mounted devfs using a check given to me. How about reading
> the source of dexter and telling me what's wrong with it?
a much simpler test than working out proper grep semantics is the following:
[ -c /dev/.devfsd
what happened to dexter? it doesn't want to generate the XF86Config-4
file anymore (it goes for the v3 version, even though i don't have any
v3 servers installed).
actually i just figured this out. if the Xserver file still exists
(and it doesn't get purged when you remove the v3 servers) and the
On Mon, Nov 20, 2000 at 11:00:34PM -0500, Branden Robinson wrote:
> I check for a mounted devfs using a check given to me. How about reading
> the source of dexter and telling me what's wrong with it?
a much simpler test than working out proper grep semantics is the following:
[ -c /dev/.devfsd
what happened to dexter? it doesn't want to generate the XF86Config-4
file anymore (it goes for the v3 version, even though i don't have any
v3 servers installed).
actually i just figured this out. if the Xserver file still exists
(and it doesn't get purged when you remove the v3 servers) and the
On Wed, Nov 22, 2000 at 12:14:30AM +0100, Marcelo E. Magallon wrote:
> >> "Zephaniah E. Hull" <[EMAIL PROTECTED]> writes:
>
> > I need to modify the glide2 and glide3 postinsts to be a little nicer
> > about that, then tempt fate by asking -devel to let me make them
> > standard.
>
> *blink*
>> "Zephaniah E. Hull" <[EMAIL PROTECTED]> writes:
> I need to modify the glide2 and glide3 postinsts to be a little nicer
> about that, then tempt fate by asking -devel to let me make them
> standard.
*blink* ... *blink* ... *BLINK*
Make what standard? glide?
> For a V2 you want libglide
Hi Branden,
can you please add these patches for your next version. It seems they are
all that is needed to get X4.0 built on m68k. If my machine hadn't crashed
three times in a row during the install target, I might have tested them
already. Anyhow, the patches shouldn't do any harm to non-m68k bu
On Wed, Nov 22, 2000 at 12:14:30AM +0100, Marcelo E. Magallon wrote:
> >> "Zephaniah E. Hull" <[EMAIL PROTECTED]> writes:
>
> > I need to modify the glide2 and glide3 postinsts to be a little nicer
> > about that, then tempt fate by asking -devel to let me make them
> > standard.
>
> *blink*
>> "Zephaniah E. Hull" <[EMAIL PROTECTED]> writes:
> I need to modify the glide2 and glide3 postinsts to be a little nicer
> about that, then tempt fate by asking -devel to let me make them
> standard.
*blink* ... *blink* ... *BLINK*
Make what standard? glide?
> For a V2 you want libglid
Hi Branden,
can you please add these patches for your next version. It seems they are
all that is needed to get X4.0 built on m68k. If my machine hadn't crashed
three times in a row during the install target, I might have tested them
already. Anyhow, the patches shouldn't do any harm to non-m68k b
On Tue, Nov 21, 2000 at 06:33:17PM +0100, Goswin Brederlow wrote:
> The check looks right but doesn't work:
>
> # grep '\.*devfs' /proc/mounts
>
> # grep '/dev\>.*devfs' /proc/mounts
>
> # grep '\
> # grep '/dev.*devfs' /proc/mounts
> none /dev devfs rw 0 0
>
> # grep ' /dev .*devfs
[EMAIL PROTECTED] (Branden Robinson) writes:
> On Mon, Nov 20, 2000 at 02:45:47PM +0100, Goswin Brederlow wrote:
> > [EMAIL PROTECTED] (Branden Robinson) writes:
> >
> > > On Mon, Nov 20, 2000 at 03:36:53AM +0100, Goswin Brederlow wrote:
> > > > PS/2 is in /dev/misc/psaux.
> > > > Serials are in
On Tue, Nov 21, 2000 at 06:33:17PM +0100, Goswin Brederlow wrote:
> The check looks right but doesn't work:
>
> # grep '\.*devfs' /proc/mounts
>
> # grep '/dev\>.*devfs' /proc/mounts
>
> # grep '\
> # grep '/dev.*devfs' /proc/mounts
> none /dev devfs rw 0 0
>
> # grep ' /dev .*devf
* SPENER Christian <[EMAIL PROTECTED]> [001121 07:08]:
> dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
> http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
> /var/lib/dpkg/info && dpkg --configure --pending
Any reason why you reversed the order of the ln -sf
Hi,
I got this error at the bottom of the attachment today when upgrading from
-5 to -6. I'm using today's woody, perl-5.6 (that readlink-thingie seems
to use perl) and I don't have /etc/X11/X. Besides, I think that symlink
has never been there on my system during those three years I've been using
[EMAIL PROTECTED] (Branden Robinson) writes:
> On Mon, Nov 20, 2000 at 02:45:47PM +0100, Goswin Brederlow wrote:
> > [EMAIL PROTECTED] (Branden Robinson) writes:
> >
> > > On Mon, Nov 20, 2000 at 03:36:53AM +0100, Goswin Brederlow wrote:
> > > > PS/2 is in /dev/misc/psaux.
> > > > Serials are in
try:
dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
/var/lib/dpkg/info && dpkg --configure --pending
works for me
---
SPENER Christian
e-mail: [EMAIL PROTECTED]
snail-mail: A-8010 GRAZ, Schanzelgasse 19
tel
Christian, I get that quite often. I just open up the control center
(gnomecc from an xterm) and specify sawfish. I sometimes make a new
listing for sawfish (sometimes that builtin option doesn't work).
Cheers.
--
** Derek J Witt**
* Email: mai
Hello,
For some reason, my machine hangs solidly when I run xmms - I have a
TNT2-M64, and am using XFree4.0.1 from woody. (Not nvidia drivers, they
do not work at this point.)
What can it be that xmms does that hangs my system? Any tips as to what
else to test will be greatly appreciated.
Note:
Seth,
I ran into this problem. As a workaround,I linked /usr/X11R/bin/X to that
one specified in the error message. Then, I edited /etc/X11/Xserver to be
"Anybody" instead of "console." This is grossly insecure. Has anyone else
have this problem?
On Tue, 21 Nov 2000, Seth Arnold wrote:
|Brande
* SPENER Christian <[EMAIL PROTECTED]> [001121 07:08]:
> dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
> http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
> /var/lib/dpkg/info && dpkg --configure --pending
Any reason why you reversed the order of the ln -s
Hi,
I got this error at the bottom of the attachment today when upgrading from
-5 to -6. I'm using today's woody, perl-5.6 (that readlink-thingie seems
to use perl) and I don't have /etc/X11/X. Besides, I think that symlink
has never been there on my system during those three years I've been usin
On Mon, Nov 20, 2000 at 10:32:24AM -0800, Seth Arnold wrote:
> Sadly, the package system isn't mature enough (I don't think) to be able
> to say, "if version x.x.x of package P is installed, then install
> version y.y.y of package Q -- otherwise, install version z.z.z or
> package R".
Sigh, I supp
try:
dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
/var/lib/dpkg/info && dpkg --configure --pending
works for me
---
SPENER Christian
e-mail: [EMAIL PROTECTED]
snail-mail: A-8010 GRAZ, Schanzelgasse 19
te
Christian, I get that quite often. I just open up the control center
(gnomecc from an xterm) and specify sawfish. I sometimes make a new
listing for sawfish (sometimes that builtin option doesn't work).
Cheers.
--
** Derek J Witt**
* Email: ma
Hello,
For some reason, my machine hangs solidly when I run xmms - I have a
TNT2-M64, and am using XFree4.0.1 from woody. (Not nvidia drivers, they
do not work at this point.)
What can it be that xmms does that hangs my system? Any tips as to what
else to test will be greatly appreciated.
Note
Seth,
I ran into this problem. As a workaround,I linked /usr/X11R/bin/X to that
one specified in the error message. Then, I edited /etc/X11/Xserver to be
"Anybody" instead of "console." This is grossly insecure. Has anyone else
have this problem?
On Tue, 21 Nov 2000, Seth Arnold wrote:
|Brand
On Mon, Nov 20, 2000 at 10:32:24AM -0800, Seth Arnold wrote:
> Sadly, the package system isn't mature enough (I don't think) to be able
> to say, "if version x.x.x of package P is installed, then install
> version y.y.y of package Q -- otherwise, install version z.z.z or
> package R".
Sigh, I sup
On Tue, 21 Nov 2000, Christian Hammers wrote:
> Hello
>
> When starting gnome it says that I dont´ have a compatible window
> manager although I'm using sawfish-gnome.
> Upon which does it make this decision? Or is sawfish-gnome really no
> GNOME compatible window manager?
I've had similar probl
Hello
When starting gnome it says that I dont´ have a compatible window
manager although I'm using sawfish-gnome.
Upon which does it make this decision? Or is sawfish-gnome really no
GNOME compatible window manager?
bye,
-christian-
--
You know you're a nerd when your os uptime is longe
unlike my desktop, where the /etc/X11/X link didn't get created at
all, on my laptop it exists and it points to /usr/X11R6/bin/X. but if
i type 'startx -- :1' i get an endless stream of:
var: allowed_users, value: rootonly.
var: nice_value, value: .
what i find puzzling is if i redirect the outpu
Branden, my roommate is having trouble with the 4.0.1-6 upgrade. He
started out with a previous 4.0.1-x release, likely -3, -4 or -5. The
error message returned is that the postinst failed. We have received two
different error messages -- exit status 1 and exit status 5.
Running startx as a user g
On Tue, 21 Nov 2000, Christian Hammers wrote:
> Hello
>
> When starting gnome it says that I dont´ have a compatible window
> manager although I'm using sawfish-gnome.
> Upon which does it make this decision? Or is sawfish-gnome really no
> GNOME compatible window manager?
I've had similar prob
Hello
When starting gnome it says that I dont´ have a compatible window
manager although I'm using sawfish-gnome.
Upon which does it make this decision? Or is sawfish-gnome really no
GNOME compatible window manager?
bye,
-christian-
--
You know you're a nerd when your os uptime is long
unlike my desktop, where the /etc/X11/X link didn't get created at
all, on my laptop it exists and it points to /usr/X11R6/bin/X. but if
i type 'startx -- :1' i get an endless stream of:
var: allowed_users, value: rootonly.
var: nice_value, value: .
what i find puzzling is if i redirect the outp
Branden, my roommate is having trouble with the 4.0.1-6 upgrade. He
started out with a previous 4.0.1-x release, likely -3, -4 or -5. The
error message returned is that the postinst failed. We have received two
different error messages -- exit status 1 and exit status 5.
Running startx as a user
43 matches
Mail list logo