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 27/05/2007, à 21:24

dr_jekyll

probleme xorg.conf...

Bonsoir à toutes et à tous, j'ai activer les drivers de ma carte nvidia pour pouvoir installer beryl, et j'ai un souci...
dans nvidia-settings je modifi ma resolution en 1152*864*32, et je fais save dans xorg.conf
seulement, quand je reboot ou simplement en redemarant le serveur x, sa repasse en 1024*768*32...

voici mon xorg.conf si sa peut aider

# /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		"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	"nVidia Corporation G70 [GeForce 7600 GT]"
	Driver		"nvidia"
	Busid		"PCI:5:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"HP D8901"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G70 [GeForce 7600 GT]"
	Monitor		"HP D8901"
	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

j'ai essayé une fois de rajouter 1152*864 a coté des resolutions ecrites mais sa n'a absolument rien changer : /


Rien n'est plus proche du vrai que le faux

Hors ligne

#2 Le 27/05/2007, à 21:28

fredr

Re : probleme xorg.conf...

Tu dois ajouter la section :

SubSection "Display"
        Depth    32
        Modes       "1152x864"  "1024x768"    "800x600"    "640x480"
    EndSubSection

Et modifier la ligne    " Defaultdepth    24" en "    Defaultdepth    32"

Ensuite tu sauvegardes et tu rebootes ton serveur X.

Fred


Ubuntu 24.04 et Manjaro, les deux avec E27
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.

Hors ligne

#3 Le 27/05/2007, à 21:58

dr_jekyll

Re : probleme xorg.conf...

euh sa fonctionne pas, ou alors je l'ai mal fait, tout ce que j'ai reussi a faire c'est de planter ma machine, et de passé en console pour enlevé ce que je venais de rajouter : /

Dernière modification par dr_jekyll (Le 27/05/2007, à 22:09)


Rien n'est plus proche du vrai que le faux

Hors ligne

#4 Le 27/05/2007, à 22:29

Plastik Boy

Re : probleme xorg.conf...

Salut, j'ai eu le même style de problème que toi : http://forum.kubuntu-fr.org/viewtopic.php?id=118497

En résumé ne pas sauvegardé son xorg.conf avec nvidia-settings mais le modifié a la main comme fredr te la dit. (sauf pour remplacer 24 par 32 je penses)

Dernière modification par Plastik Boy (Le 27/05/2007, à 22:31)

Hors ligne

#5 Le 27/05/2007, à 23:44

dr_jekyll

Re : probleme xorg.conf...

j'ai testé des deux façons, et en le modifiant a la main, lorsque je reboot, ben j'ai un ecran bleu avec un raport d'erreur qui m'indique que le serveur X est mal configuré, donc impossible d'avoir un mode graphique -_-'", j'ai reussi a la remetre en place avec nano, et donc toujours pas de 1152 par defaut.


Rien n'est plus proche du vrai que le faux

Hors ligne

#6 Le 27/05/2007, à 23:59

misaine

Re : probleme xorg.conf...

en mode text refait un

dpkg-reconfigure xserver-xorg

puis il faudra remettre à la main les options qui vont bien

Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"

dans xorg.conf


la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.

Hors ligne