LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   XF86Config-4 Problems (https://www.linuxquestions.org/questions/linux-newbie-8/xf86config-4-problems-10101/)

cbates55 12-14-2001 02:02 PM

XF86Config-4 Problems
 
Help!!!

I'm tring to configure a system that uses XFree86 4.1 and it keeps on crashing.

Here is my XFConfig file:

# File generated by xf86config.
#
Section "Module"

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"

EndSection
#
Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"

EndSection
#
Section "ServerFlags"

# Option "NoTrapSignals"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"

EndSection
#
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"

EndSection
#
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Timeout 50

EndSection
#
Section "Monitor"

Identifier "LCD"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 32.78
VertRefresh 62.91
Mode "640x480"
DotClock 28.32
HTimings 640 680 720 864
VTimings 480 488 491 521
EndMode

EndSection
#
Section "Device"
Identifier "Card1"
VendorName "Unknown"
BoardName "Unknown"
# Chipset "wd90c24"
Driver "vmware" #"vesa" #"vga"
# BusID "PCI:0:10:0"
Clocks 28.32 28.32 28.32 28.32
VideoRam 1024

EndSection
#
Section "Screen"
Identifier "Screen 1"
Device "Card1"
Monitor "LCD"
DefaultDepth 8
Subsection "Display"
Depth 8
Modes "640x480" "800x600"
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480" "800x600"
EndSubsection
Subsection "Display"
Depth 24
Modes "640x480" "800x600"
EndSubsection
EndSection
#
Section "ServerLayout"

Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Here is the error I get:


(II) Module vmware: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 10.4.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(II) VMWARE: driver for VMware SVGA: vmware0405, vmware0710
(II) Primary Device is: ISA
(--) VMware Guest X Server 10.4.0 - build=
(EE) No devices detected.

Fatal server error:
no screens found


:smash:

trickykid 12-14-2001 02:35 PM

if you supply what distro and any kind of hardware your using might help us point out your problem.

cbates55 12-14-2001 10:20 PM

:Pengy:

I'm running a distro called Peanut-Linux

And this is what it is running on.

Toshiba T4800CT Laptop

486DX4 75MHz
wd90c24 Western Digital Video chipset 1MB mem
24MB ram
1GB Linux Partition (Exprimental) w/XFree86 Prob.
2GB Linux Partition (Working)

trickykid 12-15-2001 10:34 AM

might want to check out this link from www.linux-laptop.net in getting x to work. http://www.ldeo.columbia.edu/~gerhar...LINUXT4600.htm

cbates55 12-15-2001 01:34 PM

:Pengy:

Yea I've been there before, it helped me with XFree86 v3.x. But it is no good for XFree86 v4.1. I did notice there doesn't seem to be an option for SVGA, is this true.

:confused:

cbates55 12-15-2001 02:32 PM

Bummer after looking :study: at XFree86's site agian, I found that my chipset is no longer sopported. :cry:

Thanks for tring to help. :Pengy:


All times are GMT -5. The time now is 05:25 AM.