Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
strani font con nvidia
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Tue May 31, 2005 1:33 pm    Post subject: strani font con nvidia Reply with quote

Ciao a tutti,

sono appena passato ad un pc con la sv Nvidia...

Ho subito installato la mia brava gentoo... e tutto sembra andare ok tranne che per uno strano comportamento dei drivers dell'nvidia ( se uso i drive nv funziona tutto bene)

In pratica tutti i font di fluxbox delle finestre sono "giganti" mentre tutto il resto, dentro gli applicativi e' ok...
Un altra cosa che non capisco, e come mai il menu di gmpeg non mi fa vedere le scritte...
e siccome un'immagine e' meglio che mille parole... http://www.aperta-mente.it/screenshot.jpg date pure un'occhiata qui
Ho provato a cercare in giro... ma non ho trovato nulla... forse perche' neanche io so bene cosa cercare :-/

Code:

* media-video/nvidia-glx
     Available versions:  1.0.6111-r1 *~1.0.6111-r2 1.0.6629-r1 *~1.0.6629-r5 1.0.6629-r6 *~1.0.7167-r2 *~1.0.7174-r4
     Installed:           1.0.7174-r4
     Homepage:            http://www.nvidia.com/
     Description:         NVIDIA X11 driver and GLX libraries

* media-video/nvidia-kernel
     Available versions:  1.0.6111-r3 1.0.6629-r1 1.0.6629-r4 *~1.0.7167-r1 *~1.0.7174
     Installed:           1.0.7174
     Homepage:            http://www.nvidia.com/
     Description:         Linux kernel module for the NVIDIA X11 driver

* media-video/nvidia-settings
     Available versions:  1.0.6111 1.0.6629 *~1.0.7167
     Installed:           1.0.7167
     Homepage:            http://www.nvidia.com/
     Description:         NVIDIA Linux X11 Settings Utility

$ uname -r
2.6.11.10-Leo-V0.2
questo per la cronaca...

Leo
Back to top
View user's profile Send private message
alemare
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 137
Location: Firenze

PostPosted: Tue May 31, 2005 1:54 pm    Post subject: Reply with quote

Ciao! la prima cosa che mi verrebbe in mente sarebbe di guardare lo stile che usi su fluxbox, magari basta aprire quel file e cambiare la dimensione dei font dello stile...
Ciao Alemare
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Tue May 31, 2005 2:02 pm    Post subject: Reply with quote

alemare wrote:
Ciao! la prima cosa che mi verrebbe in mente sarebbe di guardare lo stile che usi su fluxbox, magari basta aprire quel file e cambiare la dimensione dei font dello stile...
Ciao Alemare


Vada pure per il font... ma allora perche' un comportamento cosi' anomalo gmplayer... ?!?!?
Back to top
View user's profile Send private message
narmo
n00b
n00b


Joined: 20 Dec 2004
Posts: 4

PostPosted: Wed Jun 01, 2005 7:53 am    Post subject: Reply with quote

E' proprio un problema del driver nvidia (fanno schifo come le schede del resto, ma purtroppo il notebook ha una scheda nvidia).
Il problema risiede nel fatto che i driver sbagliano a leggere le informazioni sulla risoluzione dello schermo.
Per risolvere questo problema è sufficente impostare
Option "IgnoreEDID" "True" nella sezione device di Xorg e impostare i parametri di refresh verticale ed orizzontale.
Code:

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        Option     "HWcursor"      "True"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        Option     "IgnoreEDID"    "True"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        Option     "RenderAccel"   "True"           # [<bool>]
        Option     "CursorShadow"       "True"   # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"   "True"          # [<bool>]
        Option     "FlatPanelProperties" "Scalling = native, Dithering = enabled"    # <str>
        Option     "TwinView"      "True"              # [<bool>]
        Option     "TwinViewOrientation" "Clone"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "RegistryBinary"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]
        #Option     "XvMCUsesTextures"      # [<bool>]
        Option     "HorizSync"             "50-70"
        Option     "VertRefresh"      "60Hz"           # <str>
        Option     "AllowGLXWithComposite"   "True"    # [<bool>]
        #Option     "RandRRotation"         # [<bool>]
        #Option     "ExactModeTimingsDVI"    # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "GeForce FX Go5650"
   BusID       "PCI:1:0:0"
EndSection

_________________
Si, sono un lupo
Sono il lupo....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum