How can I fix this segfault when starting xorg using the amdgpu driver?Cannot start xserver - “Failed to assign any connected display devices to X screen 0”Is it possible to start two Xorg X-Servers with intel graphics on same machine?How can I fix Xorg startup problem?Does amdgpu support my Fury X and why isn't the driver loaded?X broken after upgrade to Fedora 23How to get new AMDGPU driver in Opensuse?Xorg crashes when using nvidia proprietary driverCan't overclock GPU using amdgpu driver on archlinuxXorg reports “No input driver specified, ignoring this device.”. Am I using the right driver?How to fix “amdgpu dkms failed for running kernel” when installing amd gpu drivers?
Could Giant Ground Sloths have been a Good Pack Animal for the Ancient Mayans
Why do UK politicians seemingly ignore opinion polls on Brexit?
Lied on resume at previous job
How to make payment on the internet without leaving a money trail?
What to wear for invited talk in Canada
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
How would photo IDs work for shapeshifters?
Does it makes sense to buy a new cycle to learn riding?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Deciding between multiple birth names and dates?
How to create a consistent feel for character names in a fantasy setting?
How many letters suffice to construct words with no repetition?
How to manage monthly salary
I see my dog run
Email Account under attack (really) - anything I can do?
What is the command to reset a PC without deleting any files
How to deal with fear of taking dependencies
Why doesn't a const reference extend the life of a temporary object passed via a function?
What is the meaning of "of trouble" in the following sentence?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Patience, young "Padovan"
"My colleague's body is amazing"
Why is making salt water prohibited on Shabbat?
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
How can I fix this segfault when starting xorg using the amdgpu driver?
Cannot start xserver - “Failed to assign any connected display devices to X screen 0”Is it possible to start two Xorg X-Servers with intel graphics on same machine?How can I fix Xorg startup problem?Does amdgpu support my Fury X and why isn't the driver loaded?X broken after upgrade to Fedora 23How to get new AMDGPU driver in Opensuse?Xorg crashes when using nvidia proprietary driverCan't overclock GPU using amdgpu driver on archlinuxXorg reports “No input driver specified, ignoring this device.”. Am I using the right driver?How to fix “amdgpu dkms failed for running kernel” when installing amd gpu drivers?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Here is the error I get when executing startx:
[ 73398.822] (EE)
[ 73398.822] (EE) Backtrace:
[ 73398.823] (EE) 0: /usr/bin/X (xorg_backtrace+0x4a) [0x58f2ea]
[ 73398.823] (EE) 1: /usr/bin/X (0x400000+0x192f99) [0x592f99]
[ 73398.823] (EE) 2: /lib64/libpthread.so.0 (0x7fdba3ac1000+0x14aa0) [0x7fdba3ad5aa0]
[ 73398.823] (EE) 3: /usr/lib64/xorg/modules/drivers/amdgpu_drv.so (0x7fdba02c6000+0xf09a) [0x7fdba02d509a]
[ 73398.823] (EE) 4: /usr/bin/X (BlockHandler+0xb1) [0x4427d1]
[ 73398.823] (EE) 5: /usr/bin/X (WaitForSomething+0x91) [0x58cd91]
[ 73398.823] (EE) 6: /usr/bin/X (0x400000+0x3db9a) [0x43db9a]
[ 73398.824] (EE) 7: /usr/bin/X (0x400000+0x41da8) [0x441da8]
[ 73398.824] (EE) 8: /lib64/libc.so.6 (__libc_start_main+0xee) [0x7fdba3719e5e]
[ 73398.824] (EE) 9: /usr/bin/X (_start+0x2a) [0x42ba1a]
[ 73398.824] (EE)
[ 73398.824] (EE) Segmentation fault at address 0x10
[ 73398.824] (EE)
Fatal server error:
[ 73398.824] (EE) Caught signal 11 (Segmentation fault). Server aborting
This is after updating a gentoo build.
xorg gentoo amd-graphics
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Here is the error I get when executing startx:
[ 73398.822] (EE)
[ 73398.822] (EE) Backtrace:
[ 73398.823] (EE) 0: /usr/bin/X (xorg_backtrace+0x4a) [0x58f2ea]
[ 73398.823] (EE) 1: /usr/bin/X (0x400000+0x192f99) [0x592f99]
[ 73398.823] (EE) 2: /lib64/libpthread.so.0 (0x7fdba3ac1000+0x14aa0) [0x7fdba3ad5aa0]
[ 73398.823] (EE) 3: /usr/lib64/xorg/modules/drivers/amdgpu_drv.so (0x7fdba02c6000+0xf09a) [0x7fdba02d509a]
[ 73398.823] (EE) 4: /usr/bin/X (BlockHandler+0xb1) [0x4427d1]
[ 73398.823] (EE) 5: /usr/bin/X (WaitForSomething+0x91) [0x58cd91]
[ 73398.823] (EE) 6: /usr/bin/X (0x400000+0x3db9a) [0x43db9a]
[ 73398.824] (EE) 7: /usr/bin/X (0x400000+0x41da8) [0x441da8]
[ 73398.824] (EE) 8: /lib64/libc.so.6 (__libc_start_main+0xee) [0x7fdba3719e5e]
[ 73398.824] (EE) 9: /usr/bin/X (_start+0x2a) [0x42ba1a]
[ 73398.824] (EE)
[ 73398.824] (EE) Segmentation fault at address 0x10
[ 73398.824] (EE)
Fatal server error:
[ 73398.824] (EE) Caught signal 11 (Segmentation fault). Server aborting
This is after updating a gentoo build.
xorg gentoo amd-graphics
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago
add a comment |
Here is the error I get when executing startx:
[ 73398.822] (EE)
[ 73398.822] (EE) Backtrace:
[ 73398.823] (EE) 0: /usr/bin/X (xorg_backtrace+0x4a) [0x58f2ea]
[ 73398.823] (EE) 1: /usr/bin/X (0x400000+0x192f99) [0x592f99]
[ 73398.823] (EE) 2: /lib64/libpthread.so.0 (0x7fdba3ac1000+0x14aa0) [0x7fdba3ad5aa0]
[ 73398.823] (EE) 3: /usr/lib64/xorg/modules/drivers/amdgpu_drv.so (0x7fdba02c6000+0xf09a) [0x7fdba02d509a]
[ 73398.823] (EE) 4: /usr/bin/X (BlockHandler+0xb1) [0x4427d1]
[ 73398.823] (EE) 5: /usr/bin/X (WaitForSomething+0x91) [0x58cd91]
[ 73398.823] (EE) 6: /usr/bin/X (0x400000+0x3db9a) [0x43db9a]
[ 73398.824] (EE) 7: /usr/bin/X (0x400000+0x41da8) [0x441da8]
[ 73398.824] (EE) 8: /lib64/libc.so.6 (__libc_start_main+0xee) [0x7fdba3719e5e]
[ 73398.824] (EE) 9: /usr/bin/X (_start+0x2a) [0x42ba1a]
[ 73398.824] (EE)
[ 73398.824] (EE) Segmentation fault at address 0x10
[ 73398.824] (EE)
Fatal server error:
[ 73398.824] (EE) Caught signal 11 (Segmentation fault). Server aborting
This is after updating a gentoo build.
xorg gentoo amd-graphics
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Here is the error I get when executing startx:
[ 73398.822] (EE)
[ 73398.822] (EE) Backtrace:
[ 73398.823] (EE) 0: /usr/bin/X (xorg_backtrace+0x4a) [0x58f2ea]
[ 73398.823] (EE) 1: /usr/bin/X (0x400000+0x192f99) [0x592f99]
[ 73398.823] (EE) 2: /lib64/libpthread.so.0 (0x7fdba3ac1000+0x14aa0) [0x7fdba3ad5aa0]
[ 73398.823] (EE) 3: /usr/lib64/xorg/modules/drivers/amdgpu_drv.so (0x7fdba02c6000+0xf09a) [0x7fdba02d509a]
[ 73398.823] (EE) 4: /usr/bin/X (BlockHandler+0xb1) [0x4427d1]
[ 73398.823] (EE) 5: /usr/bin/X (WaitForSomething+0x91) [0x58cd91]
[ 73398.823] (EE) 6: /usr/bin/X (0x400000+0x3db9a) [0x43db9a]
[ 73398.824] (EE) 7: /usr/bin/X (0x400000+0x41da8) [0x441da8]
[ 73398.824] (EE) 8: /lib64/libc.so.6 (__libc_start_main+0xee) [0x7fdba3719e5e]
[ 73398.824] (EE) 9: /usr/bin/X (_start+0x2a) [0x42ba1a]
[ 73398.824] (EE)
[ 73398.824] (EE) Segmentation fault at address 0x10
[ 73398.824] (EE)
Fatal server error:
[ 73398.824] (EE) Caught signal 11 (Segmentation fault). Server aborting
This is after updating a gentoo build.
xorg gentoo amd-graphics
xorg gentoo amd-graphics
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 5 at 16:07
Adam T.Adam T.
1
1
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Adam T. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago
add a comment |
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Adam T. is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510746%2fhow-can-i-fix-this-segfault-when-starting-xorg-using-the-amdgpu-driver%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Adam T. is a new contributor. Be nice, and check out our Code of Conduct.
Adam T. is a new contributor. Be nice, and check out our Code of Conduct.
Adam T. is a new contributor. Be nice, and check out our Code of Conduct.
Adam T. is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510746%2fhow-can-i-fix-this-segfault-when-starting-xorg-using-the-amdgpu-driver%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Show us what you did. We need context not just error messages. (If the answer is no, then what is the question?)
– ctrl-alt-delor
2 days ago
This is the result of running the startx command. The full xorg log file is here: pastebin.com/SzhZdEez Some more context is that Xorg was working with my graphics card prior to rebuilding world - this is a gentoo build with multiple displays.
– Adam T.
2 days ago