SMP on FreeBSD...

2004-04-07 Thread Tom Karnes
What modifications do I need to make to the GENERIC configuration to 
enable a second CPU?

Tom Karnes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 5.0-RELEASE (GENERIC) #0 & Xfree86 Version 4.2.1 / X WindowSystem...

2003-06-12 Thread Tom Karnes
When starting X I get a Fatal server error:
(EE) No devices detected.
no screens found
I tried both the Fully graphical XFree 86 configuration tool & the 
Shell-script based XFree86 configuration tool.
The video card is the ELSA Gloria Synergy AGP /w 8 MB vram & the monitor 
is the Nokia Multigraph 445X 21". Attached is the XF86Config.new file 
created with the Shell-script tool.

Tom Karnes
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "pex5"
Load  "record"
Load  "xie"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "MouseSystems"
Option  "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor"  # []
#Option "HWcursor"  # []
#Option "PciRetry"  # []
#Option "SyncOnGreen"   # []
#Option "NoAccel"   # []
#Option "ShowCache" # []
#Option "Overlay"   # []
#Option "MGASDRAM"  # []
#Option "ShadowFB"  # []
#Option "UseFBDev"  # []
#Option "ColorKey"  # 
#Option "SetMclk"   # 
#Option "OverclockMem"  # []
#Option "VideoKey"  # 
#Option "Rotate"# []
#Option "TexturedVideo" # []
#Option "Crtc2Half" # []
#Option "Crtc2Ram"  # 
#Option "Int10" # []
#Option "AGPMode"   # 
#Option "DigitalScreen" # []
#Option "TV"# []
#Option "TVStandard"# []
#Option "CableType" # []
#Option "NoHal" # []
#Option "SwappedHead"   # []
#Option "DRI"   # []
Identifier  "Card0"
Driver  "mga"
VendorName  "Matrox"
BoardName   "MGA G400 AGP"
BusID   "PCI:4:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"