Re: [Compiz] [Bug 600867] Re: Compiz fails to load when screen width == maxTextureSize
Well it still seems to affect me even when running 11.04. It seems to work for much longer periods of time but every now and then the window decorations will disappear. I'll run more tests to see what is triggering it but I still have problems... On Tue, May 31, 2011 at 4:13 AM, Brian Starkey <600...@bugs.launchpad.net> wrote: > I'm afraid I have got a new system (with an nVidia card) so won't be > able to do any more testing on this bug. > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/600867 > > Title: > Compiz fails to load when screen width == maxTextureSize > > Status in “compiz” package in Ubuntu: > Incomplete > > Bug description: > Binary package hint: compiz > > in the compiz-0.8.4/debian/patches/060_move_checks_to_compiz.patch > file there is an addition in the src/texture.c file that compares the > width or height to the maxTextureSize. The code is checking if it is > '>=' where it should only check if it is '>'. I have fixed my own > code and compiz works with this fix. This is a debian patch and > should be fixed properly. My maxTextureSize is 2048 and my screen > resolution is 2048 x 1536. > > Thanks! > > ProblemType: Bug > DistroRelease: Ubuntu 10.04 > Package: compiz 1:0.8.4-0ubuntu15.1 > ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 > Uname: Linux 2.6.32-23-generic i686 > Architecture: i386 > CompizPlugins: [shift,wobbly] > Date: Thu Jul 1 20:39:12 2010 > EcryptfsInUse: Yes > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) > Lsusb: > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > MachineType: IBM 183223U > PackageArchitecture: all > PccardctlIdent: > Socket 0: > no product info available > Socket 1: > no product info available > PccardctlStatus: > Socket 0: > no card > Socket 1: > no card > PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc > RV350 [Mobility Radeon 9600 M10] [1002:4e50] > ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic > root=UUID=b527d1c0-1bd9-427d-a341-67dbb2dec2ed ro quiet splash > ProcEnviron: > PATH=(custom, user) > LANG=en_US.UTF-8 > SHELL=/bin/bash > RelatedPackageVersions: > xserver-xorg 1:7.5+5ubuntu1 > libgl1-mesa-glx 7.7.1-1ubuntu3 > libdrm2 2.4.18-1ubuntu3 > xserver-xorg-video-intel N/A > xserver-xorg-video-ati 1:6.13.0-1ubuntu5 > SourcePackage: compiz > XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf' > dmi.bios.date: 06/02/2006 > dmi.bios.vendor: IBM > dmi.bios.version: 1RETDPWW (3.21 ) > dmi.board.name: 183223U > dmi.board.vendor: IBM > dmi.board.version: Not Available > dmi.chassis.asset.tag: No Asset Information > dmi.chassis.type: 10 > dmi.chassis.vendor: IBM > dmi.chassis.version: Not Available > dmi.modalias: > dmi:bvnIBM:bvr1RETDPWW(3.21):bd06/02/2006:svnIBM:pn183223U:pvrThinkPadR50p:rvnIBM:rn183223U:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable: > dmi.product.name: 183223U > dmi.product.version: ThinkPad R50p > dmi.sys.vendor: IBM > system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-23-generic > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/600867/+subscribe > -- === "The philosophy of gun control: Teenagers are roaring through town at 90 MPH, where the speed limit is 25. Your solution is to lower the speed limit to 20." - Sam Cohen, inventor of the Neutron Bomb "We maintain [privately-owned] arms largely because we seek to prevent violence. Those that wish to disarm us do so that they may perpetrate it with impunity." - R. Murray "Men cannot be governed and remain men. Domesticate the wolf and he changes both physically and mentally. His muzzle shrinks, his teeth diminish, he loses size, speed, and strength, He grows spots. His ears flop. His brain withers. He becomes a dog. Men are on the verge of becoming dogs -- the changes are underway already -- unless we do something to stop it." The Ceo Lia Wheeler, Phoebus Krumm, forthcoming "No man ever believes that the Bible means what it says; he is always convinced that it says what he means." George Bernard Shaw -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/600867 Title: Compiz fails to load when screen width == maxTextureSize ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [Bug 600867] Compiz fails to load when screen width == maxTextureSize
I have not tested it with the newer version of Ubuntu. I would need to download and install it first and then I can let you know. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/600867 Title: Compiz fails to load when screen width == maxTextureSize ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [Bug 600867] Re: Compiz fails to load when screen width == maxTextureSize
Honestly, it should be strictly greater than (>). The bug you show may be related to a different issue or in compiz in a different part of the code. They need to leave it as greater than and fix the other problems rather than leaving this as a work-around that affects other people. My guess is that someone else did a similar check in the code elsewhere or some other >= versus > check. If you think about this a bit then you will see that I'm right and they need to change this back to > and fix the code elsewhere. On Fri, Nov 12, 2010 at 9:32 AM, Brian Starkey <600...@bugs.launchpad.net>wrote: > The > check is apparently NOT fine for Intel graphics. I haven't tried > compiling your fix myself yet (going to try this weekend, never built a > module before :-/), but Bug #428769 reports that when > is used, you get a > blank screen (with possibly one visible column of pixels). > Intel graphics with 2048 wide screens is presumably becoming a very common > setup, and I don't understand why Compiz shouldn't work on it. > > -- > Compiz fails to load when screen width == maxTextureSize > https://bugs.launchpad.net/bugs/600867 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “compiz” package in Ubuntu: New > > Bug description: > Binary package hint: compiz > > in the compiz-0.8.4/debian/patches/060_move_checks_to_compiz.patch file > there is an addition in the src/texture.c file that compares the width or > height to the maxTextureSize. The code is checking if it is '>=' where it > should only check if it is '>'. I have fixed my own code and compiz works > with this fix. This is a debian patch and should be fixed properly. My > maxTextureSize is 2048 and my screen resolution is 2048 x 1536. > > Thanks! > > ProblemType: Bug > DistroRelease: Ubuntu 10.04 > Package: compiz 1:0.8.4-0ubuntu15.1 > ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 > Uname: Linux 2.6.32-23-generic i686 > Architecture: i386 > CompizPlugins: [shift,wobbly] > Date: Thu Jul 1 20:39:12 2010 > EcryptfsInUse: Yes > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) > Lsusb: > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > MachineType: IBM 183223U > PackageArchitecture: all > PccardctlIdent: > Socket 0: > no product info available > Socket 1: > no product info available > PccardctlStatus: > Socket 0: > no card > Socket 1: > no card > PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc > RV350 [Mobility Radeon 9600 M10] [1002:4e50] > ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic > root=UUID=b527d1c0-1bd9-427d-a341-67dbb2dec2ed ro quiet splash > ProcEnviron: > PATH=(custom, user) > LANG=en_US.UTF-8 > SHELL=/bin/bash > RelatedPackageVersions: > xserver-xorg 1:7.5+5ubuntu1 > libgl1-mesa-glx 7.7.1-1ubuntu3 > libdrm2 2.4.18-1ubuntu3 > xserver-xorg-video-intel N/A > xserver-xorg-video-ati 1:6.13.0-1ubuntu5 > SourcePackage: compiz > XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf' > dmi.bios.date: 06/02/2006 > dmi.bios.vendor: IBM > dmi.bios.version: 1RETDPWW (3.21 ) > dmi.board.name: 183223U > dmi.board.vendor: IBM > dmi.board.version: Not Available > dmi.chassis.asset.tag: No Asset Information > dmi.chassis.type: 10 > dmi.chassis.vendor: IBM > dmi.chassis.version: Not Available > dmi.modalias: > dmi:bvnIBM:bvr1RETDPWW(3.21):bd06/02/2006:svnIBM:pn183223U:pvrThinkPadR50p:rvnIBM:rn183223U:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable: > dmi.product.name: 183223U > dmi.product.version: ThinkPad R50p > dmi.sys.vendor: IBM > system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-23-generic > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/600867/+subscribe > -- === "The philosophy of gun control: Teenagers are roaring through town at 90 MPH, where the speed limit is 25. Your solution is to lower the speed limit to 20." - Sam Cohen, inventor of the Neutron Bomb "We maintain [privately-owned] arms largely because we seek to prevent violence. Those that wish to disarm us do so that they may perpetrate it with impunity." - R. Murray "Men cannot be governed and remain men. Domesticate the wolf and he changes both physically and mentally. His muzzle shrinks, his teeth diminish, he loses size, speed, and strength, He grows spots. His ears flop. His brain withers. He becomes a dog. Men are on the verge of becoming dogs -- the changes are underway already -- unless we do something to stop it." The Ceo Lia Wheeler, Phoebus Krumm, forthcoming "No man ever believes that the Bible means what it says; he is always convinced that it says what he means." George Bernard Shaw -- Com
Re: [Compiz] [Bug 600867] Re: Compiz fails to load when screen width == maxTextureSize
Having the > check is fine, having the >= check is just plain wrong. They need to resolve this because I hate having to keep recompiling this thing after every update. Apparently it is very low priority and I even pointed out the exact fix that needs to be made. Someone just has to approve and fix it as stated in the report. Then everything will be fine. On Fri, Nov 12, 2010 at 7:22 AM, Brian Starkey <600...@bugs.launchpad.net>wrote: > I have this on an intel 945GM card. > I think the >= check was added due to Bug #428769, but why is this > necessary? If my max texture size is 2048, why can't I use a 2048 > resolution? > > -- > Compiz fails to load when screen width == maxTextureSize > https://bugs.launchpad.net/bugs/600867 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “compiz” package in Ubuntu: New > > Bug description: > Binary package hint: compiz > > in the compiz-0.8.4/debian/patches/060_move_checks_to_compiz.patch file > there is an addition in the src/texture.c file that compares the width or > height to the maxTextureSize. The code is checking if it is '>=' where it > should only check if it is '>'. I have fixed my own code and compiz works > with this fix. This is a debian patch and should be fixed properly. My > maxTextureSize is 2048 and my screen resolution is 2048 x 1536. > > Thanks! > > ProblemType: Bug > DistroRelease: Ubuntu 10.04 > Package: compiz 1:0.8.4-0ubuntu15.1 > ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 > Uname: Linux 2.6.32-23-generic i686 > Architecture: i386 > CompizPlugins: [shift,wobbly] > Date: Thu Jul 1 20:39:12 2010 > EcryptfsInUse: Yes > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) > Lsusb: > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > MachineType: IBM 183223U > PackageArchitecture: all > PccardctlIdent: > Socket 0: > no product info available > Socket 1: > no product info available > PccardctlStatus: > Socket 0: > no card > Socket 1: > no card > PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc > RV350 [Mobility Radeon 9600 M10] [1002:4e50] > ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic > root=UUID=b527d1c0-1bd9-427d-a341-67dbb2dec2ed ro quiet splash > ProcEnviron: > PATH=(custom, user) > LANG=en_US.UTF-8 > SHELL=/bin/bash > RelatedPackageVersions: > xserver-xorg 1:7.5+5ubuntu1 > libgl1-mesa-glx 7.7.1-1ubuntu3 > libdrm2 2.4.18-1ubuntu3 > xserver-xorg-video-intel N/A > xserver-xorg-video-ati 1:6.13.0-1ubuntu5 > SourcePackage: compiz > XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf' > dmi.bios.date: 06/02/2006 > dmi.bios.vendor: IBM > dmi.bios.version: 1RETDPWW (3.21 ) > dmi.board.name: 183223U > dmi.board.vendor: IBM > dmi.board.version: Not Available > dmi.chassis.asset.tag: No Asset Information > dmi.chassis.type: 10 > dmi.chassis.vendor: IBM > dmi.chassis.version: Not Available > dmi.modalias: > dmi:bvnIBM:bvr1RETDPWW(3.21):bd06/02/2006:svnIBM:pn183223U:pvrThinkPadR50p:rvnIBM:rn183223U:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable: > dmi.product.name: 183223U > dmi.product.version: ThinkPad R50p > dmi.sys.vendor: IBM > system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-23-generic > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/600867/+subscribe > -- === "The philosophy of gun control: Teenagers are roaring through town at 90 MPH, where the speed limit is 25. Your solution is to lower the speed limit to 20." - Sam Cohen, inventor of the Neutron Bomb "We maintain [privately-owned] arms largely because we seek to prevent violence. Those that wish to disarm us do so that they may perpetrate it with impunity." - R. Murray "Men cannot be governed and remain men. Domesticate the wolf and he changes both physically and mentally. His muzzle shrinks, his teeth diminish, he loses size, speed, and strength, He grows spots. His ears flop. His brain withers. He becomes a dog. Men are on the verge of becoming dogs -- the changes are underway already -- unless we do something to stop it." The Ceo Lia Wheeler, Phoebus Krumm, forthcoming "No man ever believes that the Bible means what it says; he is always convinced that it says what he means." George Bernard Shaw -- Compiz fails to load when screen width == maxTextureSize https://bugs.launchpad.net/bugs/600867 You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More
[Compiz] [Bug 600867] Re: Compiz fails to load when screen width == maxTextureSize
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/51264358/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/51264359/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/51264360/Dependencies.txt ** Attachment added: "GconfCompiz.txt" http://launchpadlibrarian.net/51264361/GconfCompiz.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/51264362/Lspci.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/51264363/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/51264364/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/51264365/ProcModules.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/51264366/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/51264367/UdevLog.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/51264368/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/51264369/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/51264370/Xrandr.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/51264371/XsessionErrors.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/51264372/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/51264373/monitors.xml.txt -- Compiz fails to load when screen width == maxTextureSize https://bugs.launchpad.net/bugs/600867 You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 600867] [NEW] Compiz fails to load when screen width == maxTextureSize
Public bug reported: Binary package hint: compiz in the compiz-0.8.4/debian/patches/060_move_checks_to_compiz.patch file there is an addition in the src/texture.c file that compares the width or height to the maxTextureSize. The code is checking if it is '>=' where it should only check if it is '>'. I have fixed my own code and compiz works with this fix. This is a debian patch and should be fixed properly. My maxTextureSize is 2048 and my screen resolution is 2048 x 1536. Thanks! ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: compiz 1:0.8.4-0ubuntu15.1 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-23-generic i686 Architecture: i386 CompizPlugins: [shift,wobbly] Date: Thu Jul 1 20:39:12 2010 EcryptfsInUse: Yes InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) Lsusb: Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: IBM 183223U PackageArchitecture: all PccardctlIdent: Socket 0: no product info available Socket 1: no product info available PccardctlStatus: Socket 0: no card Socket 1: no card PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] [1002:4e50] ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic root=UUID=b527d1c0-1bd9-427d-a341-67dbb2dec2ed ro quiet splash ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash RelatedPackageVersions: xserver-xorg 1:7.5+5ubuntu1 libgl1-mesa-glx 7.7.1-1ubuntu3 libdrm2 2.4.18-1ubuntu3 xserver-xorg-video-intel N/A xserver-xorg-video-ati 1:6.13.0-1ubuntu5 SourcePackage: compiz XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf' dmi.bios.date: 06/02/2006 dmi.bios.vendor: IBM dmi.bios.version: 1RETDPWW (3.21 ) dmi.board.name: 183223U dmi.board.vendor: IBM dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: IBM dmi.chassis.version: Not Available dmi.modalias: dmi:bvnIBM:bvr1RETDPWW(3.21):bd06/02/2006:svnIBM:pn183223U:pvrThinkPadR50p:rvnIBM:rn183223U:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable: dmi.product.name: 183223U dmi.product.version: ThinkPad R50p dmi.sys.vendor: IBM system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-23-generic ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- Compiz fails to load when screen width == maxTextureSize https://bugs.launchpad.net/bugs/600867 You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp