http://bugs.winehq.org/show_bug.cgi?id=6369
------- Additional Comments From ryanbach@adelphia.net 2006-03-10 20:24 ------- I can find the Chipset by typing: cat /var/log/Xorg.0.log | grep "Chipset"
This returns (for me):
(--) Chipset RADEON X1600 Series (RV530 71C2) found (--) fglrx(0): Chipset: "RADEON X1600 Series (RV530 71C2)" (Chipset = 0x71c2)
I can find the video memory by typing: cat /var/log/Xorg.0.log | grep "VideoRAM"
This returns (for me):
(--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR2
Last but not least, if you wanted the driver version you would type: cat /var/log/Xorg.0.log | grep "(II) ATI Proprietary Linux Driver Version Identifier:"
Which returns (for me): (II) ATI Proprietary Linux Driver Version Identifier:8.26.18
This may be of some help to you, I don't know... ;)