I was unfortunate enough to end up with one of these chips in my laptop and am 
wondering what, if anything, I can look forward to. A brief synopsis of my experience:

The only X-included driver that will work is the generic VESA driver, which helps me 
not. Have compiled DRI and as usual, the RADEON driver causes X to crash with a no 
devices error. So I force chip detection with:

 Driver "radeon"
    ChipID 0x4966
    Option "AGPMode" "4"
    Option "noaccel"
    VideoRam 65536

This works, but again, gives me no improvement over the VESA driver, as it is the 
acceleration I am seeking. If I comment out the Option "noaccel" line or chage it to 
Option "accel", X starts, but the top half of the screen is blank while the bottom 
shows the desktop background. Mouse and keyboard lock up. This is the X log, beginning 
before the errors:

drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7389
(II) RADEON(0): Direct rendering disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "MouseSystems"
(**) Mouse1: Protocol: "MouseSystems"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/gpmdata"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "BaudRate" "1200"
(**) Mouse1: BaudRate: 1200
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(EE) RADEON(0): Idle timed out, resetting engine...
(EE) RADEON(0): Idle timed out, resetting engine...
(EE) RADEON(0): Idle timed out, resetting engine...
(EE) RADEON(0): Idle timed out, resetting engine...
etc...


Not knowing the current state of affairs, I emailed [EMAIL PROTECTED] severl days ago, 
very nicely requesting that they either release the specs for this chip to DRI, Xi 
Graphics, and/or XFree86 OR develop their own proprietary drivers. Of course, I have 
not received a response.

My questions: Has ATI been forthcoming with documentation for this chip? Either way, 
is there any active work being done on a driver for this chip? If not by DRI, does 
anyone here know of any work anywhere that is being done on Linuyx support for this 
chip? Is it simply an issue of writing device drivers or does there need to be some 
type of kernel-level support for the device? If no work is being done, is it merely 
due to lack of documentation by ATI? And finally, regardless of any of the answers to 
the above questions, may I remain hopeful regarding support of this chip in Linux?

Thank you all for your hard work and for reading this post! I thank you in advace for 
your responses!

~Christopher


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to