Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I do startx then my screen goes blank, I see native X cursor, after that xterm flashes for a second and right after it system fail back to console with the output below:
Code:
padawan@Serenity ~ $ startx
xauth: creating new authority file /home/padawan/.serverauth.4085
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.28-gentoo-r2 x86_64
Current Operating System: Linux Serenity 2.6.28-gentoo-r2 #4 SMP Mon Mar 2 12:38:49 MSK 2009 x86_64
Build Date: 03 March 2009 01:57:10PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Tue Mar 3 14:29:10 2009
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@7:0:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@7:0:1) found
xinit: Resource temporarily unavailable (errno 11): Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: Launch
helper
exited with unknown return code 0
Backtrace:
0: X(xorg_backtrace+0x26) [0x4e1676]
1: X(xf86SigHandler+0x39) [0x4742a9]
2: /lib/libc.so.6 [0x7f3c9703c270]
3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxDisplayShadowIsShadowPixmap+0x22) [0x7f3c95f9ac72]
4: /usr/lib64/xorg/modules//glesx.so [0x7f3c932482e3]
5: /usr/lib64/xorg/modules//libxaa.so(XAAComposite+0x196) [0x7f3c951c5946]
6: /usr/lib64/xorg/modules//libxaa.so [0x7f3c951e15d7]
7: X [0x521883]
8: X(miTrapezoids+0x204) [0x5084f4]
9: /usr/lib64/xorg/modules//libxaa.so [0x7f3c951e1310]
10: X [0x5119e6]
11: X(Dispatch+0x334) [0x449354]
12: X(main+0x43a) [0x4311ba]
13: /lib/libc.so.6(__libc_start_main+0xf4) [0x7f3c970295e4]
14: X [0x430599]
Fatal server error:
Caught signal 11. Server aborting
xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0.0"
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 533 requests (533 known processed) with 0 events remaining.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 128 requests (53 known processed) with 0 events remaining.
xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0.0"
xinit: connection to X server lost.
And another strange thing is that text input cursor stuck in the middle of the screen, but no X-related processes are running! And I cannot get rid of it until reboot
Logs do not show any errors (drivers and xorg-server compiled with debug option)
Distro: Gentoo, kernel 2.6.28-r2, latest ATI-drivers installed, card ATI HD 2600
This is just a wild guess but I use the fglrx driver also but I remember vaguely that I had to disable AIGLX for it to work. Could that be the problem?
cheers,
jdk
I cannot understand why I can see fully loaded xterm for a second and then all crashes.
As I understand drivers are configured properly because X starts as it should, but why this crash happens?
And why if I do startx for the second time in a row without reboot, I see only big black screen and neither ctrl+alt+F1, not ctrl+alt+backspace nor even ctrl+alt+del cannot bring system out of that state
Last edited by Padawan.AVT; 03-05-2009 at 05:33 AM.
* added dri support to kernel as module (although in one of articles on this issue guys told to disable it at all)
* emerge -uDN world
* etc-update
* revdep-rebuild
* removed all X-related stuff from my home directory
* Added Option "AllowEmptyInput" "no" to my xorg.conf (cause my mouse and keyboard didn't work)
Now I'm sitting in the pretty Xfce4 envirinment, but I have to deal with one more thing - for some reason X process utilizes 100% of my CPU (and thus complitly wastes one of my CPU kernels)
Code:
$ top
.....
24816 root 19 -1 286m 72m 19m S 100 3.6 5:44.58 X
.....
Although I've launched X from my own user, not root
But I guess it has to do with debug USE flag enabled for xorg-server and related packages.
I will dig into it and post my results
Last edited by Padawan.AVT; 03-07-2009 at 05:11 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.