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 15/07/2007, à 00:39

thebachman

Résolution basse, compiz ok, carte non reconnue dans xorg

Bonsoir,

Je n'ai pas l'habitude de poster sans avoir pris le temps de lire le forum, mais là j'avoue que je ne trouve rien sur le sujet.

Voila je viens de refaire une installe toute propre sur une feisty
J'ai une ATI X1300 (je sais ati c'est pourrit nVidia c'est mieux, faute de sous pour l'instant...)

J'ai installé les drivers proprio via système--->administration--->gestionnaire de pilotes propriétaires
pour le fglrxinfo c'est ok :

~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300/X1550 Series
OpenGL version string: 2.0.6334 (8.34.8)

Pour le glxgears, ca fige lamentablement

Pour glxinfo:

~$ glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

Mais.....compiz fonctionne parfaitement
et dans mon xorg.conf j'ai des Generic Video Card

# /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"	"oss"
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		"fglrx"
	Busid		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	Horizsync	28-51
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	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


Section "Extensions"
 Option "Composite" "disable"
EndSection

Et j 'ai une résolution un peu minable sad

J'ai surement du oublier quelque chose mais quoi? ca fait 4h que je suis dessus j'en peut plus sad

Merci pour votre aide

Hors ligne

#2 Le 15/07/2007, à 00:47

kebabfarci

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

Hello

Faut que tu changes la résolution la ou ya marquer par exemple "1024x768" ben devant ca tu rajoutes "1280x1024" enfin tu rajoutes la resolution que tu veux utiliser. Si ca ne marche toujours pas, rajoute cette option dans la section de ton moniteur en dessous de Option "DPMS" :

Option "UseEdid" "False"

Hors ligne

#3 Le 15/07/2007, à 09:09

thebachman

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

Salut,

J'ai placé 1280x1024 juste devant une ligne

SubSection "Display"
		Depth	24
	Modes		"1280x1024"	"1024x768"	"800x600"	"640x480"
	EndSubSection

Juste pour voir, et l'écran de conenction (login et mot de passe) n'apparait plus je peux marqué mes login mais sur un écran noir!! à l'aveugle donc, apèrs tout redevient bien.

Ce qui est bizzare c'est que je n'ai jamais eu ce problème dans mes autres install d'ubuntu hmm .

Donc à priopri il veut pas passer en 1280x1024.
C'est génant.
Une idée?

Edit: même avec l'option "Option "UseEdid" "False" , ca ne marche pas non plus:(

Dernière modification par thebachman (Le 15/07/2007, à 09:14)

Hors ligne

#4 Le 18/07/2007, à 17:34

thebachman

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

un ptit up!!

Hors ligne

#5 Le 18/07/2007, à 17:46

pmdzlineur

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

pourquoi tu n' installe pas le driver ati ?


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#6 Le 18/07/2007, à 17:50

kebabfarci

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

jamais vu ce problème ... et quand tu es en 1024 tout va bien ??

Hors ligne

#7 Le 18/07/2007, à 17:52

pmdzlineur

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

http://doc.ubuntu-fr.org/materiel/ati_proprietaire


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#8 Le 18/07/2007, à 19:50

thebachman

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

kebabfarci a écrit :

jamais vu ce problème ... et quand tu es en 1024 tout va bien ??

Ben en 1024 c'est un peu gros quoi. j'ai déja installé Feisty avec le driver propriétaire ati ( via administarteur, gestionnaire de pilote proprietaire), installé xgl et fglrx et tout allait bien j'avais une bonne résolution (1280x1024) mais là....je sais pas pourquoi il veut pas!

pmdzlineur a écrit :

pourquoi tu n' installe pas le driver ati ?
http://doc.ubuntu-fr.org/materiel/ati_proprietaire

Je vais tenter ça malgré l'avertissement de début;)

Hors ligne

#9 Le 18/07/2007, à 20:20

thebachman

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

Alors je reviens, (j'avais formaté tout a l'heure apres un planatge sévère de X)  je viens de suivre la procédure d'installation des pilotes ATI dont me parlait pmdzlineur.

et je n'ai toujours rien

laurent@laurent:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)

et v oici mon fichier 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 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"	"oss"
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		"fglrx"
Option          "VideoOverlay" "on"
        Option          "OpenGLOverlay" "off"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	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"
Option "AIGLX" "false"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "Extensions"
	Option "Composite" "disable"
EndSection

j'ai toujours 1024x768, 800x600, 640x480, avec un taux de rafraichissement de 60hz.

je comprends pas pourquoi. sad

Hors ligne

#10 Le 19/07/2007, à 16:06

thebachman

Re : Résolution basse, compiz ok, carte non reconnue dans xorg

un ptit up

Hors ligne