Pages : 1
#1 Le 01/03/2007, à 08:23
- djamel
pb avec carte graphique
bonjour ,c'est la première fois que je poste merci de bien m'aider.
j'utilise ubuntu breezy depuis sa sortie et jamais de pb jusque là.une fois passé à 6.06 pb résolution écran
je ne peux changer de résolution uniquement 1280x1024 disponible.
j'évolue vers6.10 pareil,je teste 7.04 pareil
quelqu'un pourait m'aider à résoudre ce pb (j'ai ,une carte graphique kyro series 3D prophet 4500 tv out).
merci.
On juge un homme d'après une seule règle:dans quel but et à quel degrès l'homme s'est libéré de son Moi.(A.Einstein)
Hors ligne
#2 Le 01/03/2007, à 09:40
- Sylvain59
Re : pb avec carte graphique
Essaye en reconfigurant X
dpkg-reconfigure xserver-xorg
Hors ligne
#3 Le 03/03/2007, à 16:31
- djamel
Re : pb avec carte graphique
Merci pour ta réponse Sylvain59,j'ai essayé et j'ai planté le système 2 fois donc 2 fois réinstallation de Feisty fawn.en fait ,je ne suis pas un chevronné de la console est-ce-qu'il y'a un autre moyen ou un tuto pas à pas merci pour vos réponses.
On juge un homme d'après une seule règle:dans quel but et à quel degrès l'homme s'est libéré de son Moi.(A.Einstein)
Hors ligne
#4 Le 03/03/2007, à 16:54
- androme
Re : pb avec carte graphique
Tant que Xorg 7.3 n'est pas sorti, tu ne peux résoudre ton souci qu'en passant par la case modification du xorg.conf.
Mets nous ton xorg.conf que l'on y jette un coup d'oeuil.
Intrepid Ibex 64
Asus P5B Deluxe, Q6600, 4Go, 8800GTS 512 Dual Screen (22w + 19w).
Portable Dell D830
Hors ligne
#5 Le 04/03/2007, à 02:13
- djamel
Re : pb avec carte graphique
bonjour androme,sympa de ta part.pour commencer quel est la commande exacte à taper pour mon xorg.conf afin de le poster.Désolé moi est la console ,on est pas très amis.encore merci.
On juge un homme d'après une seule règle:dans quel but et à quel degrès l'homme s'est libéré de son Moi.(A.Einstein)
Hors ligne
#6 Le 04/03/2007, à 10:21
- androme
Re : pb avec carte graphique
tu fais un :
gedit /etc/X11/xorg.conf
dans une console
Intrepid Ibex 64
Asus P5B Deluxe, Q6600, 4Go, 8800GTS 512 Dual Screen (22w + 19w).
Portable Dell D830
Hors ligne
#7 Le 04/03/2007, à 12:07
- djamel
Re : pb avec carte graphique
salut androme voici ce que me donne mon xorg.conf:# /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 "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/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 "3D Prophet Kyro Series"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "171M"
Option "DPMS"
HorizSync 30-80
VertRefresh 58-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "3D Prophet Kyro Series"
Monitor "171M"
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" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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
Merci pour ton aide,j'apprecie.
On juge un homme d'après une seule règle:dans quel but et à quel degrès l'homme s'est libéré de son Moi.(A.Einstein)
Hors ligne
#8 Le 04/03/2007, à 12:34
- androme
Re : pb avec carte graphique
Bon ok, tu utilises la driver VESA qui à mon souvenir limité à du 1024x768, de plus tes fenêtres doivent se déplacer lentement, de même que le scroll à l'intérieur des fenêtres.
Xorg ne gère plus les cartes kyro depuis le noyau 2.6.
voici un fil a suivre là :
http://ubuntuforums.org/showthread.php?t=363015
Dernière modification par androme (Le 04/03/2007, à 12:34)
Intrepid Ibex 64
Asus P5B Deluxe, Q6600, 4Go, 8800GTS 512 Dual Screen (22w + 19w).
Portable Dell D830
Hors ligne
#9 Le 04/03/2007, à 22:23
- djamel
Re : pb avec carte graphique
merci pour ton aide androme ,puisqu'il n'y'a plus d'espoir de la faire marcher avec le noyau 2.6 eh ben ,il ne me reste plus qu'à acheter une autre carte graphique qui soit reconnue sous feisty fawn.
De toute façon çà ne me découragera pas et je resterai toujours un utilisateur du pinguin.
Sympa le forum vive l'entraide et merci à sylvain59 aussi
On juge un homme d'après une seule règle:dans quel but et à quel degrès l'homme s'est libéré de son Moi.(A.Einstein)
Hors ligne
Pages : 1