PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 1920x1080...



c1ox
08.03.2010, 15:05
Jup also, wenn ich auf Ubuntu oder Xubuntu oder Linux Mint etc. 1920x1080 einstelle bekomme ich tolle schwarze Ränder.. Ältere Treiber bringen auch nichts, habe eine ATI 5850, und ja unter windows geht 1920x1080 ohne Probleme.

EpicByte
08.03.2010, 15:19
Jup also, wenn ich auf Ubuntu oder Xubuntu oder Linux Mint etc. 1920x1080 einstelle bekomme ich tolle schwarze Ränder.. Ältere Treiber bringen auch nichts, habe eine ATI 5850, und ja unter windows geht 1920x1080 ohne Probleme.

Kenne mich leider nicht wirklich aus bei sowas, aber ich habe mal gegoogelt und folgendes gefunden, vllt hilft es ja:

1. aticonfig --lcd-mode=full -> XServer Neustart

oder

aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0 -> XServer Neustart

oder das:

aticonfig --query-monitor # to see monitors
aticonfig --query-dispattrib=tmds2 #to see supported values
aticonfig --set-dispattrib=tmds2,sizeX:1920 # to set X resolution
aticonfig --set-dispattrib=tmds2,sizey:1080 # to set Y resolution
aticonfig --set-dispattrib=tmds2,positionX:0 # to set X position to 0
aticonfig --set-dispattrib=tmds2,positionX:0 # to set Y position to 0

c1ox
08.03.2010, 15:27
Hat alles nichts gebracht, hab immer noch die schwarzen Ränder.

hackerking
08.03.2010, 15:27
War da nicht was mit der XConfig?

EpicByte
08.03.2010, 15:35
hmm

Vllt mal die xorg.conf entfernen und dann:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.original-1
aticonfig --initial
aticonfig --hsync=0,31.0-67.5 --vrefresh=0,50.0-60.0
aticonfig --resolution=0,1920x1080,1280x1024,1280x768,1024x768 ,800x600,640x480
/usr/bin/amdxdg-su -c /usr/bin/amdcccle
reboot