| View previous topic :: View next topic |
| Author |
Message |
sogwp n00b

Joined: 21 Jan 2010 Posts: 20 Location: sullivan mo usa
|
Posted: Wed Feb 03, 2010 12:26 am Post subject: startx Fails ppc64 ( SOLVED) |
|
|
This is what i get Thanks for the fix
Cannot run in frambuffer mode Please specify busIDs for all frambuffer devices
xinit no such file or director (errno2)
Unable to connect to X server
xinit no such process (errno3)
What did to fix this : emerge -C x11-drivers/xf86-video-fbdev
then ran xac
startx x started
Last edited by sogwp on Fri Feb 05, 2010 11:26 pm; edited 1 time in total |
|
| Back to top |
|
 |
Tal_Sar n00b

Joined: 17 Nov 2009 Posts: 12
|
Posted: Wed Feb 03, 2010 5:04 am Post subject: |
|
|
Could you post a bit more information?
for example the error log and maybe your xorg.conf? |
|
| Back to top |
|
 |
sogwp n00b

Joined: 21 Jan 2010 Posts: 20 Location: sullivan mo usa
|
Posted: Wed Feb 03, 2010 10:33 am Post subject: |
|
|
I do not know how to copy log with out x running from desktop
Iam root in run level 3
please advise on how to copy log
Thank you |
|
| Back to top |
|
 |
Tal_Sar n00b

Joined: 17 Nov 2009 Posts: 12
|
Posted: Thu Feb 04, 2010 3:49 am Post subject: |
|
|
Start you PC where you have troubles running your X server.
Set the root password
Then start the SSH Server
| Code: | | /etc/init.d/sshd start |
Figure out the IP of your PC (easiest way is to use ifconfig)
Then go to your PC where you do your postings and connect via ssh:
| Code: | | ssh <user>@<ip.of.your.pc> |
Now you are on the system. Just open the log and copy & past it's content =)[/code]
| Code: | | less /var/log/Xorg.0.log |
|
|
| Back to top |
|
 |
|