Click to See Complete Forum and Search --> : X won't start


gildedpage
07-23-2001, 11:24 PM
Went to run Mandrake 8.0 today and I get the error message "could not open default font path unix/:-1, default font fixed". I want to open /etc/X11/Xf86Config4 and comment out the "FontPath unix/:-1" line but I don't have pico installed and I have never used vim and know nothing about it. When I try to open the file in vim with "vim /etc/X11/Xf86Config4" I get a black screen with a column of funny looking little blue things in the left hand margin. Can someone tell me enough about how to use vim so I can edit that file and get X running again? Or, if someone has a better solution to this problem...

Thanks,
SW

stup
07-24-2001, 12:01 AM
a blank file probably means it doesn't exist. i think you want /etc/X11/XF86Config or /etc/X11/XF86Config-4


once you open it in vim you can move around with the keypad and hit 'i' to make changes. Comment the line out, then his 'esc' to go back to command mode. type ':wq' will write the file and quit vim.

[ 24 July 2001: Message edited by: stup ]

fancypiper
07-24-2001, 12:07 AM
You could use the editor in mc (Midnite Commander).

tianxiaguixin
07-24-2001, 08:25 AM
try to "setup"-Xconfigurator

:)

gildedpage
07-24-2001, 08:20 PM
Thanks all. Stup, your directions worked perfectly. I have commented out that line and now X starts.
SW