Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - eilgei

Pages: [1]
1
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

2
Installation issues / Re: SSH access from external network
« on: June 17, 2008, 09:23:59 pm »
No that didn't work.

I added a firewall rule port 22 to 22 core input. Voila

Thanks anyway
Geir

3
Installation issues / SSH access from external network
« on: June 17, 2008, 02:18:33 pm »
How does one get SSH access to the core from the outside?
Is it a firewall setting?
I can run the admin website from the external network just fine, and have setup dyndns.
Geir

4
Installation issues / 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

Pages: [1]