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 29/04/2005, à 21:48

mxime

ubuntu en 640*480 avec une ati radeo 9200

Salut

Ma distribution ubuntu s'affiche en 640*480 .Je ne peut changer les parametres dans la configurtion de l'affichage .

Que faire ?Sachant que je suis total newbies en matiere de linux .

merci et @+:)

#2 Le 29/04/2005, à 22:22

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

Probablement un problème dans ta configuration xorg.
Donc dans ton fichier /etc/X11/xorg.conf
Tu devrais avoir quelques chose comme ça :

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9200 SE (RV280)"
	Monitor		"NEC CI LC700"
	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

xorg utilisera le premier Mode de la liste (dans mon cas 1024x768)


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#3 Le 29/04/2005, à 22:33

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

Ok mais je ne peut pas le modifier ,j'ai entendu qu'il faut que je soit connecté en root ,comment faire ?

#4 Le 29/04/2005, à 22:38

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

Ubuntu n'utilise pas le root par défaut mais la commande sudo (super user do).
Donc dans un Terminal, tu tapes :

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.bak
$ sudo gedit /etc/X11/xorg.conf

la première commande te créant une sauvegarde au cas ou.


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#5 Le 29/04/2005, à 22:45

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

ça ne marche toujours pas sad pourtant j'ai remplacé le xorg

#6 Le 29/04/2005, à 22:47

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

Tu as redemarré X ? ctrl+alt+backspace

Sinon envoie ton xorg.conf


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#7 Le 29/04/2005, à 22:51

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

qu'est ce que  "x" ????

mon xirg.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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr-latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9200 SE (RV280)"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"TONGYI Colo"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9200 SE (RV280)"
	Monitor		"TONGYI Colo"
	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"
EndSection

Section "DRI"
	Mode	0666
EndSection

#8 Le 29/04/2005, à 23:11

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

X c'est le serveur graphique.
Tu as redemarré ta machine ? (pour être sur que les changements soient pris en compte).
Normalement un ctrl+alt+backspace devrait suffire, mais ......


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#9 Le 30/04/2005, à 23:49

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

Ca ne marche toujours pas sad

#10 Le 01/05/2005, à 00:16

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

Renseigne toi, si tu peux, sur les performances de ton écran (Hsync et Vsync principalement)
Puis tente un :
$ sudo dpkg-reconfigure xserver-xorg
Ça relancera la configuration manuelle de ton serveur x (reconstruira ton xorg.conf)
Il te posera pas mal de questions, mais ça devrait aller wink


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#11 Le 01/05/2005, à 01:52

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

C'est bon ça marche merci infiniment big_smile

Une petite question peut-on installer firefox en français ?

#12 Le 01/05/2005, à 02:10

Stemp

Re : ubuntu en 640*480 avec une ati radeo 9200

Normalement un post = une question (sinon on va se faire gronder par les modos lol)
Deuxièmement, n'oublie pas d'utiliser la fonction recherche du forum.
Troisièmement la réponse : recupére le paquet mozilla-firefox-locale-fr-fr
Si tu ne le trouves pas dans Synaptic va voir : http://yekubuntu.free.fr/hoary/p-depots.php


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#13 Le 01/05/2005, à 02:57

mxime

Re : ubuntu en 640*480 avec une ati radeo 9200

ok excuse moi smile

merci infiniment big_smile