LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   X Server fails to Start (https://www.linuxquestions.org/questions/suse-opensuse-60/x-server-fails-to-start-594090/)

arindom 10-23-2007 11:27 PM

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

Micro420 10-24-2007 01:58 AM

Can you post your xorg.conf?

arindom 10-24-2007 02:38 AM

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.

colinlc 10-24-2007 07:19 AM

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

arindom 10-24-2007 08:30 AM

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.

colinlc 10-25-2007 03:17 AM

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

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

Colin


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