pub
part
SoSLinux.net
 
| Accueil | | Actualités | | Astuces | | Dépannage | | Téléchargement | | Articles | | Wiki | | Forum | | Goodies | | Partenaires | | FAQ |
logo soslinux
 Information
 Conseil...
Bienvenue sur SoSLinux
Aide en ligne
Valid HTML 4.01 Valid CSS

Contact/Webmasters:
Dame Jessica
Jamdess
2007

img
Carte graphique
14 réponses à cette question.
Surveiller cette question
Bouvreuil, le 16-02-2007 à 18:08:42
Bonsoir, j'ai un probléme d'affichage sous ubuntu avec une carte graphique SIS 650_651_M650_740, je sais que ce n'est pas terrible mais mon but est de me familliariser avec Linux sur un poste de test
Je débute complétement avec Linux .... que faut-il vérifier??
Bouvreuil
Bouvreuil, le 19-02-2007 à 22:36:21
Pourquoi n'y à t'il jamais de réponse sur ce site ????? faut il etre un utilisateur averti de Linux, ou tout simplement ni y'a t'il pas de participants....;
Bouvreuil
rikoukiki, le 20-02-2007 à 19:07:19
patience tu peux pas attendre un jour ^^

dis moi qu'elles sont les bugs ?
un ordinateur qui marche et un ordinateur qui rame sauf sous linux.
Bouvreuil, le 20-02-2007 à 23:02:12
bonsoir rikoukiki , alors voila Ubuntu c'est installé sans problème, mais l'affichage ressemble à un 256 couleur avec en plus un air de canal + sans décodeur, apparemment la carte est reconu dans le gestionnaire de fichier???
Bouvreuil
rikoukiki, le 21-02-2007 à 09:49:41
tu peux me dire a qu'elle résolution elle tourne et le nombre de couleurs ?
un ordinateur qui marche et un ordinateur qui rame sauf sous linux.
Bouvreuil, le 21-02-2007 à 10:41:46
La résolution est en 1024 x 768 frequence 60 Hz , par contre je ne sais pas ou trouver le nombre de couleurs affichés
Bouvreuil
rikoukiki, le 21-02-2007 à 10:47:47
copie moi le contenu de ce fichier stp

/etc/X11/XF86Config-4
un ordinateur qui marche et un ordinateur qui rame sauf sous linux.
Bouvreuil, le 21-02-2007 à 12:28:15
Pas de fichier XF86Config-4 dans X11
Liste des repertoire dans X11 :
app-defaults
config
cursors
fonts
gdm
xinit
xkb
Xresources
Xsession.d
Liste des fichiers dans X11:
default-display-manager
rgb.txt
x
xorg.conf
Xsession
Xsession.options
Xwrapper.conf
Bouvreuil
rikoukiki, le 21-02-2007 à 13:21:42
ben ça doit etre xorg.conf ^^
un ordinateur qui marche et un ordinateur qui rame sauf sous linux.
rikoukiki, le 21-02-2007 à 13:22:36
en effet c'est vrai que les distributions utilise xorg maintenant
un ordinateur qui marche et un ordinateur qui rame sauf sous linux.
Bouvreuil, le 21-02-2007 à 14:50:47
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
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 "/usr/share/fonts/X11/misc"
# path to defoma fonts
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 "XkbOptions" "lv3:ralt_switch"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Voici J'espere que ça te parleras, merci @+