Author Topic: ASUS EN9600GT silent/HTDI/512M AVwizard problem  (Read 3095 times)

eilgei

  • Newbie
  • *
  • Posts: 4
    • View Profile
ASUS EN9600GT silent/HTDI/512M AVwizard problem
« on: June 17, 2008, 01:55:59 pm »
I have just managed to PXE boot my MD and reached the AVwizard.

This is what happens:

1. TV connected via HDMI: Boot is ok, but AVwizard doesn' t show. No success hitting the 1-key for DVI/HDMI output.

2. TV connected via VGA: Boot and AVwizard shows up ok. But cannot switch to DVI/HDMI by pressing 1-key. The screen goes black and by pressing 2 the avWizard returns.

It seems like HDMI is only enabled on the card if the VGA connector is disconnected when the PC cold boots.

So I tried connecting the TV to HDMI and a second monitor(M2) to the VGA output when the HDMI goes black. I still get the avwizard on M2 but cannot switch it over to the TV on HDMI.

This is a diskless MD with Vista on the internal drive fully working on the HDMI output.

Anny advice is appreciated
Geir

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: ASUS EN9600GT silent/HTDI/512M AVwizard problem
« Reply #1 on: June 17, 2008, 07:20:06 pm »
Hi,

So when the system initially boots up you see the Kubuntu splash, then the screen goes black and after system beeps you press 1 and no A/V Wizard is presented via the DVI/HDMI port?  O.K.

The restricted nvidia drivers were loaded during the initial MCE setup?  O.K.

I would guess the next thing to look at is your xorg.conf in the MD diskless directory.  From the Core it's in something like  /usr/pluto/diskless/XX/etc/X11.

Post your xorg.conf if need be.  That'll be a start.

Hope this helps.


eilgei

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: ASUS EN9600GT silent/HTDI/512M AVwizard problem
« Reply #2 on: June 17, 2008, 09:43:12 pm »
pigdog,

thanks for reply.

No beep. Sound is next... I'm piping spdif through to the video card via internal spdif link. ASUS mainboard.

But YES to the others.

----------------------------------------------------------------
Section "ServerLayout"
   Identifier   "XFree86 Configured"
   Screen     0   "Screen0"   0 0
   InputDevice   "Mouse0"   "CorePointer"
   InputDevice   "Keyboard0"   "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath   "/usr/share/fonts/X11"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
   Load   "dbe"
   Load   "extmod"
   Load   "record"
   Load   "xtrap"
   Load   "speedo"
   Load   "type1"
   Load   "glx"
   Load   "int10"
   Load   "v4l"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "keyboard"
   Option      "XkbLayout"      "us"
   Option      "XkbVariant"   "basic"
   Option      "XkbModel"      "pc105"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "Protocol"      "auto"
   Option      "Device"      "/dev/input/mice"
   Option      "ZAxisMapping"   "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Unknown Monitor Vendor"
   ModelName   "Unknown Monitor Model"
   Modeline    "640x480" 25.18 640 656 752 800 480 490 492 525
   HorizSync   20-500
   VertRefresh   59-61
EndSection

Section "Device"
   ### Available Driver options are:-
   ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
   ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
   ### [arg]: arg optional
   #Option      "NoAccel"            # [<bool>]
   #Option      "SWcursor"            # [<bool>]
   #Option      "ColorKey"            # <i>
   #Option      "CacheLines"         # <i>
   #Option      "Dac6Bit"            # [<bool>]
   #Option      "DRI"               # [<bool>]
   #Option      "NoDDC"               # [<bool>]
   #Option      "ShowCache"            # [<bool>]
   #Option      "XvMCSurfaces"         # <i>
   Identifier   "Card0"
   Driver      "nvidia"
   VendorName   "Unknown Vendor Name"
   BoardName   "Unknown Board Name"
   Option      "LinearAlloc"      "16384"
   #BusID      "PCI:0:2:0"
#   Option      "NoDDC"            "true"
   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      "ConnectedMonitor" "CRT"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Modes      "640x480"
      Virtual      640 480
   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"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail"   "true"
   Option   "BlankTime"      "0"
   Option   "StandbyTime"   "0"
   Option   "SuspendTime"   "0"
   Option   "OffTime"      "0"
   Option   "AIGLX"         "Off"
EndSection
Section "Extensions"
   Option "RENDER" "true"
EndSection

----------------------------------------------------------------

Geir

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: ASUS EN9600GT silent/HTDI/512M AVwizard problem
« Reply #3 on: June 18, 2008, 01:50:39 am »
O.K.

I'm running an NX8400GS on my diskless MD.  (no hard drive period.)

I'm hooked up to a Sharp Aquos LC46D64U 1080p LCD screen.

When you load your diskless MD you need to wait for Diskless_Setup.sh to complete.  The cursor blinks for about 5 minutes before setup continues and the MD restarts.  When the files are downloaded and the configuartion is complete the system will beep.  I hope you are waiting long enough for the beep especially when you have no sound!

Anyway,  our setup are pretty similar except for some wiimote stuff.

In Section "Monitor" since I'm 1080p my Modeline is as follows...
"1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 1125

In Section "Device" and Section "Screen" I have option "UseEDID" "true" which allows my monitor to run in 1080p native resolution but I had to add some inputs via web admin to use the correct input on my Sharp LC46D64U.

In Section "Device" Option "ConnectedMonitor" is "DFP"
There are also 2 other options after "DFP"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"

In Section "Screen" after Option "UseEvents" add the two options AllowGLX and AddARGBGLX again.
Then add Option "TVStandard" "1080p"

In Section "Extensions" add
Option "Composite" "true"

I hope this helps you out.

Cheers.