Seb a écrit :
Nicolas Roudninski a écrit :
PS : si vous avez besoin du fichier xorg.conf, je le mettrai dans un
prochain courriel.
Oh oui, oh oui !
Personnellement je n'ai jamais réussi a avoir les deux en même temps...
Seb
Voili, voilou :
Carte graphique : NVIDIA Corporation NV34 [GeForce FX 5200]
Drivers Debian : nvidia-kernel-common - nvidia-glx -
nvidia-kernel-2.6.12-1-686-smp
-----------------------/etc/X11/xorg.conf---------------------------------
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "extmod"
Load "type1"
Load "freetype"
Load "v4l"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "Mitsubishi"
ModelName "TV"
HorizSync 30-50
VertRefresh 50-100
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "AOC Spectrum"
ModelName "AOC 17p"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Device"
Identifier "device0"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce4 (generic)"
BusID "PCI:1:0:0"
Driver "nvidia"
Option "DPMS"
Option "NoLogo" "1"
Option "DigitalVibrance" "0"
Option "IgnoreDisplayDevices" "DFP"
Option "TVStandard" "PAL-N"
Option "TVOutFormat" "COMPOSITE"
Option "TVOverScan" "0.5"
Option "NvAGP" "3"
screen 1
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce4 (generic)"
BusID "PCI:1:0:0"
Driver "nvidia"
Option "DPMS"
Option "NoLogo" "1"
Option "DigitalVibrance" "2"
Option "IgnoreDisplayDevices" "DFP"
Option "NvAGP" "3"
Option "RenderAccel" "true"
screen 0
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubsection
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "800x600"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" # "CoreKeyboard"
InputDevice "Mouse1" # "CorePointer"
Screen "screen1"
Screen "screen0" RightOf "screen1"
EndSection
-----------------------/etc/X11/xorg.conf---------------------------------
--
Nicolas Roudninski
[EMAIL PROTECTED]
----------------------
Toute ressemblance avec des fautes d'orthographe, de grammaire
ou de conjugaison existantes ou ayant existé serait entièrement
fortuite et indépendante de la volonté de l'auteur.
--
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]