Pages : 1
#1 Le 13/05/2007, à 21:50
- beups
pblm resolution ecran
bsoir,
j'ai voulu installer un jeu (re-volt) avec wine mais lorsque je l'ai lancer il a planter en changeant ma resolutiond ecran.je suis donc en 640*480 mais je ne peux plus me mettre en 1024*768.De plus le module moniteur et affichage semble etre absent.
aidez-moi svp!
merci
Hors ligne
#2 Le 13/05/2007, à 21:53
- awala
Re : pblm resolution ecran
bonsoir
peux tu nous poster ton xorg
sinon pour ta résolution d'écran va voir dans la doc avec modelines
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#3 Le 13/05/2007, à 22:03
- beups
Re : pblm resolution ecran
Voila, ya un autre que je viens de voir, la page de login a l ouverture elle, elle est de bonne résolution , c'est ensuite que ça se complique.
le xorg que j'ai bidouiller et réinstaller donc c'est ptêtre pas du très propre tout mes fichiers! :
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"
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 "Carte vidéo générique"
Driver "nv"
BusID "PCI:2:0:0"
VideoRam 64000
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
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 "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#4 Le 13/05/2007, à 22:27
- awala
Re : pblm resolution ecran
as tu installé les drivers pour ta carte nvidia (laquelle est ce d'ailleurs ?) car je vois que tu as le driver "nv".
maintenant avec envy 0.9.3 c'est compatible feisty (si tu as cette distrib)
as tu regardé modelines et la commande gtf ?
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#5 Le 14/05/2007, à 10:21
- beups
Re : pblm resolution ecran
j ai une gforce4mx mais là jai installer le driver nvidia pour la 3d et ça marche tres bien avec beryl.
j ai trouveé des truc pour la commande gtf et voici mon nouveau xorg avec la ligne modeline ds section monitor.
PS:Le probleme de resolution persiste tjrs.
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
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"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
Modeline "1024x768_55.00" 57.92 1024 1072 1176 1328 768 769 772 793 -HSync +Vsync
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
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
Hors ligne
#6 Le 14/05/2007, à 11:07
- tiusnonos
Re : pblm resolution ecran
T'as essayé de rajouter
Option "UseEDID" "FALSE"
dans la section "DEVICE" ??
Hors ligne
#7 Le 14/05/2007, à 11:24
- beups
Re : pblm resolution ecran
ouais, je viens d'essayer.En vain.
Merci qd meme, javais pas lu le tuto sur ce genre de prblm et j avais donc pas vu cette solution...qui ne fonctionne pas ds mon cas.
Un p'tit formatage serait-il necessaire?!?Ça fait chier pour si peu.
Je tiens a (re)souligner que la fenetre du login+passwd et belle et bien en 1024*768 càd la résolution recherchée par la plupart des utilisateurs lambda, dont je fais partie.J'pète les plombs.
Dernière modification par beups (Le 14/05/2007, à 11:32)
Hors ligne
#8 Le 22/05/2007, à 16:30
- sebman
Re : pblm resolution ecran
Salut, j'avais le probleme plus ou moins analogue: je voulais du 1280 par 1024 et y me proposais kek chose com 1024 par 720, je crois
Vla ceke j'ai faits: choper la fréquence de rafraichissemant du moniteur
Moa je suis tombé sur cela (mon ecran est 21 pouces Hewlett Packardd A4033A):
http://www.hyper-linux.org/HP-HOWTO/v0.89/HP-HOWTO-FR.html
La dessus seul deux colones m'interesse: F Vert. (Hz) F Hor. (kHz) : qui me donne donc: 50-120 et 30-80
alors dans le xorg.conf (sudo gedit /etc/X11/xorg.conf
j'ai rajouté les ligne:
Horizsync 30-80
Vertrefresh 50-120
Dans la
Section "Monitor":)
Identifier "Écran générique"
Option "DPMS"
Horizsync 30-80 ## Les 2 lignes
Vertrefresh 50-120 ## de la configuration de mon ecran
puis
"1280x1024"
dans les 6 lignes de modes comme cela:
Modes "1280x1024" "1024x768" "800x600" "640x480" "640x400"
Si ca ne marche pas essaye cette piste:
http://doc.ubuntu-fr.org/materiel/fix_problemes_resolution
http://www.morice.biz
La connerie est la décontraction de l'intélligence,
alors de temps en temps je m'autorise à être con, sciement.
Serge G1SBOURG
Hors ligne
#9 Le 07/06/2007, à 16:29
- Didier31
Re : pblm resolution ecran
As-tu résolu ton problème? si oui comment.
Merci
Hors ligne
Pages : 1