Le mer 01/09/2004 à 09:35, Frédéric Mantegazza a écrit :
> Bonjour,
>
> Suite aux discussions sur les cartes graphiques, j'ai installé les drivers
> proprio d'ATI sur mon portable (j'aimerais bien avoir le dual-head pour
> bosser sous Gimp).
>
> L'installation se fait sans problème via les paquets debian. Avec l'outil de
> config, j'ai pu générer un fichier XF86Config-4, mais plein de choses ne
> vont pas.
>
> 1) Les polices sont minuscules, pourtant c'est la même config de ce côté;
J'ai eus le mm probleme sur ma g400, voila comment je l'ai resolu
apparemment, le X se lance par defaut avec des polices 75, ce qui est
trop petit,donc, il faut charger les 100 à la place:
apt-get install xfonts-100dpi-transcoded
puis dans XF86config-4
tu commentes la ligne:
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
et tu rajoutes celle ci:
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
> 2) Je n'arrive pas a activer le Xinerama;
pour le Xinerama,
pareil dans ton XF86config-4:
Section "ServerLayout"
Identifier "dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama"
EndSection
> 3) Je ne vois pas comment choisir une résolution différente sur chaque
> écran.
C'est dans le mm fichier:
tiens, je t'envoi ma config dualhead g400 (19":1600*1200 +
17"1280*1024) en fichier joint pour que tu t'en inspire
>
> Si quelqu'un a des tuyaux, je suis preneur.
>
> PS: Sinon, côté perfs 3D, glxgears me donne à peu près la même chose que
> sans le driver proprio. Donc il n'y a pas de support matériel autre que le
> DRI, ce que fait déjà le driver 'libre' (il y a tout de même un micro-code
> chargé).
Section "ServerLayout"
Identifier "dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
# Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "imPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "IVM"
ModelName "LS902U"
HorizSync 30.0 - 96.0
VertRefresh 70.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "NEC"
VendorName "NEC"
ModelName "5FGp"
HorizSync 30.0 - 96.0
VertRefresh 70.0 - 100.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G400 AGP"
Option "NoHal" "no"
Option "AGPMode" "4"
Option "NoAccel" "no"
Option "DRI" "true"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "mga"
VendorName "matrox"
BoardName "MGA G400 AGP"
Option "AGPMode" "4"
Option "DRI" "false"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "NEC"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
# Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "imPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "IVM"
ModelName "LS902U"
HorizSync 30.0 - 96.0
VertRefresh 70.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "NEC"
VendorName "NEC"
ModelName "5FGp"
HorizSync 30.0 - 96.0
VertRefresh 70.0 - 100.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G400 AGP"
Option "NoHal" "no"
Option "AGPMode" "4"
Option "NoAccel" "no"
Option "DRI" "true"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "mga"
VendorName "matrox"
BoardName "MGA G400 AGP"
Option "AGPMode" "4"
Option "DRI" "false"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "NEC"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection