I have no experience with ATI cards, but a frame buffer configuration
could make your X-system working for the first time, too. 
You tried this?

If you want further information about the support state of your card,
you could go here: http://www.xfree.org/4.2.1/Status.html (2D drivers),
http://dri.sourceforge.net/ (3D acceleration support).

MfG Frank.

# example for an X-fbdev config, /etc/X11/XF86Config-4
Section "Files"
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
EndSection

Section "Module"
    Load "dbe"
    Load "v4l"
    Load "extmod"
    Load "type1"
    Load "freetype"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de(nodeadkeys)"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "USBMouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier "PS2Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "Monitor1"
    VendorName "Generic"
    ModelName "1024x768 @ 100 Hz"
    # HorizSync 31.5-37.9
    # VertRefresh 50-70
EndSection

Section "Device"
    Identifier "FBDevice1"
    Driver "fbdev"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "FBDevice1"
    Monitor "Monitor1"
    DefaultColorDepth 16
    
    Subsection "Display"
        Depth 8
        Modes "1280x960" "1024x768" "800x600" "640x480" "320x240"
"320x200"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x960" "1024x768" "800x600" "640x480" "320x240"
"320x200"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x960" "1024x768" "800x600" "640x480" "320x240"
"320x200"
    EndSubsection

    Subsection "Display"
        Depth 24
        Modes "1280x960" "1024x768" "800x600" "640x480" "320x240"
"320x200" # first mode in line is used as default mode
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "USBMouse1" "CorePointer"
    InputDevice "PS2Mouse1" "SendCoreEvents"
    Screen "Screen1"
EndSection


On Wed, 2002-11-20 at 22:52, Sean Hegar wrote:
> Hello All
> I just installed mandrake 9 on my work computer, and can't seem to
> resolve the video card issue.  It is a pci version of the radeon 7000 32
> meg.   Has anyone run into similar problems?  If so, what was the magic
> cure or is there one?  Any help would be appreciated.  
> Sean 
> 
> Ignorance should  be painful.
> Registered Linux user #271218
> 
> 
> 
> 
> ----
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to