Difference between revisions of "Samsung LE26"

From LinuxMCE
Jump to: navigation, search
Line 7: Line 7:
 
1) setup the MD to have the right screen size:
 
1) setup the MD to have the right screen size:
  
In the  [http://192.168.80.1/lmce-admin/index.php?section=wizard&pageSetup=97&senderID=97# settingspage]for the specific MD set the following fields to their respective value's:
+
In the  [http://192.168.80.1/lmce-admin/index.php?section=wizard&pageSetup=97&senderID=97# settingspage]for the specific MD set the following fields to their respective value's:
  
 
  Video settings: 1360 768/60
 
  Video settings: 1360 768/60

Revision as of 11:35, 16 July 2010


Version Status Date Updated Updated By
710 Unknown N/A N/A
810 relevant 16th July 2010 daballiemo
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

Setting up a Samsung LE26 for LinuxMCE involves a couple of steps:

1) setup the MD to have the right screen size:

In the settingspagefor the specific MD set the following fields to their respective value's:

Video settings: 1360 768/60
TV Standard:    TV Standard

Make sure to press update!!

2) Change the xorg.conf for your MD using the informational configuration beneath:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon Feb  1 03:17:59 PST 2010
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 "ServerFlags"
   Option         "AutoAddDevices" "False"
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"
      DisplaySize             349 196
        Modeline 	"1360x768"  85.500 1360 1424 1536 1792 768 771 777 795 +Hsync +Vsync
        HorizSync	30-61
        VertRefresh	60-75
EndSection
Section "Device"
       ### Available Driver options are:-
       ### Values: : 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>
#       Option          "NoDDC"                         "true"
   Identifier     "Card0"
   Driver         "nvidia"
   VendorName     "Unknown Vendor Name"
   BoardName      "Unknown Board Name"
      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		"1360x768"
#            Virtual		1360 768
         EndSubSection
   Option         "LinearAlloc" "16384"
       #BusID          "PCI:0:2:0"
       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"	"1360x768"
EndSection
Section "Extensions"
       Option "Composite" "false"
       Option "RENDER" "true"
EndSection
Section "ServerFlags"
       Option "AutoAddDevices" "False"
EndSection

3) regenerate the orbiter for the MD and quick reload the router

4) reboot the MD to accept the new xorg.conf

Have Fun