Re: Fuzzy fonts in several apps.
yeah, that's weird. Maybe the scan freq is forcing the monitor to a lower resolution. You should be able to tell what's going on by reading through /var/log/Xorg.0.log.
First, ake sure you have Xinerama turned off like this;
Lets look at available modes. In a terminal type xrandr -q. Mine lists only one mode:
Post the output of that command.
Other things to try:
In your Monitor section:
Option "UseModeline"
# 1280x1024 @ 72.00 Hz (GTF) hsync: 76.82 kHz; pclk: 132.75 MHz
Modeline "1280x1024" 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -HSync +Vsync
Alternately, you could re-enable DynamicTwinview in your xorg.conf, then type in a terminal
sudo nvidia-settings and setting your screens up using the GUI. Some people have problems saving edits so you may have to try it several different ways. Possibly saving the file somewhere and then moving it to the correct location.
yeah, that's weird. Maybe the scan freq is forcing the monitor to a lower resolution. You should be able to tell what's going on by reading through /var/log/Xorg.0.log.
First, ake sure you have Xinerama turned off like this;
Code:
Section "ServerFlags" Option "Xinerama" "0" EndSection
Code:
Screen 0: minimum 2560 x 1024, current 2560 x 1024, maximum 2560 x 1024 default connected 2560x1024+0+0 0mm x 0mm 2560x1024 60.0*
Other things to try:
In your Monitor section:
Option "UseModeline"
# 1280x1024 @ 72.00 Hz (GTF) hsync: 76.82 kHz; pclk: 132.75 MHz
Modeline "1280x1024" 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -HSync +Vsync
Alternately, you could re-enable DynamicTwinview in your xorg.conf, then type in a terminal
sudo nvidia-settings and setting your screens up using the GUI. Some people have problems saving edits so you may have to try it several different ways. Possibly saving the file somewhere and then moving it to the correct location.
Comment