Ok...so here's my setup. Coincidentally, I also have the ASUS M3N78-EM.
- Motherboard: ASUS M3N78-EM Uses NVIDIA GeForce 8300
- CPU: AMD Athon 64 X2 Kuma 2.7 GHz
- RAM: Kingston HyperX 1Gb
- Display: Samsung 40" TFT-LCD LN-T4061F
This is some of what I've done:
- Installed from the i386 DVD.
- Connected through the HDMI port AND VGA port. Boot-ups on the VGA, but once LMCE is up, PC switches to HDMI output.
- Running at 1980x1080p. I did set the LCD's HDMI input name to HDMI-PC. This helped to get the alignment on the screen correctly.
- On the BIOS, I'm sharing 256 of memory with the video card (I'm curious about this and will test out by reducing it later when I have time)
- Installed latest nVidia drivers as described in: wiki.linuxmce.org/index.php/Display_Drivers#Latest_Drivers
- Have only watched DVD .ISO files, and no problem. Still fighting with HDHomeRun (hdhomerun_config doesn't want to discover it, even though I can clearly see it from the webpage and pings)
I will say this. During the setup wizard, I did not see the whole image. It looked like a square where I didn't see two quadrants. But I did see part of the flamethrower.
Let me know if this helps or how I can help with some minor what-if scenarios. Don't have a whole lot of time right now, but can probably squeeze in couple of times.
Cheers,
Ray
Here's my xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Feb 5 00:18:17 PST 2009
# 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 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"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
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 "SAMSUNG"
Option "DPMS"
Modeline "1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 1125
HorizSync 20-500
VertRefresh 59-61
EndSection
Section "Device"
Identifier "nVidia Corporation NVIDIA Default Card"
Driver "nvidia"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "false"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "ConnectedMonitor" "DFP"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVIDIA Default Card"
Monitor "SAMSUNG"
DefaultDepth 24
SubSection "Display"
Modes "1920x1080"
Virtual 1920 1080
EndSubSection
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "false"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "TVStandard" "1080p"
EndSection
Section "Extensions"
Option "Composite" "true"
Option "RENDER" "true"
EndSection