[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-05-05 Thread unggnu
** Attachment removed: "totem.sh"

   http://launchpadlibrarian.net/12149317/totem.sh

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-25 Thread Conn
I didn't have smplayer installed, but you are correct, that also changes
the values. It is *not* a problem with mplayer, though.

--- xvattr.default  2008-04-25 20:33:02.0 +0100
+++ xvattr.smplayer 2008-04-25 20:45:37.0 +0100
@@ -11,17 +11,17 @@
Flags: XvGettable XvSettable 
Min value: -128
Max value: 127
-   Current value: 0
+   Current value: -1
   Name: XV_CONTRAST
Flags: XvGettable XvSettable 
Min value: 0
Max value: 255
-   Current value: 64
+   Current value: 127
   Name: XV_SATURATION
Flags: XvGettable XvSettable 
Min value: 0
Max value: 1023
-   Current value: 128
+   Current value: 511
   Name: XV_DOUBLE_BUFFER
Flags: XvGettable XvSettable 
Min value: 0

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-25 Thread Xvani
Conn wrote:

Actual results:
Totem (only using the gstreamer backend) causes XV settings to change each time 
a movie is opened. No other movie player (including totem-xine) causes this 
problem.


-

I'm sorry Conn, but this is incorrect. SMplayer breaks too

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-25 Thread Conn
Test Case 2:

1. Get default settings from fresh startup, before launching any movie players, 
i.e. xvattr >xvattr.default
2. Repeatedly open a movie in totem-gstreamer, then close movie and record 
xvattr settings, i.e.

totem /usr/share/example-content/Experience\ ubuntu.ogg
xvattr >xvattr.1
totem /usr/share/example-content/Experience\ ubuntu.ogg
xvattr >xvattr.2
totem /usr/share/example-content/Experience\ ubuntu.ogg
xvattr >xvattr.3

3. Compare xvattr settings.

Conclusion: each time totem opens a new movie, it further changes the
default movie settings (please see attachment).

** Attachment added: "xvattr diff comparison from example in Test Case 2"
   http://launchpadlibrarian.net/13894731/xvattr-comparison.txt

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-25 Thread Conn
I'm sorry Konrad, but Debian's experimental package still has this
problem for me. The following testcase applies to Ubuntu Hardy's latest
driver, as well as Debian experimental:

System:
Dell Inspiron 510m
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
xserver-xorg-video-intel 2:2.2.1-1ubuntu12

Test case:
1. Install "xvattr" package
2. Reboot system, and get "base" settings for XV, i.e. "xvattr >xvattr.default"
3. Open a movie using a different movie player, close it, then get a new 
reading via xvattr; e.g. after playing a movie in VLC: "xvattr >xvattr.vlc"
4. Compare files, e.g.: diff -u xvattr.default xvattr.vlc
5. If there is a difference, you will need to reset xvattr to "default" 
settings before trying another movie player.
5. If there is no difference, repeat step 3 & 4 with a different movie player.

Expected results:
No movie players change XV settings

Actual results:
Totem (only using the gstreamer backend) causes XV settings to change each time 
a movie is opened. No other movie player (including totem-xine) causes this 
problem.

[EMAIL PROTECTED]:~/intelbug$ diff -u xvattr.default xvattr.totem-gstreamer
--- xvattr.default  2008-04-24 00:07:00.0 +0100
+++ xvattr.totem-gstreamer  2008-04-24 00:08:14.0 +0100
@@ -6,22 +6,22 @@
Flags: XvGettable XvSettable 
Min value: 0
Max value: 16777215
-   Current value: 66046
+   Current value: 66051
   Name: XV_BRIGHTNESS
Flags: XvGettable XvSettable 
Min value: -128
Max value: 127
-   Current value: 0
+   Current value: -1
   Name: XV_CONTRAST
Flags: XvGettable XvSettable 
Min value: 0
Max value: 255
-   Current value: 64
+   Current value: 62
   Name: XV_SATURATION
Flags: XvGettable XvSettable 
Min value: 0
Max value: 1023
-   Current value: 128
+   Current value: 125
   Name: XV_DOUBLE_BUFFER
Flags: XvGettable XvSettable 
Min value: 0

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-25 Thread Konrad Materka
I am using mplayers XV, still X11 works.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-22 Thread Conn
Konrad,

I'll give the experimental package soon, but can I ask: do you use the
overlay or texture video adapter on your Intel chipset? It seems that
bug fixes textured video, which my 855GM chipset doesn't even support...

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-22 Thread Konrad Materka
It is driver bug, many reports on freedesktop, etc:
https://bugs.freedesktop.org/show_bug.cgi?id=15467
it is resolved now, Debian experimental package works very good.

It is not only related to Totem, SMplayer breaks too.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-21 Thread Xvani
I cannot install that patch, because I use the i810 driver for some
reason. How do I switch?

If this issue can be fixed by a driver, can we then conclude that this
is not a Totem issue? I mean, I don't even have totem installed...

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-11 Thread the reaper
I have resolved it installing the xserver-xorg-video-
intel_2.2.99.902-1_i386.deb from debian experimental branch...now all
work with Xv

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-02 Thread Bryce Harrington
bug 105656 proposes a patch with different settings, to correct
black/white levels in the driver.  We will need to coordinate the fixes
both to this bug and that one, to ensure any changes made don't make the
situation worse for the other.  I'm concerned both are going to want to
change the same code but in different ways, so we'll need to account for
that.

The patch posted at https://bugs.freedesktop.org/show_bug.cgi?id=15219
can be reviewed and used as a starting point, for anyone wishing to work
on a solution to this problem.  It looks like a patch for this should be
fairly straightforward to create.  I'll be willing to package debs of
the patch for folks to test.

If we get a patch that looks acceptable and doesn't seem to cause new
issues for anyone, the next step in the procedure would involve
proposing it upstream to xorg (or Debian) for their comments.  Ideally,
our patch should be taken upstream by them; if not, we'd need to have a
very good rationale for why we should carry it in spite of that.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-04-02 Thread Konrad Materka
I can confirm this on Hardy beta1 with Intel GMA 940/945. It is serious
problem, Intel is very popular on laptops!

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-03-12 Thread unggnu
I have rechecked this issue in current Hardy and it seems that the color
settings of Totem haven't any effect at all.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-03-05 Thread Sebastien Bacher
the bug is not fixed yet because nobody having the issue worked on it
and because there is a small team and thousand of bugs opened

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-03-04 Thread Conn
It's getting ridiculous that this bug isn't fixed. Anyway, here's a tip
for people who are impatient:

1. Install xvattr: sudo apt-get install xvattr

2. Create a diversion from /usr/bin/totem to /usr/bin/totem.real as
follows: sudo dpkg-divert --divert /usr/bin/totem.real --rename
/usr/bin/totem

3. Create a new file called /usr/bin/totem, and add this into the file:

#!/bin/bash
# To fix contrast issues
totem.real "$@" &
sleep 5
xvattr -a XV_CONTRAST -v 64
xvattr -a XV_BRIGHTNESS -v 0
xvattr -a XV_COLORKEY -v 66051
xvattr -a XV_SATURATION -v 128

4. Finally, make this script executable: sudo chmod +x /usr/bin/totem

Each time totem plays a movie, this script will force default XV
settings.

Why isn't this bug fixed yet?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Vytas
I also reproduce the same bug as loko, though on a different laptop
Ubuntu Hardy up to date

** Attachment added: "My lspci -v"
   http://launchpadlibrarian.net/12201664/output.txt

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread loko
@Lionel Dricot,

here is the info you asked about and i hope that it will be helpfull.

This is a step-by-step to reproduce the bug 100%

System-Specs: 
Laptop Asus W5F
graphics: Intel GMA 950
ubuntu gutsy, up-to-date at 25.02.2008
xorg-video-intel: 2:2.1.1-0ubuntu9.1
gstreamer-version: 0.10.14, 0.10.6, 0.10.5
xorg: 1:7.2-5ubuntu13
kernel: 2.6.22-14.52

output of lspci:

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
Subsystem: ASUSTeK Computer Inc. Unknown device 1267
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
Subsystem: ASUSTeK Computer Inc. Unknown device 1252
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at feb8 (32-bit, non-prefetchable) [size=512K]
I/O ports at ec00 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at feb4 (32-bit, non-prefetchable) [size=256K]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [d0] Power Management version 2

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Unknown device 1252
Flags: bus master, fast devsel, latency 0
Memory at fea8 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. Unknown device 1263
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at feb3c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=04, sec-latency=0
I/O behind bridge: a000-cfff
Memory behind bridge: f870-fe6f
Prefetchable memory behind bridge: 8ff0-bfef
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 1
Capabilities: [a0] Power Management version 2

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
Memory behind bridge: fe70-fe7f
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 2
Capabilities: [a0] Power Management version 2


Steps, how to 100% reproduce this bug WITH loading the Live-CD and watching 
elephants dream, Avi,mpeg4, 1024, http://orange.blender.org/download


1. tried with ubuntu 6.06.1
* problem does not exist in this version

2. tried with 7.10
* opening gconf-editor (it lets you take a look at the values, and you can see 
changes live)

Values in totem after booting up the live-cd:
brightness 32767
contrast 32767
hue 32767
saturation 32767


Values after watching the video first:
brightness 32639
contrast 16191
hue 32767
saturation 8135


Values after second watch:
brightness 32382
contrast 15934
hue 32767
saturation 8007


Values after third watch:
brightness 32125
contrast 15677
hue 32767
saturation 7879


3. tried with hardy heron, daily build, live-cd, 25.02.2008

Values after boot-up:
brightness 32767
contrast 32767
hue 32767
saturation 32767


Values after first watch:
brightness 32125
contrast 16191
hue 32767
saturation 8135

After second watch:
brightness 32382
contrast 15934
hue 32767
saturation 8007


after third watch:
brightness 32125
contrast 15677
hue 32767
saturation 7879


some final words:

* disabling compiz doesn't help
* playing videos with mplayer doesn't lower the values
* lower the values with totem does affect mplayer/kaffeine output sometimes (i 
am not sure how often)
* choosing gstreamer-properties->video->No XV -> it stops changeing the values 
by totem


are there any other infos needed?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.la

[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Xvani
I have this problem on my Gutsy install using the -intel driver.

IMHO it can't be the software, because I do not have Totem currently
installed. (purged)

However, I believe I did run Totem before I purged it.
Whether I use mplayer or VLC with xv, I will get the 
contrast/saturation/brightness problem, and I have to use xvattr to correct 
this every time I open a media file.

What more info is required to make it clear where the issue occurs?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Lionel Dricot
Sebastien > the issue itself is confusing. Some computer have it all the
time, some have it very rarely. On some computer, it's solved by a
reboot. On some others, not. As far as I know, it can happen with Nvidia
and Intel graphic card.

I had this bug under Gnome 2.6 or 2.8 (I don't remember) on a desktop
computer with a GeForce 4MX but never reappared on this computer
eventhough it was completely reinstalled (with a whole fresh new hard
drive) a few years later l. I had it on my current laptop in Edgy (intel
card). It was solved under Feisty.

So, to all reporters : instead of looking for a solution/workaround,
this bug needs a real reproducible test case. It must be from a fresh
and empty Ubuntu desktop with a given file (and a given Graphic card).
If you can reproduce this from a Live CD, it could be a good idea.

I wish there was a comment which says :

1) Install Ubuntu on a computer with XXX graphic card
2) Install packages xxx and yyy
3) Download movie  and launch it in player AAA
4) The bug happens.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Sebastien Bacher
the bug will likely be worked once it's clear whether the issue is due
to the driver or the software and than somebody running into it will we
wanting to work on it, it seems that the hackers around don't have the
issue though

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread loko
Yuri Glushkov's suggestion is no acceptable solution at all.
so is there any developer that spends some time on this bug atm and is there a 
chance to get this fixed until hardy is out?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Marcus Sundman
> You can workaround this problem by running gstreamer-properties and setting
> Default Output -> Plugin at "Video" tab to "X Window System (No Xv)".

But then it takes 10+ times more CPU and gets huge, ugly pixellation
when upsized, which is even worse. How do you work around that?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-25 Thread Yuri Glushkov
You can workaround this problem by running gstreamer-properties and
setting Default Output -> Plugin at "Video" tab to "X Window System (No
Xv)".

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread Vytas
Problem on my laptop is identical to the one loko described, numbers
match identically

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread Jon-o Addleman
Using totem-xine on a thinkpad x60s. Playing any movie messes up
contrast and saturation. Playing in mplayer never has any trouble
(unless the video had been corrupted already by playing in totem).
Resetting the xv settings fixes it until totem is loaded again.

-- 
Jon-o Addleman - http://www.redowl.ca

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread loko
@Sebastian Bacher:

To answere your questions: in my case i use totem-gstreamer

Well: on a new system i do the following and i can reproduce it:

starting with gconf-edit values of totem which are:

brightness 32639
contrast 16191
hue 32767
saturation 8135


I open totem, play a normal dvd-vob file.

after first play, lets say i play it for about 20 sec. (but the playing-
time doesn't matter) the values i can see with gconf-editor changed
itself to:

brightness 32382
contrast 15934
hue 32767
saturation 8007

after next play (just closing totem and open it some seconds later)


brightness 32125
contrast 15677
hue 32767
saturation 7879

next play:

brightness 31868
contrast 15420
hue 32767
saturation 7751

and so on. after resetting the values, the changes are exactly the same
with the same steps.

it seems that the values are constanly going down. this also affects the
values from mplayer as well.

system specs:
xorg-video-intel: 2:2.1.1-0ubuntu9.1
xorg: 1:7.2-5ubuntu13
kernel: 2.6.22-14.52
lspci: 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express Memory Controller Hub (rev 03)
Subsystem: ASUSTeK Computer Inc. Unknown device 1267
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
Subsystem: ASUSTeK Computer Inc. Unknown device 1252
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at feb8 (32-bit, non-prefetchable) [size=512K]
I/O ports at ec00 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at feb4 (32-bit, non-prefetchable) [size=256K]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [d0] Power Management version 2

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Unknown device 1252
Flags: bus master, fast devsel, latency 0
Memory at fea8 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2

some other specs or infos needed?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread Gert Kulyk
As far as it concerns my setup, it is happening with all applications
using xv. When having set up e.g. via totem the corrected values,
they'll stay until another app is overwriting the settings and/or you're
opening another video-window (in that case it will switch back to xshm,
and there are other settings needed for correct display). While
i810-driver had only wrong contrast-defaults, intel one has additionally
insane saturation-settings.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread Sebastien Bacher
The bug is confusing, do people having the issue using totem-gstreamer
or totem-xine? What do you do on a new installation to trigger the
issue? What driver and card are you using?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-22 Thread loko
Can somebody give an overview of the status of this bug. 
i mean is there a chance to get it fixed until hardy release. 

or is there any other information needed to fix the bug?

btw. a look at https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-
video-intel is frustrating. 10 or more bugs confirmed and high
importance. i doubt these will fixed until  hardy is out.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-21 Thread unggnu
I have made a simple script to do these changes mentioned by loko. The problem 
is, that Totem doesn't recognizes the changes on the fly like gconf and Totem 
has to be run to transfer the changes to X. So it is definitely a Totem problem.
Just download it, mark it as executable and add a link to you panel. Everytime 
the color is wrong close the video player an run it. Totem will be run and 
closed after some seconds. Maybe the sleep time has to be adjusted on slower 
PCs. Btw I would use another player like VLC or something like that. This 
problem appears only after Totem or maybe gstreamer use.

** Attachment added: "totem.sh"
   http://launchpadlibrarian.net/12149303/totem.sh

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-21 Thread unggnu
Btw. it seems that the only problem of the Intel driver is that it
memorizes the xv color value changes from Totem for the session which is
not so bad imho.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-21 Thread Vytas
I also noticed these values are changed by totem from time to time
(Hardy up to date), how come?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-21 Thread loko
Well,

this bug is also driving me crazy. how annoying it is to get this not
fixed.

but ppl. maybe this will help you a little bit

start gconf-editor and go to totem:

change:
brightness 32639
contrast 16191
hue 32767
saturation 8135

well, the really annoying thing is if these values are changed by totem from 
time to time, also mplayer and others are affected.
it's normal since it depends on the video-driver.
i wonder that even these drivers are open-source this cannot get fixed. what a 
pity.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-10 Thread Swistak
Still not fixed in hardy... I'm fed up. Totem went to /dev/null.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2008-02-10 Thread Swistak
Still not fixed in hardy... I'm fed up. Totem went to /dev/null.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-12-17 Thread Daniel Lombraña
I have the same problem with my intel card. I have tried to change from i810
to intel driver, but I have always the bright so bright :). I don't know why
release after release this bug is not fixed. I have it since Dapper,
something horrible.


On Dec 14, 2007 11:23 PM, Xvani <[EMAIL PROTECTED]> wrote:

> Happens every boot with xv only in 7.10. Clean install
>
> I have to use x11 to get correct image now. Unfortunately, in that case,
> my computer isn't fast enough to run HD movies and such.
>
> Please fix this, and/or provide a workaround (the correct xvattr
> commands?) for us.
>
> Thank you!
>
> --
> totem overrides XV_CONSTRAST to wrong default value (Xv movies on
> i810/i945 have horrible colour/gamma)
> https://bugs.launchpad.net/bugs/32963
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
··
PhD Candidate
Cátedra Ceta-Ciemat de la Universidad de Extremadura
Universidad de Extremadura
··
Por favor, NO utilice formatos de archivo propietarios para el
intercambio de documentos, como DOC y XLS, sino HTML, RTF, TXT, CSV
o cualquier otro que no obligue a utilizar un programa de un
fabricante concreto para tratar la información contenida en él.
··

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-12-14 Thread Xvani
Happens every boot with xv only in 7.10. Clean install

I have to use x11 to get correct image now. Unfortunately, in that case,
my computer isn't fast enough to run HD movies and such.

Please fix this, and/or provide a workaround (the correct xvattr
commands?) for us.

Thank you!

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-30 Thread Jens Ropers
PS: To add to the above workaround, using not just 
  xvattr -a XV_BRIGHTNESS -v 24
but also
  xvattr -a XV_CONTRAST -v 3000
makes the picture better, and more similar to a gamma 1.6 corrected picture. 
(The default values are 0 and 4096, respectively.)

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-30 Thread Jens Ropers
I am having the same problem with 7.10.

I have a very old and dark HP D2808 monitor.
In my /etc/X11/xorg.conf file, I have set this line 
  Gamma   1.6
to adjust the gamma correction.

However, in Ubuntu 7.10 Gutsy Gibbon, XVideo does not respect the X
Window system-wide gamma correction setting.

As a workaround, I can use xvattr to turn up the brightness, like so:
  xvattr -a XV_BRIGHTNESS -v 24
This is of course an imperfect substitute, because brightness != gamma, however 
it makes eg. RealPlayer XVideo and Totem Xvideo  videos watchable.

Despite the workaround, I feel that it is very important that the bug be
fixed and XVideo be made to respect gamma values and other settings.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-24 Thread unggnu
** Changed in: xserver-xorg-driver-i810 (Ubuntu)
   Status: New => Invalid

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-22 Thread David Benjamin
I can confirm this regression in Gutsy. (Feisty->Gutsy upgrades anyway.)

The problem occurs consistently and is always reproducible.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-20 Thread Ari
sorry guys, i'm having the some-colors-messed-up issue when playing
videos, and from reading the above I don't understand what the
workaround is. Can someone clarify how to fix this?

 - Upgraded a perfectly working Edgy to Gutsy, then the problems with the 
colors while playing movies started
 - Using the intel driver
 - problems occur in all video players I use (vlc & totem)
 - problems occur regardless of the "desktop effects" setting

TIA

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-11-10 Thread unggnu
I guess that the i810 driver won't be fixed anymore since it is
deprecated.

** Changed in: xserver-xorg-video-i810 (Ubuntu)
   Status: Confirmed => Invalid

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-31 Thread zdzichu
I've upgraded Feisty->Gutsy. i945 on Thinkpad Z61t. Colors are messed
up.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-29 Thread Jamie Lokier
Responding to comment from Vytas: "For a new user in Gutsy, it works fine.
But for one who has upgraded, it won't. Because normal saturation is now 1/8, 
normal contrast 1/4. Totem "restore defaults" button moves all values to 1/2 
producing very artistic results.".

I'm using an upgraded-to-Gutsy, on a laptop with 945GM.

I'm seeing that before "Restore defaults", Totem sets my contrast to the
most negative value (i.e. slider in the left position), and that makes
the picture all blues and reds.  "Restore defaults" actually makes the
picture much better, though still not quite right.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-29 Thread Jamie Lokier
I see similar problems with Gutsy's driver.  However, my image isn't
"too white".  There is no white at all: it's all blue and red
combinations.

I didn't know about xvattr and so on, and it's annoying that Totem has
no controls (that I could find) to adjust any of the
brightness/contrast/saturation values, and the control to turn of Xv
output is rather obscurely hidden in a different program (so I didn't
find it).

So I tried other video players.  Xine looked similar, but slightly
better.  Still all blues and reds but with a hint of green.  Turning off
Xv fixed it.

mplayer had slightly more green, yet still with the same problem.
Turning off Xv fixed it (unsurprising by now).

Isn't it odd that Totem/Xine/mplayer all looked different, despite
having the same problem.  (Note that I always tried Totem first).

Eventually I found that the Xv Contrast control was set to its most
negative value.  By changing this in mplayer to a low-to-middle value,
the picture was fixed.

Curiously, I am now using this driver, and Totem looks fine without touching 
any Xv settings:
http://people.ubuntu.com/~bryce/Testing/intel/xserver-xorg-video-intel_2.1.1~git20071004-0ubuntu1_i386.deb

But I also notice that Contrast is still set to that most negative
value, but now changing any of the controls doesn't have any effect on
the picture, in any video player (using Xv).

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-28 Thread unggnu
** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: None => xserver-xorg-video-intel

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-26 Thread Ali Sabil
Since I upgraded to gutsy, this bug seems to also affect xserver-xorg-
video-intel

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn

** Attachment added: "xvinfo_totem.log (XV paramaters after playback using 
Totem)"
   http://launchpadlibrarian.net/10124535/xvinfo_totem.log

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn

** Attachment added: "xvinfo_vlc.log (XV parameters after movie playback using 
VLC)"
   http://launchpadlibrarian.net/10124533/xvinfo_vlc.log

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn

** Attachment added: "xvinfo_boot.log (XV parameters upon boot)"
   http://launchpadlibrarian.net/10124529/xvinfo_boot.log

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/10124527/Xorg.0.log

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/10124517/xorg.conf

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-22 Thread Conn
System: Dell Inspiron 510m laptop, VGA compatible controller: Intel Corporation 
82852/855GM Integrated Graphics Device (rev 02), Intel(R) Pentium(R) M 
processor 1500MHz
Ubuntu Gutsy 7.10 (fresh install from RC cd, fully updated as of October  22)

>From a fresh reboot, here's some terminal output to illustrate this bug
(I simply close vlc/totem as soon as video playback begins):

[EMAIL PROTECTED]:~$ xvinfo >xvinfo_boot.log
[EMAIL PROTECTED]:~$ vlc /media/windows/Downloads/HL2_Trailer01.wmv 
VLC media player 0.8.6c Janus
[0281] main playlist: stopping playback
[EMAIL PROTECTED]:~$ xvinfo >xvinfo_vlc.log
[EMAIL PROTECTED]:~$ diff -u xvinfo_boot.log xvinfo_vlc.log 
[EMAIL PROTECTED]:~$ totem /media/windows/Downloads/HL2_Trailer01.wmv 
sh: jackd: not found
sh: jackd: not found
DMO dll supports VO Optimizations 0 1
DMO dll might use previous sample when requested
Total Unfree 60 bytes cnt 1 [(nil),0]
[EMAIL PROTECTED]:~$ xvinfo >xvinfo_totem.log
[EMAIL PROTECTED]:~$ diff -u xvinfo_boot.log xvinfo_totem.log 
--- xvinfo_boot.log 2007-10-22 20:14:17.0 -0200
+++ xvinfo_totem.log2007-10-22 20:15:36.0 -0200
@@ -16,16 +16,16 @@
 number of attributes: 6
   "XV_COLORKEY" (range 0 to 16777215)
   client settable attribute
-  client gettable attribute (current value is 66046)
+  client gettable attribute (current value is 66051)
   "XV_BRIGHTNESS" (range -128 to 127)
   client settable attribute
-  client gettable attribute (current value is 0)
+  client gettable attribute (current value is -25)
   "XV_CONTRAST" (range 0 to 255)
   client settable attribute
-  client gettable attribute (current value is 64)
+  client gettable attribute (current value is 51)
   "XV_SATURATION" (range 0 to 1023)
   client settable attribute
-  client gettable attribute (current value is 128)
+  client gettable attribute (current value is 75)
   "XV_DOUBLE_BUFFER" (range 0 to 1)
   client settable attribute
   client gettable attribute (current value is 1)

So, in summary:
1. My XV parameters upon bootup are optimal (video playback looks fine).
2. Other applications such as VLC that use XVideo output *do not* change the XV 
parameters.
3. Running Totem, specifically the default backend, totem-gstreamer, causes XV 
parameters to inexplicably change, without any interaction. This causes video 
to look too dark, and can only be fixed by manually resetting XV parameter, 
e.g. with xvattr.

This is a bug in totem or one of its backends, and should be
investigated. I'm sick of having to manually tweak XV parameters every
time I want to watch a movie!


** Attachment added: "dmesg log"
   http://launchpadlibrarian.net/10124513/dmesg.log

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-21 Thread Vytas
For a new user in Gutsy, it works fine.
But for one who has upgraded, it won't. Because normal saturation is now 1/8, 
normal contrast 1/4. Totem "restore defaults" button moves all values to 1/2 
producing very artistic results.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-10-18 Thread Peter Maydell
I'm seeing this in gutsy -- totem is overriding XV_SATURATION to 511
(should be 128) and XV_BRIGHTNESS to -1 (should be 0), with predictably
awful results. This is a Lenovo 3000 C200 with what lspci says is Intel
Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics
Controller (rev 03).

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-09-18 Thread Hendy Irawan
Ditto on the above comments.

Bug still exists in Lenovo Y400.

Triggered by running mplayer/Kmplayer, but all other video apps will be
affected.

ceefour> lspci -vv
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT 
Express Memory Controller Hub (rev 03)
Subsystem: Lenovo Unknown device 3800
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
Subsystem: Lenovo Unknown device 3801
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller (rev 03)
Subsystem: Lenovo Unknown device 3801
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
Subsystem: Lenovo Unknown device 3802
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
Capabilities: 

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
Capabilities: 

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 
02) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 3807
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 
01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- 
Reset- FastB2B-
Capabilities: 

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
Subsystem: Lenovo Unknown device 380d
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA 
Storage Controller IDE (rev 02) (prog-if 80 [Master])
Subsystem: Lenovo Unknown device 3835
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
Subsystem: Lenovo Unknown device 380f
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- SERR- 

05:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Lenovo Unknown device 3827
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 

05:04.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
Subsystem: Lenovo Unknown device 3828
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset+ 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

05:06.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832 (prog-if 10 
[OHCI])
Subsystem: Lenovo Unknown device 3829
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

05:

[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-08-08 Thread Tarik Jabri
Just made another little discovery. I played with the Gstreamer
properties (I ran gstreamer-properties) and the issues happen when the
video output is set to Autodetect or XV Intel Video Overlay (xvimagesink
device="0"). It doesn't happen when the setting is X11 only, or XV with
Intel Textured Video (xvimagesink device="1").

This problem occurs under ALL media players, whether running Gstreamer
or Xine (I've tried all...).

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-08-08 Thread Tarik Jabri
I can confirm Mantas's assertion that this bug still exits in Feisty. I
am also using an Intel i810 and I experience this issue. I had to change
all my media players to use X11 instead of XV and that seemed to work
around this bug.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-07-23 Thread Mantas Kriaučiūnas
** Also affects: totem (Baltix)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-i810 (Ubuntu)
   Status: Invalid => Confirmed

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-07-23 Thread Mantas Kriaučiūnas
totem-xine from Feisty still overrides XV_CONSTRAST to wrong default
value (Xv movies on i810/i945 have horrible colour/gamma), so, this bug
isn't fixed in Ubuntu 7.04

** Changed in: Ubuntu
   Status: Fix Released => Confirmed

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-07-23 Thread Henrik Nilsen Omma
Removing dapper milestone.

** Changed in: xserver-xorg-video-i810 (Ubuntu)
   Target: dapper-updates => None

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-07-23 Thread Henrik Nilsen Omma
Closing Ubuntu task as it's fixed in Feisty.

** Changed in: Ubuntu
   Status: Confirmed => Fix Released

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-07-23 Thread isayhelloyousaygoodbye
6.10 upgraded to Feisty (up to date) on a machine with gm855 chipset did
not show any problems at first, but after installing several codecs
(multiverse, medibuntu) the problem occured.

My findings:
VLC, gxine and totem-gstreamer do not cause the problem, and they're not 
affected
totem-xine causes the problem, and is affected
kaffeine (uses xine, medibuntu package) causes the problem

Affected meaning that a previous program showed the effect, and now the
current player shows the symptoms.

So possibly xine-related?

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-06-23 Thread Bug Watch Updater
** Changed in: xserver-xorg-driver-i810 (Debian)
   Status: Incomplete => Fix Released

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-06-20 Thread theluddite
Similar problem here, but mine's definitely driver related.  Mplayer
worked fine when I first installed Ubuntu, but after installing my
graphics driver, the colours in MPlayer and Xine are messed-up.
Changing the hue to about 25% helps, but it's still not right.  I've got
Feisty Fawn on an Intel Duo Core with an ATI Radeon X1300Pro video card.
I got the gfx driver from the ATI site.  Any suggestions would be
appreciated, but you'll have to be crystal clear, I'm a new to Linux.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-06-13 Thread stani
I also have this problem with the i810 driver (thinkpad X30).

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-04-10 Thread Oscaer
I have the same problem with Mandriva one 2007 and Realplayer, Video
first looks fine in VLC, then after installing realplayer this Program
sets the default XV_CONTRAST in xvattr to 127 with is roughly 50 %. I
guess this would be rather normal for most videocard, apparently this
card (i810) can't handle this thus the default value is 64. Why can a
user program like Realplayer change the default system values of the
videocard ? It took me some time to solve this problem, had to restart
first all the time to fix this now use manually xvattr

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-04-05 Thread Lionel Dricot
The bug is fixed for me in Feisty. It wasn't a few days ago. So I
suppose that a fix have been released. If I'm not alone, the bug can be
marked as fixed

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-04-03 Thread Daniel Holbach
** Changed in: Ubuntu
Sourcepackagename: totem => None

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://bugs.launchpad.net/bugs/32963
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Lionel Dricot
Conn > 32767 for me too. I'm running latest Feisty.

I think I've also played with gxvattr but resetted all to default. (I
was unable to save anything because the window doesn't fit on my laptop
screen)

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Lionel Dricot
Conn > I was experiencing exactly what you described in comment 84. But
I confirm that now, it works ! (with totem-gstreamer).  In fact, now
matter how hard I try, I cannot reproduce this bug at all ! (maybe with
totem-xine ?)

FuturePast > can you try what is described in comment 84 ? (with
xv_attr).

I think that the "parameter is set to a bad default" is fixed now in
totem but that bad default is not set to a sane value if it was already
broken by previous version of totem.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Conn
Lionel,

I deleted ~/.gnome2/totem*, and as for gconf, I don't know how to safely
reset totem's defaults. Anyway, what does "gconftool -g
/apps/totem/contrast" show for you? When I reset to defaults, it's
32767 here.

It may be due to a) it's not fixed on 8xx chipsets, or b) You're not
running Feisty, so our environments are different.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Conn
I'm convinced this isn't a gstreamer issue at all, but rather a bug or
"feature" in totem's GUI that resets a bad default XV_CONTRAST setting
in its interface for Intel chipsets. This could be fixed in totem or in
xserver-xorg-video-i810, being in the latter if XV_CONTRAST is given a
default value that's non-standard compared to every other driver (which
is feasible, given that no other chipsets aside from Intel's appear to
suffer from this bug).

I installed totem-xine and followed my own instructions again as listed
in comment 84, and the same behaviour is noted. It's definitely due to
totem's GUI and/or the Intel driver, specifically with XV_CONTRAST
handling.

To complicate matters even further, the bug may be fixed for 9xx
chipsets if Lionel's reports are accurate, but not on older chipsets.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Conn
FuturePast,

Can you check that you're definitely using XV output in gxine and
mplayer? Other outputs such as X11, OpenGL, etc. shouldn't have this
problem. What about totem-gstreamer, can you see if it's still too
bright with that?

Lionel,

Can you check that totem's gstreamer backend is using XV? Compare the
output of testing gstreamer-properties' video with and without XV. The
problem clearly remains for me when switching between the outputs (XV is
too bright, X11 is fine).

Additionally, can someone please verify my steps in comment 84, and
check if the same behaviour is experienced?
https://launchpad.net/ubuntu/+source/xserver-xorg-
video-i810/+bug/32963/comments/84

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread Lionel Dricot
That's the difference > I'm using Totem-gstreamer which was affected but
which isn't anymore. No more problem with VLC, mplayer and gstreamer.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-31 Thread FuturePast
This is still a bug for me.

Feisty; Intel Corporation Mobile 945GM/GMS/940GML Express.

Only change is that mplayer and gxine are no longer affected,
but totem with totem-xine is still too bright.

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-30 Thread Lionel Dricot
Conn > I confirm that the bug is fixed on my system because, even when
changing parameters, there were resetted to the bad default each times
totem was started. It's not the case anymore.

But I don't have the same hardware : Intel Corporation Mobile
945GM/GMS/940GML

So it seems that the bug is fixed only for 9xx and not 8xx

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-30 Thread Conn
Lionel,

Well, the bug is still present on my systems. Check this comment:
https://launchpad.net/ubuntu/+source/xserver-xorg-
video-i810/+bug/32963/comments/84

Try resetting totem's defaults as explained in that comment, you may
have inadvertently changed the contrast to a non-default value, *or*
this bug is only fixed for a subset of the Intel chipsets (I'm using
855GM and 865G on my systems).

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 32963] Re: totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 have horrible colour/gamma)

2007-03-23 Thread Paul Sladen
** Summary changed:

- Xv movies on 810/i945 gives horrible color, Gamma
+ totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)

-- 
totem overrides XV_CONSTRAST to wrong default value (Xv movies on i810/i945 
have horrible colour/gamma)
https://launchpad.net/bugs/32963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs