X server fails after upgrade Dapper > Edgy

Bug #58326 reported by Aimak
6
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Undecided
Unassigned

Bug Description

Yesterday I upgraded my kubuntu dapper to Edgy using aptitude. Since that I can't get X up anymore.

Following is the output I get when launching X from command line:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux aimakserver 2.6.17-6-k7 #2 SMP Fri Aug 11 22:11:15 UTC 2006 i686
Build Date: 07 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 31 12:17:26 2006
(==) Using config file: "/etc/X11/xorg.conf"
error opening security policy file /usr/lib/xserver/SecurityPolicy
    xkb_keycodes { include "xfree86+aliases(qwerty)" };
    xkb_types { include "complete" };
    xkb_compatibility { include "complete" };
    xkb_symbols { include "pc(pc104)+us" };
    xkb_geometry { include "pc(pc104)" };
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!

Backtrace:
0: X(xf86SigHandler+0x81) [0x80c3861]
1: [0xffffe420]
2: /usr/lib/xorg/modules/libxaa.so(XAAFillMono8x8PatternRectsScreenOrigin+0x91) [0xb6ac5001]
3: /usr/lib/xorg/modules/libxaa.so(XAAPaintWindow+0x4ab) [0xb6ad0d8b]
4: X [0x81588ae]
5: X [0x8154061]
6: X(compPaintWindowBackground+0x6d) [0x81919dd]
7: X(miWindowExposures+0xfa) [0x8109dca]
8: X [0x80d945c]
9: X(MapWindow+0x332) [0x8072dc2]
10: X(InitRootWindow+0xbe) [0x8072f5e]
11: X(main+0x42f) [0x806e6bf]
12: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d038cc]
13: X(FontFileCompleteXLFD+0xa1) [0x806da51]

Fatal server error:
Caught signal 11. Server aborting

Aborted

Tags: edgy nv xorg
Revision history for this message
Aimak (aimak-rokalno) wrote :

I also decided to reconfigure the xorg.conf it by running

dpkg-reconfigure xserver-xorg

Because the new xorg.conf has some entried about a wacom input devide, I decided to comment those lines hoping that could resolve the issue, but it didn't. Attached is my actual xorg.conf.

Revision history for this message
Rocco Stanzione (trappist) wrote :

Please attach /var/log/Xorg.0.log

Revision history for this message
Aimak (aimak-rokalno) wrote :

X still doesn't work.

Here it is my Xorg.0.log

Revision history for this message
Aimak (aimak-rokalno) wrote :

I have been playing around and I have found that the nv driver causes the xserver to fail. I successfully tried using vesa and vga drivers to launch X.

Revision history for this message
Someone (contact-mark) wrote :

I had exactly the same issue:

This for me was easy to resolve I simply had to run

sudo apt-get install nvidia-glx

whilst logged into the new kernel:

However I cannot boot from any of the previous kernels as they bomb out on Xserver-Xorg errors.

Revision history for this message
Jeff Hatfield (nomasteryoda) wrote :

I tried to add/enable 3D... in edgy. Got that working ok, but then X started locking up. Even back to stock ati driver (which was used no matter 3D or not).... Anyway, some of error files. I have to login terminal or ssh into same ... Nothing good works for video while logged into Gnome.

Good luck.

Revision history for this message
Ashley Hooper (ash-hooper) wrote :

I am experiencing the same problem. My laptop's video chipset is an S3 Savage, which works fine with Dapper. In reconfiguring xserver-xorg, it makes no difference whether I select the 'vesa' or the 'savage' driver; either way the console totally hangs. I cannot even switch virtual consoles nor send CTRL+ALT+DEL to make the box reboot.

I can, however SSH in from another box and use a shell, but that's all that is possible.

I originally upgraded from Dapper but today installed Edgy fresh (from Netboot). I suspect the problem is related to a recent patch to Xorg or the kernel, as things previously did work fine with Edgy on this notebook until kernel 2.6.17-8 was released.

Revision history for this message
Ashley Hooper (ash-hooper) wrote :

Have just noticed that setting acpi=off in the kernel boot options seems to make X work. It did not, however, work on the system I'd upgraded from Dapper to Edgy. This could be because of some pre-Edgy cruft or it may be that an update to a package in the 3-4 days since I last tried has made X at least work with ACPI disabled.

I had noticed that on booting I got a dozen or so messages on the system console which look possibly ACPI-related, like the below example :

Calling INT 0x15 (F000:F05E)
  EAX is 0x5F03

Revision history for this message
T Aubrey (pgarrett-homemail) wrote :

Same problem (or result) today after upgrade via apt-get on a Compaq 900 laptop.

Rebooting after the upgrade fails at the Xserver. Trying startx from the command line gives the following errors:

X: warning; process set ti priority -1 instead of requesting priority 0. giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error.

using sudo startx, I just get

xinit: server error

Revision history for this message
RJ Marsan (rjmarsan) wrote :

Same problem
its a simple fix
Xorg isnt installed :-P
so sudo apt-get install xorg
and you're all set
at least here

Revision history for this message
gbyron (grant-byron) wrote :

I had the same results as RJ Marsan, xorg was not installed. When installed everything just worked.
strange.

Revision history for this message
Matt Zimmerman (mdz) wrote :

xorg is a dependency of ubuntu-desktop; this metapackage must be installed in order to ensure that all of the proper packages are installed for desktop functionality. Update Manager copes with this automatically and this is one reason why it is the officially recommended upgrade path.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.