Pages : 1
#1 Le 29/08/2007, à 20:35
- Manudwarf
[réglé] Hyundai N220W - pb de res
Salux !
Tout content de l'acquisition de cet écran, j'ai cependant été vite refroidit par le fait qu'il n'accepte aucune résolution en 16/9. Bref, je suis bloqué en 1280x1024, alors que je devrais être en 1680x1050, ce qui est frustrant. J'ai l'impression que mon ancien 17" est passé sous une presse...
J'ai essayé toutes les solutions proposées par le wiki, mais aucune n'a eu d'effet.
Qu'est-ce que je fais ?
Dernière modification par Manudwarf (Le 02/11/2007, à 20:20)
Mon espace DA : http://manudwarf.deviantart.com/
14 conversions à mon actif
Hors ligne
#2 Le 29/08/2007, à 20:58
- manatlan
Re : [réglé] Hyundai N220W - pb de res
je vais connaitre la même chose demain ou après demain .... (je vais aussi recevoir un de ces satannés écrans 16/10)
mais je me suis renseigné un peu avant ;-)
donc ce que je vais te dire : je ne l'ai pas vérifié moi même, mais bientôt ;-)
donc fait déjà une sauvergarde de ton xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.avant.conf
il paraît qu'il sudi de faire un :
sudo dpkg-reconfigure xserver-xorg
ça va te recréer ton xorg.conf à partir de zero
et logiquement, quand il te proposera les resolutions, tu devrais voir apparaître la 1680x1050 ... qu'il faudra que tu coches ...
(sinon, il y a la technique de rajouter des modelines dans le xorg.conf (cf forum), mais c moins propre)
dites moi si je me trompe ?
"Oui, oui."
-- Shakespeare (Richard III, Acte I, Scène IV)
Hors ligne
#3 Le 29/08/2007, à 21:06
- Manudwarf
Re : [réglé] Hyundai N220W - pb de res
Tu ne te trompes pas, mais je l'ai déjà fait. Aucun résultat.
Mon espace DA : http://manudwarf.deviantart.com/
14 conversions à mon actif
Hors ligne
#4 Le 29/08/2007, à 21:08
- manatlan
Re : [réglé] Hyundai N220W - pb de res
mince ... ça veut dire que je risque d'avoir ton prob demain ;-)
il te reste le truc des modelines alors ....
"Oui, oui."
-- Shakespeare (Richard III, Acte I, Scène IV)
Hors ligne
#5 Le 29/08/2007, à 21:17
- Manudwarf
Re : [réglé] Hyundai N220W - pb de res
Essayé aussi.
Mon espace DA : http://manudwarf.deviantart.com/
14 conversions à mon actif
Hors ligne
#6 Le 29/08/2007, à 21:57
- manatlan
Re : [réglé] Hyundai N220W - pb de res
arghhh ...
en reflechissant ... je sais que chez moi l'ecran GDM est en 1600x1200
du coup, peut être que ça bloque chez toi, pk ton ecran ne veut pas afficher cette resolution
je dis ça, je dis rien .... (ça me surprendrait)
dans tous les cas, j'ai mon 22" demain ou après demain ... j'aurai peut être les même probs
"Oui, oui."
-- Shakespeare (Richard III, Acte I, Scène IV)
Hors ligne
#7 Le 31/08/2007, à 19:38
- Manudwarf
Re : [réglé] Hyundai N220W - pb de res
Lorsque je tape xrandr :
SZ: Pixels Physical Refresh
*0 1280 x 1024 ( 471mm x 302mm ) *76
1 1024 x 768 ( 471mm x 302mm ) 76
2 800 x 600 ( 471mm x 302mm ) 73
3 640 x 480 ( 471mm x 302mm ) 73
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
En clair : xorg reconnait mes résolutions, mais pas xrandr. Voici mon xorg.conf tout frais refait par dpkg-reconfigure xserver-xorg :
# /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 xorg.conf(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
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/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
VideoRam 256
EndSection
Section "Monitor"
Identifier "N220W D-sub"
Option "DPMS"
HorizSync 31-80
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "N220W D-sub"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "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
Mon espace DA : http://manudwarf.deviantart.com/
14 conversions à mon actif
Hors ligne
#8 Le 01/09/2007, à 08:47
- manatlan
Re : [réglé] Hyundai N220W - pb de res
En regardant ton xorg ...
ce qui est choquant, c'est que t'as une carte graphique generique (vesa)
Du coup, au niveau resolution, c alors sure que t'arrivera pas à avoir qqchose de plus grand ;-)
A mon humble avis, ton prob vient de là ...
sinon, j'ai eu mon ecran, je l'ai branché, reconfiguer xserver-xorg, et reboot d'xorg, et c'était bon ... (j'ai un nvidia6600gt avec le driver proprio "new")
"Oui, oui."
-- Shakespeare (Richard III, Acte I, Scène IV)
Hors ligne
#9 Le 02/09/2007, à 09:05
- Manudwarf
Re : [réglé] Hyundai N220W - pb de res
OK.
Je vais créer un topic dans la catégorie carte graphique alors.
Merci !
Mon espace DA : http://manudwarf.deviantart.com/
14 conversions à mon actif
Hors ligne