Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1745 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  (ubuntu) Pas de X (cfg) AMD64 + Ati mobility 9700 + écran 17"

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

(ubuntu) Pas de X (cfg) AMD64 + Ati mobility 9700 + écran 17"

n°636680
Dr_GonZo
Posté le 15-02-2005 à 10:42:08  profilanswer
 

Bonjour je viens d'installer ubuntu sur mon portable et le serveur X ne veux pas se lancer. De plus, il ne me renvios pas d'erreur precise juste un truc du genre this is pre-release version of xfree86...
 
J'ai essayer (quekqu'un a deja resolu ce pb juste avec cette cmde mais pour moi unsucceed :/)
 

Code :
  1. dpkg-reconfigure xserver-xfree86


 
et

Code :
  1. apt-get install  fglrx-driver


Mais ca n'a rien changé
 
j'ai aussi essayé les drivers d'Ati mais comme c'est un .rpm j'ai voulu le conver nir en .deb (alien --to-deb xxx.rpm) mais la il y a de nouveau une erreur du style
dpkg-gencontrol curent build archi amd64 does not appear inpackage....
 
 
Voila si vous avez unr idee :)
 
thx
 

mood
Publicité
Posté le 15-02-2005 à 10:42:08  profilanswer
 

n°636682
Dr_GonZo
Posté le 15-02-2005 à 10:46:51  profilanswer
 

ha oui j'oublié
voila mon XF86Config-4

Code :
  1. Section "Files"
  2.     FontPath    "unix/:7100"            # local font server
  3.     # if the local font server has problems, we can fall back on these
  4.     FontPath    "/usr/lib/X11/fonts/misc"
  5.     FontPath    "/usr/lib/X11/fonts/cyrillic"
  6.     FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
  7.     FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
  8.     FontPath    "/usr/lib/X11/fonts/Type1"
  9.     FontPath    "/usr/lib/X11/fonts/CID"
  10.     FontPath    "/usr/lib/X11/fonts/Speedo"
  11.     FontPath    "/usr/lib/X11/fonts/100dpi"
  12.     FontPath    "/usr/lib/X11/fonts/75dpi"
  13.         # paths to defoma fonts
  14.     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  15.     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  16. EndSection
  17. Section "Module"
  18.     Load    "GLcore"
  19.     Load    "bitmap"
  20.     Load    "dbe"
  21.     Load    "ddc"
  22.     Load    "dri"
  23.     Load    "extmod"
  24.     Load    "freetype"
  25.     Load    "glx"
  26.     Load    "int10"
  27.     Load    "record"
  28.     Load    "speedo"
  29.     Load    "type1"
  30.     Load    "v4l"
  31.     Load    "vbe"
  32.     Load    "xtt"
  33. EndSection
  34. Section "InputDevice"
  35.     Identifier    "Generic Keyboard"
  36.     Driver        "keyboard"
  37.     Option        "CoreKeyboard"
  38.     Option        "XkbRules"    "xfree86"
  39.     Option        "XkbModel"    "pc105"
  40.     Option        "XkbLayout"    "fr"
  41. EndSection
  42. Section "InputDevice"
  43.     Identifier    "Configured Mouse"
  44.     Driver        "mouse"
  45.     Option        "CorePointer"
  46.     Option        "Device"        "/dev/input/mice"
  47.     Option        "Protocol"        "ImPS/2"
  48.     Option        "Emulate3Buttons"    "true"
  49.     Option        "ZAxisMapping"        "4 5"
  50. EndSection
  51. Section "InputDevice"
  52.         Identifier      "Synaptics Touchpad"
  53.         Driver          "synaptics"
  54.         Option          "SendCoreEvents"        "true"
  55.         Option          "Device"                "/dev/psaux"
  56.         Option          "Protocol"              "auto-dev"
  57. EndSection
  58. Section "Device"
  59.     Identifier    "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
  60.     Driver        "ati"
  61.     BusID        "PCI:1:0:0"
  62.     VideoRam    131072
  63.     Option        "UseFBDev"        "true"
  64. EndSection
  65. Section "Monitor"
  66.     Identifier    "Écran générique"
  67.     HorizSync    28-38
  68.     VertRefresh    43-72
  69.     Option        "DPMS"
  70. EndSection
  71. Section "Screen"
  72.     Identifier    "Default Screen"
  73.     Device        "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
  74.     Monitor        "Écran générique"
  75.     DefaultDepth    24
  76.     SubSection "Display"
  77.         Depth        1
  78.         Modes        "1440x900"
  79.     EndSubSection
  80.     SubSection "Display"
  81.         Depth        4
  82.         Modes        "1440x900"
  83.     EndSubSection
  84.     SubSection "Display"
  85.         Depth        8
  86.         Modes        "1440x900"
  87.     EndSubSection
  88.     SubSection "Display"
  89.         Depth        15
  90.         Modes        "1440x900"
  91.     EndSubSection
  92.     SubSection "Display"
  93.         Depth        16
  94.         Modes        "1440x900"
  95.     EndSubSection
  96.     SubSection "Display"
  97.         Depth        24
  98.         Modes        "1440x900"
  99.     EndSubSection
  100. EndSection
  101. Section "ServerLayout"
  102.     Identifier    "Default Layout"
  103.     Screen        "Default Screen"
  104.     InputDevice    "Generic Keyboard"
  105.     InputDevice    "Configured Mouse"
  106.     InputDevice    "Synaptics Touchpad"
  107. EndSection
  108. Section "DRI"
  109.     Mode    0666
  110. EndSection


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  (ubuntu) Pas de X (cfg) AMD64 + Ati mobility 9700 + écran 17"

 

Sujets relatifs
Problème de Fréquence ATI Rage Mobility TV-OutActiver la carte son sous Ubuntu ?
Pilotes ATI et MANDRAKE 10.1ecran CRT HS suite à upgrade de MDK9 vers MDK10.1
Comparo perfs 3D cartes ATI/NvidiaRadeon 9200. driver Ati installe mais tres lent
[drivers nvidia AMD64] nvidia.ko compilé, modprobé, mais ignoré par Xrésolution d'écran avec une nvidia TNT1 sous debian sarge ?
Ubuntu et WiFi 
Plus de sujets relatifs à : (ubuntu) Pas de X (cfg) AMD64 + Ati mobility 9700 + écran 17"


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR