[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ajouter résolution (nvidia avec drivers proprios)



J'ai réussi :)

J'ai ma résolution, l'accélération graphique, je suis heureux !


Avec l'aide de http://yekubuntu.free.fr/hoary/p-nvidia.php

J'ai fait un mix avec mon xorg.conf et celui du site pour arriver à ça
(que j'ai sauvegardé bien au chaud en cas de réinstall) :

# xorg.conf (X.Org 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 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 "Monitor"
	# Identifier	"Écran gÃ(c)nÃ(c)rique"
	# Option		"DPMS"
	# HorizSync	28-72
	# VertRefresh	43-60

	Identifier	"Configured Monitor"
	HorizSync	28-72
	VertRefresh	43-60
	#Option		"DPMS"
	Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
	Option "IgnoreEDID" "1"


EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900"
	EndSubSection
EndSection

Section "Module"
	Load	"glx"
	Disable	"dri2"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection


Merci pour l'aide apportée !


Carmelo


Reply to: