Summary: | Desktop layout/background not spanning multiple screens correctly | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Brett Randall <brett> |
Component: | multiscreen | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aseigo, asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Attaching posted image (reduced) |
Description
Brett Randall
2009-01-11 23:29:18 UTC
Created attachment 30156 [details]
Attaching posted image (reduced)
can you include information on what your x.org set up is (screen resolutions, multi-screen system being used (xinerama, xrandr, twinview, etc...)), and can you also quit and then start plasma (kquitapp plasma; plasma) from a konsole window and paste the output that appears during start up to this report? thanks. Sorry I included it in my forum post but forgot in bug report. I use TwinView (have an NVidia Quadro FX 570M in a ThinkPad T61p). Main screen res is 1920x1200 and secondary screen on the right is 1280x1024 (running as 1280x1200). The relevant bit of my xorg.conf is: Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro FX 570M" Screen 0 Option "RenderAccel" "true" Option "UseEvents" "false" Option "TripleBuffer" "1" Option "DamageEvents" "1" Option "BackingStore" "1" Option "PixmapCacheSize" "70000" Option "OnDemandVBlankInterrupts" "true" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "NoLogo" "True" Option "TwinView" "1" Option "UseEdidDpi" "False" Option "DPI" "96 x 96" Option "DynamicTwinView" "1" Option "TwinViewOrientation" "RightOf" Option "metamodes" "DFP-0: 1920x1200, DFP-1: 1280x1024 @ 1280x1200" EndSection The output of "kquitapp plasma; plasma" is: <unknown program name>(22723)/ checkComposite: Plasma lacks an argb visual 0x0 0 <unknown program name>(22723)/ checkComposite: Plasma is COMPOSITE-less on 0x9d185d8 Object::connect: No such signal OrgKdeKephalConfigurationsInterface::statusChanged() QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout Object::connect: No such slot Kickoff::FavoritesModel::sortFavoritesAscending() Object::connect: No such slot Kickoff::FavoritesModel::sortFavoritesDescending() plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/Email Address DB Sources.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/booking.pdf.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/img_1262.jpg.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/IMG_0036.JPG.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/IMG_0001.JPG.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/img_1290.jpg.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/Img_0219.jpg.desktop not found" plasma(22724) KServiceFactory::findServiceByDesktopPath: "findServiceByDesktopPath: /home/brett/.kde/share/apps/RecentDocuments/My Pictures.desktop not found" plasma(22724) Solid::Control::ManagerBasePrivate::loadBackend: Backend loaded: "HAL-Power" QFSFileEngine::open: No file name specified QFSFileEngine::open: No file name specified Object::connect: Attempt to bind non-signal TaskManager::TaskGroup::editRequest() QGraphicsLayout::addChildLayout: layout already has a parent QGraphicsLayout::addChildLayout: layout already has a parent Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. Couldn't find node center. Skipping rendering. These last errors seem to appear as it is drawing the running application icons in the right side of the panel (where the adept notifier, network status, etc live). Thanks Brett. Just upgraded to the Release Candidate, the problem still exists. the likely fixes actually went in post-rc1 .. there were a couple of criticle fixes made to kephal. I've upgraded to full 4.2 and the problem still exists. Interestingly, the dimensions of the background images are 100% correctly stretched to the opposite screen. So the large image is 1920x1200 pixels and the other one is 1280x1024, which are the resolutions of both my displays. It is just that the pictures are back to front. Is there any way of bumping this bug up? If in fact it is a bug? Do I need to provide more evidence or reproduce on another architecture? Thanks Brett. Is this bug still present in kde 4.3? i never saw something similar I eventually wiped my PC and reinstalled the latest version of my distro and it all came good. Can't explain what the problem was! Thanks Brett. |