website logo
Auteur
avatar
Monsieur-Belett

Forum » » Tous sujets » » Debian + Adaptateur DVI2VGA sur SAM440


Posté : 24-05-2010 10:30 icone du post

Bonjour,

Debian a été installé sur ma Sam. Lors de l'installation un écran DVI a été utilisé. Comme Debian est très tatillon, on n'avait plus d'affichage si on utilisait un écran VGA via un adaptateur DVI2VGA.

Heureusement Jean et Fara m'ont aidé pour que tout fonctionne. Pour cela il faut faire quelques modifications dans le fichier /etc/X11/xorg.conf

Je vous joins les informations qu'on peut y lire.












# xorg.conf (X.Org 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 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 "Module"
Disable "glx"
Disable "dri"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:lwin_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "ConnectorTable" "64,2,1,2,60,1,1,1"
Option "TVDACLoadDetect" "true"

EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
identifier "Default Screen"
device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection


EndSection

www.triplea.fr

Cet article provient de Le site des utilisateurs francophones actuels et futurs d'AmigaOS 4.x
https://amiga-ng.org/viewtopic.php?topic=723&forum=10