Bug#280384: XFree crashing on kernel 2.4.28

2004-12-01 Thread Admar Schoonen
On Wed, Dec 01, 2004 at 09:52:48AM -0800, [EMAIL PROTECTED] wrote:
> A couple of issues come to mind looking at the transcript of our bug
> #280384:
> 
> 1) Why couldn't Peter De Schrijver experience this problem for himself
> on the Debian 2.6.8.1 kernel?
> 
> 2) Why does Admar Schoonen's work-around (using the debug server)
> function properly? I think it's supremely ironic that the debug build
> doesn't have the bug. LOL.

Well, I have to admit that this bug does occur on my Sun Blade 100 (with 2
almost identical ati mach 64 cards), but not on my Sun Ultra 5 (with only 1 ati
mach 64 card that is slightly different than the one in the blade 100). 

The bug also doesn't occur on a Sun Ultra 5 at my friend's place, but iirc, it
does occur on an Ultra 5 or Ultra 10 from someone else, so I'm a bit sceptical
to say that U5's are not affected.

The fact that the debug server doesn't show the bug could indicate that it's a
timing issue, but to be honest, I am a terrible programmer and I wouldn't know
how to start debugging this issue.

I hope this could be useful for someone, and if he/she needs more
information/testing, I'd happy volunteer.

Admar



Bug#280384: XFree not starting any more

2004-11-27 Thread Admar Schoonen
On Fri, Nov 26, 2004 at 06:40:25PM -0500, Ron Murray wrote:
>From your logs, this looks like the same problem I'm getting with
> an E250 on 2.6 kernels (see the thread on this list a few days ago
> titled "Re: E250, Raptor gfx, kernel 2.6: questions...". I believe
> that http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=280384 also
> refers to the same problem.

This looks like the same problem I have. I found out that a work around for me
was to install xserver-xfree86-dbg and use that server.

Admar



Bug#282401: xserver-xfree86: segfault at startup (when loading module pcidata?)

2004-11-21 Thread Admar Schoonen
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-8
Severity: normal

System is a Sun Blade 100 (ultra sparc IIe) with 2 mach64 pci cards (1 on board,
1 in pci slot). Linux kernels 2.6.x with x<7 and current X server work fine on
this machine (apart from the fact dat those kernels have a bug that prevents the
second head to work). Kernels 2.6.8 and up don't have this bug, and therefor,
both heads work. However, with those kernels, xserver-xfree86 won't work; the
xserver crashes even before initializing the card(s). The logfile is up at
http://people.spacelabs.nl/~admar/troep/XFree86.0.log

The strange this is though, that X does work perfectly fine if I use
xserver-xfree86-dbg (even dual head works).

I hope this is enough information to fix the problem (or that it is at least
enoough information for other people with a non working X to have a workaround).
If you need more information, please let me know.

Best regards,

Admar

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xfree86-dbg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxr-xr-x  1 root root 26 Nov 21 20:33 /etc/X11/X -> /usr/bin/X11/XFree86-debug
-rwxr-xr-x  1 root root 127862144 Sep 28 23:47 /usr/bin/X11/XFree86-debug

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86
xserver-xfree86-dbg

VGA-compatible devices on PCI bus:
:00:13.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
:01:01.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)

/etc/X11/XF86Config-4 does not match checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 6573 Nov 21 20:51 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
Screen  0  "Screen1" RightOf "Screen0"
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
#   InputDevice"stylus"
#   InputDevice"eraser"
#   InputDevice"mouse"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
#   ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
EndSection

# Section "InputDevice"
#   Identifier  "stylus"
#   Driver  "wacom"
#   Option  "Device""/dev/input/event0"
#   Option  "CorePointer"
#   Option  "SendCoreEvents""true"
#   Option  "Type"  "stylus"
#   Option  "Mode"  "absolute"
#   Option  "Threshold" "10"
#   Option  "USB"   "on"
# EndSection
# 
# Section "InputDevice"
#   Identifier  "eraser"
#   Driver  "wacom"
#   Option  "Device""/dev/input/event0"
#   Option  "CorePointer"
#   Option  "SendCoreEvents""true"
#   Option  "Type"  "eraser"
#   Option  "Mode"  "absolute"
#   Option  "Threshold" "10"
#   Option  "USB"   "on"
# EndSection
# 
# Section "InputDevice"
#   Identifier  "mouse"
#   Driver  "wacom"
#   Option  "Device""/dev/input/event0"
#   Option  "CorePointer"
#   Option  "SendCoreEvents""true"
#   Option  "Type"  "mouse"
#   Option  "Mode"  "relative"
#   Option  "Threshold" "10"
#   Option  "USB"   "on"
# EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "LG"
ModelName"Flatron 915FT Plus"
HorizSync30-107
VertRefresh  50-200
DisplaySize  351 268
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Sun Microsystems"
ModelName"C