LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problem installing gentoo on Fujitsu-Siemens Futro S400 (https://www.linuxquestions.org/questions/linux-general-1/problem-installing-gentoo-on-fujitsu-siemens-futro-s400-4175470043/)

Xexanos 07-18-2013 04:17 AM

Problem installing gentoo on Fujitsu-Siemens Futro S400
 
1 Attachment(s)
Hey Guys,

like I said in the Title I have a little Problem installing gentoo as a Thin Client System on a Fujitsu-Siemens Futro S400. I got the System running up until the time I try starting the xServer. It shows something for a few seconds and then falls back to the console.
I get some strange Errors, which don't say me anything and just give me some memory area and a Segmentation fault. I have attached the output in /var/log/Xorg.0.log, so you can have a look at it.

Pearlseattle 07-28-2013 02:20 PM

1)
You're sure you chose the correct architecture for both the kernel and the OS in general?
Meaning that in /etc/portage/make.conf (or /etc/make.conf - just be sure that you have only 1 such file) you have something like (64bit Intel CPU):
Code:

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"

2)
Have a look at your /var/log/Xorg.0.log: what's that...
Quote:

[ 728.853] (EE) Failed to load module "modesetting" (module does not exist, 0)
..."modesetting" module? Is it specified in the /etc/X11/xorg.conf file? If yes, then it's most probably wrong.
Please post your xorg.conf.

3)
Please post more informations, otherwise it will be impossible to help you.

Xexanos 07-30-2013 04:09 AM

Hey Guys, here are the informations, which might help:
Hardware: Fujitsu-Siemens Futro S400
furthermore I did not make any Changes on the xorg.conf, so it is just the standart, which is installed by gentoo:
Code:

Section "InputClass"
    Identifier "keyboard-all"
    Driver "evdev"
    Option "XkbLayout" "de"
    MatchIsKeyboard "on"
EndSection

What other informations are needed? Unfortunatelly I'm a little unfamilliar with this kind of "errorhunting"


All times are GMT -5. The time now is 04:18 PM.