Probleme affichage graphique

Probleme affichage graphique

Messagede BoO » 20 Février 2010, 16:04

Bonjour,

J'ai un problème depuis la mise à jour récente de x.org sous current:
Au boot (en mode texte), tout ce passe bien, les couleurs sont nickel, mais quand X se lance (avec slim en l'occurence) mon affichage est comme "voilé" de couleur jaunâtre /sepia un peu comme si la luminosité était faible. Ce qui me parait bizarre c'est que par contre l'affichage du curseur de souris lui est nickel ...
Avait vous une idée du problème ? j'ai regardé les differents log, je ne vois rien d'anormal (et je n'ai rien changé).

Pour info ma carte graphique est une ATI radeon mobility avec les pilotes radeon.

Merci d'avance

BoO.
BoO
Nouveau sur Frugalware
Nouveau sur Frugalware
 
Messages: 3
Inscription: 20 Février 2010, 15:55

Re: Probleme affichage graphique

Messagede BoO » 21 Février 2010, 16:53

Pour info, voici mon x.org.conf:

Code: Tout sélectionner
#Section "ServerFlags"
#   Option   "AIGLX"   "on"
#EndSection

Section "Extensions"
   Option   "RENDER"   "Enable"
   Option   "Composite"   "Enable"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

   load   "GLcore"
#   load   "xtrap"
#   load   "record"
   load   "dbe"
   load   "type1"
   
#   SubSection "extmod"
#      Option "omit xfree86-dga"
#   EndSubSection
EndSection

Section "InputDevice"
   Identifier   "Clavier"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fr"
   Option      "XkbVariant"   "latin9"
EndSection

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

   Option      "ZAxisMapping"      "4 5 6 7"
EndSection

#Section "InputDevice"
#   Identifier   "SourisUSB"
#   Driver      "mouse"
#   Option      "SendCoreEvents"
#   Option      "Device"      "/dev/input/mice"
#   Option      "ZAxisMapping"      "4 5 6 7"
#   Option      "Resolution"      "800"
#   Option      "Buttons"      "5"
#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     "AccelMethod"           "XAA"
        Option     "AccelDFS"              "false"
        Option     "AGPMode"               "4"
        Option     "AGPSize"               "128"
        Option     "GARTSize"              "64"
        Option     "RingSize"              "8"
        Option     "BufferSize"            "2"
        Option     "EnablePageFlip"        "true"
        Option     "ColorTiling"           "true"
        Option     "EnableDepthMoves"      "true"
        Option     "UseFBDev"              "false"
   Option     "RenderAccel"      "true"
   Option     "mtrr"         "on"
        Option     "SubPixelOrder"         "none"
   Option     "DPMS"
        Option     "DynamicClocks"         "on"

   Option     "XAANoOffscreenPixmaps"      "true"   
   Option     "backingstore"      "true"
#   Option     "VBERestore"         "true"

#   Option     "AddARGBGLXVisuals"      "true"
#   Option     "AllowGLXWithComposite"   "true"
        Option     "NoAccel"               "false"
        Option     "AGPFastWrite"          "false"
        Option     "DMAForXv"              "true"
       
   Option     "SWcursor"              "off"
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "BusType"               # [<str>]
        #Option     "CPPIOMode"             # [<bool>]
        #Option     "CPusecTimeout"         # <i>
        #Option     "NoBackBuffer"          # [<bool>]
        #Option     "FBTexPercent"          # <i>
        #Option     "DepthBits"             # <i>
        #Option     "PanelOff"              # [<bool>]
        #Option     "DDCMode"               # [<bool>]
        #Option     "MonitorLayout"         "LVDS, CRT"
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "MergedFB"              "true"
        #Option     "CRT2HSync"             # [<str>]
        #Option     "CRT2VRefresh"          # [<str>]
        #Option     "CRT2Position"          # [<str>]
        #Option     "MetaModes"             # [<str>]
        #Option     "MergedDPI"             # [<str>]
        #Option     "MergedXinerama"        # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"    # [<bool>]
        #Option     "MergedNonRectangular"    # [<bool>]
        #Option     "MergedMouseRestriction"    # [<bool>]
        #Option     "DisplayPriority"       # [<str>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForceMinDotClock"      # <freq>
        #Option     "VideoKey"              # <i>
        #Option     "RageTheatreCrystal"    # <i>
        #Option     "RageTheatreTunerPort"    # <i>
        #Option     "RageTheatreCompositePort"    # <i>
        #Option     "RageTheatreSVideoPort"    # <i>
        #Option     "TunerType"             # <i>
        #Option     "RageTheatreMicrocPath"    # <str>
        #Option     "RageTheatreMicrocType"    # <str>
        #Option     "ShowCache"             # [<bool>]
        Option     "BIOSHotkeys"           "on"
        #Option     "VGAAccess"             # [<bool>]
        #Option     "ReverseDDC"            # [<bool>]
        #Option     "LVDSProbePLL"          # [<bool>]
        #Option     "ConstantDPI"           # [<bool>]

#   Option   "RandRRotation"   "on"
#   Option   "Rotate"   "CW"
#   Option   "Rotate"   "CCW"
   Identifier  "Carte vidéo"
   Driver      "radeon"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon Mobility M6 LY"
   BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Écran"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Carte vidéo"
   Monitor      "Écran"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
        Option  "AIGLX" "on"
   Option "RandR" "on"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Clavier"
   InputDevice   "Trackpoint"
#   InputDevice   "SourisUSB"
EndSection

Section "DRI"
   Mode   0666
EndSection



edit: xconfig plante sans me donner de raison, néanmoins en essayant un xorg plus generique (merci botchchikii) cela ne résout pas le problème :(
BoO
Nouveau sur Frugalware
Nouveau sur Frugalware
 
Messages: 3
Inscription: 20 Février 2010, 15:55

Re: Probleme affichage graphique

Messagede Devil505 » 28 Février 2010, 09:59

Si tu as le paquet xf86-video-newport, retire le et re-essaye xconfig
Avatar de l’utilisateur
Devil505
Administrateur
Administrateur
 
Messages: 833
Inscription: 05 Décembre 2007, 21:10
Localisation: France

Re: Probleme affichage graphique

Messagede BoO » 01 Mars 2010, 21:21

Tiens et comme par hasard aujourd'hui, le paquet newport est mise à jour (xconfig plante avec la mise à jour aussi)

Ceci dit, en le retirant xconfig a enfin fonctionné, et j'ai enfin retrouvé un écran lisible.
Je vais pasrsimple curiosité voir quelle option est devenu tout d'un coup obsolète.

En tout cas un grand merci à toi Devil505, je vais donc pouvoir rester sous frugalware !

Encore Merci
BoO
Nouveau sur Frugalware
Nouveau sur Frugalware
 
Messages: 3
Inscription: 20 Février 2010, 15:55

Re: Probleme affichage graphique

Messagede Devil505 » 01 Mars 2010, 23:04

C'est vmiklos qui avait découvert le problème http://frugalware.org/pipermail/frugalw ... 08176.html

newport a été déplacé dans x11-extra pour éviter ce problème avec les install fraîches :)
Avatar de l’utilisateur
Devil505
Administrateur
Administrateur
 
Messages: 833
Inscription: 05 Décembre 2007, 21:10
Localisation: France


Retourner vers Général

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 1 invité

cron