This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Fresh KDE4 install resets on mouse mvt.

Tags: None
(comma "," separated)
mark9117
Registered Member
Posts
12
Karma
0
Mandriva 2009 (fresh install) on a Shuttle SS51G.

The problem seems to be somewhere in KDE 4. I've tried Gnome and it doesn't exhibit this problem though Gnome apps have no window decorations, so the X11 server *may* be exonerated. I've also tried a number of different video drivers including the generic vesa driver, as well as different resolutions. I've turned off options and 3D destop effects are disabled.

The problem is that whenever there is an update to the display (mouse movement, open a menu with the keyboard, etc.) the display resets, that is, it goes blank for a couple of seconds, then comes back with whatever changes would be expected (mouse pointer moved, menu open, whatever).

Some details. See below for a link to complete log and config files:

*-display UNCLAIMED
description: VGA compatible controller
product: 65x/M650/740 PCI/AGP VGA Display Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 32 bits
clock: 66MHz
capabilities: pm agp agp-2.0 vga_controller cap_list
configuration: latency=0



# cat xorg.conf
# File generated by XFdrake (rev 247269)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "L2046NV"
HorizSync 30-82
VertRefresh 56-76
Option "PreferredMode" "1280x1024"

# Monitor preferred modeline (60.0 Hz vsync, 65.3 kHz hsync, ratio 4/3, 87 dpi)
ModeLine "1400x1050" 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "SiS SiS / XGI 315 / 330 / 340 series-based cards"
Driver "sis"
Option "DPMS"
Option "SWCursor"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24


Links to full Xorg.0.log and /etc/xorg.conf:

http://adams-lan.blogdns.org/txt/xorg.conf

http://adams-lan.blogdns.org/txt/Xorg.log


I really hope somebody has some suggestions on this.

Thanks.

Mark


mark9117, proud to be a member of KDE forums since 2008-Oct.
mark9117
Registered Member
Posts
12
Karma
0
** Bumpski **

Anybody?


mark9117, proud to be a member of KDE forums since 2008-Oct.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Code: Select all
(II) "dri" will be loaded even though the default is to disable it.


Also could you try without GLX, it seems to want DRI, which you disabled.

Have you tried without KWin running ( ie. No window manager in KDE4 ) or with a window manager running in Gnome?

Last edited by bcooksley on Sat Oct 18, 2008 8:18 am, edited 1 time in total.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
mark9117
Registered Member
Posts
12
Karma
0
bcooksley wrote:
Code: Select all
(II) "dri" will be loaded even though the default is to disable it.


Also could you try without GLX, it seems to want DRI, which you disabled.

Have you tried without KWin running ( ie. No window manager in KDE4 ) or with a window manager running in Gnome?


I haven't figured out how to disable glx or dri. I have this in my xorg.conf file:
Code: Select all
Section "Module"
    Disable "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Disable "glx"
    #    Load "glx" # 3D layer
EndSection

And further down:

Section "Device"
    Identifier "device1"
    BoardName "SiS SiS 670 / 671-based cards"
    Driver "sisimedia"
    Option "DPMS"
    Option "DRI" "no"
    Option "glx" "no"
EndSection


But I keep seeing this in the Xorg.0.log file. Note the "<<---?":

Code: Select all
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded even though the default is to disable it. <<---?
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded even though the default is to disable it.<<---?


As for Kwin, killing kwin in a kde session causes my window decorations to instantly disappear. Starting kwin in a Gnome session causes it to complain about a Dcop connection (or something), and blow out my wallpaper, but it does give me window decorations.

I don't know.


Mark


mark9117, proud to be a member of KDE forums since 2008-Oct.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Did having kwin not running cause the screen resets to go away?

Also "freetype" replaced "type1" so "type1" is deprecated.
Also which version of Xorg do you have?

Unfortunately i am not an Xorg expert. If these fail you may need to try your distribution's forum. I believe KDE4 is triggering a bug somewhere in Xorg as it is the only thing that could reset your screen. It is pushing the boundries after all, which is what causes the Nvidia problems.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
mark9117
Registered Member
Posts
12
Karma
0
bcooksley wrote:Did having kwin not running cause the screen resets to go away?


Ah, I guess I could have mentioned that since it is the reason this post exists.

Gnome has never had the reset problem. KDE continues to experience the reset problem when kwin is killed.

Also "freetype" replaced "type1" so "type1" is deprecated.
Also which version of Xorg do you have?


Here's the installation package for 2009: xorg-x11-7.3-4mdv2009.0.i586

I assume that means I'm running ver. 7.3.

Unfortunately i am not an Xorg expert. If these fail you may need to try your distribution's forum.


Been there, done that. So far, no joy.

I believe KDE4 is triggering a bug somewhere in Xorg as it is the only thing that could reset your screen. It is pushing the boundries after all, which is what causes the Nvidia problems.


Thanks Cooksley. I'll try to pass that along.


Mark

Edit: Ran across this info in another post. Thought maybe it would help here:

Code: Select all
# xdpyinfo | head -n 100
name of display:    localhost:10.0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    10400090
X.Org version: 1.4.0.90
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x2600020, revert to PointerRoot
number of extensions:    34
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    GLX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    Multi-Buffering
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XAccessControlExtension
    XC-APPGROUP
    XC-MISC
    XFIXES
    XFree86-Bigfont
    XFree86-DGA
    XFree86-DRI
    XFree86-Misc
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1280x1024 pixels (408x306 millimeters)
  resolution:    80x85 dots per inch
  depths (7):    16, 1, 4, 8, 15, 24, 32
  root window id:    0x73
  depth of root window:    16 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    64
  preallocated pixels:    black 0, white 65535
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0x7ac03f
    KeyPressMask             KeyReleaseMask           ButtonPressMask
    ButtonReleaseMask        EnterWindowMask          LeaveWindowMask
    KeymapStateMask          ExposureMask             StructureNotifyMask
    SubstructureNotifyMask   SubstructureRedirectMask FocusChangeMask
    PropertyChangeMask
  number of visuals:    17
  default visual id:  0x23
  visual:
    visual id:    0x23
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x24
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x25
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:

Last edited by mark9117 on Sun Oct 19, 2008 2:45 am, edited 1 time in total.


mark9117, proud to be a member of KDE forums since 2008-Oct.


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]