[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 138196] New: After monitor standby, Xorg go to 100%
From:       Alex <alessandrosturniolo () yahoo ! it>
Date:       2006-12-01 7:07:02
Message-ID: 20061201080658.138196.alessandrosturniolo () yahoo ! it
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=138196         
           Summary: After monitor standby, Xorg go to 100%
           Product: kwin
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kwin kde org
        ReportedBy: alessandrosturniolo yahoo it


Version:           KWin: 3.0 (Qt: 3.3.7 - KDE: 3.5.5 "release 45.1") (using KDE KDE \
3.5.5) Installed from:    SuSE RPMs
OS:                Linux

Situation:
I've KDE 3.5.5 (from SuSE 10.1 RPM repository) and Xorg 7.2-59.1 (from SuSE 10.1 RPM \
repository). When the monitor go in standby (not the system), after resume, the Xorg \
process use the 100% of CPU time, and the system become unresponsive. I've tried to \
turn off DPMS, screen saver, APIC (no ACPI), regenerate my xorg.conf with Sax2 tool \
(without vnc, 3d acceleration and other "strange" options), use nv module instead of \
nvidia. Then I've noticed casually, that when kwin is not present all work fine.
Now, when I run metacity (for example) instead of kwin, the problem is not present.

I don't kwon if this is a problem of kwin or an xorg problem, but when the kwin \
process is run, after the resume, the system is unusable, and I've to force X server \
to shut down (CTRL+ALT+Backspace).

I've this problem, in two different PC, with the same software versions.

Here my xorg.conf file

# /.../
# SaX generated X11 config file
# Created on: 2006-11-25T18:14:31+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax suse de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection


Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "RandR" "on"
EndSection


Section "Module"
  Load         "type1"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  Load         "v4l"
  Load         "extmod"
  Load         "vnc"
EndSection


Section "InputDevice"
  Identifier   "Keyboard[0]"
  Driver       "kbd"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "it"
  Option       "XkbModel" "logiik"
  Option       "XkbRules" "xfree86"
  Option       "AutoRepeat" "250 33"
EndSection


Section "InputDevice"
  Identifier   "Mouse[1]"
  Driver       "mouse"
  Option       "Buttons" "6"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "PS2++ Logitech Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Logitech"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
  Driver       "rfbkeyb"
  Identifier   "Keyboard[2]"
  Option       "InputFashion" "VNC"
EndSection


Section "InputDevice"
  Driver       "rfbmouse"
  Identifier   "Mouse[3]"
  Option       "InputFashion" "VNC"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  Identifier   "Monitor[0]"
  VendorName   "PHILIPS"
  ModelName    "BRILLIANCE 107P (107P2)"
  UseModes     "Modes[0]"
  DisplaySize  338    270
  HorizSync    30.0 - 92.0
  VertRefresh  50.0 - 160.0
  Option       "DPMS"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "GeForce FX 5500"
  BusID        "2:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "NoLogo"
  Option       "NvAGP" "1"
  Option       "AGPMode" "8"
  Option       "xv" "true"
  Option       "mtrr" "on"
  Option       "DRI" "true"
  Option       "Accel" "true"
  Option       "RenderAccel" "true"
  Option       "AccelMethod" "exa"
  Option       "EnablePageFlip" "True"
  Option       "BackingStore" "true"
  Option       "TripleBuffer" "true"
  Option       "AddARGBGLXVisuals"     "true"
  Option       "EnablePrivateBackZ" "no"
  Option       "AllowGLXWithComposite" "true"
  Option       "XAANoOffscreenPixmaps" "true"
  Option       "DisableGLXRootClipping" "True"
  Option       "XvmcUsesTextures" "true"
  Option       "Overlay" "true"
  Option       "Rotate" "off"
  Option       "DigitalVibrance" "4"
  Option       "ImageSharpening" "3"
  Option       "UseEDID" "false"
  Option       "rfbauth" "/root/.vnc/passwd"
  Option       "rfbport" "5900"
  Option       "usevnc" "yes"
  Option       "localhost" "on"
  VendorName   "NVidia"
  Screen       0
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Keyboard[2]" "ExtraKeyboard"
  InputDevice  "Mouse[3]" "ExtraPointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Option       "VNC" "3 2"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0666
EndSection


Section "Extensions"
    Option         "Composite" "Enable"
    Option         "RENDER" "Enable"
    Option         "DAMAGE" "Enable"
EndSection


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic