[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fontes em Monitor LCD



Olá senhores.

Recentemente trocamos nossos monitores CRT por LCD. Os modelos são da
Samsung SyncMaster 931bw - 19".

Teoricamente, ele deveria funcionar na resolução máxima a 1440x900 -
75Hz. Consegui fazê-lo funcionar nessa resolução a 60Hz.

Porém, o principal problema está na resolução das fontes. Apagadas e
horríveis.
Já tentei algumas dicas como retirar o subpixel e o antialiasing. Até
tentei seguir algumas recomendações para Ubuntu e Gentoo
(http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts),, assim como instalar a
Freetype2 (souceforg), além de instalar e usar fontes prorpietárias
ttmsconf-alguma coisa: sem sucesso.
Gostaria de saber se alguem ja reolveu ao atenuou este problema.

Grato por qualquer dica.
[]s

Sistema Debian Lenny
Placa de vídeo: GeForce FX 5200 - saída digital (DVI) não captada pelo
monitor. Usando CRT.
Monitor LCD SyncMaster 931bw - 19 pol.
Driver: NVIDIA-Linux-x86-169.12-pkg1.run

Conf do Xorg:

marcelo@maquina:~$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14
18:20:37 PST 2008
# xorg.conf (xorg X Window System server configuration file)
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
    # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath
"/usr/share/fonts/X11/100dpi/:unscaled"NVIDIA-Linux-x86-169.12-pkg1.run

    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
    Option         "XkbVariant" "abnt2"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
EndSection

Section "Monitor"
    Identifier     "Monitor Syncmaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "XAANoOffscreenPixmaps"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "Monitor Syncmaster"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "true"
    Option         "metamodes" "DFP: 1440x900_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
marcelo@pccepa1:~$ 




Reply to: