Xorg.conf hewlett packard dx2250mt

De Musix

(viene de http://www.musix.org.ar/wiki/index.php?title=HP_Conservatorio_de_Musica_de_Junin)

Este archivo /etc/X11/xorg.conf hará que una versión de Mandrake Linux 10.1 instalada en las PCs destinadas a las escuelas terciaras de la Provincia de Buenos Aires funcione correctamente. El problema que tienen estos equipos reside en la mala configuración de video.



Section "ServerLayout"
 Identifier "Xorg Configurado"
 Screen 0 "Screen0" 0 0
 InputDevice "Keyboard0" "CoreKeyboard"
 InputDevice "Serial Mouse" "CorePointer"
 # habilitamos esto?
 #InputDevice "PS/2 Mouse" "CorePointer"
 InputDevice "USB Mouse" "CorePointer"
 EndSection
 
 Section "ServerFlags"
 Option "AllowMouseOpenFail" "true"
 EndSection
 
 Section "extensions"
 Option "Composite" "Enable"
 Option "RENDER" "Enable"
 EndSection
 
 Section "Files"
 RgbPath "/etc/X11/rgb"
 ModulePath "/usr/lib/xorg/modules"
 FontPath "/usr/share/fonts/X11/misc"
 FontPath "/usr/X11R6/lib/X11/fonts/misc"
 FontPath "/usr/share/fonts/X11/cyrillic"
 FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
 FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
 FontPath "/usr/share/fonts/X11/Type1"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1"
 FontPath "/usr/share/fonts/X11/100dpi"
 FontPath "/usr/share/fonts/X11/75dpi"
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 RgbPath "/usr/X11R6/lib/X11/rgb"
 #ModulePath "/usr/X11R6/lib/modules"
 FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
 FontPath "/usr/X11R6/lib/X11/fonts/misc"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
 FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
 FontPath "/usr/X11R6/lib/X11/fonts/PEX"
 # Additional fonts: Locale, Gimp, TTF...
 #FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
 # FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
 # FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
 # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
 FontPath "/usr/X11R6/lib/X11/fonts/Type1"
 FontPath "/usr/share/fonts/ttf/western"
 FontPath "/usr/share/fonts/ttf/decoratives"
 FontPath "/usr/share/fonts/truetype"
 FontPath "/usr/share/fonts/truetype/openoffice"
 FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
 FontPath "/usr/share/fonts/latex-ttf-fonts"
 FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
 FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
 EndSection
 
 Section "Module"
 Load "ddc" # ddc probing of monitor
 Load "GLcore"
 Load "dbe"
 Load "dri"
 Load "extmod"
 Load "glx"
 Load "bitmap" # bitmap-fonts
 Load "speedo"
 Load "type1"
 Load "freetype"
 Load "record"
 EndSection
 
 Section "InputDevice"
 Identifier "Keyboard0"
 Driver "keyboard"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 EndSection
 
 Section "InputDevice"
 Identifier "Serial Mouse"
 Driver "mouse"
 Option "Protocol" "Microsoft"
 Option "Device" "/dev/ttyS0"
 Option "Emulate3Buttons" "true"
 Option "Emulate3Timeout" "70"
 Option "SendCoreEvents" "true"
 # mouse wheel, rueda del mouse
 #Option "ZAxisMapping" "4 5"
 EndSection
 
 Section "InputDevice"
 Identifier "PS/2 Mouse"
 Driver "mouse"
 Option "Protocol" "auto"
 Option "ZAxisMapping" "4 5"
 Option "Device" "/dev/psaux"
 Option "Emulate3Buttons" "true"
 Option "Emulate3Timeout" "70"
 Option "SendCoreEvents" "true"
 EndSection
 
 Section "InputDevice"
 Identifier "USB Mouse"
 Driver "mouse"
 Option "Device" "/dev/input/mice"
 Option "SendCoreEvents" "true"
 Option "Protocol" "IMPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Buttons" "5"
 EndSection
 
Section "Monitor"
	#DisplaySize	  280   210	# mm
	Identifier   "Monitor0"
	VendorName   "HWP"
	ModelName    "HP 5502"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 54.0
	VertRefresh  50.0 - 120.0
	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     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "MergedFB"           	# [<bool>]
        #Option     "CRT2HSync"          	# [<str>]
        #Option     "CRT2VRefresh"       	# [<str>]
        #Option     "CRT2Position"       	# [<str>]
        #Option     "MetaModes"          	# [<str>]
        #Option     "MergedDPI"          	# [<str>]
        #Option     "MergedXinerama"     	# [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
        #Option     "MergedNonRectangular" 	# [<bool>]
        #Option     "MergedMouseRestriction" 	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "BIOSHotkeys"        	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "ConstantDPI"        	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "RS482 [Radeon Xpress 200]"
	BusID       "PCI:1:5:0"
EndSection

 Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor "Monitor0"
 DefaultColorDepth 24
 SubSection "Display"
 Depth 1
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 4
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 8
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 15
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 16
 # You can add things links "1280x768" here...
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 24
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
 Depth 32
 Modes "1024x768" "800x600" "640x480"
 EndSubSection
 EndSection
 
 Section "DRI"
 Mode 0666
 EndSection
 

Herramientas personales