Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 24/07/2007, à 14:12

GnuDav

Problème fgrlx

Donc voila toute l'histoire, j'ai essayé d'installé fgrlx. J'ai suivi le tuto de fglrx et ça m'a rendu un truc inutilisable. Vive la copie backup de xorg.conf!!

Voici quelques infos

gnudav@gnudav:~$ lsmod |grep fglrx
gnudav@gnudav:~$ lspci | grep ATI
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc Unknown device 5a37
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 83)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI (rev 80)
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]

Et voici le xorg qui ne marche pas:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
  FontPath "/usr/share/fonts/X11/misc"
  FontPath "/usr/share/fonts/X11/cyrillic"
  FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/Type1"
  FontPath "/usr/share/fonts/X11/100dpi"
  FontPath "/usr/share/fonts/X11/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 "extmod"
  Load "freetype"
  Load "int10"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "dri"
  load "v4l"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbVariant" "oss"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
  option "CorePointer"
  option "Device" "/dev/input/mice"
  option "Protocol" "ImPS/2"
  option "ZAxisMapping" "4 5"
  option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Identifier "Synaptics Touchpad"
  Driver "synaptics"
  option "SendCoreEvents" "true"
  option "Device" "/dev/psaux"
  option "Protocol" "auto-dev"
  option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/input/wacom"
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/input/wacom"
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/input/wacom"
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
  identifier "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
  boardname "ATI Radeon (fglrx)"
  busid "PCI:1:5:0"
  driver "ati"
  screen 0
  vendorname "ATI"
  option "MergedFB" "off"
EndSection

Section "Monitor"
  identifier "Generic Monitor"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
  Monitor "Generic Monitor"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 640 480
    modes "640x480@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
  InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" # 
  identifier "device1"
  boardname "ATI Radeon (fglrx)"
  busid "PCI:1:5:0"
  driver "ati"
  screen 1
  vendorname "ATI"
  option "MergedFB" "off"
EndSection
Section "screen" # 
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
EndSection
Section "monitor" # 
  identifier "monitor1"
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Sur les conseils de Vergeylen j'avais ajouté à la main fglrx:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

fglrx #ajouté
fuse
lp
rtc

Au passage est-ce c'est pour ça que je ne peux pas afficher les vidéos de dailymotion en plein écran (fonction zoom sur DM)?
Donc de l'aide ne serait pas de refus.

Merci, GD.

Dernière modification par GnuDav (Le 24/07/2007, à 14:16)


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#2 Le 24/07/2007, à 14:49

slasher_fun

Re : Problème fgrlx

Dis moi tu n'as pas fait "aticonfig --initial" dans ton xorg.conf de sauvegarde ? Si la réponse est "non" remplace simplement "ati" par "fglrx" dans la ligne "driver" :-)

Hors ligne

#3 Le 25/07/2007, à 09:28

GnuDav

Re : Problème fgrlx

La réponse est non pour "aticonfig --initial"
J'ai essayé 2 fois de remplacé "ati" par "fglrx" dans la ligne driver :

1°) je ne change que cela. Résultat, au reboot je me retrouve en console et tout rentre dans l'ordre en chargant mon xorg de secours et donc avec le pilote d'origine (Radeon je crois).

2°) je choisi le driver fglrx par l'intermédiaire de la configuration système puis change "ati" par fglrx". Résultat, même chose que pour 1°!!

Je veux rajouter qu'au moment d'utiliser le driver fglrx par "configuration système" il y a une fenêtre qui apparait en disant :

"Le driver et la configuration écran sélectionnés n'ont pas été testés avec succès sur cet ordinateur. Continuer avec cette configuration?"

Au passage ma config écran : 1280*800 @ 60Hz

Dernière modification par GnuDav (Le 25/07/2007, à 09:29)


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#4 Le 25/07/2007, à 14:43

slasher_fun

Re : Problème fgrlx

Ton xorg.conf a l'air quand même bien amoché... Tu n'as pas un xorg.conf de sauvagarde du tout début ?

Hors ligne

#5 Le 29/07/2007, à 20:18

GnuDav

Re : Problème fgrlx

humm non. Je peux peut être récupérer celui du dvd d'instal?


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#6 Le 29/07/2007, à 21:58

slasher_fun

Re : Problème fgrlx

Essaye un "sudo dpkg-reconfigure xserver-xorg" pour retrouver quelque chose de potable...

Hors ligne

#7 Le 08/08/2007, à 09:24

GnuDav

Re : Problème fgrlx

Voici mon tout nouveau xorg.cong, mais je ne l'ai pas encore testé je vais le faire.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/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"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
    Driver        "ati"
    BusID        "PCI:1:5:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#8 Le 08/08/2007, à 09:28

GnuDav

Re : Problème fgrlx

hmm ça fait tout des traits sur mon écran bref c'est pire je retourne sur l'ancien xorg.conf


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#9 Le 08/08/2007, à 21:52

GnuDav

Re : Problème fgrlx

Bon je m'en suis refait un à la main qu'est ce que tu en penses de celui là

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Module"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbVariant" "oss"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
  option "CorePointer"
  option "Device" "/dev/input/mice"
  option "Protocol" "ImPS/2"
  option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Identifier "Synaptics Touchpad"
  Driver "synaptics"
  option "SendCoreEvents" "true"
  option "Device" "/dev/psaux"
  option "Protocol" "auto-dev"
  option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/input/wacom"
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/input/wacom"
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/input/wacom"
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
  identifier "ATI RADEON X200M"
  boardname "ati"
  busid "PCI:1:5:0"
  driver "ati"
  screen 0
  option "MergedFB" "off"
EndSection

Section "Monitor"
  identifier "Écran générique"
  vendorname "Generic"
  modelname "Flat Panel 1280x800"
  HorizSync 31.5-90
  VertRefresh 60
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI RADEON X200M"
  Monitor "Écran générique"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1200
    modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "1440x900@60" "1600x1024@60" "1680x1050@60" "1920x1200@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
  InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" #   
  identifier "device1"
  boardname "ati"
  busid "PCI:1:5:0"
  driver "ati"
  screen 1
  option "MergedFB" "off"
EndSection
Section "screen" #   
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
  SubSection "Display"
    depth 24
    modes "640x480@60"
  EndSubSection
EndSection
Section "monitor" #   
  identifier "monitor1"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

En ce qui concerne l'installation de l'accélération matériel avec fglrx j'avais oublié de précisé que je tourne sur un noyau (et une machine par conséquent) 64 bits. Peut être est ce un début de réponse?

Dernière modification par GnuDav (Le 08/08/2007, à 21:54)


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#10 Le 13/08/2007, à 12:47

GnuDav

Re : Problème fgrlx

bon apparemment c'est pas bon non plus car quand je lance une appli "gourmande" supertux par exemple ça ram à mort et ça ferme ma session !!!

Petite précision ma ram carte graphique est partagé avec la ram "normale"


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#11 Le 13/08/2007, à 13:22

GnuDav

Re : Problème fgrlx

J'ai joué au béta testeur, j'ai installé les driver par envy et ça n'a rien changé. Voici mon xorg.conf

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Module"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbVariant" "oss"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
  option "CorePointer"
  option "Device" "/dev/input/mice"
  option "Protocol" "ImPS/2"
  option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Identifier "Synaptics Touchpad"
  Driver "synaptics"
  option "SendCoreEvents" "true"
  option "Device" "/dev/psaux"
  option "Protocol" "auto-dev"
  option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/input/wacom"
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/input/wacom"
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/input/wacom"
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
  identifier "ATI RADEON X200M"
  boardname "ati"
  busid "PCI:1:5:0"
  driver "ati"
  screen 0
  option "MergedFB" "off"
EndSection

Section "Monitor"
  identifier "Écran générique"
  vendorname "Generic"
  modelname "Flat Panel 1280x800"
  HorizSync 31.5-90
  VertRefresh 60
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI RADEON X200M"
  Monitor "Écran générique"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1200
    modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "1440x900@60" "1600x1024@60" "1680x1050@60" "1920x1200@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
  InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" #   
  identifier "device1"
  boardname "ati"
  busid "PCI:1:5:0"
  driver "ati"
  screen 1
  option "MergedFB" "off"
EndSection
Section "screen" #   
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
  SubSection "Display"
    depth 24
    modes "640x480@60"
  EndSubSection
EndSection
Section "monitor" #   
  identifier "monitor1"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Section "Extensions"
	Option "Composite" "Disable"
EndSection

Par contre il y a du nouveau :

gnudav@gnudav:~$ glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No

Mais toujours pas d'accélération graphique
Quand je lance ATI Catalyst Control Center, il me dit

Il y avait un problème dans l'édition Catalyst Control Center Linux Il peut provenir du suivant. Aucun pilote graphique ATI n'est installé, ou bien le pilote ATI ne fonctionne pas correctement. Veuillez installer le pilote ATI approprié à votre matériel ATI, ou configurez avec aticonfig.

ok

HarryPotter@Hogwarts:~$ aticus configus automaticalus

heuu marche pô sad

gnudav@gnudav:~$ aticonfig --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-0
aticonfig: Writing to '/etc/X11/xorg.conf' failed. Bad file descriptor.

Marche pô non plus sad(

Dernière modification par GnuDav (Le 13/08/2007, à 13:44)


Acer Aspire 5102 AMD Turion 64 X2 @ 1600MHz
Kubuntu 7.04 x86_64
Linux 2.6.20-16-generic
Pour ceux qui connaissent un raccourci clavier pour afficher les dossiers cachés sous konqueror je suis preneur!

Hors ligne

#12 Le 14/09/2007, à 02:06

pkp

Re : Problème fgrlx

Si jamais le problème est encore d'actualité, et pour mémoire : il faut un sudo devant aticonfig (logique, puisqu'il écrit dans le xorg.conf wink )


"Experience is a thing you can't get for nothing"
Oscar Wilde

Hors ligne