#1 Le 04/04/2006, à 16:36
- f4cjv
[RESOLU] Pb passage 1280x800 laptop Ati x700.
Bonjour
j'ai un problème avec mon portable Asu A6VA carte graphique ATI radeon X700 et ecran resolution 1280 x 800 et la resolution actuelle est de 1024 x 768 (pas terrible)
Losque je change la resolution et que je met 1280 x 800 mon bureau est déformé je ne comprend pas !!
Dernière modification par f4cjv (Le 06/04/2006, à 14:06)
Hors ligne
#2 Le 04/04/2006, à 16:41
- Ago
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Pour nous montrer ton beau screenshot, faut le mettre sur internet
http://pix.nofrag.com/
Blog libre <= pour bien se lancer sous Ubuntu Linux !
Linux =/= Windows Souvenez-vous en!
Hors ligne
#3 Le 04/04/2006, à 17:49
- Strash
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
J'ai quasiment le même laptop que toi et je n'ai pas ce problème... quel est ton fichier xorg.conf ?
Hors ligne
#4 Le 05/04/2006, à 08:49
- strider
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
j'ai un probleme similaire
je n'arrive pas a trouver le modeline qui conviens pour ma resolution sur un portable HP NX7000
#5 Le 05/04/2006, à 10:54
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Merci pour vos réponses, et pour les tuyaux !!
Voici le contenu de mon fichier Xorg.conf
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 "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "ati"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
Option "MetaModes" "1280x800"
BusID "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Écran générique"
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 "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#6 Le 05/04/2006, à 11:05
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Je viens de réessayer, l'écran re-affiche sur le dernier Cinquiéme de l'écran le premier cinquième !! ma phrase est un peu tordue mais vous allez comprendre !!
On dirait un Bug !
Hors ligne
#7 Le 05/04/2006, à 12:16
- quick
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
hello
Dans ta section monitor dans ton xorg.conf ajoute les HorizSync et VertRefresh comme ci dessous (pour les chiffres tu peut essayer les memes sinon sur le bouquin que tu as eu avec l'ecran tu devrais trouver les renseignements)
Section "Monitor"
Identifier "C17-8"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
quick
Hors ligne
#8 Le 05/04/2006, à 20:10
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Salut quik, merci pour les infos, je viens d'essayer et ça ne fonctionne pas le x ne veut meme pas se lancer !!
J'avais fait une sauvegarde de xorg.conf donc pas de soucis.
Je vais regarder dans le bouquin du Pc mais a priori y'a pas trop d'infos !
Hors ligne
#9 Le 05/04/2006, à 20:18
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Je viens d'essayer en mettant
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
j'ai toujours le même problème !!
Salutations
Hors ligne
#10 Le 05/04/2006, à 20:27
- YBM
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
des modelines qui marchent, mais sur tout autre type de portable :
# 1280x800 @ 75.00 Hz (GTF) hsync: 62.62 kHz; pclk: 107.21 MHz
Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
# 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
# 1280x800 @ 100.00 Hz (GTF) hsync: 84.80 kHz; pclk: 147.89 MHz
Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
(ils datent d'une installation de Debian testing, le serveur X de xorg détecte tout seul la bonne résolution).
Une autre piste : ajouter :
Option "NoDDC" "1"
dans la section du pilote video.
Hors ligne
#11 Le 06/04/2006, à 13:48
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
Salut,
Merci pour ta réponse mais comment fais t'on pour rajouter les modelines ?? il faut rajouter les lignes dans le fichier xorg.conf ??
Je vais essayer de rajouter l'option je te tiens au courant !!
Merci
Hors ligne
#12 Le 06/04/2006, à 14:04
- f4cjv
Re : [RESOLU] Pb passage 1280x800 laptop Ati x700.
ça MARCHE .........
Il fallait simplement rajouter "1280x800" sur toutes les lignes du bas:
Voir copie xorg.conf
Merci à tous pour votre aide précieuse.
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 "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "ati"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
BusID "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Dernière modification par f4cjv (Le 06/04/2006, à 14:05)
Hors ligne