Just curious, what was the option in your TV called ?
Announcement
Collapse
No announcement yet.
black border
Collapse
X
-
I still have the black border issue. Even with the command:
Code:aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0
If I use --query-dispattrib for my display, I get the folowing result:
Code:$ aticonfig --query-dispattrib=tmds1,sizeX sizeX attribute information of monitor tmds1 : default:1776, value:1776, min:752, max:1776, step:1 $ aticonfig --query-dispattrib=tmds1,sizeY sizeY attribute information of monitor tmds1 : default:1000, value:1000, min:470, max:1000, step:1
Any idea?
Comment
-
Here is my Xorg log.
http://pastebin.ca/1057393
I had a Nvidia card before my AMD 4850 and I didnt have to specify the resolution. It set it to 1680x1050.
Comment
-
Originally posted by pepone View PostI still have the black border issue. Even with the command:
Code:aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0
If I use --query-dispattrib for my display, I get the folowing result:
Code:$ aticonfig --query-dispattrib=tmds1,sizeX sizeX attribute information of monitor tmds1 : default:1776, value:1776, min:752, max:1776, step:1 $ aticonfig --query-dispattrib=tmds1,sizeY sizeY attribute information of monitor tmds1 : default:1000, value:1000, min:470, max:1000, step:1
Any idea?Test signature
Comment
-
Originally posted by bridgman View PostCan you paste your X log somewhere ?
Comment
-
Pepone: according to your log it looks like you are running with a 1280x800 primary display on laptop and the 1920x1080 display is a second monitor via HDMI, is that correct ? Seems like the driver is trying to run them both at 1280x800 since both displays support that -- maybe defaulting to clone mode ? Are you running with two separate screen areas or in clone mode ?
gbee -- did you try the command Matthew suggested ? Not the dispattrib one but the set-pcs-val one ?
Egon -- according to the log the display is being set to 1680x1050. Is that what you are seeing ?Test signature
Comment
-
Originally posted by bridgman View PostPepone: according to your log it looks like you are running with a 1280x800 primary display on laptop and the 1920x1080 display is a second monitor via HDMI, is that correct ? Seems like the driver is trying to run them both at 1280x800 since both displays support that -- maybe defaulting to clone mode ? Are you running with two separate screen areas or in clone mode ?
Comment
Comment