News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

VIDEO CARDS: ATI, Intel, VIA... whatever you got...

Started by l3mce, March 14, 2012, 03:12:19 PM

Previous topic - Next topic

l3mce

I just wanted to thank you for your continued enthusiasm and reporting. It is very helpful for me.
I never quit... I just ping out.

Armor Gnome

No need at all to thank me, I am just a grateful user.  I have been using LMCE in some form or another for 3 years now and I enjoy doing my part to make it even better.  With enough effort I will eventually help write code but until that time I do what I know, which is piecing things together until they POST, then dumping the results on your lap.  :o

From the Forum Home Page:
Quote
89580 Posts in 12106 Topics by 18821 Members. Latest Member:

Imagine if 18,821 people gave hardware and setup feedback from their unique systems!  For me to find unsupported junk I would have to dig out a IIgs or C128 cassette drive.
I made a wiki!  Click [url=http://wiki.linuxmce.org/index.php/User:Armorgnome2]here[/url] to check out my system.

Armor Gnome

Disappointing test tonight.  I had pretty high hopes for this card and wanted to test multiple output modes.  Supported yes but not good in any way.  I will keep it up for a few days and perhaps see if I can't adjust it and edit this post if I get better results.  Here you go L3mce:

nVidia GeForce 5200 AGP 128MB
VGA, DVI & S-Video outputs
Fanless, PCI powered, full PCI card height

lspci | grep VGA
Quote
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)

lspci -nnk | grep VGA -A2
Quote01:00.0 VGA compatible controller [0300]: nVidia Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1)
        Kernel driver in use: nouveau
        Kernel modules: nvidiafb, nouveau

/etc/X11/xorg.conf (portion)
Quote
Section "Device"
       
Identifier   "Card0"
   Driver      "nouveau"
   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" "true"
   Option "ExactModeTimingsDVI" "true"
   Option "NoLogo" "true"
   Option "NoBandWidthTest" "true"
   Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
   Option "DynamicTwinView" "false"
   Option "UseEvents" "true"
   Option "AllowGLXWithComposite" "true"
   Option "AddARGBGLXVisuals" "true"
   Option      "ConnectedMonitor" "CRT"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x720"
      Virtual      1280 720
   EndSubSection
   Option "XvmcUsesTextures" "true"
   Option "renderAccel" "true"
   Option "NoDDCValue"
   Option "UseEDID" "true"
   Option "ExactModeTimingsDVI" "true"
   Option "NoLogo" "true"
   Option "NoBandWidthTest" "true"
   Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
   Option "DynamicTwinView" "false"
   Option "UseEvents" "true"
   Option "AllowGLXWithComposite" "true"
   Option "AddARGBGLXVisuals" "true"
   Option   "TVStandard"   "720p"
EndSection
I made a wiki!  Click [url=http://wiki.linuxmce.org/index.php/User:Armorgnome2]here[/url] to check out my system.