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

AMD64 + Ati mobility 9700 + écran 17" (ubuntu) Pas de X (cfg) - Installation - Linux et OS Alternatifs

Marsh Posté le 15-02-2005 à 10:42:08    

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
 

Reply

Marsh Posté le 15-02-2005 à 10:42:08   

Reply

Marsh Posté le 15-02-2005 à 10:46:51    

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

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed