Re: I am having trouble adjusting the display rates. Currently, The resolution is set at 640x400.

2006-05-21 Thread Martin Baumann
Hello Des,

Sunday, May 21, 2006, 4:00:32 PM, you wrote:

DM> Does anyone know as to where within the configure file
DM> my problem is? Here is a copy of the settings. I've
DM> tried reconfiguring the file by vi and also by an
DM> earlier reference on this forum. Neither has helped so
DM> far.

Try to use xorg-config.
I'd love to know if the problem will continue.
If yes, then you have badly configured xorg.conf

-- 
Best regards,
 Martinmailto:[EMAIL PROTECTED]

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


I am having trouble adjusting the display rates. Currently, The resolution is set at 640x400.

2006-05-21 Thread Des Mond
Does anyone know as to where within the configure file
my problem is? Here is a copy of the settings. I've
tried reconfiguring the file by vi and also by an
earlier reference on this forum. Neither has helped so
far.
The settings:Section "ServerLayout"
Identifier "X.org 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/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
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  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize  1280   1024   # mm
Identifier   "Monitor0"
VendorName   "CPQ"
ModelName"COMPAQ 7550"
 ### Comment all HorizSync and VertSync values to use
DDC:
HorizSync30.0 - 86.0
VertRefresh  50.0 - 140.0
Option  "DPMS"
EndSection



Section "Device"
### Available Driver options are:-
### Values: : integer, : float, :
"True"/"False",
### : "String", : "
Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "BusType"   # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
#Option "AGPMode"   # 
#Option "AGPFastWrite"  # []
#Option "AGPSize"   # 
#Option "GARTSize"  # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "EnablePageFlip"# []
#Option "NoBackBuffer"  # []
#Option "DMAForXv"  # []
#Option "PanelOff"  # []
#Option "DDCMode"   # []
#Option "MonitorLayout" # []
#Option "IgnoreEDID"# []
#Option "UseFBDev"  # []
#Option "MergedFB"  # []
#Option "CRT2HSync" # []
#Option "CRT2VRefresh"  # []
#Option "CRT2Position"  # []
#Option "MetaModes" # []
#Option "MergedDPI" # []
#Option "MergedXinerama"# []
#Option "MergedXineramaCRT2IsScreen0"   #
[]
#Option "MergedNonRectangular"  # []
#Option "MergedMouseRestriction"#
[]
#Option "DisplayPriority"   # []
#Option "PanelSize" # []
#Option "ForceMinDotClock"  # 
#Option "ColorTiling"   # []
#Option "VideoKey"  # 
#Option "RageTheatreCrystal"# 
#Option "RageTheatreTunerPort"  # 
#Option "RageTheatreCompositePort"  # 
#Option "RageTheatreSVideoPort" # 
#Option "TunerType" # 
#Option "RageTheatreMicrocPath" # 
#Option "RageTheatreMicrocType" # 
#Option "RenderAccel"   # []
#Option "SubPixelOrder" # []
#Option "ShowCache" # []
#Option "DynamicClocks" # []
#Option "BIOSHotkeys"   # []
#Option "VGAAccess" # []
#Option "ReverseDDC"# []
#Option "LVDSProbePLL"  # []
#Option "AccelMethod"   # 
Identifier  "Card0"
Driver  "ati"
VendorName  "ATI Technologies Inc"
BoardName   "RS480 [Radeon Xpress 200G Series]"
BusID   "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"