PDA

View Full Version : About install mx440 in redhat7.2, help!


zzfei
11-04-02, 07:45 PM
I install redhat7.2 in my computer, rpm the kernel , glx file and revise the xf86config file according the readme in driver cd , but when i run startx , it failed and prompt:

execve failed for /etc/x11/x (errno2)
giving up
xinit: No such file or directory (errno2); unable to connect to x server
xinit: No such process (errno3): server error

what does it mean and how can i do?
thanks

bwkaz
11-05-02, 11:56 AM
It means that for some reason, some program is trying to execute (execve, actually) the /etc/x11/x file. But it doesn't exist, which isn't surprising, because it shouldn't.

It almost looks like your X installation is hosed...

What does /usr/X11R6/bin/XFree86 -version tell you?