显卡的问题,有知道怎么解决的么?(100分)

  • 主题发起人 主题发起人 荷塘新月
  • 开始时间 开始时间

荷塘新月

Unregistered / Unconfirmed
GUEST, unregistred user!
我换了块TNT2 M64显卡,结果一起动DELPHI,鼠标就变成了一个方块,然后就死机了。如何
解决?
 
看看这个。。。
发信人: bolero (bolero), 信区: Delphi
标 题: S3显卡与DELPHI冲突的解决办法。
发信站: 网易虚拟社区 (Fri Jul 23 12:05:26 1999), 站内信件
BORLAND出的DELPHI和BCB都有这个死机的问题。我刚看了BORLAND的网站
他们的解决办法是:
1) Get the latest driver (www.s3.com or your vendor).
2) Start BCB3 with the -NS switch
3) Play with color depth/resolution 1024x768 16-bit color
seems to be the worst.
4) Under the [display] section of the SYSTEM.INI file add
the following line: BusThrottle=1 (then
reboot)
5) Reduce the hardware acceleration for the card.
6) Get the latest DirectX drivers. (Probably not
necessary for Win98 systems).
7) One person has found that no desktop wallpaper or a
wallpaper that is smaller in size worked for him.
8) Try running Builder in Safe Mode and removing components
that you won't use. This will cause fewer bitmaps to be
loaded during the startup. We aren't yet sure if this will
work, but we want to test it. If you find that it works,
please post to our builder install newsgroup.
真正有用的是1。关掉显卡硬件加速功能
2。在SYSTEM。INI里的DISPLAY项中加BusThrottle=1
 
S3的冲突问题,俺使用席面这个方法确实奏效。
编辑system.ini 加入[display]项,并添加devicebitmap=0语句(此问题适用所有采用S3 325/375 2M以上显存芯片的显卡)。
 
接受答案了.
 
后退
顶部