5

I have a dual-boot Windows 7 64 bit/Linux 64 bit machine that uses ATI's Catalyst drivers. Sometimes I attach it to a 1080p LCD TV over HDMI. ATI is daft enough to provide a border to account for overscan.

I'm using an LCD TV. No overscan, or it looks like crap because the pixel mapping is not 1:1. How do I disable this driver "feature" in Windows? in Linux?

fixer1234
  • 28,064
joeforker
  • 664

3 Answers3

2

Sometimes Catalyst Control Center will not diplay the Overscan slider.

I have a VAIO laptop, and Sony uses its own ATI drivers, so no help from ATI's webpages. On that, I could not for the life of me find the overscan slider - whenever I chose to configure my display, it'd go directly to the Welcome Screen. This was after fiddling about with getting the stupid CCC to install in the first place (using ATI Mobility Modder).

Google searches told me, that a lot of users have this problem, not only on VAIO computers. Some have the overscan slider for a while, then it disappears, others like me never have it in the first place.

I did find a solution though:

Open regedit and go to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\

In there, there'll be some keys looking like this:

{ECA904C2-25E6-4680-9B2C-44EBC0EC9190} (with different numbers ;o)

Highlight the "Video" key on top of the tree, and do a search for "1920x1080"

You'll find some keys in subfolders named 0000, 0001, etc.

The keys will begin with DALR6 DFPXXXXxYYYYx0xFF

XXXX= Horizontal resolution YYYY= Vertical resolution FF= Display frequency

Before you continue, take a bakup of the original keys by right-clicking the {ECA904C2-25E6-4680-9B2C-44EBC0EC9190}-type key, and select "Export"

Click on the key matching the screen resolution and frequency you want to remove the borders of.

A lot of the key will consist of "00", but there'll be a few non-00 entries. Change all of these to 00.

Finally, I had two subfolders, 0000 and 0001, containing mirrors of the same keys. When I changed a key in one subfolder, it also changed in the other.

This fixed the problem for me, no need to install CCC.

Effects will take place next time you change the screen resolution.

/Fangrim

2

I'm not 100% sure what the problem is, but if you're connecting over HMDI, then you're probably going to have overscan issues as the TV cannot give its EDID over HDMI. You will have to manually compendate for overscan in the catalyst control center overscan section. I'm assuming you know about the overscan slider in the ATI CCC?

If your problem is that when you have that slider adjusted so that the boarder doesn't display and it still looks like garbage then I'm not sure what your problem is as pixels should still be 1:1 if you have the resolution set right. 1080p is 1920x1080.

Are you using the latest drivers if all of these are above are correct?

MDMarra
  • 20,746
1

ATI Catalyst Drivers 9.10 introduced a new feature:

Underscan/Overscan settings for TV can now be applied from the ATI Catalyst ControlCenter – TV Properties Adjustments page.

Maybe could be a solution for your problem.

Drake
  • 5,734