Bug#1027791: Unable to run X server since 22.3.1-1 upgrade

2023-04-24 Thread Jamie Norrish
I am seeing the same issue, and the most recent version (22.3.6-
1+deb12u1) causes the problem the same as 22.3.1. One element that I
see that isn't in Cédric Nisio's log is: 

(EE) open /dev/fb0: Permission denied

This does not occur (or is not logged) when X successfully starts using
22.2.4-1.

Jamie



Bug#1004946: Cannot hold down backspace to delete password

2022-02-13 Thread Jamie Zawinski
> Why did you switch to it? Or am I misunderstanding that you did?

For the new security model. No other way to increase the privilege separation.

--
Jamie Zawinski  https://www.jwz.org/  https://www.dnalounge.com/



Bug#1004946: Cannot hold down backspace to delete password

2022-02-12 Thread Jamie Zawinski
When an X11 client reads X11-core events of type KeyPress and KeyRelease, a 
held-down key will result in a series of synthetic release/press events to make 
it look like the key was pressed multiple times. The initial delay and repeat 
rate are configured in the X server by xset and/or xkbset. Also, not all keys 
auto-repeat.

When that same X11 client reads XInput2-extension events of type XI_RawKeyPress 
and XI_RawKeyRelease, a held-and-released key results in exactly 2 events, no 
matter how long it was held. The XInput2 server extension ignores the server 
auto-repeat settings.

It is unreasonable to expect an X11 client to hack auto-repeat by itself. This 
is a server-side configuration issue.

Also this is far from the only problem with XInput2's keyboard event handling. 
See the comments in xscreensaver/driver/xinput.c for a laundry list of its 
bugs. 

--
Jamie Zawinski  https://www.jwz.org/  https://www.dnalounge.com/



Bug#1004946: Cannot hold down backspace to delete password

2022-02-11 Thread Jamie Zawinski
On Feb 11, 2022, at 8:51 AM, Daniel Kahn Gillmor  wrote:
> 
> If the regression is caused by changes in how XInput/XInput2 behave,
> then maybe this problem should be addressed in that package.  I'm
> reassigning this report there and marking that it affects xscreensaver.

I have no reason to believe that XInput2 has not always behaved that way. You 
are noticing it now because XScreenSaver only began using XInput2 as of 6.x.

Stating the problem/annoyance more concisely:

XInput2 does not send auto-repeat press/release events in the same manner as 
XNextEvent.

--
Jamie Zawinski  https://www.jwz.org/  https://www.dnalounge.com/



Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-22 Thread Jamie Heilman
Vincent Lefevre wrote:
> On 2020-01-19 00:09:13 +0000, Jamie Heilman wrote:
> > Package: xserver-xorg-core
> > Version: 2:1.20.7-2
> > Severity: grave
> > 
> > Setup is a NVIDIA GF108GL [Quadro 600] driving two monitors in
> > portrait orientation.  Kernel 5.4.0-2-amd64 #1 SMP Debian 5.4.8-1 
> > (2020-01-05)
> > 
> > xorg.conf is:
> > Section "Device"
> >  Identifier "GF108GL"
> >  Driver "nouveau"
> [...]
> > Crash is consistent, and goes away once downgraded to 1.20.6, other
> > relevant package versions:
> > 
> > libdrm-nouveau2:amd64   2.4.100-4
> > xdm 1:1.1.11-3+b1
> > xserver-xorg-video-nouveau  1:1.0.16-1
> > 
> > Crash:
> > 
> > [   590.914] (II) NOUVEAU(0): NVEnterVT is called.
> > [   590.914] (EE) 
> > [   590.914] (EE) Backtrace:
> [...]
> 
> I wonder whether the problem could be related to the nouveau driver.
> I've had lots a problems (crashes...) with it, on a machine I do not
> use very much. The last one a few weeks ago:
> 
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946524
>   (trapped write in the nouveau driver)
> 
> Try to look at the system logs too...

Wasn't anything else in the system logs, I did look, but this happens
entirely in userspace.  It does not happen on my system that uses a
NVIDIA G86 Quadro NVS 290, but that also only drives a single monitor
with no rotation.

-- 
Jamie Heilman http://audible.transient.net/~jamie/



Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-19 Thread Jamie Heilman
y=y@entry=0) at 
../../../../../../hw/xfree86/modes/xf86Crtc.c:319
#14 0x55a933be387a in xf86SetDesiredModes (scrn=scrn@entry=0x55a9340ad360) 
at ../../../../../../hw/xfree86/modes/xf86Crtc.c:2831
#15 0x7fb9d6548080 in NVEnterVT (arg=arg@entry=0x55a9340ad360) at 
../../src/nv_driver.c:513
#16 0x7fb9d65483ce in NVCreateScreenResources (pScreen=0x55a9340b7680) at 
../../src/nv_driver.c:627
#17 0x55a933bde6fe in xf86CrtcCreateScreenResources (screen=0x55a9340b7680) 
at ../../../../../../hw/xfree86/modes/xf86Crtc.c:744
#18 0x55a933b747b9 in dix_main (argc=7, argv=0x7fffcfe334e8, 
envp=) at ../../../../dix/main.c:213
#19 0x7fb9d6dbcbbb in __libc_start_main (main=0x55a933b5e710 , 
argc=7, argv=0x7fffcfe334e8, init=, fini=, 
rtld_fini=, stack_end=0x7fffcfe334d8) at ../csu/libc-start.c:308
#20 0x55a933b5e74a in _start () at 
../../../../../../hw/xfree86/modes/xf86Crtc.c:2033


-- 
Jamie Heilman http://audible.transient.net/~jamie/



Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-19 Thread Jamie Heilman
Bernhard Übelacker wrote:
> Hello Jamie Heilman,
> I just tried to retrieve some line information from the backtrace.
> Unfortunately I could not match the addresses with the
> binary from the debian repository.
> Was this backtrace by any chance built with a local
> rebuild of the xserver-xorg-core package?

Nope, vanilla amd64 package from the repo, not a rebuild.

-- 
Jamie Heilman http://audible.transient.net/~jamie/



Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-18 Thread Jamie Heilman
Package: xserver-xorg-core
Version: 2:1.20.7-2
Severity: grave

Setup is a NVIDIA GF108GL [Quadro 600] driving two monitors in
portrait orientation.  Kernel 5.4.0-2-amd64 #1 SMP Debian 5.4.8-1 (2020-01-05)

xorg.conf is:
Section "Device"
 Identifier "GF108GL"
 Driver "nouveau"
 Option "Monitor-DVI-I-1" "Left Dell U2312HM"
 Option "Monitor-DP-1" "Right Dell U2312HM"
EndSection

Section "Monitor"
 Identifier "Left Dell U2312HM"
 Option "Rotate" "right"
EndSection

Section "Monitor"
 Identifier "Right Dell U2312HM"
 Option "RightOf" "Left Dell U2312HM"
 Option "Rotate" "right"
EndSection


Crash is consistent, and goes away once downgraded to 1.20.6, other
relevant package versions:

libdrm-nouveau2:amd64   2.4.100-4
xdm 1:1.1.11-3+b1
xserver-xorg-video-nouveau  1:1.0.16-1

Crash:

[   590.914] (II) NOUVEAU(0): NVEnterVT is called.
[   590.914] (EE) 
[   590.914] (EE) Backtrace:
[   590.914] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x138) [0x5618c21dfeb8]
[   590.915] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x50) 
[0x7f574e2d956f]
[   590.915] (EE) 2: /usr/lib/xorg/Xorg (DamageRegister+0x1d) [0x5618c2160abd]
[   590.915] (EE) 3: /usr/lib/xorg/Xorg (xf86RandR12PreInit+0x3c1) 
[0x5618c20fef31]
[   590.915] (EE) 4: /usr/lib/xorg/Xorg (xf86CrtcRotate+0x321) [0x5618c20ff5d1]
[   590.915] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   590.915] (EE) 5: /usr/lib/xorg/modules/drivers/nouveau_drv.so (?+0x0) 
[0x7f574d8ccf30]
[   590.915] (EE) 6: /usr/lib/xorg/Xorg (xf86CrtcSetModeTransform+0x280) 
[0x5618c20f5330]
[   590.915] (EE) 7: /usr/lib/xorg/Xorg (xf86SetDesiredModes+0xea) 
[0x5618c20f587a]
[   590.915] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   590.915] (EE) 8: /usr/lib/xorg/modules/drivers/nouveau_drv.so (?+0x0) 
[0x7f574d8b5f90]
[   590.916] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   590.916] (EE) 9: /usr/lib/xorg/modules/drivers/nouveau_drv.so (?+0x0) 
[0x7f574d8b6370]
[   590.916] (EE) 10: /usr/lib/xorg/Xorg (InitExtensions+0x61e) [0x5618c20f0cee]
[   590.916] (EE) 11: /usr/lib/xorg/Xorg (InitFonts+0x279) [0x5618c20867f9]
[   590.916] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xeb) 
[0x7f574e12abbb]
[   590.916] (EE) 13: /usr/lib/xorg/Xorg (_start+0x2a) [0x5618c207074a]
[   590.916] (EE) 
[   590.916] (EE) Segmentation fault at address 0x10
[   590.916] (EE) 
Fatal server error:
[   590.916] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   590.916] (EE) 

full Xorg and xdm logs attached; appears to die at the point when the
screen gets resized


-- 
Jamie Heilman http://audible.transient.net/~jamie/
[   590.560] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   590.560] Build Operating System: Linux 4.19.0-6-amd64 x86_64 Debian
[   590.560] Current Operating System: Linux jamiehe1 5.4.0-2-amd64 #1 SMP 
Debian 5.4.8-1 (2020-01-05) x86_64
[   590.560] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-2-amd64 
root=/dev/mapper/W-root ro cgroup_no_v1=all
[   590.560] Build Date: 14 January 2020  10:13:49AM
[   590.560] xorg-server 2:1.20.7-2 (https://www.debian.org/support) 
[   590.560] Current version of pixman: 0.36.0
[   590.560]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   590.560] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   590.560] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 18 23:24:40 
2020
[   590.560] (==) Using config file: "/etc/X11/xorg.conf"
[   590.560] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   590.560] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   590.560] (==) No Layout section.  Using the first Screen section.
[   590.560] (==) No screen section available. Using defaults.
[   590.560] (**) |-->Screen "Default Screen Section" (0)
[   590.560] (**) |   |-->Monitor ""
[   590.560] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[   590.560] (**) |   |-->Device "GF108GL"
[   590.560] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   590.560] (==) Automatically adding devices
[   590.560] (==) Automatically enabling devices
[   590.560] (==) Automatically adding GPU devices
[   590.560] (==) Max clients allowed: 256, resource mask: 0

Bug#845728: undefined symbol: ChangeWindowProperty

2016-11-26 Thread Jamie Heilman
Package: xserver-xorg-video-dummy
Version: 1:0.3.7-1+b6
Severity: grave

dummy driver doesn't work at all anymore;
/usr/lib/xorg/Xorg: symbol lookup error: 
/usr/lib/xorg/modules/drivers/dummy_drv.so: undefined symbol: 
ChangeWindowProperty

may or may not be related to
https://bugs.freedesktop.org/show_bug.cgi?format=multiple&id=93462 or
https://bugzilla.redhat.com/show_bug.cgi?id=1393114

regardless, very very lame



Bug#626115: xserver-xorg-video-radeon: kernel crash after period of user inactivity

2011-05-09 Thread Jamie McClelland
On Mon May 09, Cyril Brulebois wrote:
> Hi,
> 
> jamie  (08/05/2011):
> > This problem began after upgrading to xserver-xorg-video-radeon
> > 1:6.14.1-1
> 
> from which version? And does reverting (snapshot.d.o might help for
> that) to the previous version gets you rid of that issue?
> 
> Did you switch kernels in the same timeframe?

Hi Cyril,

It looks like I was running xserver-xorg-video-radeon
1:6.13.1-2+squeeze1. And yes - it appears as though the change coincided
with an upgrade to linux-image-2.6-amd64 2.6.38+33. Also, I've tried
booting into linux image 2.6.32-31 - I didn't get a kernel dump, but I
did get the computer to stop responding (blank screen, still back lit,
unresponsive to keyboard). I suspect the only difference between a
kernel dump and the blank screen is whether or not the monitor has gone
off before or after the crash.

I don't have a copy of the old version of xserver-xorg-video-radeon and
I can't seem to find it on snapshot.d.o :(.

My current work around has been to turn off xscreensaver and disabled
dpms (via xset -dpms).

Let me know if there's anything else I can do to help trouble shoot.

jamie

0 jamie@chicken:~$ grep radeon /var/log/dpkg.log
2011-04-29 09:31:19 upgrade xserver-xorg-video-radeon 1:6.13.1-2+squeeze1 
1:6.14.1-1
2011-04-29 09:31:19 status half-configured xserver-xorg-video-radeon 
1:6.13.1-2+squeeze1
2011-04-29 09:31:19 status unpacked xserver-xorg-video-radeon 
1:6.13.1-2+squeeze1
2011-04-29 09:31:19 status half-installed xserver-xorg-video-radeon 
1:6.13.1-2+squeeze1
2011-04-29 09:31:19 status half-installed xserver-xorg-video-radeon 
1:6.13.1-2+squeeze1
2011-04-29 09:31:19 status half-installed xserver-xorg-video-radeon 
1:6.13.1-2+squeeze1
2011-04-29 09:31:19 status unpacked xserver-xorg-video-radeon 1:6.14.1-1
2011-04-29 09:31:19 status unpacked xserver-xorg-video-radeon 1:6.14.1-1
2011-04-29 09:31:28 upgrade libdrm-radeon1 2.4.21-1~squeeze3 2.4.24-2
2011-04-29 09:31:28 status half-configured libdrm-radeon1 2.4.21-1~squeeze3
2011-04-29 09:31:28 status unpacked libdrm-radeon1 2.4.21-1~squeeze3
2011-04-29 09:31:28 status half-installed libdrm-radeon1 2.4.21-1~squeeze3
2011-04-29 09:31:28 status half-installed libdrm-radeon1 2.4.21-1~squeeze3
2011-04-29 09:31:28 status unpacked libdrm-radeon1 2.4.24-2
2011-04-29 09:31:28 status unpacked libdrm-radeon1 2.4.24-2
2011-04-29 09:33:29 configure libdrm-radeon1 2.4.24-2 
2011-04-29 09:33:29 status unpacked libdrm-radeon1 2.4.24-2
2011-04-29 09:33:29 status half-configured libdrm-radeon1 2.4.24-2
2011-04-29 09:33:35 status installed libdrm-radeon1 2.4.24-2
2011-04-29 09:46:42 configure xserver-xorg-video-radeon 1:6.14.1-1 
2011-04-29 09:46:42 status unpacked xserver-xorg-video-radeon 1:6.14.1-1
2011-04-29 09:46:42 status unpacked xserver-xorg-video-radeon 1:6.14.1-1
2011-04-29 09:46:42 status half-configured xserver-xorg-video-radeon 1:6.14.1-1
2011-04-29 09:46:42 status installed xserver-xorg-video-radeon 1:6.14.1-1
0 jamie@chicken:~$ 

0 jamie@chicken:~$ grep linux-image /var/log/dpkg.log
2011-04-29 09:38:35 upgrade linux-image-2.6.38-2-amd64 2.6.38-2 2.6.38-3
2011-04-29 09:38:35 status half-configured linux-image-2.6.38-2-amd64 2.6.38-2
2011-04-29 09:38:35 status unpacked linux-image-2.6.38-2-amd64 2.6.38-2
2011-04-29 09:38:35 status half-installed linux-image-2.6.38-2-amd64 2.6.38-2
2011-04-29 09:38:43 status half-installed linux-image-2.6.38-2-amd64 2.6.38-2
2011-04-29 09:38:43 status unpacked linux-image-2.6.38-2-amd64 2.6.38-3
2011-04-29 09:38:45 status unpacked linux-image-2.6.38-2-amd64 2.6.38-3
2011-04-29 09:44:11 upgrade linux-image-2.6-amd64 2.6.32+29 2.6.38+33
2011-04-29 09:44:11 status half-configured linux-image-2.6-amd64 2.6.32+29
2011-04-29 09:44:11 status unpacked linux-image-2.6-amd64 2.6.32+29
2011-04-29 09:44:11 status half-installed linux-image-2.6-amd64 2.6.32+29
2011-04-29 09:44:11 status half-installed linux-image-2.6-amd64 2.6.32+29
2011-04-29 09:44:11 status unpacked linux-image-2.6-amd64 2.6.38+33
2011-04-29 09:44:11 status unpacked linux-image-2.6-amd64 2.6.38+33
2011-04-29 09:46:47 configure linux-image-2.6.38-2-amd64 2.6.38-3 
2011-04-29 09:46:47 status unpacked linux-image-2.6.38-2-amd64 2.6.38-3
2011-04-29 09:46:47 status half-configured linux-image-2.6.38-2-amd64 2.6.38-3
2011-04-29 09:47:24 status installed linux-image-2.6.38-2-amd64 2.6.38-3
2011-04-29 09:49:25 configure linux-image-2.6-amd64 2.6.38+33 
2011-04-29 09:49:25 status unpacked linux-image-2.6-amd64 2.6.38+33
2011-04-29 09:49:25 status half-configured linux-image-2.6-amd64 2.6.38+33
2011-04-29 09:49:26 status installed linux-image-2.6-amd64 2.6.38+33
0 jamie@chicken:~$




signature.asc
Description: Digital signature


Bug#626115: xserver-xorg-video-radeon: kernel crash after period of user inactivity

2011-05-08 Thread jamie
Package: xserver-xorg-video-radeon
Version: 1:6.14.1-1
Severity: normal


While actively working on my laptop, I experience no problems. However,
when I am away from the machine for more than about 5 or 10 minutes, the
screen either goes blank (still backlit, but unresponsive to keyboard
presses) or I get a kernel dump.

Below is a hand-typed representation of what I hope is the relevent
information from the last kernel dump (subject to typos).

Note - I tried and failed to manually trigger the problem by triggering
my xscreensaver and by executing: set dpms standby|suspend|off|on etc.

This problem began after upgrading to xserver-xorg-video-radeon 1:6.14.1-1

Thanks for all your work!
jamie


invalid opcode: 

Pid: 5107, comm: kworker/0:0 Tainted: G  C 2.6.38-2-amd64 #1 TOSHIBA 
Satellite T115D/Satellite T115D

Call Trace:
 kref_sub
 ttm_bo_reserve [ttm]
 radeon_unpin_work_func [radeon]
 T.765 [radeon]
 radeon_unpin_work_func [radeon]
 process_one_work
 worker_thread
 worker_thread
 worker_thread
 kthread
 kernel_thread_helper
 kthread
 kernel_thread_helper

Code: ..
RIP ttm_bo_ref_bug [ttm]
 RSP

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Feb  7  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1926464 Mar 25 23:49 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS780M/RS780MN 
[Radeon HD 3200 Graphics] [1002:9612]

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.38-2-amd64 (Debian 2.6.38-3) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 04:28:07 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 30436 Feb  4 20:20 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 36192 May  8 18:57 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[47.812] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[47.812] X Protocol Version 11, Revision 0
[47.812] Build Operating System: Linux 2.6.38-1-amd64 x86_64 Debian
[47.812] Current Operating System: Linux chicken 2.6.38-2-amd64 #1 SMP Thu 
Apr 7 04:28:07 UTC 2011 x86_64
[47.812] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-2-amd64 
root=/dev/mapper/vg_chicken0-root ro quiet
[47.812] Build Date: 26 March 2011  03:32:34AM
[47.812] xorg-server 2:1.9.5-1 (Cyril Brulebois ) 
[47.812] Current version of pixman: 0.21.4
[47.812]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[47.812] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[47.813] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  8 18:57:06 
2011
[47.920] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[47.969] (==) No Layout section.  Using the first Screen section.
[47.970] (==) No screen section available. Using defaults.
[47.970] (**) |-->Screen "Default Screen Section" (0)
[47.970] (**) |   |-->Monitor ""
[47.970] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[47.970] (==) Automatically adding devices
[47.970] (==) Automatically enabling devices
[48.153] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[48.153]Entry deleted from font path.
[48.153] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[48.153]Entry deleted from font path.
[48.153] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[48.153]Entry deleted from font path.
[48.178] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[48.178]Entry deleted from font path.
[48.179] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[48.179]Entry deleted from font path.
[48.353] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[48.353] (==) ModulePath set to "/usr/lib/xorg/modules"
[48.353] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[48.353] (II) Loader magic: 0x7d1be0
[  

Bug#197154: Fw:

2007-11-02 Thread eamon jamie

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#201584: =?koi8-r?b?PT9LT0k4LVI/UT89RkE9QzE9Q0M9QzU9REEgPUNFPUMxID1EMz1END1DRj1DQyA9QzkgPURBPUMx

2006-11-01 Thread Jamie Palmer
PUQyPUQ1PUM3PUMxPUNDPUQzPUQxOj89?=
Date: Wed, 1 Nov 2006 12:17:25 -0060
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="koi8-r";
reply-type=original
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1506
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506

ëÁË ÄÅÌÉÛËÉ?

ïÈ, ÄÅ×áÞËÉ... õ ÎÅÇÏ ÑÊÃÁ - ÏÔ æÁÂÅÒÖÅ!

îÅ ×ÉÄÑ ÔÏÌËÕ ÕÖ ÎÉ × ËÏÍ,
ï ×Ù, ÚÁÍÕÖÎÉÅ, Ï ×ÄÏ×Ù,
èÏÔÑ Ó ÐÉÚÄÏÀ ÕÃÅÌÅ×ÛÅÊ,
é ×ÓÅÈ Ó×ÑÔÙÈ ÎÁ ÐÏÍÏÝØ Ú×ÁÔØ.
óÁÍ ÐÁÒÅÎØ ×ÉÄÎÙÊ É ÚÄÏÒÏ×ÙÊ,
îÏ ÕÖ ÔÁËÏÊ ÅÂÌÉ×ÏÊ ÂÁÂÙ
äÌÑ ×ÓÅÈ ÏÔËÒÙÔÁÑ ×ÓÅÇÄÁ.
éÚ×ÅÓÔÎÏÊ Ó×ÏÄÎÅÊ ×ÅÞÅÒËÏÍ
á ×ÒÅÍÑ ÍÅÄÌÅÎÎÏ ÉÄÅÔ.
ôÁËÏÇÏ ÅÂÁÒÑ, ÞÔÏ ÁÈÎÅÛØ !"
ôÁËÏÇÏ ÈÕÑ, ËÁË ìÕËÁÛËÉÎ
÷ÉÄ ÏÎ ÉÍÅÌ ÍÏÌÏÄÃÅ×ÁÔÙÊ:
ïÎÁ ËÒÉÞÉÔ - ìÕËÁ ÎÅ ÓÌÙÛÉÔ,
ðÏÛÌÁ ÎÁÌÅ×Ï É ÎÁÐÒÁ×Ï
÷ ÇÏÓÔÉÎÏÊ Ó ÎÅÔÅÒÐÅÎØÅÍ ÖÄÅÔ,
âÅÚ ÅÂÌÉ, ÍÉÌÁÑ, ÚÁÞÁÈÎÅÛØ,
åÝÅ ÎÅ ÓÔÁÒÏÊ ÂÙÌ ÐÏÒÙ.
÷ÔÏÒÏÊ íÕÄÉÝÅ× Ú×ÁÌÓÑ óÁ××ÏÊ.
îÉ ÂÌÑÄØ, ÎÉ ÄÅ×ËÁ-ÐÏÔÁÓËÕÈÁ,
ðÏÒÏÊ ÓÍÅÛÉÌ ÃÁÒÑ ÄÏ ÓÌÅÚ.
õ ÔÒÅÔØÅÇÏ - ÕÖ ÏÞÅÎØ ÔÏÎÏË
ïÎÁ Ë ÔÁËÏÍÕ ÚÁËÌÀÞÅÎØÀ
é ÇÏÓÔØ Ñ×ÉÌÓÑ ËÏ ×ÄÏ×Å



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363494: xvfb-run no longer exists

2006-04-19 Thread Jamie Wilkinson
Package: xvfb
Version: 1:1.0.2-5
Severity: serious
Justification: causes FTBFS in unrelated package

see Bug#363072, pyopengl depends on having an X server available to
build the Tk component.  The current version of xvfb in unstable
is blocking the fixing of RC bugs in pyopengl.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968)

Versions of packages xvfb depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libfontenc1   1:1.0.1-3  X11 font encoding library
ii  libxau6   1:1.0.0-2  X11 authorisation library
ii  libxdmcp6 1:1.0.0-3  X11 Display Manager Control Protoc
ii  libxfont1 1:1.0.0-3  X11 font rasterisation library
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages xvfb recommends:
pn  xauth  (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#24192: attempt was made

2005-09-06 Thread Jamie Goodson

ATTENTION- For your immediate review:

Sorry for the initial delay, but your file has now been reviewed and 
there are three potential options for you to consider. 

Please note that this is a time sensitive matter and that your previous 
credit situation is not an issue at this time. 

Please confirm your details with our secure database to ensure our 
records are up to date, 

Thank You.

http://www.quick-refis.com/index.php?refid=windsor

--Jamie Goodson
Senior Financial Advisor - eLMR Inc

Did this reach you in error? please let us know so you won't recieve 
again:
http://www.quick-refis.com/r.php







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#166335: new job ?

2005-08-04 Thread Jamie Melendez
ALERT: Initial Notification

According to our records, you or your spouse completed one of our applications 
within the past year.

Although you were not accepted initially we are now happy to present you with 
three different deals.

Remember, there is absolutely No obligation on your part and past credit is a 
non-issue.

Please validate your information with our secure/private database to ensure our 
records are accurate.

http://www.loanszx.com/index.php?refid=windsor

Thank You and Good Day

Sincerely,

Jamie Melendez
Customer Service Rep
e-LMRi INC

If this reached you in error please let our office know so we can take you off 
the list:
http://www.loanszx.com/r.php






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#233976: xserver-xfree86: XFree86-VidModeExtension broken for radeon driver

2004-02-21 Thread Jamie Zawinski
  FAQ:  http://www.jwz.org/xscreensaver/faq.html#screen-size
  Debian:   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208417
  XFree86:  http://bugs.xfree86.org/show_bug.cgi?id=421
  RedHat:   http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=81593

The XFree86 developers have closed bug 421.  As far as I can tell, their
reason for this was, "this is an X server bug, but it's pretty hard to
fix.  Therefore, we are closing it."



Re: xineramify_xscreensaver.diff?

2003-05-26 Thread Jamie Zawinski
Branden Robinson wrote:
> 
> If you read the message through a mail->news gateway, please identify
> which one to the debian-x mailing list, since it is obviously obscuring
> the source of the message and possibly other important information as
> well.

Well, you know, I was *going* to go search for it again help you, but
then you continued to act like an asshole for no reason, so you can just
go search for it yourself.

What is your fascination with non sequitur bitching about trademarks and
copyrights?  No, don't answer that, I don't care.

> I don't know why it wouldn't make sense.  X protocol extensions require
> support on both the X client and X server side, or they cannot be used.

The reason it doesn't make sense is that support for Xinerama had been
added to both programs many, many years ago -- as evidenced by the fact
that it works at all.  That changelog would have made plenty of sense in
1997, but not in 2003.

> In any case, this dialogue is fast becoming a waste of my own time, so
> kindly refrain from mailing me privately again. 

Consider it done.  Please choke on a bucket of cocks.  Thank you.

-- 
Jamie Zawinski
[EMAIL PROTECTED] http://www.jwz.org/
[EMAIL PROTECTED]   http://www.dnalounge.com/



Re: 1600x1200 broken with vooodoo3 and NEC FP950

2000-11-15 Thread jamie
i actually run the 4.01 debs @ 1600x1200 16bpp on a voodoo3 2000 agp...
but did get similar at 24bpp... try 16bpp.


On Wed, Nov 15, 2000 at 11:09:03AM -0800, Jason Mealins wrote:
> Just upgraded from 3.3.6 to 4.0.1-3 and 1600x1200 no longer works, every res 
> below it does. There is no log errors, just when 1600x1200 launches, it 
> scruches the entire screen to the top of the monitor. Can't figure out what 
> has been changed. between the two. Any help would be great. also tdfx doesn't 
> allow me to run at 32bit anymore.
> 
> Jason Mealins
> [EMAIL PROTECTED]
> 
> 
> --
> Get "Your Linux Desktop on the Net" at http://www.workspot.com
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: 1600x1200 broken with vooodoo3 and NEC FP950

2000-11-15 Thread jamie

i actually run the 4.01 debs @ 1600x1200 16bpp on a voodoo3 2000 agp...
but did get similar at 24bpp... try 16bpp.


On Wed, Nov 15, 2000 at 11:09:03AM -0800, Jason Mealins wrote:
> Just upgraded from 3.3.6 to 4.0.1-3 and 1600x1200 no longer works, every res below 
>it does. There is no log errors, just when 1600x1200 launches, it scruches the entire 
>screen to the top of the monitor. Can't figure out what has been changed. between the 
>two. Any help would be great. also tdfx doesn't allow me to run at 32bit anymore.
> 
> Jason Mealins
> [EMAIL PROTECTED]
> 
> 
> --
> Get "Your Linux Desktop on the Net" at http://www.workspot.com
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: voodoo3 libgl error in woody xf4

2000-11-10 Thread jamie
Thanks for your info...

however, last night... in my frustration... i purged my entire X
installation, and found that i did actually have a couple old GL
libraries from my previous compilation (i thought i had removed all of
them, but apparently not).

anyway, i'm happy to say i have an entirely deb based system (except for
the 2.4 kernel i compiled) with working xf4 and dri on a voodoo3 (no need for 
alien etc.)

kudos to Branden et al!

On Fri, Nov 10, 2000 at 10:57:33PM +0500, James Leigh wrote:
> > Greetings,
> > 
> > i have recently installed the woody xf4 debs my system with a voodoo3
> > card and things are working fine, except for opengl acceleration.
> > 
> > my kernel: 2.4.0-test10 w/ tdfx compiled into the kernel (and agppart
> > enabled)
> > vid card: voodoo3 2000 agp
> > mobo: asus a7v
> 
> I was hoping that some one else would respond with a better answer then
> this, but since no one has, I will let you know what I have done to get
> my voodoo3 xf4 and kernel-2.4.0 to work.  At the linux.3dfx.com site
> they have three binary rpms for OpenGL API , tdfx-dri, tdfx-drm, and
> glide-v3-dri.  The tdfx-drm you have included in your kernel so you will
> not need this, but you have to install the other two.
> Install alien to convert the two rpm packages into debs.  The
> glide-v3-dri installed on my system without any trouble, the tdfx-dri
> directly conflics with the xserver-xfree86.  This is why it is not a
> great solutions, but it works.  Install the tdfx-dri over the
> xserver-xfree86 deb.  Use dpkg --force-overwrite -i tdfx-dri.deb.  You
> will have to overwite the xserver-xfree86 every time up upgrade it.
> 
> I use voodoo3 xf4 and linux-2.4.0 w/ voodoo3.  This method works for me;
> I hope it will help.
> 
> http://linux.3dfx.com/open_source/download/voodoo3_banshee_dri.htm
> 
> 
> james



Re: voodoo3 libgl error in woody xf4

2000-11-10 Thread jamie

Thanks for your info...

however, last night... in my frustration... i purged my entire X
installation, and found that i did actually have a couple old GL
libraries from my previous compilation (i thought i had removed all of
them, but apparently not).

anyway, i'm happy to say i have an entirely deb based system (except for
the 2.4 kernel i compiled) with working xf4 and dri on a voodoo3 (no need for alien 
etc.)

kudos to Branden et al!

On Fri, Nov 10, 2000 at 10:57:33PM +0500, James Leigh wrote:
> > Greetings,
> > 
> > i have recently installed the woody xf4 debs my system with a voodoo3
> > card and things are working fine, except for opengl acceleration.
> > 
> > my kernel: 2.4.0-test10 w/ tdfx compiled into the kernel (and agppart
> > enabled)
> > vid card: voodoo3 2000 agp
> > mobo: asus a7v
> 
> I was hoping that some one else would respond with a better answer then
> this, but since no one has, I will let you know what I have done to get
> my voodoo3 xf4 and kernel-2.4.0 to work.  At the linux.3dfx.com site
> they have three binary rpms for OpenGL API , tdfx-dri, tdfx-drm, and
> glide-v3-dri.  The tdfx-drm you have included in your kernel so you will
> not need this, but you have to install the other two.
> Install alien to convert the two rpm packages into debs.  The
> glide-v3-dri installed on my system without any trouble, the tdfx-dri
> directly conflics with the xserver-xfree86.  This is why it is not a
> great solutions, but it works.  Install the tdfx-dri over the
> xserver-xfree86 deb.  Use dpkg --force-overwrite -i tdfx-dri.deb.  You
> will have to overwite the xserver-xfree86 every time up upgrade it.
> 
> I use voodoo3 xf4 and linux-2.4.0 w/ voodoo3.  This method works for me;
> I hope it will help.
> 
> http://linux.3dfx.com/open_source/download/voodoo3_banshee_dri.htm
> 
> 
> james


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: voodoo3 libgl error in woody xf4

2000-11-08 Thread jamie
ok, i've attached my kernelcfg, XFree86.log and my XF86Config-4... if
there are other files that might be of help... lemme know...

-jamie


# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
Load"ddc"
Load"GLcore"
Load"dbe"
Load"dri"
Load"extmod"
Load"glx"
Load"pex5"
Load"record"
Load"xie"
Load"bitmap"
Load"freetype"
Load"speedo"
Load"type1"
Load"vbe"
Load"int10"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "ImPS/2"
Option  "Device""/dev/psaux"
Option  "ZAxis Mapping" "4 5"
EndSection

Section "Device"
Identifier  "Card0"
Driver "tdfx"
VendorName  "3dfx Interactive"
BoardName   "Voodoo3"
#BusID  "PCI:0:8:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   35-97
VertRefresh 50-150
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Card0"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
SubSection "Display"
Depth   4
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
SubSection "Display"
Depth   8
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
SubSection "Display"
Depth   15
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480" 
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode0666
EndSection

# end

Re: voodoo3 libgl error in woody xf4

2000-11-07 Thread jamie

ok, i've attached my kernelcfg, XFree86.log and my XF86Config-4... if
there are other files that might be of help... lemme know...

-jamie


# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
Load"ddc"
Load"GLcore"
Load"dbe"
Load"dri"
Load"extmod"
Load"glx"
Load"pex5"
Load"record"
Load"xie"
Load"bitmap"
Load"freetype"
Load"speedo"
Load"type1"
Load"vbe"
Load"int10"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "ImPS/2"
Option  "Device""/dev/psaux"
Option  "ZAxis Mapping" "4 5"
EndSection

Section "Device"
Identifier  "Card0"
Driver "tdfx"
VendorName  "3dfx Interactive"
BoardName   "Voodoo3"
#BusID  "PCI:0:8:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   35-97
VertRefresh 50-150
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Card0"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
SubSection "Display"
Depth   4
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
SubSection "Display"
Depth   8
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
SubSection "Display"
Depth   15
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480" 
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode0666
EndSection

# end

Re: voodoo3 libgl error in woody xf4

2000-11-07 Thread jamie
On Tue, Nov 07, 2000 at 06:12:03PM -0800, Seth Arnold wrote:
> * jamie <[EMAIL PROTECTED]> [001107 16:38]:
> > i have recently installed the woody xf4 debs my system with a voodoo3
> > card and things are working fine, except for opengl acceleration.
> 
> Jamie, please check the thread located at:
> http://lists.debian.org/debian-x-0011/msg00019.html
> to ensure that this hasn't been covered (by people that know better what
> is going on with 3dfx).
> 
> :)

actually, i read that thread before posting... but it states that:

On Thu, Nov 02, 2000 at 11:27:44PM -0500, Zephaniah E. Hull wrote:
> This has all been solved, glide3 builds fine now, and works with the
> current X4 packages for the DRI

only, i installed the libglide3 debs from woody, and i still get the
errors, so i think my problem is a different one :/

-jamie



Re: voodoo3 libgl error in woody xf4

2000-11-07 Thread jamie

On Tue, Nov 07, 2000 at 06:12:03PM -0800, Seth Arnold wrote:
> * jamie <[EMAIL PROTECTED]> [001107 16:38]:
> > i have recently installed the woody xf4 debs my system with a voodoo3
> > card and things are working fine, except for opengl acceleration.
> 
> Jamie, please check the thread located at:
> http://lists.debian.org/debian-x-0011/msg00019.html
> to ensure that this hasn't been covered (by people that know better what
> is going on with 3dfx).
> 
> :)

actually, i read that thread before posting... but it states that:

On Thu, Nov 02, 2000 at 11:27:44PM -0500, Zephaniah E. Hull wrote:
> This has all been solved, glide3 builds fine now, and works with the
> current X4 packages for the DRI

only, i installed the libglide3 debs from woody, and i still get the
errors, so i think my problem is a different one :/

-jamie


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




voodoo3 libgl error in woody xf4

2000-11-07 Thread jamie
Greetings,

i have recently installed the woody xf4 debs my system with a voodoo3
card and things are working fine, except for opengl acceleration.

my kernel: 2.4.0-test10 w/ tdfx compiled into the kernel (and agppart
enabled)
vid card: voodoo3 2000 agp
mobo: asus a7v

basically, drm/dri seems to initialize fine:

(0): [drm] added 1 reserved context for kernel
(II) TDFX(0): [drm] Registers = 0xde00
Driver provided NonTEGlyphRenderer replacement
(0): [drm] installed DRM signal handler
(0): [DRI] installation complete

(from XFree86.log)

However, GL programs (xscreensaver hacks, etc) do not run accelerated.
I get the following results:

$ export LIBGL_DEBUG="on"
$ gears
libGL error: dlopen failed: undefined symbol:_trisetup_Default_win_nocull_valid

and glxinfo reports:
display: :0.0  screen:0
direct rendering: No

any suggestions would be _greatly_ appreciated.  i can send full
XFree86.log (though i don't think there are no EE or relavent WW lines)
or /XF86Config-4 if it'd help...

thanks in advance.

-jamie walker
[EMAIL PROTECTED]



voodoo3 libgl error in woody xf4

2000-11-07 Thread jamie

Greetings,

i have recently installed the woody xf4 debs my system with a voodoo3
card and things are working fine, except for opengl acceleration.

my kernel: 2.4.0-test10 w/ tdfx compiled into the kernel (and agppart
enabled)
vid card: voodoo3 2000 agp
mobo: asus a7v

basically, drm/dri seems to initialize fine:

(0): [drm] added 1 reserved context for kernel
(II) TDFX(0): [drm] Registers = 0xde00
Driver provided NonTEGlyphRenderer replacement
(0): [drm] installed DRM signal handler
(0): [DRI] installation complete

(from XFree86.log)

However, GL programs (xscreensaver hacks, etc) do not run accelerated.
I get the following results:

$ export LIBGL_DEBUG="on"
$ gears
libGL error: dlopen failed: undefined symbol:_trisetup_Default_win_nocull_valid

and glxinfo reports:
display: :0.0  screen:0
direct rendering: No

any suggestions would be _greatly_ appreciated.  i can send full
XFree86.log (though i don't think there are no EE or relavent WW lines)
or /XF86Config-4 if it'd help...

thanks in advance.

-jamie walker
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]