Re: Ghis

Ghislain MARY <[email protected]> Wed, 25 Dec 2002 15:55:09 +0100
Newsgroups gmane.comp.xfree86.newbie
Message-ID <[email protected]>
>     

Oh, excuse me, I forgot it !!! ;-)

> Past your configuration file..
> Maybe that would help a bit..
XF86Config-4.txt (text/plain, 3 KB)
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     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID/"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	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  "speedo"
#	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "fr"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/mouse"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	#DisplaySize	  320   240	# mm
	Identifier   "Monitor0"
	VendorName   "Iiyama"
	ModelName    "Vision Master Pro 411"
	HorizSync    30-86
	VertRefresh  50-180
	Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
	Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +HSync +VSync
	Modeline "1280x1024" 135.00 1280 1296 1440 1684 1024 1025 1028 1070 +HSync +VSync
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        Option     "AGPMode" "4"           	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        Option     "CrtScreen" "True"         	# [<bool>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "Radeon 7500 QW"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 24 
	SubSection "Display"
		Depth     16
		Modes     "1280x1024" "1024x768"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes     "1280x1024" "1024x768"
		ViewPort  0 0
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection