Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 20:25:15 +0200
From:      Edwin Mons <intosi@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: ATI Rage Mobility
Message-ID:  <243c1f2705032810257a8b4992@mail.gmail.com>
In-Reply-To: <243c1f2705032810205d47e659@mail.gmail.com>
References:  <243c1f2705032810205d47e659@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons <intosi@gmail.com> wrote:
> Hi.
> 
> I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
> Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully installed
> the mach64 DRM module, which shows the following lines in my dmesg:
> 
> drm0: <Rage Mobility P/M AGP 2X> port 0x2000-0x20ff mem
> 0xf4200000-0xf4200fff,0xf5000000-0xf5ffffff irq 11 at device 0.0 on
> pci1
> info: [drm] AGP at 0xf8000000 64MB
> info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
> 
> However, when I start X.org 6.8.2, it doesn't show anything about DRM
> in the logfiles (attached).  glxinfo reports it doesn't use Direct
> Rendering as well.
> 
> Attached is my xorg.conf, as well.
> 
> My questions: 1) does anybody know if it is possible to have DRI on
> this configuration at all, and 2) how does one get it to work?

Damn, forgot the attachments (common problem of mine, I'm afraid...)

Cheers,
Edwin Mons

[-- Attachment #2 --]
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
	Identifier     "Layout1"
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  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "freetype"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
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     "accel"              	# [<bool>]
        #Option     "crt_display"        	# [<bool>]
        #Option     "composite_sync"     	# [<bool>]
        #Option     "hw_cursor"          	# [<bool>]
        #Option     "linear"             	# [<bool>]
        #Option     "mmio_cache"         	# [<bool>]
        #Option     "test_mmio_cache"    	# [<bool>]
        #Option     "panel_display"      	# [<bool>]
        #Option     "probe_clocks"       	# [<bool>]
        #Option     "reference_clock"    	# <freq>
        #Option     "shadow_fb"          	# [<bool>]
        #Option     "sw_cursor"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage Mobility P/M AGP 2x"
	ChipSet     "ati"
	ChipId      0x4c4d
	ChipRev     0x64
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 16
	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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?243c1f2705032810257a8b4992>