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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Comment installer pilote libre ATI (HD6450) [Résolu]

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Comment installer pilote libre ATI (HD6450) [Résolu]

n°1281830
Mac Gyver ​974
Posté le 13-06-2011 à 10:38:32  profilanswer
 

Bonjour, j'essaye sans succès d'installer le pilote libre ATI (sous Gentoo) , là je suis avec 2 noyaux 2.6.39 pour faire les tests...
 
Alors sur 1 ça boot jusqu'au login avec l'image, mais si je tape startx j'ai un msg d'erreur de X:
t
requires KMS (jpense que y a que ça qui est important dans le msg d'erreur ?)
 
Tandis que sur l'autre noyaux, l'écran devient noir pendant le boot...
 
Donc voila si quelqu'un peut me filer qq infos sur la config noyaux et xorg.conf pour avoir mon pilote libre ati utilisable sur ma HD 6450, merci d'avance  :jap:


Message édité par Mac Gyver 974 le 15-06-2011 à 20:57:48
mood
Publicité
Posté le 13-06-2011 à 10:38:32  profilanswer
 

n°1281834
Mjules
Modérateur
Parle dans le vide
Posté le 13-06-2011 à 12:17:58  profilanswer
 

c'est toi qui compile les noyaux je suppose ?
Alors il te faut au moins ça :
 
CONFIG_DRM=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_TTM=m
CONFIG_DRM_RADEON=m
 
 
+ CONFIG_DRM_RADEON_KMS à Yes si tu veux le KMS par défaut (c'est ton cas) ou à la rigueur un options radeon modeset=1 dans le ficher de gestion des modules.
 
De mémoire, il faut que le module soit chargé dans les premiers, donc dans l'initrd ou mentionné dans /etc/modprobe.preload (ou équivalent sous gentoo)
 
Pour le DDX, il te faut idéalement la dernières version (6.14.2) pour être sur d'avoir le support le plus complet possible de ta carte.
 
pour mesa, il te faut la dernière version voire peut être même la version de développement si tu veux un semblant de support 3D et compiler le pilote gallium R600g, pas le classique.


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°1281835
Mac Gyver ​974
Posté le 13-06-2011 à 12:31:16  profilanswer
 

Mjules a écrit :

c'est toi qui compile les noyaux je suppose ?
Alors il te faut au moins ça :
 
CONFIG_DRM=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_TTM=m
CONFIG_DRM_RADEON=m
 
 
+ CONFIG_DRM_RADEON_KMS à Yes si tu veux le KMS par défaut (c'est ton cas) ou à la rigueur un options radeon modeset=1 dans le ficher de gestion des modules.
 
De mémoire, il faut que le module soit chargé dans les premiers, donc dans l'initrd ou mentionné dans /etc/modprobe.preload (ou équivalent sous gentoo)
 
Pour le DDX, il te faut idéalement la dernières version (6.14.2) pour être sur d'avoir le support le plus complet possible de ta carte.
 
pour mesa, il te faut la dernière version voire peut être même la version de développement si tu veux un semblant de support 3D et compiler le pilote gallium R600g, pas le classique.


 
Je vais essayer tout ça (oui c'est bien moi qui compile le noyau)  :jap:
 
Edit: j'ai déjà tout ça, au moins sur un des 2 noyaux :??:


Message édité par Mac Gyver 974 le 13-06-2011 à 12:39:39
n°1281836
Mac Gyver ​974
Posté le 13-06-2011 à 12:49:36  profilanswer
 

Citation :

nous@Sempron K8 ~ $ startx
hostname: Hôte inconnu
xauth:  file /home/nous/.serverauth.2242 does not exist
 
 
X.Org X Server 1.9.5
Release Date: 2011-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.39.1 x86_64 Gentoo
Current Operating System: Linux Sempron K8 2.6.39.1 #11 PREEMPT Mon Jun 13 01:18:39 RET 2011 x86_64
Kernel command line: auto BOOT_IMAGE=2.6.39.1 ro root=803 video=vesafb:mtrr,ywrap,1024x768-32@85
Build Date: 10 June 2011  06:09:03AM
 
Current version of pixman: 0.20.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 13 18:43:41 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) [KMS] Kernel modesetting enabled.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server


 
Voila ce que j'ai désormais lorsque je fait startx, après avoir... supprimé le fichier /etc/X11/xorg.conf !
 
Mais problème: une fois arrivé sur le bureau kde, l'image est décalée... jpense qu'il faut un xorg.conf, mais je ne sais pas comment le configurer avec ce pilote libre, pour mon moniteur LCD 17" 1280x1024 75hz :??:
 
Edit: j'ai essayé différentes configuration de xorg.conf, mais ça me fait sytématiquement de la merde :??: (barres colorées, image décalée, scintillements...ou juste une partie de l'image visible tout en haut de l'écran et qui scintille...)


Message édité par Mac Gyver 974 le 13-06-2011 à 14:21:08
n°1281852
Mjules
Modérateur
Parle dans le vide
Posté le 13-06-2011 à 14:27:08  profilanswer
 

il cherche à charger le pilote vesa et ne le trouve pas. Donc 2 problèmes :
 - le pilote en question n'est pas installé
 - il ne cherche pas à ouvrir le pilote radeon, ce qui me laisse penser que celui-ci n'est pas dans sa dernière version.
 
cela dit, sans un log + détaillé, on n'avancera pas.


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°1281865
Mac Gyver ​974
Posté le 13-06-2011 à 15:18:25  profilanswer
 

Mjules a écrit :

il cherche à charger le pilote vesa et ne le trouve pas. Donc 2 problèmes :
 - le pilote en question n'est pas installé
 - il ne cherche pas à ouvrir le pilote radeon, ce qui me laisse penser que celui-ci n'est pas dans sa dernière version.
 
cela dit, sans un log + détaillé, on n'avancera pas.


 
J'ai pourtant installé xf86-video-ati en version 6.14.2 :??:
J'ai fait un Xorg -config puis placé le xorg.cong généré dans /etc/X11 et y a du nouveau:

Citation :


nous@Sempron K8 ~ $ startx
hostname: Hôte inconnu
xauth:  file /home/nous/.serverauth.2252 does not exist
 
 
X.Org X Server 1.9.5
Release Date: 2011-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.39.1 x86_64 Gentoo
Current Operating System: Linux Sempron K8 2.6.39.1 #11 PREEMPT Mon Jun 13 01:18:39 RET 2011 x86_64
Kernel command line: auto BOOT_IMAGE=2.6.39.1 ro root=803 video=vesafb:mtrr,ywrap,1024x768-24@75
Build Date: 10 June 2011  06:09:03AM
 
Current version of pixman: 0.20.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 13 21:12:36 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] Kernel modesetting enabled.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server


 
Enfin, du nouveau au niveau de ce log, car X est foireux, le bureau est bien lancé mais illisible, ça clignote façon strobo tout bleu avec des lignes verticales :??:
 
Voici le log de Xorg (var/log/Xorg.0.log)

Citation :


[  3432.610] (II) RADEON(0): 1024x768@60Hz
[  3432.610] (II) RADEON(0): 1024x768@70Hz
[  3432.610] (II) RADEON(0): 1024x768@75Hz
[  3432.610] (II) RADEON(0): 1280x1024@75Hz
[  3432.610] (II) RADEON(0): Manufacturer's mask: 0
[  3432.610] (II) RADEON(0): Supported standard timings:
[  3432.610] (II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  3432.610] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
[  3432.610] (II) RADEON(0): Supported detailed timing:
[  3432.610] (II) RADEON(0): clock: 25.2 MHz   Image Size:  338 x 270 mm
[  3432.610] (II) RADEON(0): h_active: 640  h_sync: 688  h_sync_end 688 h_blank_end 800 h_border: 0
[  3432.610] (II) RADEON(0): v_active: 350  v_sync: 409  v_sync_end 411 v_blanking: 399 v_border: 0
[  3432.610] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 80 kHz, PixClock max 135 MHz
[  3432.610] (II) RADEON(0): Monitor name: N-7005L
[  3432.610] (II) RADEON(0):
[  3432.610] (II) RADEON(0): EDID (in hex):
[  3432.610] (II) RADEON(0):    00ffffffffffff002e8370170f000000
[  3432.610] (II) RADEON(0):    140f010168221b78e8f0659857519127
[  3432.610] (II) RADEON(0):    215054adcf008180818f010101010101
[  3432.610] (II) RADEON(0):    010101010101d50980a0205e31103000
[  3432.610] (II) RADEON(0):    b20c520e1100001c000000fd00384b1f
[  3432.610] (II) RADEON(0):    500d000a202020202020000000fc004e
[  3432.610] (II) RADEON(0):    2d373030354c0a2020202020000000fe
[  3432.611] (II) RADEON(0):    000a202020202020202020202020002b
[  3432.611] (II) RADEON(0): Printing probed modes for output VGA-0
[  3432.611] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  3432.611] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  3432.611] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[  3432.611] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  3432.611] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  3432.611] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  3432.611] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  3432.611] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  3432.611] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[  3432.611] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  3432.611] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  3432.611] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  3432.611] (II) RADEON(0): Output HDMI-0 disconnected
[  3432.611] (II) RADEON(0): Output DVI-0 disconnected
[  3432.611] (II) RADEON(0): Output VGA-0 connected
[  3432.611] (II) RADEON(0): Using exact sizes for initial modes
[  3432.611] (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
[  3432.611] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  3432.611] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:fac0000
[  3432.611] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  3432.611] (==) RADEON(0): DPI set to (96, 96)
[  3432.611] (II) Loading sub module "fb"
[  3432.611] (II) LoadModule: "fb"
[  3432.612] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  3432.613] (II) Module fb: vendor="X.Org Foundation"
[  3432.613]    compiled for 1.9.5, module version = 1.0.0
[  3432.613]    ABI class: X.Org ANSI C Emulation, version 0.4
[  3432.613] (II) Loading sub module "ramdac"
[  3432.613] (II) LoadModule: "ramdac"
[  3432.613] (II) Module "ramdac" already built-in
[  3432.613] (--) Depth 24 pixmap format is 32 bpp
[  3432.613] (II) RADEON(0): [DRI2] Setup complete
[  3432.613] (II) RADEON(0): [DRI2]   DRI driver: r600
[  3432.613] (II) RADEON(0): Front buffer size: 5120K
[  3432.613] (II) RADEON(0): VRAM usage limit set to 226483K
[  3432.615] (==) RADEON(0): Backing store disabled
[  3432.615] (II) RADEON(0): Direct rendering enabled
[  3432.616] (II) RADEON(0): Setting EXA maxPitchBytes
[  3432.616] (II) EXA(0): Driver allocated offscreen pixmaps
[  3432.616] (II) EXA(0): Driver registered support for the following operations:
[  3432.616] (II)         Solid
[  3432.616] (II)         Copy
[  3432.616] (II)         Composite (RENDER acceleration)
[  3432.616] (II)         UploadToScreen
[  3432.616] (II)         DownloadFromScreen
[  3432.616] (II) RADEON(0): Acceleration enabled
[  3432.616] (**) RADEON(0): DPMS enabled
[  3432.616] (==) RADEON(0): Silken mouse enabled
[  3432.617] (II) RADEON(0): Set up textured video
[  3432.617] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  3432.617] (--) RandR disabled
[  3432.617] (II) Initializing built-in extension Generic Event Extension
[  3432.617] (II) Initializing built-in extension SHAPE
[  3432.617] (II) Initializing built-in extension MIT-SHM
[  3432.617] (II) Initializing built-in extension XInputExtension
[  3432.617] (II) Initializing built-in extension XTEST
[  3432.617] (II) Initializing built-in extension BIG-REQUESTS
[  3432.617] (II) Initializing built-in extension SYNC
[  3432.617] (II) Initializing built-in extension XKEYBOARD
[  3432.618] (II) Initializing built-in extension XC-MISC
[  3432.618] (II) Initializing built-in extension XINERAMA
[  3432.618] (II) Initializing built-in extension XFIXES
[  3432.618] (II) Initializing built-in extension RENDER
[  3432.618] (II) Initializing built-in extension RANDR
[  3432.618] (II) Initializing built-in extension COMPOSITE
[  3432.618] (II) Initializing built-in extension DAMAGE
[  3432.756] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  3432.756] (II) AIGLX: enabled GLX_INTEL_swap_event
[  3432.756] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  3432.756] (II) AIGLX: enabled GLX_SGI_make_current_read
[  3432.756] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  3432.757] (II) AIGLX: Loaded and initialized /usr/lib64/dri/r600_dri.so
[  3432.757] (II) GLX: Initialized DRI2 GL provider for screen 0
[  3432.960] (II) RADEON(0): Setting screen physical size to 338 x 270
[  3433.532] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  3433.532] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3433.532] (II) LoadModule: "evdev"
[  3433.532] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  3433.541] (II) Module evdev: vendor="X.Org Foundation"
[  3433.541]    compiled for 1.9.5, module version = 2.6.0
[  3433.541]    Module class: X.Org XInput Driver
[  3433.541]    ABI class: X.Org XInput driver, version 11.0
[  3433.541] (**) Power Button: always reports core events
[  3433.541] (**) Power Button: Device: "/dev/input/event4"
[  3433.544] (--) Power Button: Found keys
[  3433.544] (II) Power Button: Configuring as keyboard
[  3433.544] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  3433.544] (**) Option "xkb_rules" "evdev"
[  3433.544] (**) Option "xkb_model" "evdev"
[  3433.544] (**) Option "xkb_layout" "us"
[  3433.581] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  3433.581] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3433.581] (**) Power Button: always reports core events
[  3433.581] (**) Power Button: Device: "/dev/input/event3"
[  3433.583] (--) Power Button: Found keys
[  3433.583] (II) Power Button: Configuring as keyboard
[  3433.583] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  3433.583] (**) Option "xkb_rules" "evdev"
[  3433.583] (**) Option "xkb_model" "evdev"
[  3433.583] (**) Option "xkb_layout" "us"
[  3433.587] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event0)
[  3433.587] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[  3433.587] (**) USB-compliant keyboard: always reports core events
[  3433.588] (**) USB-compliant keyboard: Device: "/dev/input/event0"
[  3433.590] (--) USB-compliant keyboard: Found keys
[  3433.590] (II) USB-compliant keyboard: Configuring as keyboard
[  3433.590] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[  3433.590] (**) Option "xkb_rules" "evdev"
[  3433.590] (**) Option "xkb_model" "evdev"
[  3433.590] (**) Option "xkb_layout" "us"
[  3433.591] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event1)
[  3433.591] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[  3433.591] (**) USB-compliant keyboard: always reports core events
[  3433.591] (**) USB-compliant keyboard: Device: "/dev/input/event1"
[  3433.593] (--) USB-compliant keyboard: Found 1 mouse buttons
[  3433.593] (--) USB-compliant keyboard: Found scroll wheel(s)
[  3433.593] (--) USB-compliant keyboard: Found relative axes
[  3433.593] (--) USB-compliant keyboard: Found x and y relative axes
[  3433.593] (--) USB-compliant keyboard: Found absolute axes
[  3433.593] (--) USB-compliant keyboard: Found keys
[  3433.593] (II) USB-compliant keyboard: Configuring as mouse
[  3433.593] (II) USB-compliant keyboard: Configuring as keyboard
[  3433.593] (II) USB-compliant keyboard: Adding scrollwheel support
[  3433.593] (**) USB-compliant keyboard: YAxisMapping: buttons 4 and 5
[  3433.593] (**) USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3433.593] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[  3433.593] (**) Option "xkb_rules" "evdev"
[  3433.593] (**) Option "xkb_model" "evdev"
[  3433.593] (**) Option "xkb_layout" "us"
[  3433.593] (**) USB-compliant keyboard: (accel) keeping acceleration scheme 1
[  3433.593] (**) USB-compliant keyboard: (accel) acceleration profile 0
[  3433.593] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
[  3433.593] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
[  3433.593] (II) USB-compliant keyboard: initialized for relative axes.
[  3433.593] (WW) USB-compliant keyboard: ignoring absolute axes.
[  3433.594] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse0)
[  3433.594] (II) No input driver/identifier specified (ignoring)
[  3433.594] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event2)
[  3433.595] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[  3433.595] (**) PIXART USB OPTICAL MOUSE: always reports core events
[  3433.595] (**) PIXART USB OPTICAL MOUSE: Device: "/dev/input/event2"
[  3433.597] (--) PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
[  3433.597] (--) PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
[  3433.597] (--) PIXART USB OPTICAL MOUSE: Found relative axes
[  3433.597] (--) PIXART USB OPTICAL MOUSE: Found x and y relative axes
[  3433.597] (II) PIXART USB OPTICAL MOUSE: Configuring as mouse
[  3433.597] (II) PIXART USB OPTICAL MOUSE: Adding scrollwheel support
[  3433.597] (**) PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[  3433.597] (**) PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3433.597] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE)
[  3433.597] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[  3433.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
[  3433.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[  3433.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[  3433.597] (II) PIXART USB OPTICAL MOUSE: initialized for relative axes.
[  3433.597] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse1)
[  3433.597] (II) No input driver/identifier specified (ignoring)
[  3456.089] (II) RADEON(0): EDID vendor "KTC", prod id 6000
[  3456.089] (II) RADEON(0): Using hsync ranges from config file
[  3456.089] (II) RADEON(0): Using vrefresh ranges from config file
[  3456.089] (II) RADEON(0): Printing DDC gathered Modelines:
[  3456.089] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  3456.089] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  3456.089] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  3456.089] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  3456.089] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  3456.089] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  3456.089] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  3456.089] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  3456.089] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  3456.089] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  3456.089] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  3456.089] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  3456.220] (II) RADEON(0): EDID vendor "KTC", prod id 6000
[  3456.220] (II) RADEON(0): Using hsync ranges from config file
[  3456.220] (II) RADEON(0): Using vrefresh ranges from config file
[  3456.220] (II) RADEON(0): Printing DDC gathered Modelines:
[  3456.220] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  3456.220] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  3456.220] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  3456.220] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  3456.220] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  3456.220] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  3456.220] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  3456.220] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  3456.220] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  3456.220] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  3456.220] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  3456.220] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  3458.115] (II) RADEON(0): EDID vendor "KTC", prod id 6000
[  3458.115] (II) RADEON(0): Using hsync ranges from config file
[  3458.115] (II) RADEON(0): Using vrefresh ranges from config file
[  3458.115] (II) RADEON(0): Printing DDC gathered Modelines:
[  3458.115] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  3458.115] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  3458.115] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  3458.115] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  3458.115] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  3458.115] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  3458.115] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  3458.115] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  3458.115] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  3458.115] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  3458.115] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  3458.115] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  3592.315] (II) Power Button: Close
[  3592.315] (II) UnloadModule: "evdev"
[  3592.319] (II) Power Button: Close
[  3592.319] (II) UnloadModule: "evdev"
[  3592.323] (II) USB-compliant keyboard: Close
[  3592.323] (II) UnloadModule: "evdev"
[  3592.327] (II) USB-compliant keyboard: Close
[  3592.327] (II) UnloadModule: "evdev"
[  3592.331] (II) PIXART USB OPTICAL MOUSE: Close
[  3592.331] (II) UnloadModule: "evdev"
nous@Sempron K8 ~ $


 
Jsuis bien perdu là  :(

n°1282091
Mac Gyver ​974
Posté le 15-06-2011 à 20:41:31  profilanswer
 

Résolu, simplement en supprimant l'option VGA du bootloader...


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

  Comment installer pilote libre ATI (HD6450) [Résolu]

 

Sujets relatifs
[Resolu] Impossible d'installer Grub (Probleme BIOS EFI)Module TUN impossible à installer
Installer Debian sur un PC spécial (tablette)Installer flash dans un firefox tar.bz2
Installer Linux sans lecteur CD ni clé USB ?installer linux avec win7 présent
ubuntu 10.10 et défaut d'affichage vidéos sur TOUS les formats ATIImpossible d'installer des packages avec yum
monter une solution libre de VPN : openvpn ou autre ? 
Plus de sujets relatifs à : Comment installer pilote libre ATI (HD6450) [Résolu]


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