Pages : 1
#1 Le 28/05/2006, à 13:34
- liquid
xorg.conf bizarre
Bonjour à tous,
Je viens d'installer dapper ainsi que xgl-compiz. j'ai une carte ati X300, mais ça fonctionne à-peut-prét (j'ai quand même.quelques gros freeze). Par contre mon fichier xorg.conf posséde deux section "device":
Section "Device"
Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Driver "ati"
BusID "PCI:5:0:0"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "(null)"
Option "UseInternalAGPGART" "off"
BusID "PCI:5:0:0"
EndSection
Est-ce normal?
Que dois-je faire? Je pensais virer la deuxième et remplacer "ati" par "fglrx" dans la première.
Merci de votre aide.
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#2 Le 28/05/2006, à 13:39
- pyramidxav
Re : xorg.conf bizarre
a mon avis tu devrais commenter la première section device (en mettant des # en début de cacune des ligne) et relancer ton interface graphique (Ctrl-Alt-Backspace)
mais a priori la première section devrait être ignorée (simple suppostion)
sinon lances un 'dpkg-reconfigure xserver-xorg' pour avoir un ficier de conf propre
C'est pas parce qu'on a rien à dire qu'il faut fermer sa gueule.
[Michel Audiard]
Hors ligne
#3 Le 28/05/2006, à 13:40
- liquid
Re : xorg.conf bizarre
Ok, je vais tester ça.
Merci
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#4 Le 28/05/2006, à 13:41
- garfunk
Re : xorg.conf bizarre
Moi j'ignorerai la première. La deuxième sert a rien la. Par contre soit rebootes, soit relances X après.
Plus ça va, moins je comprends
Hors ligne
#5 Le 28/05/2006, à 13:54
- liquid
Re : xorg.conf bizarre
Bon, je viens de tester en commentant la première, resultat le serveur x se plante. Je vais essayer avec 'dpkg-reconfigure xserver-xorg'
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#6 Le 28/05/2006, à 13:59
- ZeBob
Re : xorg.conf bizarre
Pour XGl mixe les deux :
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:5:0:0"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
EndSection
N'oublie pas de corriger la section Screen pour qu'elle utilise le bon identifier :
Section "Screen"
Identifier "Default Screen"
Device "ATI Graphics Adapter 0"
Hors ligne
#7 Le 28/05/2006, à 14:11
- garfunk
Re : xorg.conf bizarre
Mmmmm
essaye en commentant la deuxième alors (en plus je viens de me rendre compte que c'est ce que je voulais te dire en plus, je me suis emmelé les pédales, désolé). Je plussoie Zebob, fais un remix. Tu peux laisser le nom de la carte a la place de ATI Gaphic Adapter 0, mais comme le dit ZeBob, vérifie bien la section Screen pour qu'il y ait le même nom.
Plus ça va, moins je comprends
Hors ligne
#8 Le 28/05/2006, à 14:29
- liquid
Re : xorg.conf bizarre
Exact, je viens de tester ta methode et x à encore planté, et la methode de zebob fait tout planté aussi.
Si je n'avais pas tout ces freeze sous xgl je le laisserai comme ça mais c'est quand même agreable a utiliser. Faut que je trouve une soluce. D'un autre coté les freeze ne viennet peut etre pas de là.....
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#9 Le 28/05/2006, à 14:32
- ZeBob
Re : xorg.conf bizarre
tu veux pas poster ton xorg.Conf en entier ?
Hors ligne
#10 Le 28/05/2006, à 14:36
- liquid
Re : xorg.conf bizarre
Voila:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
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 "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Driver "ati"
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Je viens de reinstaller l'accelaration 3d et si je me souviens bien il me manque encore le options agpart en "device"
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#11 Le 28/05/2006, à 15:12
- liquid
Re : xorg.conf bizarre
D'aprés le forum il faut que je rajoute (pour les cartes Ati):
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
mais du coup dans laquelle de mes sections device dois-je le mettre?
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#12 Le 28/05/2006, à 16:11
- altermundus
Re : xorg.conf bizarre
Perso sur un dell portable 9300 avec une ati M300 j'ai cela dans mon xorg.conf :
Section "Device"
Identifier "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Monitor "Écran générique"
DefaultDepth 24
etc....
En revanche mon xorg.conf me posait quelques soucis bébins car il m'avait inventé l'existence d'une tablette Wacom et cela déplaisait à certains progs...
Altermundus
Hors ligne
#13 Le 28/05/2006, à 18:21
- BMikeG
Re : xorg.conf bizarre
Salut,
pyramidxav te propose de faire un sudo dpkg-reconfigure xserver-xorg
et c'est exactement ça qu'il faut faire pour avoir un xorg.conf propre.
De plus avec cette méthode on est toujours sur de pas se planter.
BMikeG
#14 Le 28/05/2006, à 19:07
- liquid
Re : xorg.conf bizarre
Ok, je viens de faire dpkg-reconf. et j'ai ajouté :
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
dans ma section device (qui est maintenant la seule).
Je fais quelques tests avec xgl pour voir...
AMD64 X2 4400+_Asus A8N-SLIdeluxe_1GO RAM_Nvidia geforce 7800gtx
Hors ligne
#15 Le 28/05/2006, à 19:27
- garfunk
Re : xorg.conf bizarre
La ça devrait fonctionner. Mais il aurait fallu essayer la méthode de Zebob correctement...
Plus ça va, moins je comprends
Hors ligne
Pages : 1