Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-12 Thread Michel Dänzer
before the former, iccexamine is broken. > > It does not call glXMakeCurrent at all. Then it could never work in a GLX environment. It doesn't call it directly but probably via GLUT. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthu

Bug#514395: LUT settings are not restored after switching to console.

2009-02-12 Thread Michel Dänzer
1-xserver-utils 7.3+5) and then the setting > are kept. xgamma uses the XF86VidModeSetGamma() call. > > I've rebuild dispwin so it uses the XF86VidModeSetGammaRamp() call instead > and then the settings are also kept. AFAICT the driver RandR 1.2 code just sets the LUT values passed in

Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-12 Thread Michel Dänzer
On Wed, 2009-02-11 at 18:44 +0100, Kurt Roeckx wrote: > On Wed, Feb 11, 2009 at 08:55:44AM +0100, Michel Dänzer wrote: > > On Tue, 2009-02-10 at 22:18 +0100, Kurt Roeckx wrote: > > > Package: libgl1-mesa-glx > > > Version: 7.0.3-7 > > > Severity: important >

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Michel Dänzer
XRRSetCrtcGamma(p->mydisplay, p->crtc, crtcgam); > XSync(p->mydisplay, False); /* Flush the change > out */ > > XRRFreeGamma(crtcgam); > > Else it would use XF86VidModeSetGammaRamp() At least with RandR 1.2, I suspect t

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Michel Dänzer
restored when switching back to X. What method does dispwin use for changing the LUT settings? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-11 Thread Michel Dänzer
return 0; > } > > But the same thing works with the version from experimental (7.3-1). That's purely luck; the result of calling GL functions is undefined without a current GLX context. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enth

Bug#514036: xserver-xorg: screensaver doesn't start when a menu is open

2009-02-04 Thread Michel Dänzer
rd. It does; it's the only way the menu can receive input events while the pointer is outside of it. AFAIK this is a pretty deep X11 design issue, so I'm afraid this can't be fixed easily. Feel free to bring it up upstream though. -- Earthling Michel Dänzer |

Bug#514000: LINK_ARCH set to x86 with kernel > 2.6.23 regardless of KERNEL_ARCH

2009-02-03 Thread Michel Dänzer
Package: kernel-package Version: 11.015 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The test syntax in the inner if statement for overriding LINK_ARCH to x86 is incorrect in /usr/share/kernel-package/ruleset/targets/headers.mk, causing LINK_ARCH to be set to x86

Bug#503470: xserver-xorg: hitting any keyboard key freezes mouse (until ~1sec after key is released)

2009-02-02 Thread Michel Dänzer
of daemon running which is supposed to prevent spurious trackpad input while typing and which allows simulating wheel events with a trackpad while the alt key is pressed? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast |

Bug#513639: compiz-core: compiz should not try to read /var/log/Xorg.0.log

2009-01-31 Thread Michel Dänzer
var/log/Xorg.0.log: Permission denied Grepping the X server log file to find out the driver is preposterous in the first place... Something like glxinfo|grep renderer would be much more relevant for compiz. -- Earthling Michel Dänzer |http://www.vmware.com Libre software

Bug#508244: xserver-xorg: no input devices detected

2009-01-31 Thread Michel Dänzer
t, use Option "DontZap" "off" in Section "ServerFlags", or if you also want the root weave instead of just a black background on server startup, you can use the -retro command line switch. -- Earthling Michel Dänzer |

Bug#512271: Building out-of-tree modules fails on powerpc due to missing file crtsavres.o

2009-01-18 Thread Michel Dänzer
Package: kernel-package Version: 11.015 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The powerpc linux-headers-* packages generated by make-kpkg are missing the file arch/powerpc/lib/crtsavres.o which is required for building kernel modules on recent 2.6 kernels.

Bug#489707: Xprint might be a red herring

2009-01-17 Thread Michel Dänzer
longer the case. It seems odd that galeon would start caring about Xprint at about the same time Firefox stops caring about it... So I suspect this could be just a relatively simple regression somewhere. -- Earthling Michel Dänzer |http://www.vmware.com Libre software

Bug#511494: GL error messages while playing oolite

2009-01-12 Thread Michel Dänzer
stream bug report. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#511079: compiz: Does not properly start from Gnome session

2009-01-08 Thread Michel Dänzer
or compiz to register with the session manager as "compiz" rather than "compiz.real". -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-d

Bug#510208: xserver-xorg-video-ati: freezes/crashes on startup after kernel upgrade 2.6.22->26

2009-01-03 Thread Michel Dänzer
iginal report shows 4x being used. The default is to leave it unchanged from what the firmware set it up to, with the exception of known hardware combinations where only other values work. So, your table is a little confusing... please just try all AGP transfer rates and see if any of them works. -

Bug#510208: xserver-xorg-video-ati: freezes/crashes on startup after kernel upgrade 2.6.22->26

2009-01-02 Thread Michel Dänzer
se button, which I will try to narrow down > later ;). That sounds like a separate issue which is very unlikely related to the video driver. > Option "ButType" "PCI" Should be "BusType", not "ButType" - did you test the correct spelling? What abo

Bug#510208: xserver-xorg-video-ati: freezes/crashes on startup after kernel upgrade 2.6.22->26

2008-12-31 Thread Michel Dänzer
itching acceleration off (NoAccel in Screen > section)]. What about Option "DRI" "off" instead of NoAccel? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#510096: [compiz-gtk] Window decorations incomplete with libmetacity0/experimental

2008-12-29 Thread Michel Dänzer
On Mon, 2008-12-29 at 11:37 +0100, David Paleino wrote: > > On Mon, 29 Dec 2008 10:44:09 +0100, Michel Dänzer wrote: > > > On Mon, 2008-12-29 at 09:59 +0100, David Paleino wrote: > > > Package: compiz-gtk > > > Version: 0.7.6-7 > > > Severity:

Bug#510096: [compiz-gtk] Window decorations incomplete with libmetacity0/experimental

2008-12-29 Thread Michel Dänzer
ry I can't name it otherwise), the title, > and then I'm missing the minimize/maximize/close triad. Does rebuilding compiz-gtk against libmetacity-dev 1:2.24.0-1 fix the problem? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast

Bug#509691: Playing a game with compiz enabled, freezes Debian and needs a full restart!

2008-12-29 Thread Michel Dänzer
Does the same thing happen with 32 bit userland or kernel? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#508999: more on 508999 (lenny with wrong frequencies on Radeon Xpress 200)

2008-12-22 Thread Michel Dänzer
be seen there, CLOCK_CNTL_INDEX is indeed a 32 bit register with more than 8 functional bits, so this looks like a valid fix. In fact, I can't seem to find any non-32-bit MMIO registers we would (need to) use, so I'm not sure the IN/OUTREG8 and IN/OUTREG16 macros have any reason to live.

Bug#509143: xserver-xorg-video-radeon: possible 2D render error in radeon crashes cairo application

2008-12-19 Thread Michel Dänzer
h Debian/Lenny and > 'radeon'. > * The bug also occurs in a Debian/Live system and on systems with > default xorg.conf. Still, as the evince process crashes, it's a bug in evince or one of the libraries it uses. (There may or may not also be a bug on the X server side that trigg

Bug#509047: regression - ATI driver - video flicks on mouse over content

2008-12-18 Thread Michel Dänzer
between each setting. > > Which part of xorg.conf place them to? Device? Yes, see the radeon manpage. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to deb

Bug#507886: xserver-xorg: X blocks suspend to RAM

2008-12-07 Thread Michel Dänzer
On Sun, 2008-12-07 at 18:07 +0100, Jörg Sommer wrote: > > Michel Dänzer schrieb am Fri 05. Dec, 18:01 (-0800): > > On Fri, 2008-12-05 at 15:56 +0100, Jörg Sommer wrote: > > > Package: xserver-xorg > > > Version: 1:7.4~4 > > > Severity: normal > >

Bug#507886: xserver-xorg: X blocks suspend to RAM

2008-12-05 Thread Michel Dänzer
'm on a > virtual consol (e.g. tty2) the system goes asleep. With the kernel 2.6.27 > I've no problems. Sounds like a kernel regression then? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI de

Bug#504704: Crashes on big endian architectures due to incorrect data size used for byte swapping

2008-11-10 Thread Michel Dänzer
On Sun, 2008-11-09 at 22:20 +0100, Gonéri Le Bouder wrote: > On Thu, Nov 06, 2008 at 12:51:15PM +0100, Michel Dänzer wrote: > > Package: teeworlds > > Version: 0.4.3-1 > > Severity: important > > Tags: patch > > > > > Two swap_endian() calls in e_dataf

Bug#504782: xserver-xorg-video-intel: suspend quirk s3_mode no longer works on Thinkpad R60

2008-11-07 Thread Michel Dänzer
On Fri, 2008-11-07 at 10:05 +0100, Marcus Better wrote: > > Downgrading to 2:2.3.2-2+lenny5 didn't help so I'm not at all sure what > caused the changed behaviour. Did you upgrade the kernel? Newer kernels have suspend/resume code in the i915 kernel module. -- Eart

Bug#504704: Crashes on big endian architectures due to incorrect data size used for byte swapping

2008-11-06 Thread Michel Dänzer
Package: teeworlds Version: 0.4.3-1 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Two swap_endian() calls in e_datafile.c pass the size in bytes instead of in number of units to be swapped, resulting in memory corruption and consequent crashes. The attached patch

Bug#504535: xserver-xorg-video-radeon: Freeze in 24bit and 16bit fullscreen (Radeon Mobility M6 LY)

2008-11-05 Thread Michel Dänzer
appen before. > 24bit 2D fullscreen sure worked ok though. [...] > (==) RADEON(0): Using AGP 4x Does Option "AGPMode" "1" (or "2") help? Please verify for your tests that the option value is reflected in the log line above. -- Earth

Bug#504537: xserver-xorg: X server eats CPU on sparc

2008-11-05 Thread Michel Dänzer
On Wed, 2008-11-05 at 01:12 +0300, Max Dmitrichenko wrote: > > X server eats 10-20% CPU in idle. It wasn't so on etch. > Any thoughts how to diagnose the reason are appreciated. Getting a profile with oprofile (with xserver-xorg-core-dbg installed) should be a start. -- Ea

Bug#504436: x11proto-gl-dev: Missing dependency for "GL/gl.h" include?

2008-11-04 Thread Michel Dänzer
; -Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0) > +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0), > mesa-common-dev | nvidia-glx-173-dev | nvidia-glx-177-dev | > nvidia-glx-71-dev | nvidia-glx-96-dev The standard stanza for a GL depend

Bug#502993: Altivec detection broken

2008-10-21 Thread Michel Dänzer
Package: libsdl1.2 Version: 1.2.13-4 Severity: normal Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The configure script incorrectly concludes that no Altivec code can be compiled because just #including altivec.h throws an #error without specifying -maltivec as well (and possibly vi

Bug#501819: xserver-xorg-video-radeon: Screen corruption with KDE4: horizontal lines after resizing windows

2008-10-11 Thread Michel Dänzer
t be the same problem. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

2008-10-10 Thread Michel Dänzer
out with an InputDevice (Generic > Keyboard) and the Identifier, but also with just the Identifier stanza. Sounds like a bug in the X server or maybe an input driver, but probably not the video driver... -- Earthling Michel Dänzer | http://tungstengraphics.com

Bug#501574: warsow: crashes at startup (warsow_bin: shader/slang/slang_emit.c:978 ...)

2008-10-10 Thread Michel Dänzer
possible to somehow make warsow not try to use any GLSL functionality as a workaround? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#457915: Amarok 1.92 crashes on powerpc.

2008-10-08 Thread Michel Dänzer
oop wake-up: Too many open files -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer diff -up -ru mysql-dfsg-5.1-5.1.26rc.orig/debian/rules mysql-dfsg-5.1-5.1.26rc/debian/rules --- mysql-dfsg-5.1-5.1.26rc.or

Bug#501001: (no subject)

2008-10-03 Thread Michel Dänzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subject: /etc/cron.daily/apt should enforce MaxAge/MaxSize regardless of AutocleanInterval Package: apt Version: 0.7.14 Severity: normal Tags: patch I want to keep debs in the APT cache for one month, regardless of whether they are still available f

Bug#488277: xserver-xorg-video-radeon: No longer uses correct resolution when a second screen is connected

2008-09-26 Thread Michel Dänzer
On Fri, 2008-09-26 at 07:18 -0700, Leo Spalteholz wrote: > > Once it is at the correct res, videos are messed up (any player using > xvideo plays with corrupted purple flashing noise on the video). See http://bugs.freedesktop.org/show_bug.cgi?id=17254 . -- Earthling Mich

Bug#498673: xserver-xorg-video-intel: 3D acceleration is very slow in absence of heavy load on the CPU

2008-09-19 Thread Michel Dänzer
d). When you run a 3D app, does the number of interrupts associated with your graphics card (IRQ 16 according to the log file) increase in /proc/interrupts? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI d

Bug#493521: xserver-xorg: can only use half of my video RAM

2008-09-17 Thread Michel Dänzer
t is more of a worry, honestly; > that seems like it might mess up things the firmware is doing. No, I think it's normal and harmless. As Alex pointed out, the flicker is likely due to the two display controllers and the accelerator fighting for memory bandwidth. You could try playing wi

Bug#499248: CPU 64/32 bit detection missing for powerpc

2008-09-17 Thread Michel Dänzer
Package: libjogl-java Version: 1.1.1-1 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The attached patch adds the missing CPU detection for powerpc. This allows worldwind to run. - -- System Information: Debian Release: lenny/sid APT prefers unstable APT poli

Bug#489959: No decorations with intel driver

2008-09-12 Thread Michel Dänzer
On Thu, 2008-09-11 at 21:25 +0200, Vedran Furač wrote: > Michel Dänzer wrote: > > > [...] generally, if the decorations are missing, it's usually due to either > > > > * decoration plugin not loaded > > After running compiz I get: > > Adding plug

Bug#489959: No decorations with intel driver

2008-09-11 Thread Michel Dänzer
the decorations are missing, it's usually due to either * decoration plugin not loaded * gtk/kde-window-decorator not running * Version mismatch between compiz-core / compiz-gtk/kde / libdecoration0 -- Earthling Michel Dänzer | http://tungstengraphics

Bug#498550: compizconfig-settings-manager: bicubic filter refuses to enable

2008-09-11 Thread Michel Dänzer
On Thu, 2008-09-11 at 11:34 +0100, Sheridan Hutchinson wrote: > Michel Dänzer wrote: > > Looks like your graphics card doesn't support pixel shaders > > (GL_ARB_fragment_program is missing from the list of OpenGL > > extensions), but the bicubic plugin can&#

Bug#498550: compizconfig-settings-manager: bicubic filter refuses to enable

2008-09-11 Thread Michel Dänzer
_fragment_program is missing from the list of OpenGL extensions), but the bicubic plugin can't work without (the bicubic filtering algorithm is implemented as a pixel shader). -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast |

Bug#498550: compizconfig-settings-manager: bicubic filter refuses to enable

2008-09-11 Thread Michel Dänzer
> 'de-checks' itself. Does anything appear in the compiz stdout/stderr output when you try to enable it? Please provide the output of LIBGL_ALWAYS_INDIRECT=1 glxinfo -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast |

Bug#478880: I cannot test it yet [was: Re: No, it's not fixed upstream]

2008-09-01 Thread Michel Dänzer
d > xserver-xorg-core from experimental, unless I am willing to remove > large numbers of packages, which I am not! I think you'd just need to remove xserver-xorg-{input,video}-all packages and instead make sure the specific input and video driver packages you need are ins

Bug#495267: Upstream commit which causes this

2008-08-31 Thread Michel Dänzer
nformation to actually fix this regression? There's a problem in xrandr, not in the driver. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#495315: compiz: Black band on screen-right with rv200

2008-08-16 Thread Michel Dänzer
On Sat, 2008-08-16 at 06:46 -0400, Venkatesh Srinivas wrote: > On Sat, Aug 16, 2008 at 12:27:55PM +0200, Michel Dänzer wrote: > >On Sat, 2008-08-16 at 02:48 -0400, Venkatesh Srinivas wrote: > >> > >Which version of libgl1-mesa-dri is this? I'd expect this to be fixed

Bug#495267: Upstream commit which causes this

2008-08-16 Thread Michel Dänzer
On Sat, 2008-08-16 at 13:05 +0200, Florian Weimer wrote: > * Michel Dänzer: > > > On Sat, 2008-08-16 at 09:33 +0200, Florian Weimer wrote: > >> tag 495267 upstream > >> thanks > >> > >> Upstream HEAD is still affected. > >> > >>

Bug#495315: compiz: Black band on screen-right with rv200

2008-08-16 Thread Michel Dänzer
n 7.0.3-5, unless you're overriding the allow_large_textures option in /etc/drirc. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#495267: Upstream commit which causes this

2008-08-16 Thread Michel Dänzer
> RADEON: enable cloning on multi-crtc cards I suspect this is a case of the xrandr utility not being smart enough to automatically select different CRTCs for the outputs. Try choosing them explicitly with --crtc. -- Earthling Michel Dänzer | http://tungstengr

Bug#490071: Same hangs with Radeon driver

2008-08-15 Thread Michel Dänzer
same bug. I'm afraid not, as I've written before: The common symptoms are generic symptoms of a GPU lockup, which can be caused by any number of things. As it only happens for Andrea after a cold boot, his problem is likely hardware (probably temperature) related. Ple

Bug#495006: [listadmin] NMU regression

2008-08-15 Thread Michel Dänzer
notfound 495006 2.40-2 kthxbye Same problem here with 2.40-2.1, but not with 2.40-2. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#494349: libqt3-mt: throws errors and sometimes crashes X

2008-08-12 Thread Michel Dänzer
> and later > (II) Initializing built-in extension COMPOSITE No worries, the latter is a bit confusing and doesn't mean the extension is actually enabled. You can verify it with xdpyinfo|grep Composite -- Earthling Michel Dänzer | http://tungstengraphics.com Li

Bug#494053: xserver-xorg-core: Lock up with: 'mieqEnequeue: out-of-order valuator event; dropping.'

2008-08-07 Thread Michel Dänzer
y all result in similar symptoms, which usually don't allow determining the cause. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#490071: xorg occupies all cpu time

2008-08-06 Thread Michel Dänzer
#14 0x0808de64 in Dispatch () at ../../dix/dispatch.c:502 > > #15 0x08074795 in main (argc=9, argv=0xbfe26844, envp= > > Cannot access memory at address 0xc0286431 > > ) at ../../dix/main.c:452 > > > > Did you check that Xorg was actually stuck in there ? It's a

Bug#493880: xfonts-100dpi: Helvetica from this package is reported by fc-match to beantialiased

2008-08-06 Thread Michel Dänzer
e antialias -e file antialias: FcTrue(w) file: "/usr/share/fonts/X11/75dpi/helvR12.pcf.gz"(s) I suspect this is due to fontconfig (configuration) rather than due to the fonts themselves... -- Earthling Michel Dänzer | http://tungstengraphics.com Libre

Bug#490071: Same hangs with Radeon driver

2008-07-30 Thread Michel Dänzer
aviour until I spotted this one for the ATI driver. The symptoms described in this bug report are generic symptoms of a GPU lockup, which can be caused by an infinite number of different things. If the problem you're seeing only occurs after a cold boot, it does sound like a (possi

Bug#489220: Doesn't really enable OpenGL rendering

2008-07-03 Thread Michel Dänzer
Package: gnash-common-opengl Version: 0.8.3-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Although I have installed gnash-common-opengl instead of gnash-common, neither gnash nor klash actually use OpenGL rendering. I can tell because the window contents are properly redire

Bug#487970: Workaround

2008-07-03 Thread Michel Dänzer
You can avoid the crash by skipping the intro animation, e.g. by clicking the left mouse button. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#488907: installation-reports: netboot installation on Powerbook G4 12", mostly successfull

2008-07-02 Thread Michel Dänzer
did not start successfully. After disabling the UseFBDev > > > option in xorg.conf, it did. > > > I'm a bit confused here. Does it fail with or without UseFBDev? I think there's already a bug report about the nv driver crashing with UseFBDev, isn

Bug#467235: xserver-xorg-video-ati: [radeon] images not scaled properly when using EXA

2008-06-16 Thread Michel Dänzer
blem using current upstream development snapshots of the driver and X server, though this is using an R300 generation card, so there may still be a problem with your generation card. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | D

Bug#486444: "pkg-config --libs xft" does not list -lfontconfig anymore, iceape FTBFS

2008-06-16 Thread Michel Dänzer
Xft to do it. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#484363: Needs a build dependency on intltool

2008-06-05 Thread Michel Dänzer
Looking at setup.py around line 115, cmd is "intltool-merge ...". After installing intltool the build completes. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE

Bug#484015: xserver-xorg-video-ati: [r128][powerpc] output is limited to 800x600 even with 1024x768 display

2008-06-02 Thread Michel Dänzer
INFO: Invalid argument > (II) R128(0): Not using default mode "512x384" (unknown reason) > (II) R128(0): Not using default mode "1024x768" (hsync out of range) So, for some reason the kernel's aty128fb is rejecting the X server's 1024x768 modes. Have you tried putt

Bug#483595: xserver-xorg-video-ati: Corruption in visualization of flash game

2008-05-30 Thread Michel Dänzer
A" Option "RenderAccel" "off" help? It would also be interesting if you could try newer upstream snapshots of xserver-xorg-video-ati and xserver-xorg-core available in experimental. -- Earthling Michel Dänzer | http://tungstengraphics

Bug#482057: [compiz] compiz crashes when window are closed

2008-05-30 Thread Michel Dänzer
got it but... how can I get the output of 'bt full' to send it to > you? I can see it on the screen but there is a way to redirect the > output on a file? See the script(1) manpage. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthu

Bug#348082: xserver-xorg: [ati/radeon] pinkness and interference pattern on Radeon RV250 If [Radeon 9000] rev 1 and TMDS-connected Samsung SyncMaster 213T

2008-05-22 Thread Michel Dänzer
emain. > > 5) should be fixed once you switch to Xserver 1.5 and the ati driver > snapshot in experimental. I think you mean 6). -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- T

Bug#478880: mayavi2: Opacity == 1.0, but still slightly transparent

2008-05-13 Thread Michel Dänzer
? If so, this bug report more likely belongs to libgl1-mesa-dri. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#480755: IRC followup

2008-05-13 Thread Michel Dänzer
you're worried about Depends on outside packages being forbidden, we could > just add Provides: to the ati and nvidia binary blobs so that a dependency > can be shared. There is no real dependency - compiz could be used on a remote X display. Also, the lack of a 3D driver will prev

Bug#472180: dbus interacts badly with Xprt

2008-05-03 Thread Michel Dänzer
On Sat, 2008-05-03 at 02:54 +1000, Drew Parsons wrote: > dbus is causing Xprt to using 95% cpu. When ./configured with > --disable-dbus, Xprt behaves normally. So, can't the Xprt DDX just disable the D-Bus code? -- Earthling Michel Dänzer | http://tungsteng

Bug#423775: xserver-xorg-core: Still experiencing crashes, will try Sid's 1.4 version.

2008-04-23 Thread Michel Dänzer
related to another problem referenced previously. Either way though, there's certainly a chance that the problem is fixed with xserver-xorg-{core,video-ati} in sid. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#475179: [evolution-rss] Reopening

2008-04-21 Thread Michel Dänzer
reopen 475179 kthxbye Okay, now it's in the archive. :) -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#137769: [celestia] The bug, it keeps a-comin'

2008-04-15 Thread Michel Dänzer
unarchive 137769 found 137769 1.5.0-3 kthxbye The bug is still/again there in this version (and 1.5.0-1). Why is it so hard to fix this / make sure it doesn't get reintroduced? :( -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthu

Bug#475654: x11-xserver-utils: [xsetroot] Changing background requires an application to be present

2008-04-12 Thread Michel Dänzer
tarting the X server with -noreset avoid the problem? If so, this is nothing specific to xsetroot. See the Xserver manpage about -noreset. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#475179: Please add Gecko support

2008-04-09 Thread Michel Dänzer
Package: evolution-rss Version: 0.0.8-1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It provides much better HTML rendering than GtkHTML. You just need to add libxul-dev to the build dependencies and pass - --with-gecko=xulrunner to configure. Earthling Michel Dänzer

Bug#475019: FTBFS: /bin/sh: desktop-file-validate: command not found

2008-04-08 Thread Michel Dänzer
Package: kerneloops Version: 0.10-1 Severity: serious Justification: no longer builds from source -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /usr/bin/make tests make[1]: Entering directory `/tmp/buildd/kerneloops-0.10' desktop-file-validate *.desktop /bin/sh: desktop-file-validate: command no

Bug#472991: How to fix

2008-03-28 Thread Michel Dänzer
Package: evolution Version: 2.22.0-1 The build-dependency on libcamel1.2-dev needs to be bumped to >= 2.21.92 to match the other e-d-s components. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and

Bug#472467: Patch

2008-03-24 Thread Michel Dänzer
tags 472467 patch kthxbye It also requires libdbus-glib-1-dev and libcairo2-dev (>= 1.5.2). It builds for me in pbuilder with the attached patch. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and

Bug#472252: xserver-xorg-video-ati: New AtomBIOS symbol names conflict with radeonhd driver

2008-03-24 Thread Michel Dänzer
ark internal symbols for each driver with _X_INTERNAL so they aren't > exported, or build with -Bsymbolic or similar. Indeed, building with -Bsymbolic could be a good start at least. Each driver's internal symbols such as these really shouldn't have any impact on ot

Bug#464353: How can we provide more info ?

2008-03-22 Thread Michel Dänzer
On Sat, 2008-03-22 at 17:55 +0100, Julien Cristau wrote: > On Thu, Mar 20, 2008 at 11:53:37 +0100, Michel Dänzer wrote: > > > > > On Wed, 2008-03-19 at 22:13 +0100, Julien Cristau wrote: > > > from hw/xfree86/exa/examodule.c: > > > if (

Bug#470581: xserver-xorg-video-ati: X exit while running xv apps (mplayer, totem, etc) when using randr sidebyside monitors and compiz

2008-03-21 Thread Michel Dänzer
le doesn't show anything that explains why the X server terminates. Is there anything in the X server stderr output (possibly captured in the g/k/xdm log file), the compiz output or the dmesg output, etc.? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre

Bug#464353: How can we provide more info ?

2008-03-20 Thread Michel Dänzer
On Wed, 2008-03-19 at 22:13 +0100, Julien Cristau wrote: > On Wed, Mar 19, 2008 at 21:37:56 +0100, Apelete Seketeli wrote: > > > On Wed, Mar 19, 2008 at 6:33 PM, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > > > > > (and using "ExaNoCom

Bug#467235: xserver-xorg-video-ati: [radeon] images not scaled properly when using EXA

2008-03-19 Thread Michel Dänzer
On Wed, 2008-03-19 at 13:49 -0400, Hubert Chathi wrote: > On Wed, 19 Mar 2008 18:39:16 +0100 Michel Dänzer <[EMAIL PROTECTED]> > wrote: > > > > > On Wed, 2008-03-05 at 10:52 -0500, Hubert Chathi wrote: > > > > > > It appears that the screen co

Bug#470581: xserver-xorg-video-ati: X exit while running xv apps (mplayer, totem, etc) when using randr sidebyside monitors and compiz

2008-03-19 Thread Michel Dänzer
t... It'll be hard to impossible to do anything about it without at least the full log file of the aborted server and/or a better description of what exactly happens under what circumstances. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#467235: xserver-xorg-video-ati: [radeon] images not scaled properly when using EXA

2008-03-19 Thread Michel Dänzer
eing used in all cases? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#464353: How can we provide more info ?

2008-03-19 Thread Michel Dänzer
> "MigrationHeuristic" "greedy", but that's out of subject). That's the default, so it shouldn't make any difference... -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#471423: Please support Enable option or document Disable option

2008-03-19 Thread Michel Dänzer
t seem to be supported in the ati > driver. BTW, assuming the problem was that Option "Enable" "false" didn't work for output DVI-1, please provide a log file corresponding to that. -- Earthling Michel Dänzer | http://tungstengraphics.com L

Bug#471423: Please support Enable option or document Disable option

2008-03-19 Thread Michel Dänzer
erver, not the driver - reassigning. Also, reporting this upstream would increase the likelihood of it getting resolved. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#471019: libgl1-mesa-glx: segfaults in glGetString(GL_EXTENSIONS) on amd64 when there is no GL context

2008-03-18 Thread Michel Dänzer
ot;. According to the GL spec, 'Issuing GL commands when the program is not connected to a context results in undefined behavior.' > This causes #439973 - boson segfaults before startup on amd64. If boson also calls glGetString before connecting to a context, that i

Bug#455817: X server crashes in torus-trooper game

2008-02-26 Thread Michel Dänzer
at all after it's initialized on bootup, so it's not really different from vgacon for the X driver. intelfb is what they are worried about. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#467235: xserver-xorg-video-ati: [radeon] images not scaled properly when using EXA

2008-02-26 Thread Michel Dänzer
m to be causing any problems yet... I'm afraid we can't continue until you try without them. In particular, backing store is known to be broken in all released versions of X.Org. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#466735: Loses statistics and settings on unclean exit

2008-02-20 Thread Michel Dänzer
Package: kanatest Version: 0.4.4-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was planning to leave kanatest running indefinitely so I could quickly switch to it for running drills, but it turned out that after logging out of my X session, the statistics and settings were l

Bug#459431: with Depth 16, blank display with playing video file

2008-02-20 Thread Michel Dänzer
All this is true using Depth 16 ? The bug is fixed then, right ? I'm afraid not, as the bug is about XVideo. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#389007: Regression: Radeon 9200 powers off Apple Cinema Display

2008-02-19 Thread Michel Dänzer
, it should be available for powerpc soon. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Bug#389007: Regression: Radeon 9200 powers off Apple Cinema Display

2008-02-19 Thread Michel Dänzer
odel but > it looks like the kernel is managing to lock up before it gets as far as > logging much. If you're using xserver-xorg-video-ati 1:6.7.197-1, please try again with a newer version, e.g. 1:6.7.198~git* from experimental or 1:6.8.0-1 from sid. -- Earthling Michel Dänzer

Bug#389007: Regression: Radeon 9200 powers off Apple Cinema Display

2008-02-18 Thread Michel Dänzer
On Mon, Feb 18, 2008 at 08:53:39AM +0100, Rene Engelhard wrote: > Hi, > > Martin Stolle wrote: > > I believe many more cliparts have been added to openclipart.org since > > the last package update in 2005. It would be nice if the package could > > be updated. > > If openclipart released a new re

Bug#422430: Information from a modified fbdev_modes_equal

2008-02-14 Thread Michel Dänzer
make the difference between a mode working or not on a given monitor. Also, the high bits it sets aren't defined in /usr/include/linux/fb.h, so I suspect this is really a bug in the kernel framebuffer device. -- Earthling Michel Dänzer | http://tungstengraphics.com Libr

<    4   5   6   7   8   9   10   11   12   13   >