[ Thread Index |
Date Index
| More lists.tuxfamily.org/carrefourblinux Archives
]
- To: Carrefour Blinux <carrefourblinux@xxxxxxxxxxxxxxxxxxx>
- Subject: [CBLX] questions
- From: "D. Lambert" <lambdomi@xxxxxxxxx>
- Date: Mon, 8 Nov 2010 21:07:16 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition :content-transfer-encoding:user-agent; bh=WcZQK5cvU3SlrbzcL3EQF6SkGEjKZIWZ8iqctBi4VEQ=; b=woZXkoE/I6RLE6vgU52RAn+INi09WMS//glw3gCmOd9dtX6DDWTy/4Bz4Wd+DHmb0O HK6ynomVj9htkb/DxUSZzO6TRDfQRR6nwEDYLGZ3PgRB1XNKoHqJRh4pFGM2qE69bTM/ y7iIiL37Awwvse/INTmswWnFc/djtXUON4CdA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:user-agent; b=vXoROBWi0z/s3T4Sa93lWVIaAEFUKXArfyZ4X+fKXfs6vGqfflgAykJu83YNqCDHXL 5preopXaxZRhBXHa3vi0j1e3y6fiU5Qr8/D7BT3SDTVIhInwRKy9qBfEDbB0/EXkP6pQ 2yZ7RlHvutOafZK1/wqDCG/O9L7iFH2DbclOc=
Bonsoir,
Je vous fais parvenir mon fichier "xorg.conf". Quelqu'un peut-il
m'expliquer comment il faut procéder afin que la carte graphique soit
reconnue.
Merci.
Dominique
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection