Bonjours, je viens juste d’installé myrimix qui est basé sur sidux (debian sid)
j’ai suivis ce tuto
http://www.generation-debian.org/forums/viewtopic.php?f=8&t=302&start=45#p3208
pour installé les pilotes ATI mais arrivé a [quote]aticonfig --initial[/quote]
ca me marque
[quote]fred@myrinix:~$ aticonfig --initial
Data incomplete in file /etc/X11/xorg.conf
Undefined Device “(null)” referenced by Screen “Screen 0”.
aticonfig: Parsing the configuration file failed.
The above error messages are reported from XFree86 and may assist you in
diagnosing the problem with your configuration input file. Try use -f option
to generate a new configuration file.
fred@myrinix:~$
[/quote]
apparemment y’a un problème avec xorg.conf mais bon moi je capte pas encore tout sur linux
je met mon xorg.conf
[quote]# /etc/X11/xorg.conf (Xorg X Window System server configuration file)
This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
Xorg Configuration tool.
Edit this file with caution, and see the xorg.conf(5) manual page.
(Type “man xorg.conf” at the shell prompt.)
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Screen 0"
InputDevice "Keyboard 0"
InputDevice "ImPS/2 Logitech Wheel Mouse 0"
EndSection
Section "ServerFlags"
Option “AllowMouseOpenFail” "true"
EndSection
Section "InputDevice"
Identifier "Keyboard 0"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "us,ca"
Option “XkbOptions” "altwin:super_win"
EndSection
Section "InputDevice"
Identifier "ImPS/2 Logitech Wheel Mouse 0"
Driver "mouse"
Option “Device” "/dev/input/mice"
Option “Protocol” "Auto"
Option “Emulate3Buttons” "true"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Device 0"
Driver "ati"
BoardName "ATI Technologies Inc RV570 [Radeon X1950 Pro]"
BusID "PCI:1:0:0"
EndSection
Section “Monitor”
Identifier "Monitor 0"
ModelName "Default Monitor"
EndSection
Section "Screen"
Identifier "Screen 0"
Monitor "Monitor 0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option “Composite” "off"
EndSection
[/quote]
quelqu’un pourrais m’aidé svp ?