1 registered members (TipmyPip),
18,449
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Ugly text on my laptop screen
#181713
02/03/08 07:32
02/03/08 07:32
|
Joined: Sep 2005
Posts: 4
pus2meong
OP
Guest
|
OP
Guest
Joined: Sep 2005
Posts: 4
|
 My laptop is: AMD Turion x2 1.9 ghz RAM 512 MB VGA Nvidia Geforce 7000 (Shared memory 64 MB) Display WXGA 14.1 inch I'm using the code that available in the tutorial "My first computer program". I try to change the video mode (640x480/800x600/1024x768/1280x800), video screen mode, still error. I even try to change the screen resolution (640x480/800x600/1024x768/1280x800), still error. I even try to turn on and off the scaling for wide screen view, nothing work. Anyone ever got this problem? And the solution...?
|
|
|
Re: Ugly text on my laptop screen
[Re: Joozey]
#181720
02/03/08 17:32
02/03/08 17:32
|
Joined: Aug 2000
Posts: 1,140 Baunatal, Germany
Tobias

Moderator
|

Moderator
Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
|
Quote:
Would like to ask why recommending to turn of anti-aliasing on the graphic card, when this blurred text problem occurs? Thought it was a nice feature for games in general and A7 to get rid of jagged edges.
Nope its a BAD feature. DO NOT set Antialiasing on in the settings of the 3D card! Setting Antialiasing on makes only sense for old 3D apps that dont support antialising themselves.
For A7 and most other 3D apps, Antialiasing must be left in its default setting, which means its OFF and the software handles antialiasing itself. Otherwise small details like above in bitmap fonts will look really blurry and bad.
|
|
|
Re: Ugly text on my laptop screen
[Re: D3D]
#181722
02/04/08 07:14
02/04/08 07:14
|
Joined: Sep 2005
Posts: 4
pus2meong
OP
Guest
|
OP
Guest
Joined: Sep 2005
Posts: 4
|
Okay, it worked now, and about the weird text in upper right corner, i find out it was the engine watermark logo. i add this code: var logo = 2; and the weird text moved to bottom right corner. I wonder if this is bug/error? Or the installation program i've download is corrupted? but no sign of this, since it suppose tobe warn me if the installation program or the engine are corrupted/altered. I use ver. 7.06.1 Anyway, i set the antialiasing into "Application Controlled" mode, not "off". Oh by the way, after doing another test, i only get this error watermark logo when run the engine using SED (since i'm still newbie, i never open WED, i keep using SED to learn the tutorial, silly me  ). If i run the engine with WED, the watermark logo is fine. Eventualy i found out if WED using the exe version of the engine while SED using DLL version.
|
|
|
|