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 16/05/2009, à 22:22

tuxidermiste

Changer sa Color Depth

Bonjour,

Voilà, à l'époque sous Ubuntu 6.06, dans le Xorg, on pouvais facilement ajouter une résolution, changer la color depth et tout ça.

Seulement aujourd'hui, je ne retrouve plus rien de cette partie dans mon Xorg sous Ubuntu 8.04.2.

Je me demandais donc comment je pouvais changer ma Color Depth, et connaître l'actuelle?

D'avance merci.


PS: je suis entrain de graver le cd pour passer à Intrepid mais voici déjà mon xorg sous Hardy :

# 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"be"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection

Sony VAIO VPCEB2M1E + Kubuntu 11.10

Hors ligne

#2 Le 17/05/2009, à 03:24

C2-PO

Re : Changer sa Color Depth

Bonjour,

C'est très simple, vous rajoutez :

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth 16                        # <--cette ligne
EndSection

dans la section screen, et au redémarrage le paramètre sera pris en compte smile.

A+


C2-PO = olaf.10

Hors ligne

#3 Le 17/05/2009, à 09:29

tuxidermiste

Re : Changer sa Color Depth

Merci beaucoup C2-PO smile

Je termine mon installation et je teste ça, si ça marche je vous dit au revoir, dans le cas contraire on se retrouve bientôt wink


Sony VAIO VPCEB2M1E + Kubuntu 11.10

Hors ligne