Click to See Complete Forum and Search --> : X Windows won't start
jamesnz
01-15-2001, 01:17 AM
I have a problem when trying to start xwindows. I am using slackware 7.1. At the command line, when I type in startx, it starts to load but I get an error [fbdevScreenInit: unable to set screen params (Invalid argument)] Does anyone know how to fix this error?
Thanks,
James Doherty/AFG
veloctTX
01-15-2001, 01:29 AM
What are you running? 3.3.6 or 4.0.*. Post your XF86Config or XF86Config-4
jamesnz
01-15-2001, 01:47 AM
I have absolutely no idea. I got the slackware cd from a friend of mine.
Celtan
01-15-2001, 02:53 AM
You can get your X version by typing in the console:
X -version
... maybe you have to be in the dir /usr/X11R6/bin ...
jamesnz
01-15-2001, 04:22 AM
Never fear! I have figured it out http://www.linuxnewbie.org/ubb/smile.gif I needed to run a program called xf86config. But now I am stuck with a problem where KDE won't run. I get an error to the effect of 'can't connect to x' I get this after typing in startkde. I have changed the linux desktop to kde from xwmconfig, But it just boots up in gnome.
James Doherty/AFG
veloctTX
01-15-2001, 04:57 AM
Ok, all you do is create a file .xinitrc in your home directory and put in it the following:
startkde
That should do it. From the console type,
startx
and it should boot into KDE