x server restart

I have installed suse 11.2. Sometimes while using (firefox, okular, open office etc) x server restarts & comes to login screen. While checking Xorg.0.log i found i810 module is failed to load. Is this causing the x server restart? Can anyone help me?

-Guru

Are you using desktop effects?

Do you have desktop effects enabled? There were some bugs (affecting some intel chipsets) with the intel driver version included with openSUSE 11.2. This may (or may not) be related:

Re: [opensuse-xorg] Xorg freezes under openSUSE 11.2 with Intel 855GM

You might choose to try upgrading Xorg server to a later version, however the simple way around this is to upgrade to 11.3 (or try 11.3 LiveCD).

Yes here desktop effect is enaled. And however i810 module exists
guruprasad:~ # lsmod | grep i810
i810 20480 0
drm 184896 3 i810,i915
guruprasad:~ # modinfo i810
filename: /lib/modules/2.6.31.5-0.1-desktop/kernel/drivers/gpu/drm/i810/i810.ko
license: GPL and additional rights
description: Intel i810
author: VA Linux Systems Inc.
srcversion: 8FB34D924397C860CA6DC49
depends: drm
vermagic: 2.6.31.5-0.1-desktop SMP preempt mod_unload modversions 686

What is the use of desktop effect enable?

Please disable desktop effects
See how things are after that

What is the use of desktop effect enable?
For showing off mostly

It describes the visual effects that can be used with KDE or Gnome desktop. Some graphics hardware and drivers can’t handle the extra overhead required, so the advice to disable ‘desktop effects’. Its really only eye candy.

Ok lets see with desktop effect disabled. Then what about i810 module why its failed to load?

You might need to post your entire Xorg.0.log. Upload it to SUSE Paste

and set it to delete the “paste” after “Never”. Post the link to it here.

I hav uploaded it to paste, here is the link

SUSE Paste

If you already tried disabling desktop effects, do you still get problems with your graphics? The i810 error messages in Xorg.0.log are reminiscent of a lot of bug reports and threads across all distros at the time. (It doesn’t take much searching to find them).

I think you have a choice of upgrading Xorg and associated drivers, or installing openSUSE 11.3 (with the improved KMS intel driver).

If you want to try the first approach, you need to add the X11 XOrg repo. This can be done from a console (terminal window). Become root with ‘su -’ command, enter your root password when prompted. Then type

zypper ar http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.2/ Xorg

Update with

zypper up

then restart the X-server with CTRL-ALT-Backspace (twice).

See how that goes.

After disabling desktop top effects also x server restarted. And I tried to upgrae xorg using zypper, I am pasting console print

guruprasad:~ # zypper ar Index of /repositories/X11:/XOrg/openSUSE_11.2 Xorg
Adding repository ‘Xorg’ [done]
Repository ‘Xorg’ successfully added
Enabled: Yes
Autorefresh: No
URI: Index of /repositories/X11:/XOrg/openSUSE_11.2

guruprasad:~ # zypper up
New repository or package signing key received:
Key ID: BB1AF2330F2672C8
Key Name: X11 OBS Project <X11@build.opensuse.org>
Key Fingerprint: B1DA68DE51949E7B034237C4BB1AF2330F2672C8
Repository: Xorg

Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): a
Building repository ‘Xorg’ cache [done]
Loading repository data…
Reading installed packages…

Nothing to do.

Is the upgradation is successful because nothing to do print came at last.

try this

zypper dup -r Xorg

It means there was nothing to do the version in the repo matches the version installed

I did ‘zypper dup -r Xorg’ following things it shown,

The following NEW packages are going to be installed:
libXi6 libXi6-devel xorg-x11-driver-video-intel-legacy xorg-x11-driver-video-nouveau

The following package is going to be REMOVED:
x11-input-wacom

The following packages are going to be upgraded:
Mesa Mesa-devel libdrm libdrm-devel libpciaccess0 libpciaccess0-devel libpixman-1-0 libpixman-1-0-devel xkeyboard-config xorg-x11 xorg-x11-devel
xorg-x11-driver-input xorg-x11-driver-video xorg-x11-driver-video-radeonhd xorg-x11-fonts xorg-x11-fonts-core xorg-x11-fonts-devel xorg-x11-libICE
xorg-x11-libICE-devel xorg-x11-libSM xorg-x11-libSM-devel xorg-x11-libX11 xorg-x11-libX11-ccache xorg-x11-libX11-devel xorg-x11-libXau xorg-x11-libXau-devel
xorg-x11-libXdmcp xorg-x11-libXdmcp-devel xorg-x11-libXext xorg-x11-libXext-devel xorg-x11-libXfixes xorg-x11-libXfixes-devel xorg-x11-libXmu xorg-x11-libXmu-devel
xorg-x11-libXp xorg-x11-libXp-devel xorg-x11-libXpm xorg-x11-libXpm-devel xorg-x11-libXprintUtil xorg-x11-libXprintUtil-devel xorg-x11-libXrender
xorg-x11-libXrender-devel xorg-x11-libXt xorg-x11-libXt-devel xorg-x11-libXv xorg-x11-libXv-devel xorg-x11-libfontenc xorg-x11-libfontenc-devel xorg-x11-libs
xorg-x11-libxcb xorg-x11-libxcb-devel xorg-x11-libxkbfile xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-server xorg-x11-util-devel xorg-x11-xauth
xorg-x11-xtrans-devel

The following packages are going to change vendor:
Mesa openSUSE -> obs://build.opensuse.org/X11
Mesa-devel openSUSE -> obs://build.opensuse.org/X11
libdrm openSUSE -> obs://build.opensuse.org/X11
libdrm-devel openSUSE -> obs://build.opensuse.org/X11
libpciaccess0 openSUSE -> obs://build.opensuse.org/X11
libpciaccess0-devel openSUSE -> obs://build.opensuse.org/X11
libpixman-1-0 openSUSE -> obs://build.opensuse.org/X11
libpixman-1-0-devel openSUSE -> obs://build.opensuse.org/X11
xkeyboard-config openSUSE -> obs://build.opensuse.org/X11
xorg-x11 openSUSE -> obs://build.opensuse.org/X11
xorg-x11-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-driver-input openSUSE -> obs://build.opensuse.org/X11
xorg-x11-driver-video openSUSE -> obs://build.opensuse.org/X11
xorg-x11-driver-video-radeonhd openSUSE -> obs://build.opensuse.org/X11
xorg-x11-fonts openSUSE -> obs://build.opensuse.org/X11
xorg-x11-fonts-core openSUSE -> obs://build.opensuse.org/X11
xorg-x11-fonts-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libICE openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libICE-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libSM openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libSM-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libX11 openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libX11-ccache openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libX11-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXau openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXau-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXdmcp openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXdmcp-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXext openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXext-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXfixes openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXfixes-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXmu openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXmu-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXp openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXp-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXpm openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXpm-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXprintUtil openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXprintUtil-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXrender openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXrender-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXt openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXt-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXv openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libXv-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libfontenc openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libfontenc-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libs openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libxcb openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libxcb-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libxkbfile openSUSE -> obs://build.opensuse.org/X11
xorg-x11-libxkbfile-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-proto-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-server openSUSE -> obs://build.opensuse.org/X11
xorg-x11-util-devel openSUSE -> obs://build.opensuse.org/X11
xorg-x11-xauth openSUSE -> obs://build.opensuse.org/X11
xorg-x11-xtrans-devel openSUSE -> obs://build.opensuse.org/X11

58 packages to upgrade, 4 new, 1 to remove, 58 to change vendor.

while upgrade it shown some warnings during font setup
some packages r failed to download

Retrieving package xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586 (58/62), 235.0 KiB (633.0 KiB unpacked)
Retrieving: xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): r
Retrieving: xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): r
Retrieving: xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): r
Retrieving: xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-radeonhd-1.3.0_20100512_80ba041-34.19.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run ‘zypper verify’ after the operation has finished.
Retrieving package xorg-x11-driver-video-nouveau-0.0.16_20101010_8c8f15c-19.7.i586 (59/62), 70.0 KiB (180.0 KiB unpacked)
Retrieving: xorg-x11-driver-video-nouveau-0.0.16_20101010_8c8f15c-19.7.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-nouveau-0.0.16_20101010_8c8f15c-19.7.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run ‘zypper verify’ after the operation has finished.
Retrieving package xorg-x11-driver-video-intel-legacy-2.9.1-4.12.i586 (60/62), 252.0 KiB (1.1 MiB unpacked)
Retrieving: xorg-x11-driver-video-intel-legacy-2.9.1-4.12.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-intel-legacy-2.9.1-4.12.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run ‘zypper verify’ after the operation has finished.
Retrieving package xorg-x11-driver-video-7.5-154.1.i586 (61/62), 2.2 MiB (6.7 MiB unpacked)
Retrieving: xorg-x11-driver-video-7.5-154.1.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-7.5-154.1.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run ‘zypper verify’ after the operation has finished.

see below link showing entire console messages.
SUSE Paste

Please run

zypper ref
zypper verify

Report

Just remind me, are you kde or gnome
Don’t logout yet BTW

Yeah I already did ‘zypper verify’ It is telling mounting media failed. I m using KDE

Problem: xorg-x11-driver-video-7.4-87.88.1.i586 requires VIDEO_ABI_VERSION = 5, but this requirement cannot be provided
uninstallable providers: xorg-x11-server-7.4-61.63.1.i586[openSUSE 11.2-0]
Solution 1: Following actions will be done:
downgrade of xorg-x11-server-7.5_1.9.3-88.1.i586 to xorg-x11-server-7.4-61.63.1.i586
install xorg-x11-server-7.4-61.63.1.i586 (with vendor change)
obs://build.opensuse.org/X11 → openSUSE
downgrade of xorg-x11-driver-input-7.5-93.3.i586 to xorg-x11-driver-input-7.4-39.1.i586
install xorg-x11-driver-input-7.4-39.1.i586 (with vendor change)
obs://build.opensuse.org/X11 → openSUSE
Solution 2: install xorg-x11-driver-video-7.5-154.1.i586 (with vendor change)
openSUSE → obs://build.opensuse.org/X11
Solution 3: break xorg-x11-driver-video by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/3/c] (c): 1
Resolving dependencies…

The following NEW packages are going to be installed:
x11-input-wacom xorg-x11-driver-video-intel-legacy xorg-x11-driver-video-nouveau

The following packages are going to be downgraded:
xorg-x11-driver-input xorg-x11-server

The following packages are going to change vendor:
xorg-x11-driver-input obs://build.opensuse.org/X11 -> openSUSE
xorg-x11-server obs://build.opensuse.org/X11 -> openSUSE

2 packages to downgrade, 3 new, 2 to change vendor.
Overall download size: 2.1 MiB. After the operation, additional 1.6 MiB will be used.
Some of the dependencies of installed packages are broken. In order to fix these dependencies, the following actions need to be taken:
Continue? [y/n/?] (y): y
Retrieving package xorg-x11-server-7.4-61.63.1.i586 (1/5), 1.5 MiB (3.8 MiB unpacked)
Failed to mount cd:/// on : Mounting media failed

Abort, retry, ignore? [a/r/i/?] (a):

Hello,

I am working on a suSe 10.1 Samba PDC but I keep getting the error below when I execute /usr/sbin/smbldap-populate what am I not doing right?

“failed to modify entry: structural object class modification from ’sambaDomain’ to ‘inetOrgPerson’ not allowed at /usr/local/sbin/smbldap-populate line 488, line 21.”

this is the whole error

linux-5r4o:~ # /usr/sbin/smbldap-populate
(S-1-5-21-1340639749-3944180587-383553904).edu
(using builtin directory structure)

entry dc=chivpr,dc=edu already exist.
entry ou=Users,dc=chivpr,dc=edu already exist.
entry ou=Groups,dc=chivpr,dc=edu already exist.
entry ou=Computers,dc=chivpr,dc=edu already exist.
entry ou=Idmap,dc=chivpr,dc=edu already exist.
entry uid=root,ou=Users,dc=chivpr,dc=edu already exist.
entry uid=nobody,ou=Users,dc=chivpr,dc=edu already exist.
entry cn=Domain Admins,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Domain Users,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Domain Guests,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Domain Computers,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Administrators,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Account Operators,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Print Operators,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Backup Operators,ou=Groups,dc=chivpr,dc=edu already exist.
entry cn=Replicators,ou=Groups,dc=chivpr,dc=edu already exist.
entry sambaDomainName=chivpr.edu,dc=chivpr,dc=edu already exist. Updating it…
failed to modify entry: structural object class modification from ‘sambaDomain’ to ‘inetOrgPerson’ not allowed at /usr/sbin/smbldap-populate line 464, <GEN1> line 21.

@gpstyle

Please open Yast > Software Management
View by repository
Select Xorg
and try switch system packages

Like this (But this is showing it on Packman, but this principle on Xorg)
http://dl.dropbox.com/u/10573557/Switcher%20Pics/11.3-packman-switch.png

But earlier your choice should have been

Solution 2: install xorg-x11-driver-video-7.5-154.1.i586 (with vendor change)
openSUSE → obs://build.opensuse.org/X11

Solution 2 also tried, it is giving,
Problem: xorg-x11-driver-video-7.4-87.88.1.i586 requires VIDEO_ABI_VERSION = 5, but this requirement cannot be provided
uninstallable providers: xorg-x11-server-7.4-61.63.1.i586[openSUSE 11.2-0]
Solution 1: Following actions will be done:
downgrade of xorg-x11-server-7.5_1.9.3-88.1.i586 to xorg-x11-server-7.4-61.63.1.i586
install xorg-x11-server-7.4-61.63.1.i586 (with vendor change)
obs://build.opensuse.org/X11 → openSUSE
downgrade of xorg-x11-driver-input-7.5-93.3.i586 to xorg-x11-driver-input-7.4-39.1.i586
install xorg-x11-driver-input-7.4-39.1.i586 (with vendor change)
obs://build.opensuse.org/X11 → openSUSE
Solution 2: install xorg-x11-driver-video-7.5-154.1.i586 (with vendor change)
openSUSE → obs://build.opensuse.org/X11
Solution 3: break xorg-x11-driver-video by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/3/c] (c): 2
Resolving dependencies…

The following package is going to be upgraded:
xorg-x11-driver-video

The following package is going to change vendor:
xorg-x11-driver-video openSUSE -> obs://build.opensuse.org/X11

1 package to upgrade, 1 to change vendor.
Overall download size: 2.2 MiB. After the operation, additional 175.0 KiB will be used.
Some of the dependencies of installed packages are broken. In order to fix these dependencies, the following actions need to be taken:
Continue? [y/n/?] (y): y
Retrieving package xorg-x11-driver-video-7.5-154.1.i586 (1/1), 2.2 MiB (6.7 MiB unpacked)
Retrieving: xorg-x11-driver-video-7.5-154.1.i586.rpm [error (0 B/s)]
Failed to download ./i586/xorg-x11-driver-video-7.5-154.1.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a): r
Retrieving: xorg-x11-driver-video-7.5-154.1.i586.rpm [error]
Failed to download ./i586/xorg-x11-driver-video-7.5-154.1.i586.rpm from Index of /repositories/X11:/XOrg/openSUSE_11.2
Abort, retry, ignore? [a/r/i/?] (a):