Hi Regis, I used ati driver without DRI. I do not use DRI because it give me some problem: when i switch console (CTRL+ALT+Fn) the system crash if DRI is loaded.
Anyway today I have tried amaya with DRI loaded and amaya crash with the following message: [EMAIL PROTECTED]:~$ amaya 09:22:28: Deleted stale lock file '/home/andrea/amaya-andrea'. OpenGL Status: Software Mode = Hard VENDOR : Tungsten Graphics, Inc. VERSION : 1.2 Mesa 6.4.1 RENDERER : Mesa DRI Radeon 20050528 AGP 4x x86/MMX+/3DNow!+/SSE NO-TCL GLU Version : 1.3 Aux buffers count 0 Acumm rgba : 0 0 0 0 *** Amaya: Irrecoverable error ***Segmentation fault Follow my xorg.conf file, (this is the version with DRI loaded): # xorg.conf (Xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg 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/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "synaptics" Driver "synaptics" Option "Protocol" "auto-dev" # Option "TouchpadOff" "0" Option "LeftEdge" "1900" Option "RightEdge" "5800" Option "TopEdge" "1900" Option "BottomEdge" "4400" Option "FingerLow" "25" Option "FIngerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.03" Option "MaxSpeed" "0.16" Option "AccelFactor" "0.0020" # Option "UpDownScrooling" "1" Option "SHMConfig" "on" # Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/event0" Option "Emulate3Buttons" "false" # Option "Emulate3Timeout" "70" # Option "Repeater" "/dev/ps2mouse" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" # Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "Auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Technologies, Inc. Radeon Mobility U1" Driver "ati" # Option "EnabledPageFlip" "true" # Option "MergedFB" "false" # Option "UseFBDev" "true" # VideoRam 65536 EndSection Section "Monitor" Identifier "Monitor Generico" Option "DPMS" HorizSync 28-49 VertRefresh 43-72 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. Radeon Mobility U1" Monitor "Monitor Generico" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "synaptics" "CorePointer" InputDevice "Configured Mouse" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection Il giorno dom, 19/03/2006 alle 00.17 +0000, Regis Boudin ha scritto: > Hi Andrea, > > After a kernel update making amaya crash and further tests, I tend more > and more to think the problem comes from the use of Mesa. > > Could you please let me know you configuration, especially : > -which video driver you use > -if you use the DRI > > For the record, in my case : > -with the nvidia proprietary driver, no problem > -with the radeon driver and DRI, it run with display bugs > -with the radeon driver but no DRI, it crashes. > > I will continue investigating the problem... > > Regis > > On Fri, 2006-03-17 at 12:53 +0000, Regis Boudin wrote: > > tags 357439 +confirmed > > thanks > > > > Hi, > > > > This is a known problem, which appears on some machines but not some > > others, depending on... Well, nobody seems to actually know what's wrong. > > > > Thanks for the report. > > > > Regis > > > > Andrea De Michele said: > > > Package: amaya > > > Version: 9.4-2 > > > Severity: grave > > > Justification: renders package unusable > > > > > > amaya does not start. I received the following error message: > > > > > > The program 'amaya' received an X Window System error. > > > This probably reflects a bug in the program. > > > The error was 'BadMatch (invalid parameter attributes)'. > > > (Details: serial 20807 error_code 8 request_code 144 minor_code 5) > > > (Note to programmers: normally, X errors are reported asynchronously; > > > that is, you will receive the error a while after causing it. > > > To debug your program, run it with the --sync command line > > > option to change this behavior. You can then get a meaningful > > > backtrace from your debugger if you break on the gdk_x_error() > > > function.) > > > > > > > > > -- System Information: > > > Debian Release: testing/unstable > > > APT prefers unstable > > > APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') > > > Architecture: i386 (i686) > > > Shell: /bin/sh linked to /bin/bash > > > Kernel: Linux 2.6.15-1-k7 > > > Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) > > > > > > Versions of packages amaya depends on: > > > ii libc6 2.3.6-3 GNU C Library: Shared > > > libraries an > > > ii libcomerr2 1.38+1.39-WIP-2005.12.31-1 common error description > > > library > > > ii libcurl3 7.15.2-3 Multi-protocol file transfer > > > libra > > > ii libdb4.3 4.3.29-5 Berkeley v4.3 Database > > > Libraries [ > > > ii libfreetype6 2.1.10-1 FreeType 2 font engine, > > > shared lib > > > ii libgcc1 1:4.0.3-1 GCC support library > > > ii libglu1-xorg 6.9.0.dfsg.1-4 Mesa OpenGL utility library > > > [X.Org > > > ii libidn11 0.5.18-2 GNU libidn library, > > > implementation > > > ii libjpeg62 6b-12 The Independent JPEG Group's > > > JPEG > > > ii libkrb53 1.4.3-6 MIT Kerberos runtime > > > libraries > > > ii libmysqlclien 5.0.18-9 mysql database client library > > > ii libpng12-0 1.2.8rel-5 PNG library - runtime > > > ii libraptor1 1.4.8-3 Raptor RDF parser and > > > serializer l > > > ii librasqal0 0.9.11-1 Rasqal RDF query library > > > ii librdf0 1.0.2-2.1 Redland Resource Description > > > Frame > > > ii libsqlite3-0 3.2.8-1 SQLite 3 shared library > > > ii libssl0.9.8 0.9.8a-7 SSL shared libraries > > > ii libstdc++6 4.0.3-1 The GNU Standard C++ Library > > > v3 > > > ii libwxgtk2.6-0 2.6.1.2 wxWidgets Cross-platform C++ > > > GUI t > > > ii libxml2 2.6.23.dfsg.2-2 GNOME XML library > > > ii libxslt1.1 1.1.15-4 XSLT processing library - > > > runtime > > > ii xlibmesa-gl [ 6.9.0.dfsg.1-4 Mesa 3D graphics library > > > [X.Org] > > > ii zlib1g 1:1.2.3-11 compression library - runtime > > > > > > amaya recommends no packages. > > > > > > -- no debconf information > > > > > > > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]