Pages : 1
#1 Le 04/09/2006, à 02:01
- Lea89
Resolution 640x480
Hello à tous,
Voilà, je viens d'installer ubuntu, il est désormais le seul et unique OS présent sur mon pc.
J'ai un petit problème de résolution écran, il m'est impossible de changer, ( je ne peux sortir du 640x480 ), j'ai lu le tutorial à ce sujet mais étant débutante dans l'univers linux, je n'ai pas compris grand chose.
Pourriez vous m'expliquer facilement la marche à suivre pour établir une resolution correcte ?
( je peux etre en 1240x480 ),
Pour information, ATI Radeon Xpress 200 doit normalement gerer l'affichage, mon écran est de marque HP, modèle HP vs17x
Aidez une petite débutante s'il vous plait:(
#2 Le 04/09/2006, à 02:10
- davy014
Re : Resolution 640x480
Tu devrais regarder au niveau de ton xorg.conf se trouvant /etc/X11/xorg.conf. N'utilisant que des cartes nvidia, je ne saurais plus t'aider, mais perso, j'ai rajouté la résolution en rajoutant ce que j voulais dans ce fichier. Cherch les 640x480 et rajoute 1240x1080 sur la meme ligne avec la meme syntaxe. Et redémarre ton serveur graphique.
Possède un Acer 1524 WLMI sous Ubuntu LTS 8.04 (mis à jour depuis Ubuntu 4.10 sans formatage en +4 ans, qu'est ce que t'en dis bilou !!!)
Liberté, Égalité, Fraternité, Où trouver ces valeurs si ce n'est dans les logiciels libres
Hors ligne
#3 Le 04/09/2006, à 02:14
- Lea89
Re : Resolution 640x480
Merci de ton aide Davy014, mais hélas beaucoup de choses m'échappent encore dans ta réponse .
Pourrais tu m'expliquer pas à pas, clic par clic meme ces opérations ?
Encore merci de ton aide.
#4 Le 04/09/2006, à 02:18
- davy014
Re : Resolution 640x480
Premièrement, copie ton xorg.conf
Pour l'avoir , fais
gksudo gedit /etc/X11/xorg.conf
.
colle le ici
Possède un Acer 1524 WLMI sous Ubuntu LTS 8.04 (mis à jour depuis Ubuntu 4.10 sans formatage en +4 ans, qu'est ce que t'en dis bilou !!!)
Liberté, Égalité, Fraternité, Où trouver ces valeurs si ce n'est dans les logiciels libres
Hors ligne
#5 Le 04/09/2006, à 02:21
- Lea89
Re : Resolution 640x480
Le voici
# /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"
# 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 "XkbVariant" "latin9"
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 "ATI Technologies, Inc. Radeon Xpress 200 (RS480)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "HP vs17"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Xpress 200 (RS480)"
Monitor "HP vs17"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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
#6 Le 04/09/2006, à 02:35
- davy014
Re : Resolution 640x480
As tu installé les drivers propriétaires d'ATI?
As tu été voir http://doc.ubuntu-fr.org/materiel/ati?
Je viens d'y jeter un oeil et ça m'a l'air pas mal...
Possède un Acer 1524 WLMI sous Ubuntu LTS 8.04 (mis à jour depuis Ubuntu 4.10 sans formatage en +4 ans, qu'est ce que t'en dis bilou !!!)
Liberté, Égalité, Fraternité, Où trouver ces valeurs si ce n'est dans les logiciels libres
Hors ligne
#7 Le 04/09/2006, à 02:35
- davy014
Re : Resolution 640x480
Sinon, je te dirais de changer de matériel pour une carte nvidia ;-)))
Possède un Acer 1524 WLMI sous Ubuntu LTS 8.04 (mis à jour depuis Ubuntu 4.10 sans formatage en +4 ans, qu'est ce que t'en dis bilou !!!)
Liberté, Égalité, Fraternité, Où trouver ces valeurs si ce n'est dans les logiciels libres
Hors ligne
#8 Le 04/09/2006, à 02:38
- yesser
Re : Resolution 640x480
Bonjour à tous
Tout nouveau chez Linux, j'ai installé avec synaptic l'acrobat reader, mais je ne reussis toujours pas a avoir le plugin dans firefox!!! J'ai déjà regardé le forum et j'ai déjà tout essayé, mais je ne reussis toujours pas à faire fonctionner acrobat sous firefox.
Hors ligne
#9 Le 04/09/2006, à 11:16
- Galileo
Re : Resolution 640x480
Bonjour à tous
Tout nouveau chez Linux, j'ai installé avec synaptic l'acrobat reader, mais je ne reussis toujours pas a avoir le plugin dans firefox!!! J'ai déjà regardé le forum et j'ai déjà tout essayé, mais je ne reussis toujours pas à faire fonctionner acrobat sous firefox.
Heu mais qu'est ce que sa fait là ?
Keyboard not found, press enter to continue :
Hors ligne
#10 Le 04/09/2006, à 21:35
- davy014
Re : Resolution 640x480
Alors t'en es tu sortie?
Possède un Acer 1524 WLMI sous Ubuntu LTS 8.04 (mis à jour depuis Ubuntu 4.10 sans formatage en +4 ans, qu'est ce que t'en dis bilou !!!)
Liberté, Égalité, Fraternité, Où trouver ces valeurs si ce n'est dans les logiciels libres
Hors ligne
#11 Le 10/09/2006, à 14:40
- Kolkata
Re : Resolution 640x480
Salut les forumeurs!
Bon je vous explique mon cas, j'ai exactement les memes soucis que la madame en pire.
J'ai fait un peu d'informatique a la fac (unix et cie, ada), donc j'arrive a comprendre un peu le monde de linxu de loin, mais j'avoue m'y perdre.
Je suis à l'étranger, et vu que mon PC me petait grave les couilles avec Windows, je me suis dit " allez zou on tente linux".
J'ai un 17 pouces NX9420.
Mon pote qui avait un T42 m'a dit " tinkiete! il reconnait tout".
Un petit copié collé de mon xorg.conf( que j'ai sauvegardé), avec la modification de la résolution.
Par contre quad je vois le nom de la carte graphique j'ai envie de me flinguer..
# /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"
# 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 "XkbVariant" "latin9"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Écran générique"
DefaultDepth 24
SubSection "D
#12 Le 10/09/2006, à 14:44
- Kolkata
Re : Resolution 640x480
Désolé y a pas la fin :
Donc j'ai ajouté ma résolution mais rien n'y fait.
Et quand je tape : gksudo gedit /etc/X11/xorg.conf, il me tmet " autentification rejected, reason : none of the autentif protocols specified are supporter and host based authentification failed.
Wow..
Linux ça devait etre simple mais apparemment c'est pas pour aujourd'hui hihi...
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "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"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
#13 Le 10/09/2006, à 14:50
- michel2652
Re : Resolution 640x480
Bonjour,
@ Tous, lorsque vous collez des kilomètres de lignes il faut utiliser les balises [ Code ].
@ yesser et Kolkata, on ne squatte pas les posts ouverts par un quelqu'un d'autre.
Ouvrez une nouvelle discussion pour vos problèmes.
A+
#14 Le 10/09/2006, à 15:00
- Compte anonymisé
Re : Resolution 640x480
Il faut installer les drivers ATI.
C'est la croix et la bannière mais on peut y arriver (j'y suis arrivé, vous pouvez;))
Le wiki est très bien fait là-dessus.
#15 Le 10/09/2006, à 21:12
- tim74
Re : Resolution 640x480
Il manque dans le fichier cong deux lignes dans la section moniteur
Voir la docu http://doc.ubuntu-fr.org/materiel/fix_problemes_resolution
J'avais le même probleme. C'est résolu.
Hors ligne
Pages : 1