Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't start X after install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 10:27 am    Post subject: Can't start X after install Reply with quote

I just finished compiling but when I hit startx I get an error saying can't connect to X server, connection refused.

Can you help me? Let me know what to cut and paste for you.
_________________
DannyBoy
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30954
Location: here

PostPosted: Tue Aug 30, 2016 10:33 am    Post subject: Re: Can't start X after install Reply with quote

dhewton wrote:
Can you help me? Let me know what to cut and paste for you.

With wgetpaste post your /var/log/Xorg.0.log
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 10:41 am    Post subject: Reply with quote

http://bpaste.net/show/23ca28c7cf9d
_________________
DannyBoy
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Tue Aug 30, 2016 11:20 am    Post subject: Reply with quote

Code:
(EE) open /dev/dri/card0: No such file or directory


You need to enable radeon DRI in kernel.
Back to top
View user's profile Send private message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 11:25 am    Post subject: Reply with quote

got it. Will do again.
_________________
DannyBoy
Back to top
View user's profile Send private message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 8:31 pm    Post subject: Reply with quote

I have recompiled kernel a few times and it still won't work.

Not sure what I'm doing wrong.
_________________
DannyBoy
Back to top
View user's profile Send private message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 8:35 pm    Post subject: Reply with quote

Everything else seems to have worked great. I just can't get a desktop environment.
_________________
DannyBoy
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30954
Location: here

PostPosted: Tue Aug 30, 2016 8:41 pm    Post subject: Reply with quote

Try to read here. You have set this option in kernel?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
dhewton
Guru
Guru


Joined: 14 Aug 2004
Posts: 461
Location: Canada

PostPosted: Tue Aug 30, 2016 8:46 pm    Post subject: Reply with quote

I'm very rusty with Linux. I have compiled kernel a few times now, but not sure I am doing it right. Could you tell me what the commands are to compile and make sure its added to my system?
_________________
DannyBoy
Back to top
View user's profile Send private message
ian.au
Guru
Guru


Joined: 07 Apr 2011
Posts: 593
Location: Australia

PostPosted: Wed Aug 31, 2016 2:12 am    Post subject: Reply with quote

dhewton wrote:
I'm very rusty with Linux. I have compiled kernel a few times now, but not sure I am doing it right. Could you tell me what the commands are to compile and make sure its added to my system?

To check is whether you are running the latest kernel you built -
Code:
cat /proc/version
and check the it the build date/time are what you are expecting.

Commands to build and install your new kernel after saving your .config with menuconfig are essentially
Is /boot mounted? Check with
Code:
grep boot /proc/mounts

mount /boot if not mounted, then
Code:

cd /usr/src/linux
make && make modules_install
make install

Assuming grub2 is the gootloader bootloader:
Code:
grub2-mkconfig -o /boot/grub/grub.cfg

If no errors: Reboot into new kernel.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum