This issue is still plaguing me.
My secondary display is a 40 inch Sony Bravia 1080p TV. Here's my xorg.conf for reference:
Code: Select all
###################################################
#
# gr0x0rd's xorg.conf
#
###################################################
Section "ServerLayout"
Identifier "TVOut"
Screen 0 "LCD Screen" 0 0
Screen "TV Screen" RightOf "LCD Screen"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "dbe"
disable "dri"
disable "dri2"
Load "vbe"
Load "GLcore"
Load "extmod"
Load "glx"
Load "bitmap"
Load "speedo"
Load "record"
EndSection
Section "Monitor"
Identifier "Dell LCD"
VendorName "Dell"
ModelName "DELL E196FP"
HorizSync 31.5 - 31.5
VertRefresh 60.0 - 60.0
EndSection
Section "Monitor"
Identifier "TV"
VendorName "Sony"
ModelName "Wega"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVidia Corporation"
BoardName "GeForce GTX 260"
Option "UseEvents" "true"
Option "RenderAccel" "false"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVidia Corporation"
BoardName "GeForce GTX 260"
Option "UseEvents" "true"
Option "RenderAccel" "false"
Screen 1
EndSection
Section "Screen"
Identifier "LCD Screen"
Device "Device0"
Monitor "Dell LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "TV Screen"
Device "Device1"
Monitor "TV"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
EndSection
Some more info from xrandr
Code: Select all
$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 1: minimum 320 x 175, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 50.0* 51.0 52.0 53.0
1440x480 54.0
1400x1050 55.0
1280x1024 56.0 57.0
1280x960 58.0 59.0
1280x720 60.0 61.0
1152x864 62.0
1024x768 63.0 64.0 65.0 66.0 67.0 68.0
960x720 69.0 70.0
928x696 71.0 72.0
896x672 73.0 74.0
832x624 75.0
800x600 76.0 77.0 78.0 79.0 80.0 81.0 82.0 83.0 84.0 85.0
720x480 86.0 87.0
720x400 88.0
700x525 89.0 90.0
640x512 91.0 92.0 93.0
640x480 94.0 95.0 96.0 97.0 98.0 99.0 100.0
640x400 101.0
640x350 102.0
576x432 103.0
512x384 104.0 105.0 106.0 107.0 108.0
416x312 109.0
400x300 110.0 111.0 112.0 113.0 114.0
360x200 115.0
320x240 116.0 117.0 118.0 119.0
320x200 120.0
320x175 121.0
I have
set in my /etc/make.conf, and this have the qt4 USE flag enabled per-package in /etc/portage/package.use for vlc, wpa-supplicant, etc.
Could this have anything to do with installed fonts? I did notice a few lines in Xorg.0.log complaining that certain font directories did not exist.
If there is any additional info I can provide let me know, I'm open to anything at this point.
SOLVED! Found the answer at
http://forums.gentoo.org/viewtopic-t-876301.html . This was as simple as forcing the DPI settings in xfce's appearance manager. I swear to god I tried this long ago with no effect but perhaps I am mistaken
