Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/05/2007, à 10:07

tomtom47

probleme de resolution

Bonjour, je préviens je suis un gros newbie sur Ubuntu...

Je suis en stage dans une entreprise, et la résolution de l'écran est de 640*480,
c'est quasiment impossible de travailler...

Dsl si ce problème a déja été résolu, mais je ne vais pas regarder tous les sujets de votre forum (239pages de sujets sur le graphique ca décourage wink )

Dans le changement de résolution d'écran, on ne me propose pas d'autres résolutions, mais  en allant voir sur quelques forums, j'ai été voir le fichier xorg.conf, et dans celui ci l'écran propose tous les modes.
Moi je voudrais passer en 1024*768.

Help, Please.

Voila le xconf.org si ca peut vous aider à m'aider.


Section "Device"
    Identifier    "ATI Technologies, Inc. Rage 128 PF/PRO AGP 4x TMDS"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Rage 128 PF/PRO AGP 4x TMDS"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    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

#2 Le 21/05/2007, à 10:18

Jemery

Re : probleme de resolution

Salut! en effet je pense quil te faut modifier ton xorg.conf en y rajoutant a la section "monitor" les modeline de ton ecran et ala section " screen sous la ligne depth 24 tu rajoutes la reso que tu veux. je n'avais pas le 1680X1050 par defaut mais du 1280X1024. Bizarre que tu n'ai que du 640X480.Postes ton xorg.conf

Hors ligne

#3 Le 21/05/2007, à 10:21

Jemery

Re : probleme de resolution

escuses moi c'est le tiens de xorg celui la? il me semble qu'il te manque les modeline dans la section monitor.

Hors ligne

#4 Le 21/05/2007, à 10:30

tomtom47

Re : probleme de resolution

je vais le mettre tout entier le fichier xorg, au cas où ce soit ma découpe qui pose problème.

merci smile

voila 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 "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. Rage 128 PF/PRO AGP 4x TMDS"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Rage 128 PF/PRO AGP 4x TMDS"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "720x400" "640x480" "640x350"
    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

#5 Le 21/05/2007, à 10:54

tomtom47

Re : probleme de resolution

En fait, il faut que je rajoutes une ligne "Modes : 1024*768 ..." dans la section monitor, en dessous de option...

Et que dans la section screen, dans les modes en dessous de Depth 24 je ne mette que la résolution 1024*768 ??

Hors ligne

#6 Le 21/05/2007, à 11:02

Jemery

Re : probleme de resolution

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
(ici j'ai du rajouter les modeline de mon ecran):D
EndSection

j'ai egalement rajouter ma resolution 1680X1050.Voilà mon 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	"i2c"
	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"
	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/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	"ATI Technologies Inc Radeon R300 NE [Radeon 9500 Pro]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"L204WT"
	Option		"DPMS"
	ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon R300 NE [Radeon 9500 Pro]"
	Monitor		"L204WT"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "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

Hors ligne

#7 Le 21/05/2007, à 11:44

tomtom47

Re : probleme de resolution

Moi je mets le meme modeline que ca ?

ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync

ou je change la résolution pour le 1024*768 ?

ou alors, comment je trouve ce que je dois mettre?

merci c'est bien gentil de m'aider smile

Hors ligne

#8 Le 21/05/2007, à 11:55

goodluck

Re : probleme de resolution

Salut,

La méthode "sans risques" :

sudo dpkg-reconfigure xserver-xorg a condition de connaitre les caractéristiques de ton matériel. smile


Amicalement, Gerard ;)
http://counter.li.org/cgi-bin/certificate.cgi/302199
http://www.worldcommunitygrid.org/

Hors ligne

#9 Le 21/05/2007, à 12:04

Jemery

Re : probleme de resolution

il faut que tu trouves les modeline de l'ecran que tu utilises. Quant à la resolution, tu as vu j'ai juste rajouter sur 1 ligne "1680x1050"(commences par là!)....c'est tout ce quil faut à MON ECRAN!
Trouves les bons modeline! courage

Hors ligne

#10 Le 21/05/2007, à 13:06

tomtom47

Re : probleme de resolution

jvous remercie tous pour votre aide wink mais ya rien de neuf, je sais pas quel écran c'est pour chercher les modeline qui vont avec, et ca va prendre trop de tps je pense, je vais quand meme essayer quand j'aurai un peu de tps, et si j'y pense jviendrai vous dire de quoi il en est.

Encore merci

Hors ligne

#11 Le 23/05/2007, à 00:12

sebman

Re : probleme de resolution

Salut pour avoir un modeline:

Dans un term': gtf 1024 768 60
smile


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

#12 Le 26/05/2007, à 23:40

lascapi

Re : probleme de resolution

Hello, j'ai le même problème avec un "vieux" ordi. C'est un DELL, pas de carte (un chipset) et un écran 15" DELL E550.
J'ai testé les solutions de la page fix_problemes_resolution sans succés. Je reste bloqué en 800x600 alors que le moniteur supporte bien le 1024x768 (fiche constructeur).

S'il y a besoin je veux bien donner le fichier xorg.conf que j'ai. :-)
Merci pour vos réponse éventuelle.


[edit]je pense que j'ai trouver la raison du non fonctionnement des solutions précédente : resolution d'ecran avec ecran LG 1770h. Pouvez-vous confirmer ou infirmer mon hypothèse ??? [/edit]

Dernière modification par lascapi (Le 27/05/2007, à 00:23)

Hors ligne

#13 Le 27/05/2007, à 09:25

goodluck

Re : probleme de resolution

Salut,

Si la fiche constructeur te donnes les plages de rafraichissement de ton moniteur il suffit de lancer en root dpkg-reconfigure xserver-xorg.


Amicalement, Gerard ;)
http://counter.li.org/cgi-bin/certificate.cgi/302199
http://www.worldcommunitygrid.org/

Hors ligne