View previous topic :: View next topic |
Author |
Message |
inspiron Guru
Joined: 08 Nov 2004 Posts: 559
|
Posted: Mon Apr 10, 2006 5:54 am Post subject: aggiornamento nvidia-kernel e conseguenti problemi font |
|
|
Quando ho aggiornato nvidia-kernel e nvidia-glx da 1.0.8178 a 1.0.8756, xorg usa un font molto piu grande...
come faccio a ripristinare quello vecchio? |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Mon Apr 10, 2006 6:35 am Post subject: Re: aggiornamento nvidia-kernel e conseguenti problemi font |
|
|
inspiron wrote: | Quando ho aggiornato nvidia-kernel e nvidia-glx da 1.0.8178 a 1.0.8756, xorg usa un font molto piu grande...
come faccio a ripristinare quello vecchio? |
Non lo so, ma segnalo che, anche nel mio caso, X legge l'xorg.conf in un modo diverso.
A me partiva con risoluzione assurda 1280x800 leggendo una modline precedente copiata dal portatile e che prima veniva correttamente ignorata.
Anche per i tuoi font, probabilmente, devi controllare le impostazioni di xorg.conf.
Non so se giova, ma forse, togliendo reinstallando i font, potresti ottenere una reimpostazione automatica della configurazione. _________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
inspiron Guru
Joined: 08 Nov 2004 Posts: 559
|
Posted: Mon Apr 10, 2006 8:21 am Post subject: |
|
|
ho reinstallato i font ma non è cambiato niente....
vi posto il mio xorg.conf:
Code: |
# XF86Config for Nvidida
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/sharefont/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/unifont/"
EndSection
Section "Module"
Load "synaptics"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "GLcore"
Load "speedo"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-90
VertRefresh 60
Option "IgnoreEDID" "1"
Option "DPMS"
EndSection
Section "Device"
Option "NoLogo" "1"
Option "NvAGP" "2"
Identifier "Card0"
Driver "nvidia"
Option "HWCursor" "off"
Option "SWCursor" "on"
Option "RenderAccel" "true"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
|
|
|
Back to top |
|
|
cruentatio Tux's lil' helper
Joined: 16 Nov 2004 Posts: 125
|
Posted: Mon Apr 10, 2006 7:30 pm Post subject: Caratteri modificati. |
|
|
Salve, ieri ho aggiornato questi pacchetti, e oggi dopo aver riavviato il sistema mi trovo con tutti i caratteri cambiati (di tutte le applicazioni e rox) tranne che per fluxbox...
i pacchetti sono:
Sun Apr 9 21:43:51 2006 >>> sys-apps/baselayout-1.11.14-r7
Sun Apr 9 21:44:23 2006 >>> sys-fs/udev-087
Sun Apr 9 21:44:43 2006 >>> app-admin/eselect-1.0.1
Sun Apr 9 21:45:43 2006 >>> app-text/gtkspell-2.0.11-r1
Sun Apr 9 21:46:38 2006 >>> media-video/nvidia-kernel-1.0.8756
Sun Apr 9 21:47:05 2006 >>> media-video/nvidia-glx-1.0.8756
Sun Apr 9 21:47:33 2006 >>> sys-apps/man-pages-2.28
Sun Apr 9 21:48:11 2006 >>> media-sound/sox-12.17.9
Com'è possibile!? |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Tue Apr 11, 2006 7:41 am Post subject: |
|
|
potrebbe essere legato a questo?
https://forums.gentoo.org/viewtopic-t-452168.html
Se si dimmelo che procedo al merge (mandami un pm) _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
cruentatio Tux's lil' helper
Joined: 16 Nov 2004 Posts: 125
|
Posted: Tue Apr 11, 2006 8:00 am Post subject: |
|
|
Ciao, potrebbe essere per quello, solo che non so come modificare i fonts da xorg.conf.
Mi daresti una mano?
Ecco il file:
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "FingerHigh" "16000"
Option "FingerLow" "16000"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "1280x800 @ 60 Hz"
HorizSync 31.5-51
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
EndSection
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "Card0"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "true"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Virtual 1280 800
Depth 24
EndSubSection
EndSection
|
Grazie! |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Tue Apr 11, 2006 8:34 am Post subject: |
|
|
cruentatio wrote: | Ciao, potrebbe essere per quello, solo che non so come modificare i fonts da xorg.conf. |
Nemmeno io.
Il problema è lo stesso lamentato da inspiron nel thread precedente (font più grandi) o no? (ovvero magari i font sono distorti o altro) _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
cruentatio Tux's lil' helper
Joined: 16 Nov 2004 Posts: 125
|
Posted: Tue Apr 11, 2006 8:43 am Post subject: |
|
|
Ah si, scusa, mi sono dimenticato di scriverlo.
Sono tutti più grandi. Gli unici rimasti invariati sono quelli di Fluxbox (nei titoli delle finestre, nella barra e nei menù). In tutte le applicazioni, rox compreso, i caratteri sono più grandi. |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Tue Apr 11, 2006 11:20 am Post subject: |
|
|
fatto il merge dei due thread _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
yuza Apprentice
Joined: 17 Dec 2003 Posts: 210 Location: Rome, in front of my comp...
|
Posted: Tue Apr 11, 2006 12:41 pm Post subject: |
|
|
Dipende dal fatto che il nuovo driver utilizza EDID in modo diverso (maggiori dettagli nel README del driver).
Comunque per risolvere il problema, almeno nel mio caso, basta nella sezione Monitor di xorg.conf commentare, se presente, la riga
Code: |
Option "IgnoreEDID" "1"
|
ed aggiungere la seguente linea
Code: |
Option "UseEDIDDpi" "FALSE"
|
|
|
Back to top |
|
|
cruentatio Tux's lil' helper
Joined: 16 Nov 2004 Posts: 125
|
Posted: Tue Apr 11, 2006 1:17 pm Post subject: |
|
|
Confermo, la soluzione di yuza funziona anche per me!
Grazie mille! |
|
Back to top |
|
|
|