Bonjour à tous,
J’étais sous Etch et à la suite de quelques membres qui semblaient beaucoup apprécier le version 64bits je me suis dit qu’il était temps (j’avais déjà tenté une fois avec Edgy c’était assez pitoyable
).
Tout content de ma netinstall, je suis avec mon système tout beau tout neuf.
Un seul inconvénient dès le premier reboot il a pas voulut tout de suite démarer s’arretant après une histoire d’usb déconnecté. 1 à 2 fois sur 3 c’est la même histoire au bout de un à deux reboot c’est bon, mais tout à l’heure j’ai même eu droit à un freez dans gnome (ça ne mettait strictement jamais arrivé toute distro confondu). Je suis donc assez interloqué.
De plus mon serveur X par en vacances quand je veux le relancer (que ce soit un bon vieux Ctrl + Alt + Backspace ou en voulant changer d’utilisateur).
Alors une question bête (pas trouvé de réponses claires) Debian ce serait-il amusé à faire une version amd64 et emt64 différentes? Ne pas avoir formater mon /home ne me porte pas préjudice je pense, non?
S’il y a des suggestion je suis preneur 
Je post mon xorg.conf au cas où quelqun pourrait m’aider et je continue mes recherche en parallèle.
[code]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 "Device"
Identifier "GeForce6200"
Driver "nvidia"
Option “TwinView” "true"
Option “RenderAccel” "1"
Option “CursorShadow” "0"
Option “Coolbits” "0"
Option “ConnectedMonitor” "lcd, rct"
Option "NoPowerConnectorCheck"
Option “Metamodes” "1280x1024,1024x768; 1280x1024,NULL; 1024x768,NULL"
Option “SecondMonitorHorizSync” "30-150"
Option “SecondMonitorVertRefresh” "60-100"
Option “TwinViewOrientation” "RighftOf"
EndSection
Section "Monitor"
Identifier "B70A"
Option "DPMS"
HorizSync 30 - 150
VertRefresh 50 - 75
EndSection
Section "Monitor"
Identifier "22pouces"
Option "DPMS"
HorizSync 30-150
VertRefresh 31 - 80
EndSection
Section "Screen"
Identifier "Default Screen"
Device "GeForce6200"
Monitor "B70A"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes “1680x1050” “1280x1024” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1680x1050” “1280x1024” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Cloned Screen"
Device "GeForce6200"
Monitor "22pouces"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes “1680x1050” “1280x1024” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1680x1050” “1280x1024” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "TwinView Configuration"
Screen "Default Screen"
Screen "Cloned Screen"
Option “Xinerama” "Off"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section “DRI”
Mode 0666
EndSection[/code]
(les fonts sont pas reconnues mais ça je m’en occuperais quand j’aurais une debian qui tourneras mieux)
)
)
