Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

nouveau causing screen smears/garble

Need help with peripherals or devices?
Message
Author
cynwulf

Re: nouveau causing screen smears/garble

#16 Post by cynwulf »

Jerome wrote:Dowgrading does it. Now, questions are how long will we be keeping the old libcairo, and will this break something else before the EXA bug is solved and libcairo is upgradable ?
When you're running the testing or unstable distributions - this happens. Put libcairo2 on hold and when xserver 1.12 arrives in testing you can try upgrading again... no one can tell you how long it will take - it depends on the state of the xorg packages in unstable.

http://www.debian.org/devel/testing

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: nouveau causing screen smears/garble

#17 Post by ramack »

Putting the package on hold is done by pinning it?
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

cynwulf

Re: nouveau causing screen smears/garble

#18 Post by cynwulf »

If you use aptitude it's easy enough:

Code: Select all

# aptitude hold libcairo2
unhold should be self explanatory...

Remember that apt-get will not respect hold's made by aptitude...

I don't use apt-get much these days, but I believe it still works in the same way as ever, e.g:

Code: Select all

# echo "libcairo2 hold" | dpkg --set-selections
And to unhold:

Code: Select all

# echo "libcairo2 install" | dpkg --set-selections

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: nouveau causing screen smears/garble

#19 Post by ramack »

I use apt-get. Thanks, better and easier than pinning. I haven't pinning packages but only a couple times, and that was pinning to Testing or Stable in Sid. Can you pin package versions? Holding looks more appropriate in this case.

Rich
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

cynwulf

Re: nouveau causing screen smears/garble

#20 Post by cynwulf »

Yes you can apply pinning in /etc/apt/preferences, but this method is easier and cleaner IMO.


Jerome
Posts: 54
Joined: 2011-07-18 20:57
Location: France

Re: nouveau causing screen smears/garble

#22 Post by Jerome »

I just un-holded libcairo2 and I don't see any problem anymore on my up-to-date Wheezy.

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: nouveau causing screen smears/garble

#23 Post by ramack »

Sweet! Thanks for trying and posting your results!
Rich
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

Post Reply