public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
@ 2008-11-24 17:42 Kacper Kopczyński
  2008-11-27 20:51 ` Jorge Peixoto de Morais Neto
  0 siblings, 1 reply; 6+ messages in thread
From: Kacper Kopczyński @ 2008-11-24 17:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: TEXT/PLAIN, Size: 923 bytes --]

I have a MSI Wind U100 netbook. I'm using xfce with compiz-fusion.

When I try to start mplayer -fs file.avi the Xserver freezes. It also 
freezes when the logout window of xfce, that gray "transparent" 
background, tries to show 3 buttons (logout, restart, poweroff). I can 
only move mouse cursor. Pressing ctrl+fN, ctrl+backspace, clicking ... 
does not work. Xorg.0.log says something like "EQ overflowing" and 
something about "infinite loop". I don't have access to it right now (I'm 
in job).

When compiz is disabled everything works well.

Everything started to happen after move from xf86-video-i810 to 
xf86-video-intel. At least this is a time when it stopped to work for me.

I've checked some other versions of that driver by unmasking it and it's
dependencies... I tried changing to XAA, EXA in xorg.conf but it did not 
helped.

Can some one help me with this?

-- 
Kacper Kopczyński

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
  2008-11-24 17:42 [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze Kacper Kopczyński
@ 2008-11-27 20:51 ` Jorge Peixoto de Morais Neto
  2008-11-30 18:21   ` capsel
  0 siblings, 1 reply; 6+ messages in thread
From: Jorge Peixoto de Morais Neto @ 2008-11-27 20:51 UTC (permalink / raw
  To: gentoo-user

2008/11/24 Kacper Kopczyński <capsel@matrix.inten.pl>:
> I have a MSI Wind U100 netbook. I'm using xfce with compiz-fusion.
>
> When I try to start mplayer -fs file.avi the Xserver freezes. It also
> freezes when the logout window of xfce, that gray "transparent" background,
> tries to show 3 buttons (logout, restart, poweroff). I can only move mouse
> cursor. Pressing ctrl+fN, ctrl+backspace, clicking ... does not work.
> Xorg.0.log says something like "EQ overflowing" and something about
> "infinite loop". I don't have access to it right now (I'm in job).
>
> When compiz is disabled everything works well.
I cannot solve your problem because I know little of X and nothing
about compiz (which I consider futile), but for this kind of problem,
you may want to know about the magic SysRq key. It allows you to at
least reboot your system cleanly when the system seems locked, and
some times can even help you kill the bad program an resume work.
http://www.kernel.org/doc/Documentation/sysrq.txt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
  2008-11-27 20:51 ` Jorge Peixoto de Morais Neto
@ 2008-11-30 18:21   ` capsel
  2008-12-04 20:37     ` Jorge Peixoto de Morais Neto
  0 siblings, 1 reply; 6+ messages in thread
From: capsel @ 2008-11-30 18:21 UTC (permalink / raw
  To: gentoo-user

> I cannot solve your problem because I know little of X and nothing
> about compiz (which I consider futile), but for this kind of problem,
> you may want to know about the magic SysRq key. It allows you to at
> least reboot your system cleanly when the system seems locked, and
> some times can even help you kill the bad program an resume work.
> http://www.kernel.org/doc/Documentation/sysrq.txt
>

Thanks.

I solved problem by recompiling whole Xorg to version same as in ubuntu.

This is part from portage.keywords:

<=x11-drivers/xf86-video-intel-2.4.2-r3
<=x11-base/xorg-x11-7.3
<=x11-base/xorg-server-1.5.2
<=x11-libs/libpciaccess-0.10.3
<=x11-proto/xproto-7.0.13
<=x11-apps/xauth-1.0.3
<=x11-libs/libXrender-0.9.4
<=x11-proto/renderproto-0.9.3
<=x11-proto/xextproto-7.0.3
<=x11-libs/libXau-1.0.4
<=x11-libs/libXext-1.0.4
<=x11-proto/inputproto-1.4.4
<=x11-apps/rgb-1.0.3
<=x11-libs/libX11-1.1.5
<=x11-apps/xinit-1.0.8-r3
<=x11-proto/xf86driproto-2.0.4
<=x11-libs/libXxf86vm-1.0.2
<=x11-proto/randrproto-1.2.2
<=x11-libs/libXfont-1.3.3
<=x11-drivers/xf86-video-v4l-0.2.0
<=x11-drivers/xf86-video-fbdev-0.4.0
<=x11-drivers/xf86-input-keyboard-1.3.1
<=x11-drivers/xf86-input-evdev-2.0.6
<=x11-drivers/xf86-input-synaptics-0.15.2-r2
<=x11-drivers/xf86-input-mouse-1.3.0
<=x11-libs/xtrans-1.2.2
<=media-libs/mesa-7.2
<=x11-proto/printproto-1.0.4
<=x11-libs/libdrm-2.3.1
<=x11-libs/pixman-0.12.0
<=x11-misc/xkeyboard-config-1.3





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
  2008-11-30 18:21   ` capsel
@ 2008-12-04 20:37     ` Jorge Peixoto de Morais Neto
  2008-12-08 12:53       ` Kacper Kopczyński
  0 siblings, 1 reply; 6+ messages in thread
From: Jorge Peixoto de Morais Neto @ 2008-12-04 20:37 UTC (permalink / raw
  To: gentoo-user

On Sun, Nov 30, 2008 at 4:21 PM,  <capsel@matrix.inten.pl> wrote:
>> I cannot solve your problem because I know little of X and nothing
>> about compiz (which I consider futile), but for this kind of problem,
>> you may want to know about the magic SysRq key. It allows you to at
>> least reboot your system cleanly when the system seems locked, and
>> some times can even help you kill the bad program an resume work.
>> http://www.kernel.org/doc/Documentation/sysrq.txt
>>
>
> Thanks.
>
> I solved problem by recompiling whole Xorg to version same as in ubuntu.
>
> This is part from portage.keywords:
>
> <=x11-drivers/xf86-video-intel-2.4.2-r3
> <=x11-base/xorg-x11-7.3
> <=x11-base/xorg-server-1.5.2
> <=x11-libs/libpciaccess-0.10.3
> <=x11-proto/xproto-7.0.13
> <=x11-apps/xauth-1.0.3
> <=x11-libs/libXrender-0.9.4
> <=x11-proto/renderproto-0.9.3
> <=x11-proto/xextproto-7.0.3
> <=x11-libs/libXau-1.0.4
> <=x11-libs/libXext-1.0.4
> <=x11-proto/inputproto-1.4.4
> <=x11-apps/rgb-1.0.3
> <=x11-libs/libX11-1.1.5
> <=x11-apps/xinit-1.0.8-r3
> <=x11-proto/xf86driproto-2.0.4
> <=x11-libs/libXxf86vm-1.0.2
> <=x11-proto/randrproto-1.2.2
> <=x11-libs/libXfont-1.3.3
> <=x11-drivers/xf86-video-v4l-0.2.0
> <=x11-drivers/xf86-video-fbdev-0.4.0
> <=x11-drivers/xf86-input-keyboard-1.3.1
> <=x11-drivers/xf86-input-evdev-2.0.6
> <=x11-drivers/xf86-input-synaptics-0.15.2-r2
> <=x11-drivers/xf86-input-mouse-1.3.0
> <=x11-libs/xtrans-1.2.2
> <=media-libs/mesa-7.2
> <=x11-proto/printproto-1.0.4
> <=x11-libs/libdrm-2.3.1
> <=x11-libs/pixman-0.12.0
> <=x11-misc/xkeyboard-config-1.3

How about you replace the <= symbols by '~', such that revision
updates are also alwowed?


-- 
Software is like sex: it is better when it is free - Linus Torvalds



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
  2008-12-04 20:37     ` Jorge Peixoto de Morais Neto
@ 2008-12-08 12:53       ` Kacper Kopczyński
  2008-12-11  7:19         ` Jorge Peixoto de Morais Neto
  0 siblings, 1 reply; 6+ messages in thread
From: Kacper Kopczyński @ 2008-12-08 12:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: TEXT/PLAIN, Size: 381 bytes --]

On Thu, 4 Dec 2008, Jorge Peixoto de Morais Neto wrote:

> How about you replace the <= symbols by '~', such that revision
> updates are also alwowed?
>

I'll try as soon as I fix my laptop. It survived journey across the country,
daily trips by bus... But it didn't survived my mother taking care of flowers.

...Most accidents happen at home.

-- 
Kacper Kopczyński

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze
  2008-12-08 12:53       ` Kacper Kopczyński
@ 2008-12-11  7:19         ` Jorge Peixoto de Morais Neto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Peixoto de Morais Neto @ 2008-12-11  7:19 UTC (permalink / raw
  To: gentoo-user

2008/12/8 Kacper Kopczyński <capsel@matrix.inten.pl>:
> On Thu, 4 Dec 2008, Jorge Peixoto de Morais Neto wrote:
>
>> How about you replace the <= symbols by '~', such that revision
>> updates are also alwowed?
>>
>
> I'll try as soon as I fix my laptop. It survived journey across the country,
> daily trips by bus... But it didn't survived my mother taking care of
> flowers.
>
> ...Most accidents happen at home.
My condolences.

-- 
Software is like sex: it is better when it is free - Linus Torvalds

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-11  7:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 17:42 [gentoo-user] xf86-video-intel, compiz, mplayer -fs file.avi freeze Kacper Kopczyński
2008-11-27 20:51 ` Jorge Peixoto de Morais Neto
2008-11-30 18:21   ` capsel
2008-12-04 20:37     ` Jorge Peixoto de Morais Neto
2008-12-08 12:53       ` Kacper Kopczyński
2008-12-11  7:19         ` Jorge Peixoto de Morais Neto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox