Cuando hice el cambio todo funcionó bien, lo único que me falló es el touchpad.
Después de leer un poco me enteré de que ahora el control de los dispositivos está a manos de HAL, por lo que ya no se me hizo raro no tener un archivo xorg.conf.
Lo que hice para resolver el problema en la Gateway NV78 fue generar el xorg:
# Xorg -configureAl termino de ese comando me indicó la ruta donde quedó el archivo... Lo moví a /etc/X11/
Al final sólo le agregué las lineas que aparecen en negritas en el archivo /etc/X11/xorg.conf:
Section "ServerLayout"Identifier "X.org Configured"Screen 0 "Screen0" 0 0InputDevice "Mouse0" "CorePointer"InputDevice "Keyboard0" "CoreKeyboard"EndSectionSection "Files"ModulePath "/usr/lib/xorg/modules"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"FontPath "built-ins"EndSectionSection "Module"Load "glx"Load "dri"Load "record"Load "extmod"Load "dri2"Load "dbe"Load "synaptics"EndSectionSection "InputDevice"Identifier "Keyboard0"Driver "kbd"EndSectionSection "InputDevice"Identifier "Mouse0"Driver "synaptics"Option "Protocol" "auto"Option "Device" "/dev/input/mice"Option "ZAxisMapping" "4 5 6 7"Option "TapButton1" "1"
Option "SpecialScrollAreaRight" "true"
Option "VertEdgeScroll" "true"
Option "VertTwoFingerScroll" "true"EndSectionSection "Monitor"Identifier "Monitor0"VendorName "Monitor Vendor"ModelName "Monitor Model"EndSectionSection "Device"### Available Driver options are:-### Values: : integer,: float, : "True"/"False",
###: "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "ColorKey" #
#Option "CacheLines" #
#Option "Dac6Bit" # []
#Option "DRI" # []
#Option "NoDDC" # []
#Option "ShowCache" # []
#Option "XvMCSurfaces" #
#Option "PageFlip" # []
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
La información en la que me basé está en estos sitios:
http://wiki.debian.org/SynapticsTouchpad
http://wiki.debian.org/DebianEeePC/HowTo/ElantechTouchpad