[arch-general] ati mobility radeon x2300

Ralf Mardorf ralf.mardorf at alice-dsl.net
Sun Dec 23 07:27:03 EST 2012


On Sun, 2012-12-23 at 12:56 +0200, Δημήτρης Ζέρβας wrote:
> Screen 0 deleted because of no matching config section.

At the moment I don't use Arch, but I've got a borked install with a
xorg.conf that did work for another ATI graphics:

Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "dbe"
	Load  "dri2"
	Load  "glx"
	Load  "record"
	Load		"GLcore"
	#Load		"v4l"
EndSection
	Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Plug 'n' Play"
	ModelName    "Plug 'n' Play"
	DisplaySize  305 230
	HorizSync    29-98
	VertRefresh  50-120
	modeline 	"1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
	Gamma	1.0
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option	    "MergedFB"	"off"           #old debian/ubuntu
	Identifier  "Card0"
        Driver      "radeon"
        #Driver	    "nvidia"
	#Driver	    "nv"
	#Driver     "nouveau"
        #Driver     "vesa"
	#VendorName  "nVidia Corporation"
	#BoardName   "G72 [GeForce 7300 SE/7200 GS]"
	#BusID       "PCI:1:0:0"
EndSection

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

	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes      "1152x864"
                #Virtual    3840 1200
	EndSubSection

#	SubSection "Display"
#		Viewport   0 0
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     8
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     15
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     16
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     24
#	EndSubSection
EndSection





Today on other Linux I use this one:





Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
	Identifier   "Monitor0"
  	DisplaySize  305 230
  	HorizSync    29-98
  	VertRefresh  50-120
	modeline     "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
  	Gamma	     1.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver	"radeon"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth	24
		Modes      "1152x864"
	EndSubSection
EndSection





Hth,
Ralf



More information about the arch-general mailing list