View previous topic :: View next topic |
Author |
Message |
SpaceSyl n00b
Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Fri May 19, 2006 3:23 pm Post subject: Absence de police |
|
|
Bonjour,
Après un emerge world ... je ne sais pas vraiment ce qu'il s'est passé, mais j'ai "perdu" les polices dans toutes mes application gtk (vlc, mplayer en tête) ... et je dois dire que je ne sais pas vraiment comment résoudre un problème pareil (le pire c'est que je suis sûr que c'est relativement simple à corriger). De plus cela me provoque une segmentation fault dans mes applications gecko (Firefox et thunderbird).
Euh oui, j'utilise xorg 7.0 et GCC 4.1 (mais je ne pense pas que ce soit lié à ce dernier) et je n'ai pas le moindre avec Kde, et toutes les applications ... basé su Qt ! |
|
Back to top |
|
|
geekounet Bodhisattva
Joined: 11 Oct 2004 Posts: 3772
|
Posted: Fri May 19, 2006 4:57 pm Post subject: |
|
|
Tu n'aurai pas xorg-server-1.0.99.* d'installé des fois ? Xorg7 est encore dans ton package.unmask ? |
|
Back to top |
|
|
SpaceSyl n00b
Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Sat May 20, 2006 3:51 am Post subject: |
|
|
Non non ... j'étais passé sur ce serveur ... mais vive les cartes ATI pour le coup, le driver (fourni par ATI, pas l'open source) ne passait pas. Je suis donc revenu à la version 7.0. Mais justement, je suppose que je devrais downgrader autre chose, mais je ne sais pas quoi ! |
|
Back to top |
|
|
yuk159 Veteran
Joined: 18 Apr 2003 Posts: 1803 Location: noumea ,nouvelle-caledonie
|
Posted: Sat May 20, 2006 4:13 am Post subject: |
|
|
Qu'as tu dans la section Files de ton xorg.conf ? en générale c'est la que sont les dossiers de polices.
Ou alors utilise tu xfs ? (le serveur fonts ou autre chose, vois pas trop quoi mais bon on sait jamais ) _________________ The box said: "Requires Windows 98/2000/XP/NT, or better."
So, I installed LINUX!
Instagram |
|
Back to top |
|
|
SpaceSyl n00b
Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Sat May 20, 2006 6:16 am Post subject: |
|
|
Voici mon fichier Xorg.conf...
Mais j'ai tout de même des polices sous kde, alors ... je dois dire que je ne sais pas trop pourquoi je n'en ai pas pour gtk/gnome. je dois dire que cela reste relativement mystérieux pour moi ...
Code: | # File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
#Section "Extensions"
# Option "Composite" "enable"
# Option "RANDR" "enable"
#EndSection
Section "Files"
# FontPath "unix/:-1"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/default/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/efont-unicode/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/unifont/"
FontPath "/usr/share/fonts/jmk/"
# 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 "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
# Load "v4l" # Video for Linux
Load "ddc"
Load "extmod"
Load "type1"
Load "freetype"
Load "synaptics"
Load "bitmap"
Load "dri" # direct rendering
Load "glx"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "usbMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1400x1050"
HorizSync 31.5-90
VertRefresh 59-75
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "fglrx"
Option "KernelModuleParm" "agplock=0"
Option "DPMS"
Option "FSAAMSPosY1" "0.000000"
Option "StereoSyncEnable" "1"
# === disable PnP Monitor ===
Option "NoDDC"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAADisableGamma" "no"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
Option "ForceGenericCPU" "no"
Option "GammaCorrectionI" "0x06419064"
Option "VRefresh2" "unspecified"
Option "FSAAMSPosY5" "0.000000"
Option "CenterMode" "off"
Option "IgnoreEDID" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
Option "FSAACustomizeMSPos" "no"
# === FSAA ===
Option "FSAAScale" "0"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "Single"
Option "HSync2" "unspecified"
Option "TVHStartAdj" "0"
Option "FSAAMSPosX0" "0.000000"
Option "no_dri" "no"
Option "GammaCorrectionI" "0x00000000"
Option "FSAAMSPosX1" "0.000000"
Option "UseInternalAGPGART" "no"
Option "BlockSignalsOnLock" "no"
Option "MonitorLayout" "AUTO, AUTO"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "FSAAMSPosY3" "0.000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "TVStandard" "PAL-B"
Option "TVVPosAdj" "0"
Option "TVColorAdj" "0"
Option "FSAAMSPosY2" "0.000000"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVHSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "ScreenOverlap" "1"
# === QBS Support ===
Option "Stereo" "off"
Option "FSAAMSPosX3" "0.000000"
Option "TVVSizeAdj" "0"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
#Viewport 0 0
Modes "800x600" "1024x768" "1280x1024" "1400x1050"
Depth 8
EndSubsection
Subsection "Display"
#Viewport 0 0
Modes "800x600" "1024x768" "1280x1024" "1400x1050"
Depth 15
EndSubsection
Subsection "Display"
#Viewport 0 0
Modes "800x600" "1024x768" "1280x1024" "1400x1050"
Depth 16
EndSubsection
Subsection "Display"
# Viewport 0 0
Modes "1400x1050"
Depth 24
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1"
InputDevice "SynapticsMouse1" "CorePointer"
InputDevice "usbMouse" "SendCoreEvents"
Screen "screen1"
EndSection
Section "DRI"
Mode 0666
EndSection
|
|
|
Back to top |
|
|
kernelsensei Bodhisattva
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat May 20, 2006 7:18 am Post subject: |
|
|
Salut,
pourrais-tu lire ceci stp ? Merci !
Concernant ton problème, t'as déjà essayé de re-emerger les fonts ? _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
|
SpaceSyl n00b
Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Sat May 20, 2006 9:52 am Post subject: |
|
|
Euh ... je dois dire que c'est assez stupide... mais non même pas J'ai ré emerger tout xorg mais ça ... non ! Bon, ben me reste plus qu'à essayer... |
|
Back to top |
|
|
cloud64 n00b
Joined: 29 Nov 2005 Posts: 66
|
Posted: Sat May 20, 2006 11:07 am Post subject: |
|
|
Bonjour.
Je ne sais pas si c'est exactement le meme probleme mais j'ai voulu ne plus utiliser XGL hier et maintenant quand je lance des appli (mozilla, xchat mais pas Eterm), les polices des menu disparaissent, reviennent quand je passe la souris dessus... Dans Xchat le nom des room et la nicklist disparait également et je dois faire passer la souris dessus pour que ca réapparaisse... Je ne vois pas trop d'ou cela provient. Un probleme GTk ?
Merci. |
|
Back to top |
|
|
bong Apprentice
Joined: 26 Oct 2004 Posts: 276 Location: Brest / Metz
|
Posted: Sat May 20, 2006 11:48 am Post subject: |
|
|
C'est un probleme connu et non corrigé pour l'instant.
Ceci est du a une modification de xorg-server qui n'a pas encore été prise en compte par nvidia (pour ati, je sais pas) dans ses drivers.
Pour l'instant, les seules solutions sont:
- passer a une version plus ancienne de xorg-server (bof et problemes de dependances..)
ou:
- passer sous driver libre "nv" (ou "radeon") et attendre une nouvelle version des drivers proprios... (ce que je fais) |
|
Back to top |
|
|
cloud64 n00b
Joined: 29 Nov 2005 Posts: 66
|
Posted: Sat May 20, 2006 12:13 pm Post subject: |
|
|
Ok merci beaucoup pour cette réponse. On va donc attendre ... |
|
Back to top |
|
|
|