problèmes avec vidéo intégré (intel 845G)

  • Vladdrac
  • Mastermind
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Fév 04, 2004
  • Messages: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Message Avril 25th, 2004, 9:24 am

Ok, je ne suis pas certain de ce que je fais est mal. J'ai installé le dernier pilote sur le site d'Intel pour ma carte graphique. Heureusement, je suis heureux de dire que je peux maintenant obtenir une résolution supérieure à 640x480! Malheureusement, aujourd'hui je ne peux pas passé 256 couleurs. J'ai installé le rpm. Depuis le site intel, je belileve correctement. Voici mon fichier de configuration X si cela peut aider

Code: [ Select ]
Section "ServerLayout"
    Identifier   "XFree86 Configured"
    Screen   0 "Screen0" 0 0
    InputDevice  "Mouse0" "CorePointer"
    InputDevice  "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    ModulePath  "/usr/X11R6/lib/modules"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load "vnc"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "xtrap"
    Load "speedo"
    Load "type1"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver   "keyboard"
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver   "mouse"
    Option   "Protocol" "auto"
    Option   "Device" "/dev/mouse"
EndSection

Section "Monitor"
    #DisplaySize  310  230    # mm
    Identifier  "Monitor0"
    VendorName  "DEL"
    ModelName  "DELL E151FPb"
    Option   "DPMS"
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   "NoAccel"          # [<bool>]
    #Option   "SWcursor"      # [<bool>]
    #Option   "ColorKey"      # <i>
    #Option   "CacheLines"     # <i>
    #Option   "Dac6Bit"          # [<bool>]
    #Option   "DRI"            # [<bool>]
    #Option   "NoDDC"           # [<bool>]
    #Option   "ShowCache"         # [<bool>]
    #Option   "XvMCSurfaces"    # <i>
    Identifier "Card0"
    Driver   "i810"
    VendorName "Intel Corp."
    BoardName  "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
    BusID    "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device   "Card0"
    Monitor  "Monitor0"
    SubSection "Display"
 Depth   1
    EndSubSection
    SubSection "Display"
 Depth   4
    EndSubSection
    SubSection "Display"
 Depth   8
    EndSubSection
    SubSection "Display"
 Depth   15
    EndSubSection
    SubSection "Display"
 Depth   16
    EndSubSection
    SubSection "Display"
 Depth   24
    EndSubSection
EndSection
  1. Section "ServerLayout"
  2.     Identifier   "XFree86 Configured"
  3.     Screen   0 "Screen0" 0 0
  4.     InputDevice  "Mouse0" "CorePointer"
  5.     InputDevice  "Keyboard0" "CoreKeyboard"
  6. EndSection
  7. Section "Files"
  8.     RgbPath   "/usr/X11R6/lib/X11/rgb"
  9.     ModulePath  "/usr/X11R6/lib/modules"
  10.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  11.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  12.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  13.     FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
  14.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  15.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  16. EndSection
  17. Section "Module"
  18.     Load "vnc"
  19.     Load "dbe"
  20.     Load "dri"
  21.     Load "extmod"
  22.     Load "glx"
  23.     Load "record"
  24.     Load "xtrap"
  25.     Load "speedo"
  26.     Load "type1"
  27. EndSection
  28. Section "InputDevice"
  29.     Identifier "Keyboard0"
  30.     Driver   "keyboard"
  31. EndSection
  32. Section "InputDevice"
  33.     Identifier "Mouse0"
  34.     Driver   "mouse"
  35.     Option   "Protocol" "auto"
  36.     Option   "Device" "/dev/mouse"
  37. EndSection
  38. Section "Monitor"
  39.     #DisplaySize  310  230    # mm
  40.     Identifier  "Monitor0"
  41.     VendorName  "DEL"
  42.     ModelName  "DELL E151FPb"
  43.     Option   "DPMS"
  44. EndSection
  45. Section "Device"
  46.     ### Available Driver options are:-
  47.     ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48.     ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  49.     ### [arg]: arg optional
  50.     #Option   "NoAccel"          # [<bool>]
  51.     #Option   "SWcursor"      # [<bool>]
  52.     #Option   "ColorKey"      # <i>
  53.     #Option   "CacheLines"     # <i>
  54.     #Option   "Dac6Bit"          # [<bool>]
  55.     #Option   "DRI"            # [<bool>]
  56.     #Option   "NoDDC"           # [<bool>]
  57.     #Option   "ShowCache"         # [<bool>]
  58.     #Option   "XvMCSurfaces"    # <i>
  59.     Identifier "Card0"
  60.     Driver   "i810"
  61.     VendorName "Intel Corp."
  62.     BoardName  "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
  63.     BusID    "PCI:0:2:0"
  64. EndSection
  65. Section "Screen"
  66.     Identifier "Screen0"
  67.     Device   "Card0"
  68.     Monitor  "Monitor0"
  69.     SubSection "Display"
  70.  Depth   1
  71.     EndSubSection
  72.     SubSection "Display"
  73.  Depth   4
  74.     EndSubSection
  75.     SubSection "Display"
  76.  Depth   8
  77.     EndSubSection
  78.     SubSection "Display"
  79.  Depth   15
  80.     EndSubSection
  81.     SubSection "Display"
  82.  Depth   16
  83.     EndSubSection
  84.     SubSection "Display"
  85.  Depth   24
  86.     EndSubSection
  87. EndSection



J'ai essayé aussi de télécharger le fichier tar.gzip aussi bien, mais quand je. / Install.sh I cannot run X.

Je suis complètement dérouté sur ce que je suis censé faire, je ne suis pas normalement la personne à demander de l'aide, mais j'ai travaillé sur ce depuis des semaines. Je n'arrive pas à trouver quelque chose pour m'aider avec cette

mais je pense que j'ai installé le pilote correctement sinon je ne serais pas voir cela dans le fichier de configuration

Code: [ Select ]
VendorName "Intel Corp."
    BoardName  "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
    BusID    "PCI:0:2:0"
  1. VendorName "Intel Corp."
  2.     BoardName  "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
  3.     BusID    "PCI:0:2:0"


je vous remercie de l'aide
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Avril 25th, 2004, 9:24 am

  • Vladdrac
  • Mastermind
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Fév 04, 2004
  • Messages: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Message Avril 28th, 2004, 6:34 pm

cela a été résolu, c'était une erreur dans mon bios les journaux et seulement mise à jour de mon bios. Je dois avoir 20 noyaux compilés comme dans le processus, et je pense que j'ai réinstallé linux 6 ou 7 fois par la suite je vis tout.

Dieu merci, tout est beutiful marche très bien et maintenant

Afficher de l'information

  • Total des messages de ce sujet: 2 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 53 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC