LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-09-2016, 09:23 PM   #16
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,939

Rep: Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619

I can't access pastbin. What is the error listed?
 
Old 05-09-2016, 10:40 PM   #17
anon241
LQ Newbie
 
Registered: Nov 2008
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
I can't access pastbin. What is the error listed?
Code:
[   347.879] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glReadPixels
[   347.879] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glTexSubImage
[   347.879] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glReadPixels
[   348.053] (WW) glamor: Failed to allocate 36x1920 FBO due to GL_OUT_OF_MEMORY.
[   348.053] (WW) glamor: Expect reduced performance.
[   348.140] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glBufferData
[   348.140] (EE) glamor0: GL error: GL_INVALID_OPERATION in glReadPixels(out of bounds PBO access)
[   348.140] (EE) glamor0: GL error: GL_INVALID_OPERATION in glMapBuffer(length = 0)
[   348.140] (EE)
[   348.140] (EE) Backtrace:
[   348.141] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x594d49]
[   348.145] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fd16739a30f]
[   348.145] (EE) 2: /usr/lib/libc.so.6 (__memcpy_sse2_unaligned+0x29) [0x7fd1673f4b49]
[   348.146] (EE) 3: /usr/lib/xorg/modules/libfb.so (fbBlt+0xee) [0x7fd161e1395e]
[   348.146] (EE) 4: /usr/lib/xorg/modules/libfb.so (fbCopyPlane+0x1cb) [0x7fd161e174cb]
[   348.146] (EE) 5: /usr/lib/xorg/modules/libfb.so (fbFill+0x524) [0x7fd161e179a4]
[   348.146] (EE) 6: /usr/lib/xorg/modules/libfb.so (fbPolyFillRect+0x1a0) [0x7fd161e180b0]
[   348.147] (EE) 7: /usr/lib/xorg/modules/libglamoregl.so (glamor_create_gc+0xddc3) [0x7fd161bf5993]
[   348.147] (EE) 8: /usr/lib/xorg-server/Xorg (DamageRegionAppend+0x19c8) [0x51b2f8]
[   348.147] (EE) 9: /usr/lib/xorg-server/Xorg (miPaintWindow+0x20a) [0x57369a]
[   348.147] (EE) 10: /usr/lib/xorg-server/Xorg (miWindowExposures+0x1a2) [0x573462]
[   348.147] (EE) 11: /usr/lib/xorg-server/Xorg (xorgGetVersion+0x2266) [0x48e0a6]
[   348.147] (EE) 12: /usr/lib/xorg-server/Xorg (miHandleValidateExposures+0x29) [0x5883f9]
[   348.147] (EE) 13: /usr/lib/xorg-server/Xorg (UnmapWindow+0x14d) [0x464efd]
[   348.147] (EE) 14: /usr/lib/xorg-server/Xorg (DeleteWindow+0x2c) [0x464f9c]
[   348.147] (EE) 15: /usr/lib/xorg-server/Xorg (RegisterResourceName+0x232) [0x45ac62]
[   348.148] (EE) 16: /usr/lib/xorg-server/Xorg (FreeResource+0xd9) [0x45b6c9]
[   348.148] (EE) 17: /usr/lib/xorg-server/Xorg (xf86I2CGetScreenBuses+0xa99) [0x4c2339]
[   348.148] (EE) 18: /usr/lib/xorg-server/Xorg (RegisterResourceName+0x232) [0x45ac62]
[   348.148] (EE) 19: /usr/lib/xorg-server/Xorg (FreeClientResources+0x6c) [0x45bccc]
[   348.148] (EE) 20: /usr/lib/xorg-server/Xorg (CloseDownClient+0x6f) [0x43567f]
[   348.148] (EE) 21: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x151) [0x4360b1]
[   348.148] (EE) 22: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x453) [0x43a263]
[   348.149] (EE) 23: /usr/lib/libc.so.6 (__libc_start_main+0xf1) [0x7fd167387741]
[   348.149] (EE) 24: /usr/lib/xorg-server/Xorg (_start+0x29) [0x424589]
[   348.149] (EE) 25: ? (?+0x29) [0x29]
[   348.149] (EE)
[   348.149] (EE) Segmentation fault at address 0x110d008
[   348.149] (EE)
Fatal server error:
[   348.149] (EE) Caught signal 11 (Segmentation fault). Server aborting
 
Old 05-11-2016, 02:27 PM   #18
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You might want to log your lsmod output before and after your failed and successful X starts. I suspect some differences there which is what is letting X not fail the 2nd time around.
 
Old 05-11-2016, 04:37 PM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Is your kernel loading the module/driver for your AMD/ATI Radeon 7870?
<OR> did you install a proprietary driver?

Post the output of your /etc/X11/xorg.conf.d file and maybe someone will see what's wrong; if anything.

https://www.x.org/wiki/
https://wiki.archlinux.org/index.php/xorg

A member here that is in Debian Testing told me this:
Quote:
***If a system won't boot to desktop it has to be xorg, the kernel or maybe a proprietary video driver most likely.
It could also be something in the init system (sysvinit, startup and systemd) but in testing it's xorg related.
Run a update, if that doesn't work try Recovery Mode and direct it to boot when it get's around to asking what you want.
Recovery Mode runs a few more corrective tools and may fix it on it's own.
If you can run the DE as root the problems is with your user not the system at large.

Last edited by Ztcoracat; 05-11-2016 at 05:18 PM.
 
  


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
Interface can reach LAN fine, but not the internet hawk__0 Linux - Networking 4 04-14-2009 12:46 PM
Packets just don't reach eth interface g00nie Linux - Networking 2 02-17-2006 09:11 AM
startx/graphical login manager darkleaf Linux - Security 18 10-10-2004 09:11 AM
Why I couldn't reach webmin interface from another computer? myeniad Linux - Software 0 07-09-2004 07:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:22 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