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 14/02/2007, à 23:12

Neuro

[Résolu]Un coup de main pour mon xorg.conf (svp)

Je suis sous Edgy.(kubuntu)
Après une mise à jour du noyau pour passer de 2.17.10 à 2.17.11, je suis en galère totale avec les drivers Nvidia proprios . Que j' ai fini par réussir a réinstaller (je sais que il faut toujours juste derrière une mise à jour du kernel, réinstaller les pilotes pour sa carte graphique).

je veut reconfiguer mon xorg.conf pour le remettre en dual desktop .

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
	Identifier	 "Layout0"
	Screen	  0  "Screen0" 1360 0
	Screen	  1  "Screen1" LeftOf "Screen0"
	InputDevice	"Keyboard0" "CoreKeyboard"
	InputDevice	"Mouse0" "CorePointer"
EndSection

Section "Files"
	RgbPath		 "/usr/lib/X11/rgb"
EndSection

Section "Module"
	Load		   "dbe"
	Load		   "extmod"
	Load		   "type1"
	Load		   "freetype"
	Load		   "glx"
EndSection

Section "ServerFlags"
	Option		 "Xinerama" "1"
EndSection

Section "InputDevice"
	# generated from default
	Identifier	 "Mouse0"
	Driver		 "mouse"
	Option		 "Protocol" "auto"
	Option		 "Device" "/dev/psaux"
	Option		 "Emulate3Buttons" "no"
	Option		 "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	# generated from default
	Identifier	 "Keyboard0"
	Driver		 "kbd"
EndSection

Section "Monitor"
	# HorizSync source: edid, VertRefresh source: edid
	Identifier	 "Monitor0"
	VendorName	 "Unknown"
	ModelName	  "Iiyama S700JT1"
	HorizSync	   30.0 - 70.0
	VertRefresh	 50.0 - 130.0
	Option		 "DPMS"
EndSection

Section "Monitor"
	# HorizSync source: edid, VertRefresh source: edid
	Identifier	 "Monitor1"
	VendorName	 "Unknown"
	ModelName	  "SAMSUNG"
	HorizSync	   30.0 - 61.0
	VertRefresh	 60.0 - 75.0
	Option		 "DPMS"
EndSection

Section "Device"
	Identifier	 "Videocard0"
	Driver		 "nvidia"
	VendorName	 "NVIDIA Corporation"
	BoardName	  "GeForce 7600 GS"
	BusID		  "PCI:1:0:0"
	Screen		  0
EndSection

Section "Device"
	Identifier	 "Videocard1"
	Driver		 "nvidia"
	VendorName	 "NVIDIA Corporation"
	BoardName	  "GeForce 7600 GS"
	BusID		  "PCI:1:0:0"
	Screen		  1
EndSection

Section "Screen"
	Identifier	 "Screen0"
	Device		 "Videocard0"
	Monitor		"Monitor0"
	DefaultDepth	24
	Option		 "metamodes" "CRT-0: 1024x768 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
	SubSection	 "Display"
		Depth	   24
		Modes	  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	 "Screen1"
	Device		 "Videocard1"
	Monitor		"Monitor1"
	DefaultDepth	24
	Option		 "metamodes" "CRT-1: nvidia-auto-select +0+0"
	SubSection	 "Display"
		Depth	   24
		Modes	  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Avec celui là mes deux écrans fonctionnent mais en bureau étendu.
Et mon clavier est en qwerty .

Dernière modification par Neuro (Le 15/02/2007, à 18:53)


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#2 Le 14/02/2007, à 23:37

Woshee

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Pourquoi n'utilises tu pas twinview ou le nvidia-settings pour l'affichage sur un second écran? C'est plus simple a configurer.

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

Dernière modification par Woshee (Le 14/02/2007, à 23:44)


Devenez parrain Linux ou trouvez quelqu'un pour vous aider près de chez vous:
http://parrains.linux.free.fr/

Hors ligne

#3 Le 14/02/2007, à 23:42

OLT21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Mon X11
deux bureaux , 1 sur LCD et l'autre en sortie Tv
a adapter a ta config
Chez moi ca marche avec en plus le bon clavier:)

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen 0 "Screen0"
Screen 1 "Screen1" rightof "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Monitor"
Identifier "Television"
HorizSync 60
VertRefresh 30-150
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "true"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "Television"
BusID "PCI:01:00:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Television"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Suis tout nouveau sur ubuntu , mais si je peut aider .....

#4 Le 14/02/2007, à 23:44

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Et bien parce qu' il ne mémorise pas mes réglages et que je dois recommencer à chaque fois que je reboot. Heu c 'est peut étre le twinview qui me conviendrai le plus.


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#5 Le 14/02/2007, à 23:56

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Ok c' est bon pour le clavier :

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 1360 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Iiyama S700JT1"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 130.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "SAMSUNG"
    HorizSync       30.0 - 61.0
    VertRefresh     60.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "CRT-0: 1024x768 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "CRT-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Bon je continue


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#6 Le 15/02/2007, à 00:10

OLT21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

A l'occasion si on pouvait me tuyauter sur la fréquence de rafraichissement , je suis bloqué à 54 Hz
et je suis pourtant sur de pouvoir aller plus haut avec mon ACER  ( AL 171.6)
Bon si qlq peut me guider sa serai sympa

#7 Le 15/02/2007, à 00:42

Forny

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Pourquoi n'utilise tu pas l'interface graphique des driver nvidia ? (nvidia-settings)

(sinon pour info toutes les infos interessantes sur le driver nvidia peuvent être trouvées là -> http://us.download.nvidia.com/XFree86/L … index.html)

Dernière modification par Forny (Le 15/02/2007, à 00:47)

Hors ligne

#8 Le 15/02/2007, à 00:50

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

G bien pensé mais ; même aprés modif sur nvidia-settings de retour sur le bureau ( préférence ,Résolution de l'écran ) je ne retrouve pas la config que g mise en place avec nvidia-settings.

Donc moi plus rien comprendre ????

#9 Le 15/02/2007, à 00:51

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

J' ai un message d' erreur avec le panneau "nvidia setting" :

The XRandR X extension was not found.  This extension must be supported by the X server and enabled for display configuration settings to be dynamically applicable

Et cela quand je sélectionne le mode twinview.

Dernière modification par Neuro (Le 15/02/2007, à 00:52)


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#10 Le 15/02/2007, à 00:52

OLT

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Ne faut-il pas mieux modifier directement le X11 ??

#11 Le 15/02/2007, à 00:54

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

J' ai rajouté : Option "AddARGBGLXVisuals" "True"

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 1360 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Iiyama S700JT1"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 130.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "SAMSUNG"
    HorizSync       30.0 - 61.0
    VertRefresh     60.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "CRT-0: 1024x768 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "CRT-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Mais je suis sur toujour pas en dualdesktop. sad

Ne faut-il pas mieux modifier directement le X11 ??

Oui

Dernière modification par Neuro (Le 15/02/2007, à 01:27)


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#12 Le 15/02/2007, à 01:07

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "true"

Ces deux lignes sont a mettre en place pour utiliser BERYL , je crois que c pour pouvoir utiliser les bordures de fenêtre ( mais je ne suis pas sûr ) . je ne pense pas que sa change qlq chose à ton Blème .....

#13 Le 15/02/2007, à 01:08

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Ah oui c' est vrai wink


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#14 Le 15/02/2007, à 01:18

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Plutôt curieuse la section Devise

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          0Ne faut-il pas mieux modifier directement le X11 ??

Le screen me semble un peu faux  tongue , il faut peut être le retoucher

#15 Le 15/02/2007, à 01:22

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

lol big_smile


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#16 Le 15/02/2007, à 01:26

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Moi g tj mon blème de  fréquence de rafraichissement ( 50Hz ) si c le X11 qu'il faut que je retouche , je voudrai savoir quelles lignes et surtout les valeurs à changer voila , merci d'avance....

#17 Le 15/02/2007, à 01:28

Woshee

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Un problème par sujet les enfants, après c'est le bordel, crée un autre sujet OLT.


Devenez parrain Linux ou trouvez quelqu'un pour vous aider près de chez vous:
http://parrains.linux.free.fr/

Hors ligne

#18 Le 15/02/2007, à 01:30

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Avec ma petite tête hmm g bien pensé à retoucher les lignes
  HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
mais je ne c pas ds quelles mesures je peux m'amuser avec c valeurs ????

#19 Le 15/02/2007, à 01:35

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

cela dépend de ton écran si c' est un LCD ce n' est pas trop grave si tu dépasse les valeurs de ton écran. Les LCD le craignent moin que les écrans à tube.


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne

#20 Le 15/02/2007, à 01:35

OLT 21

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

Mille excuses Woshee moi petit nouveau , et je me suis laissé emporté
de toute façon c bon pour aujourd'hui ( pour moi ) donc a demain tout le monde ) wink

#21 Le 15/02/2007, à 01:53

Neuro

Re : [Résolu]Un coup de main pour mon xorg.conf (svp)

bon ben je le passe pas encore en résolu mais mon ancien xorg fonctionne bien là et en dual desktop.Par contre je le trouve un peut bordélique dans le texte ce xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Sep 14 15:50:24 PDT 2006

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 1
    Screen         "Screen1" LeftOf "Default Screen"
    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/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"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "lv3:ralt_switch"
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"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "S700JT1"
    VendorName     "Iiyama"
    ModelName      "Iiyama S700JT1"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
    ModeLine       "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1152x768@54" 65.0 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
    ModeLine       "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
    ModeLine       "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine       "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
EndSection

Section "Monitor"
    Identifier     "monitor1"
    Gamma           1
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Driver         "nvidia"
    BoardName      "nvidia"
    BusID          "PCI:1:0:0"
    Screen          0
    Option "AddARGBGLXVisuals" "True"
    Option         "TripleBuffer" "true"
EndSection

Section "Device"
    Identifier     "device1"
    Driver         "nvidia"
    BoardName      "nvidia"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Monitor        "S700JT1"
    DefaultDepth    24
    SubSection     "Display"
        Virtual     1400 1050
        Depth       24
        Modes      "1024x768@85" "1024x768@75" "832x624@75" "1024x768@70" "800x600@60" "1024x768@60" "800x600@85" "1024x768@43" "800x600@75" "1152x864@75" "800x600@72" "1152x768@54" "800x600@56" "1280x854" "640x480@85" "1280x960@60" "640x480@75" "1280x1024@60" "640x480@72" "1400x1050@60" "640x480@60"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
EndSection

J' aimerai bien faire un mix des deux pour que mon materiel soit correctement nommé comme entre temps j' ai changé de carte graphique : BoardName      "GeForce 7600 GS"
[Résolu]

Dernière modification par Neuro (Le 15/02/2007, à 18:53)


Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.

Hors ligne