[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ibook G4/Xorg 6.9 TVOUT



Le vendredi 11 novembre 2005 à 20:33 +0100, Yves-Alexis Perez a écrit :
> [ATR]Dj-Death wrote:
> >>I have direct rendering, but I still don't have OLG in quake3.
> > 
> > Works fine for me 
> > 
> What card do you have ? What kernel ? What8's your config :)
> 
> 

ibook G4
-radeon 9200 (r200)
-kernel 2.6.14 (debian package)
-xorg 6.9 (from deb
http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1/ ./)



Section "DRI"
	Mode 0666
EndSection

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

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

Section "Extensions"
   Option       "RENDER"        "Enable"
   Option       "Composite"     "Enable"
   Option	"Fixes"		"Enable"
EndSection

##########################################################################
# InputDevice
##########################################################################

Section "InputDevice"
	Identifier  "DefaultKeyboard"
	Driver      "keyboard"
	Option	    "XkbOptions" "lv3:lwin_switch"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "us_intl"
EndSection

Section "InputDevice"
	Identifier  "DefaultMouse"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option      "ZAxisMapping" "4 5" 
EndSection

##########################################################################
# Monitor section
##########################################################################

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "DualMonitor1"
    Option	"DPMS"	"true"
EndSection

Section "Monitor"
	Identifier  "DualMonitor0"
#	DisplaySize 320.0 240.0
	Option	"DPMS"	"true"
EndSection

Section "Monitor"
	Identifier   "SingleTFT"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option	"DPMS"	"true"
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     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <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     "DRIReinit"          	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "OverlayOnCRTC2"     	# [<bool>]
        #Option     "CloneMode"          	# [<str>]
        #Option     "CloneHSync"         	# [<str>]
        #Option     "CloneVRefresh"      	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
	Identifier  "SingleCard"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon 9200 Mobility"
	BusID       "PCI:0:16:0"
	Option      "UseFBDev"		"true"
#Option      "MergedFB" "true"
	Option      "AGPMode"		"4"
	Option      "EnablePageFlip"	"true"
	Option	    "EnableDepthMoves"	"true"
	Option	    "BIOSHotkeys"	"true"
	Option      "RenderAccel"	"true"
	Option	    "backingstore"	"true"
#	Option	    "AllowGLXWithComposite" "true" 
 	#ChipID      0x514d
	#Option      "PanelSize" "1024x768"
	#Option      "CloneMode" "1024x768"
	#Option	    "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
    Identifier  "DualCard0"
    Driver	"radeon"
    BusID	"PCI:0:16:0"
    Option      "EnablePageFlip" "true"
    Option      "NoAccel" "true"
    #Option     "PanelSize" "1024x768"
    Option	"MonitorLayout" "LVDS,CRT"
    Screen	0
EndSection

Section "Device"
    Identifier  "DualCard1"
    Driver      "radeon"
    BusID	"PCI:0:16:0"
    Option      "NoAccel" "true"
    Option      "EnablePageFlip" "true"
    Option      "PanelSize" "1024x768"
    Option	"MonitorLayout" "LVDS,CRT"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Screen	1
EndSection

Section "Device"
        Identifier      "SimpleVGA"
        Driver          "radeon"

        Option          "AGPMode"               "4"
#       Option          "AGPFastWrite"          "true"
#       Option          "EnableDepthMoves"      "true"
        Option          "EnablePageFlip"        "true"
        Option          "UseFBDev"              "false"
        Option          "MonitorLayout"         "CRT,LVDS"
	Option		"PanelSize"		"1024x768"
	Option		"MergedFB"		"true"

	Option          "CloneMode"             "1024x768"
 #       Option          "OverlayOnCRTC2"        "true"
#        Option          "CloneHSync"            "30.0-80.0"
#        Option          "CloneVRefresh"         "48.0-170.0"
EndSection

##########################################################################

Section "Screen"
	Identifier "SingleScreen"
	Device     "SingleCard"
	Monitor    "SingleTFT"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
    Identifier  "DualScreen0"
    Device      "DualCard0"
    Monitor     "DualMonitor0"
    DefaultDepth 24 

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "DualScreen1"
    Device      "DualCard1"
    Monitor     "DualMonitor1"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
        Identifier      "VGA Screen"
        Device          "SimpleVGA"
        Monitor         "DualMonitor0"

        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

##########################################################################

Section "ServerLayout"
	Identifier	"Simple"
	Screen		0			"SingleScreen" 0 0
	InputDevice    "DefaultMouse"		"CorePointer"
	InputDevice    "DefaultKeyboard"	"CoreKeyboard"
	# Blank the screen after 5 minute (Fake)
#	Option		"BlankTime"  "5"
	# Turn off screen after 10 minutes (DPMS)
	Option		"StandbyTime"  "10"
	# Full suspend after 20 minutes
#	Option		"SuspendTime"  "20"
	# Turn off after half an hour
	Option		"OffTime"  "15"
EndSection

Section "ServerLayout"
    Identifier  "Clone"

    Screen		0			"DualScreen1"
    
    # This is for clone mode:
    Screen		1			"DualScreen0" Relative "DualScreen1" 0 0
    
    # Uncomment this for spanning (In iBook you need the spanning patch)
    # Screen 1 "Screen 0" LeftOf "Screen 1"
    # Option "Xinerama" "true"

    InputDevice		"DefaultMouse"		"CorePointer"
    InputDevice		"DefaultKeyboard"	"CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier  "Dual"

    Screen		0			"DualScreen1"
    
    # Uncomment this for spanning (In iBook you need the spanning patch)
    Screen 		1			"DualScreen0" LeftOf "DualScreen1"
    Option		"Xinerama"		"true"
    Option		"MergedFB"		"true"

    InputDevice		"DefaultMouse"		"CorePointer"
    InputDevice		"DefaultKeyboard"	"CoreKeyboard"
EndSection

Section "ServerLayout"
	Identifier	"VGA"
	Screen		0			"VGA Screen"
	InputDevice	"DefaultMouse"		"CorePointer"
	InputDevice	"DefaultKeyboard"	"CoreKeyboard"
EndSection

Reply to: