Kremer wrote:
> 
> I was messing around with Lycoris last night and during the install told
> it to default to 1152x864 screen resolution.  But for some reason it will
> only do 640x480.  

I've had some luck with specifying a specific chipid but I think this is
a problem specific to my card.
You can get the ChipId with a scanpci command.
You might also check the depth many cards don't support 24.
Another problem I had was using a card that had video out.  If there was
a "TV" attached the card would
only support 640x480

Try running Xconfigurator

Here's what I have.
Section Device
  Identifier "Card0"
  Driver     "ati"
  VendorName "ATI"
  BoardName  "Rage 128 Pro FF"
  BusID      "PCI:1:0:0"
  ChipId     0x5046
  VideoRam    32768
  Option      "Display" "CRT"
  Option      "AGPMode" "2"
EndSection
Section Screen
  Identifier  "Scrren0"
  Device      "Card0"
  Monitor     "monitor0"
  DefaultDepth 16
  SubSection   "Display"
      Depth    16
      Modes    "1024X768" "800x600"
  EndSubSection
EndSection
  
Paul Overby
xpoverby at attbi.com