LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-23-2007, 11:27 PM   #1
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Rep: Reputation: 30
X Server fails to Start


I have successfully upgraded to 10.3 from 10.2. Everything was working well but after my last night's update, my X server is not working. Instead of the KDM login screen I am at the black login screen (shell). I tried to run the command X after log in from the prompt but getting the following error.

(EE) Module ABI major version (1) doesn't match the Server's Version (2)
(EE) Failed to load module "i810" module requirement mismatch (0)
(EE) Module ABI major version (0) doesn't match the Server's Version (2)
.....

There were more messages. Presently I am using a different OS to write this post so that I can reuse Linux. I have not made any change to xorg.conf or any other file. I also tried the command from the prompt,

X -ignoreABI

It also didn't work.

I am worried whether I need to reinstall everything. Please help me.

Thanks
 
Old 10-24-2007, 01:58 AM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Can you post your xorg.conf?
 
Old 10-24-2007, 02:38 AM   #3
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
Sure I Can.

---- Xorg.Conf -----

# /.../
# SaX generated X11 config file
# Created on: 2007-10-16T17:23:37+0530.
#
# 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/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/opt/kde3/share/fonts"
FontPath "/usr/local/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

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

Section "Module"
Load "extmod"
Load "type1"
Load "dbe"
Load "freetype"
Load "glx"
Load "dri"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection

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

Section "Monitor"
DisplaySize 267 200
HorizSync 30-55
Identifier "Monitor[0]"
ModelName "SAMSUNG SYNCMASTER"
Option "DPMS"
VendorName "SAM"
VertRefresh 50-120
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799
Modeline "800x600" 57.97 800 840 928 1056 600 601 604 631
Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628
Modeline "800x600" 44.85 800 840 920 1040 600 601 604 625
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "768x576" 55.94 768 816 896 1024 576 577 580 607
Modeline "768x576" 48.71 768 808 888 1008 576 577 580 604
Modeline "768x576" 41.66 768 800 880 992 576 577 580 600
Modeline "768x576" 34.96 768 792 872 976 576 577 580 597
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "768x576"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "865 G"
BusID "0:2:0"
Driver "i810"
Identifier "Device[0]"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Screen 0
VendorName "Intel"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
Option "aiglx" "true"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

---------------------------

Thanks.

--- Edit ----
Please note that I am using AIGLX/Compiz on Intel.

Last edited by arindom; 10-24-2007 at 02:43 AM. Reason: More details given
 
Old 10-24-2007, 07:19 AM   #4
colinlc
LQ Newbie
 
Registered: Oct 2007
Posts: 24

Rep: Reputation: 15
Hi,
I have just spent hours on the same problem.
Ended up phoning SuSE tech support and he sent me through the same route:

as root: init 3
sax2 (you will need to wait a few seconds)
change configuration to something very common like
1024 x 768
test and SAVE
Drops back into terminal mode.

Reboot: shutdown -r now

back to terminal mode

(may need to start with init 5)

start with startx

When it is up and running I found that I cannot configure
the display size - there is a message saying that configurations
are not yet available. ???
Doesn't this sound like a BIG problem for SuSE?
Good luck,
Colin
 
Old 10-24-2007, 08:30 AM   #5
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
I tried init 3 and then sax2. I am getting the following error :

xc : sorry could not start configuration server
xc : abort

Sax2 is not working. I also tried to run YAST from prompt so that I can reconfigure display, but that too is not working.

Edit : Please close this thread since I had to reinstall SUSE.

Last edited by arindom; 10-25-2007 at 03:08 AM.
 
Old 10-25-2007, 03:17 AM   #6
colinlc
LQ Newbie
 
Registered: Oct 2007
Posts: 24

Rep: Reputation: 15
If anybody else is having our SuSE problem you may wish to visit,
and watch:

http://forums.novell.com/showthread.php?t=281548

Colin
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GUI wont start, X Server fails Guise SUSE / openSUSE 6 10-24-2007 09:46 AM
x server fails to start. jkdas12 Linux - Newbie 1 07-21-2007 02:13 AM
Server fails to start after softraid extension browny_amiga Linux - Server 2 03-13-2007 04:40 AM
Sound server fails to start! Nilangshu Linux - Hardware 1 09-24-2006 09:13 PM
X-Server fails to start on GeForce FX 5200 niglch Ubuntu 1 02-24-2006 04:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration