you can use the "radeon" driver and you'll need a modeline to achieve 1280x800 
resolution, I use the following in my conf, hope this helps



Section "Device"        VendorName  "ATI Technologies Inc"
        ChipId      0x5460 
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Unknown Board"
        BusID       "PCI:1:5:0"
EndSection

Section "Modes"
  Identifier      "1280x800"
  ModeLine        "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync 30-69
        VertRefresh 40-90
        UseModes     "1280x800"
EndSection
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to