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 21/04/2007, à 00:15

omega13

Comment faire pour mettre ma resolution en 16/10?

voila je voudrais passez mon ecran dans sa resolution native 16/10 soit 1680/1050 mas je ne voit pas comment faire!:

Voila mon xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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 "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
EndSection

Section "Files"
	
	# path to defoma fonts
	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"
	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"	"us"
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"
	Identifier	"stylus"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier	"eraser"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier	"cursor"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Horizsync	28.0	-	51.0
	Vertrefresh	43.0	-	60.0
	Option		"DPMS"
EndSection
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nv"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
        Option "ExactModeTimingsDVI" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck"
        Option "UseEdidFreqs" "false"
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

Merci d'avance, au passage si vous pouviez verifier qu'il n'y a pas trop d'ineptie dedans!! j'ai galerer avec le serveur X!

Dernière modification par omega13 (Le 21/04/2007, à 00:55)


Gnome Ubuntu 16.04

Hors ligne

#2 Le 21/04/2007, à 00:30

rele

Re : Comment faire pour mettre ma resolution en 16/10?

Dans la section Screen,

SubSection "Display"
        Depth    24
        Modes        "1024x768"

essaies de remplacer 1024x768 par la definition que tu veux.

Hors ligne

#3 Le 21/04/2007, à 00:56

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

quand je remplace par 1680*1050, ubuntu se met en 800*600 et aucun option superieur n'apparait sous resolution de l'ecran!


Gnome Ubuntu 16.04

Hors ligne

#4 Le 21/04/2007, à 01:06

rele

Re : Comment faire pour mettre ma resolution en 16/10?

http://forums.gentoo.org/viewtopic-t-553882.html
tiens ca devrait t'eclairer smile

Hors ligne

#5 Le 21/04/2007, à 01:19

ben13

Re : Comment faire pour mettre ma resolution en 16/10?

jai le meme resolution que toi cool

tu n'as rien a remplacer

tu rajoutes wink

Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1024x768" "800x600" "640x480"

i

il faut aussi modifier 2 lignes

met ces valeurs a la place des tiennes


Horizsync    30.0    -    70.0
Vertrefresh    51.0    -    80.0


tu reboote le serveur x et tu coches la resolution souhaité

it should work

Dernière modification par ben13 (Le 21/04/2007, à 01:20)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#6 Le 21/04/2007, à 01:42

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

ok merci j'essayerai ca demain!

bonne nuité


Gnome Ubuntu 16.04

Hors ligne

#7 Le 21/04/2007, à 10:50

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

bon ben ca a planté mon serveur X et il me met des erreur, aprés avoir supprimer la modif au niveau de misc, j'ai pas de tete l'erreur je chercherai cet aprem!


Gnome Ubuntu 16.04

Hors ligne

#8 Le 21/04/2007, à 11:26

ben13

Re : Comment faire pour mettre ma resolution en 16/10?

bizarre ca

les valeur que tu as modifié ne concernent que la resolution

tu as touche les drivers ?  tu as nv ou nvidia


colle nous ton xorg


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#9 Le 21/04/2007, à 11:32

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

le Xorg est collé dans le premier post vu que les modifs que tu as proposées ont été annulées!

De plus comment coller le Xorg alors que je n'ai accès qu'au mode console vu que le serveur X ne se lance pas!

Dernière modification par omega13 (Le 21/04/2007, à 11:35)


Gnome Ubuntu 16.04

Hors ligne

#10 Le 21/04/2007, à 11:39

PhilippeP

Re : Comment faire pour mettre ma resolution en 16/10?

Mon xorg.conf qui fonctionne pour mon écran Acer 2016w

# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/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	"type1"
	Load	"vbe"
EndSection

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

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

#Section "InputDevice"
# Driver        "wacom"
# Identifier    "stylus"
# Option        "Device"        "/dev/wacom"          # Change to 
#                                                    # /dev/input/event
#                                                    # for USB
# Option        "Type"          "stylus"
# Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "eraser"
#  Option        "Device"        "/dev/wacom"          # Change to 
#                                                      # /dev/input/event
#                                                      # for USB
#  Option        "Type"          "eraser"
#  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "cursor"
#  Option        "Device"        "/dev/wacom"          # Change to 
#                                                      # /dev/input/event
#                                                      # for USB
#  Option        "Type"          "cursor"
#  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
        Option          "RenderAccel" "true"
        Option          "AllowGLXWithComposite" "True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"TripleBuffer"		"True"
EndSection

Section "Monitor"
    Identifier "Generic Monitor"
    VendorName "Acer"
    ModelName "Flat Panel 1680x1050"
    HorizSync 31.5-90
    VertRefresh 59.0-85.0
    
	ModeLine "1280x800_75" 108.86 1280 1336 1616 1728 800 802 814 840 #75Hz
	ModeLine "1024x640_75" 71.80 1024 1072 1312 1408 640 642 654 680 #75Hz
	ModeLine "1680x1050_75" 184.42 1680 1752 2112 2256 1050 1052 1064 1090 #75Hz
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
    Subsection "Display"
        Depth 8
	Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
        Virtual 1680 1050
    EndSubsection
    
    Subsection "Display"
        Depth 15
	Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
        Virtual 1680 1050
    EndSubsection
    
    Subsection "Display"
        Depth 16
	Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
        Virtual 1680 1050
    EndSubsection
    
    Subsection "Display"
        Depth 24
	Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
        Virtual 1680 1050
    EndSubsection
    Option "DPMS"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
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

Attention, je suis loin d'être un Goubunturou ...
Il m'arrive de me tromper (si si...)
Desktop Kubuntu 12.04 KDE 4.9 SC - Lenovo Ideapad S10 3T Kubuntu 12.04 KDE 4.8 SC

Hors ligne

#11 Le 21/04/2007, à 11:41

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

en utilisant sous win le prog explor2fs j'ai recupéré le xorg le voila :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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 "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
EndSection

Section "Files"
	
	# path to defoma fonts
	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"
	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"
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"
	Identifier	"stylus"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier	"eraser"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier	"cursor"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Horizsync	28.0	-	51.0
	Vertrefresh	43.0	-	60.0
	Option		"DPMS"
EndSection
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nv"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
        Option "ExactModeTimingsDVI" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck"
        Option "UseEdidFreqs" "false"
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

Je pense pas qu'il y ai de difference entre les deux!


Gnome Ubuntu 16.04

Hors ligne

#12 Le 21/04/2007, à 11:45

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

ok si je comprend la problème vient que ubuntu reconnaît pas ma 8800GTS ni mon écran Viewsonic, donc déja voir à réussir à installer les drivers nvidia (apparemment le paquet nvidia-glx-new ne doit pas prendre en compte les 8800, va falloir utiliser un bidouillage pour le coupler aux .run mais sans les installer!

Je sent que je vais aimer!


Gnome Ubuntu 16.04

Hors ligne

#13 Le 21/04/2007, à 11:51

ben13

Re : Comment faire pour mettre ma resolution en 16/10?

oui ta carte est trop recente  ,je pense pas qu il y ait de drivers dans les depots compatibles

http://forum.ubuntu-fr.org/viewtopic.php?id=111963

sur ce post , c'est la meme carte que toi , la 8800

Dernière modification par ben13 (Le 21/04/2007, à 11:53)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#14 Le 21/04/2007, à 11:57

omega13

Re : Comment faire pour mettre ma resolution en 16/10?

ouai p j'ai vu ca aussi sur un autre post où il propose de bidouiller un truc en installant les .run récupéré un ficher spécifique, le sauvegarder desinstaller les run, installer le glx-new et faire pointer je sais plus quoi sur le fichier sauvegarder pour que ca marche. je vais tenter car attendre que Nvidia sortent des driver,ma CG sera reconnu dans 1 ans!


Gnome Ubuntu 16.04

Hors ligne

#15 Le 05/05/2007, à 16:26

webfred

Re : Comment faire pour mettre ma resolution en 16/10?

bonjour,
j ai demarré une install de la derniere ubuntu ce jour

apres avoir lu vos posts (j ai un 22'' wide) j ai fait la commande :
sudo dpkg-reconfigure -phigh xserver-xorg comme indiqué dans l entete du xorg,

apres je selectionne "nv"pour nvidia puis je coche en plus (avec espace) 1680*1050
et je redemarre : tout est ok

voila a+