[Bug 671633] New: Ximerama + randr + susehelp + progressive slowness + top-left monitor new item desktop placement
https://bugzilla.novell.com/show_bug.cgi?id=671633 https://bugzilla.novell.com/show_bug.cgi?id=671633#c0 Summary: Ximerama + randr + susehelp + progressive slowness + top-left monitor new item desktop placement Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: reg@capiogroup.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 First, there are probably separate issues here but just in case they are related I though it prudent to show them all at once. SUSEHELP / RANDR ---------------- The README FOR susehelp talks of a lifesaver icon, I don't have one. I had seen it in the past but not on this version of the OS with my setup. If I try to start susehelp from the command line I get this error: Xlib: extension "RANDR" missing on display ":0.0". Could not initialize gecko! If I click on "Help" under system on the favorites area, it doesn't bring up any help nor does any other application that tries to use help. XIMERAMA / RANDR ---------------- The randr error as far as I can tell is from using Ximerama and/or native NVIDIA driver which I need to do since I have 4 monitors and the setup will not work without the NVIDIA drivers. The monitors are arranged in an inverted "T", 3 across the bottom and one above the middle bottom monitor. XIMERAMA / NEW ITEM DESKTOP PLACEMENT ------------------------------------- XOrg is assuming that the top left of the setup I have is in a place I have no monitor. In other words it's assuming I have 6 monitors. The upshot is that when I mount a drive or something else that places an item on my desktop, I don't see it because it's at a place is not part of my desktop. XIMERAMA / Taking a snapshot of the screen ------------------------------------------ If I use the print screen button it works. However, if I use Alt+PrtScn all as I get is black but I don't get the camera shutter sound. X11 and Progressive Slowness ---------------------------- This happens over days and I suspect there is some list that keeps building ad infinitum that something has to sift through before sending an event to my displays. Essentially, mouse clicks, focus between applications and such things just becomes slowly less and less responsive. The problem is I have no idea how to give you information on what's going on internally to cause this. Doing an init 3 and then an init 5 fixes it. I.e.: just dropping X11 so it comes up clean. More info. on the problem ------------------------- I tried the forums first, here is my path down that track: http://forums.opensuse.org/forums/english/get-technical-help-here/applicatio... You'll notice more details in the above link such as how the auto-detect is useless for my monitor setup -- it detects 1 out of 4 correctly and only 2 in total. More info. about my system -------------------------- I'm running a quad core q9400 Intel processor at 2.66 GHz with and 8GB of RAM on a x64_86 system. All my monitors go into a video switch and then out to my monitors. This means no digital auto-detect information is available. My current xorg.conf file ------------------------- Section "Files" ModulePath "/usr/lib64/xorg/modules/updates" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/truetype/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" EndSection Section "Module" Load "glx" Load "vnc" Load "dri2" Load "dri" Load "extmod" Load "dbe" Load "record" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "ServerLayout" Identifier "Layout All" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" LeftOf "Screen0" Screen 3 "Screen3" Above "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" # Uncomment the following option to reenable kbd/mouse driver input sections. # Otherwise evdev driver is used. #Option "AutoAddDevices" "off" Option "Xinerama" "on" EndSection Section "Modes" Identifier "Modes0" ModeLine "1680x1050" 146.00 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync EndSection # Option "CalcAlgorithm" "XServerPool" Section "Monitor" Identifier "Monitor0" VendorName "GSM" ModelName "LG ELECTRONICS L227W" UseModes "Modes0" DisplaySize 474 296 HorizSync 30-83 VertRefresh 50-75 Option "DPMS" Option "PreferredMode" "1680x1050" EndSection Section "Monitor" Identifier "Monitor1" VendorName "GSM" ModelName "LG ELECTRONICS L227W" UseModes "Modes0" DisplaySize 474 296 HorizSync 30-83 VertRefresh 50-75 Option "DPMS" Option "PreferredMode" "1680x1050" EndSection Section "Monitor" Identifier "Monitor2" VendorName "GSM" ModelName "LG ELECTRONICS L227W" UseModes "Modes0" DisplaySize 474 296 HorizSync 30-83 VertRefresh 50-75 Option "DPMS" Option "PreferredMode" "1680x1050" EndSection Section "Monitor" Identifier "Monitor3" VendorName "GSM" ModelName "LG ELECTRONICS L227W" UseModes "Modes0" DisplaySize 474 296 HorizSync 30-83 VertRefresh 50-75 Option "DPMS" Option "PreferredMode" "1680x1050" EndSection Section "Device" Identifier "Card0" Driver "nvidia" BoardName "GeForce 8600 GT" VendorName "NVidia" BusID "PCI:1:0:0" Screen 0 Option "CoolBits" "On" EndSection Section "Device" Identifier "Card1" Driver "nvidia" BoardName "GeForce 8600 GT" VendorName "NVidia" BusID "PCI:1:0:0" Screen 1 EndSection Section "Device" Identifier "Card2" Driver "nvidia" BoardName "GeForce 8600 GTS" VendorName "NVidia" BusID "PCI:2:0:0" Screen 0 EndSection Section "Device" Identifier "Card3" Driver "nvidia" BoardName "GeForce 8600 GTS" VendorName "NVidia" BusID "PCI:2:0:0" Screen 1 EndSection # Option "ConnectedMonitor" "DFP" # Digital Flat Panel (doesn't come on, don't use) # Option "MultiGPU" "Auto" # Causes only one screen to come on, don't use # Option "SLI" "Auto" # Causes only one screen to come on, don't use # Option "TripleBuffer" "True" # This decreases the time an application stalls # while waiting for vblank events, but increases latency slightly (delay # between user input and displayed result). Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 modes "1680x1050" EndSubSection Option "CursorShadow" "On" Option "RenderAccel" "True" Option "TripleBuffer" "False" Option "RandRRotation" "True" Option "OnDemandVBlankInterrupts" "On" # Experimental EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 modes "1680x1050" EndSubSection Option "CursorShadow" "On" Option "RenderAccel" "True" Option "TripleBuffer" "False" Option "RandRRotation" "True" Option "OnDemandVBlankInterrupts" "On" # Experimental EndSection Section "Screen" Identifier "Screen2" Device "Card2" Monitor "Monitor2" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 modes "1680x1050" EndSubSection Option "CursorShadow" "On" Option "RenderAccel" "True" Option "TripleBuffer" "False" Option "RandRRotation" "True" Option "OnDemandVBlankInterrupts" "On" # Experimental EndSection Section "Screen" Identifier "Screen3" Device "Card3" Monitor "Monitor3" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 modes "1680x1050" EndSubSection Option "CursorShadow" "On" Option "RenderAccel" "True" Option "TripleBuffer" "False" Option "RandRRotation" "True" Option "OnDemandVBlankInterrupts" "On" # Experimental EndSection Unrelated but important for your company ---------------------------------------- This is especially true since you seem to be going retail. The search at your software.opensuse.org has very annoying and obvious bugs. For example search for "help" and susehelp will come up, search for "susehelp" and it will not (using opensuse 11.2" as a filter). Additionally it can't handle dashes and probably not dots either, but probably will work with underscores from memory. I'm not sure where to report this so whoever gets this would you please pass it on to the right people. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=671633 https://bugzilla.novell.com/show_bug.cgi?id=671633#c1 --- Comment #1 from Reg Proctor <reg@capiogroup.com> 2011-02-14 08:04:15 UTC --- Typo: this "but I don't get the camera shutter sound." should have been "but I ~~DO~~ get the camera shutter sound." -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=671633 https://bugzilla.novell.com/show_bug.cgi?id=671633#c2 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2011-02-14 14:11:36 UTC --- Unfortunately we can't track any NVIDIA driver bugs filed against openSUSE in Novell's bugzilla. Please complain directly to NVIDIA. Thanks. Non-driver related topics need to be reported *seperately*. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=671633 https://bugzilla.novell.com/show_bug.cgi?id=671633#c3 --- Comment #3 from Reg Proctor <reg@capiogroup.com> 2011-02-15 05:53:03 UTC --- Okay, which ones do you think are NV related because as far as I know none are given that without them the system won't work at all in this type of configuration. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=671633 https://bugzilla.novell.com/show_bug.cgi?id=671633#c4 --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2011-02-15 08:40:40 UTC --- You're right. Probably all of them are NVIDIA driver related. Some of them can't be tested with other drivers since only NVIDIA provides the required features for doing so. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com