Hi,
Having a problem getting X to run. When I run X I just get a grey screen with X cursor. X did run fine after initial install but hasn't since as I SSH to the box i haven't realy been to bothered but i'd like to get it sorted.
I'm running Fedora core 4 with a Matrox Mystique 8Mb PCI card. I've had a look at my /etc/X11/xorg.conf file which looks OK to me:
Code:
Section "Device"
Identifier "Videocard0"
Driver "mga"
VendorName "Videocard vendor"
BoardName "Matrox Mystique"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
Also been through /var/log/Xorg.0.log and can't see any errors there either?
One thing I have come accross though is an error if I try to run X-Configuration from running the "setup" application. The error I get is:
Window manager warning: Failed to read theme from file /usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml: Failed to open file '/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml': No such file or directory
Window manager warning: Failed to load theme "Clearlooks": Failed to open file '/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml': No such file or directory
Not sure if there related or not. Any ideas?
Thanks in advance.