Difference between revisions of "Samsung LE26"

From LinuxMCE
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category: Hardware]]
 
[[Category: Displays]]  
 
[[Category: Displays]]  
  
 
{{versioninfo|810Status=relevant|810UpdatedDate=16th July 2010|810UpdatedBy=daballiemo}}
 
{{versioninfo|810Status=relevant|810UpdatedDate=16th July 2010|810UpdatedBy=daballiemo}}
  
Setting up a Samsung LE26 for LinuxMCE involves a couple of steps:
+
Setting up a Samsung LE26R71B for LinuxMCE involves a couple of steps:
  
 
1) Setup the MD to have the right screen size:
 
1) Setup the MD to have the right screen size:
Line 19: Line 20:
 
  Section "Monitor"
 
  Section "Monitor"
 
     Identifier    "Monitor0"
 
     Identifier    "Monitor0"
     VendorName    "Unknown Monitor Vendor"
+
     VendorName    "Samsung"
     ModelName      "Unknown Monitor Model"
+
     ModelName      "LE26R71b (X)"
 
       DisplaySize            349 196
 
       DisplaySize            349 196
        Modeline        "1360x768" 85.800 1360 1400 1534 1800 768 771 781 794
+
          Modeline        "1360x768" 85.800 1360 1400 1534 1800 768 771 781 794
        HorizSync 30-61
+
          HorizSync 30-61
        VertRefresh 60-75
+
          VertRefresh 60-75
 
  EndSection
 
  EndSection
  
Line 35: Line 36:
 
               Modes "1360x768"
 
               Modes "1360x768"
 
           EndSubSection
 
           EndSubSection
    Option        "TVStandard" "1360x768"
+
          Option        "TVStandard" "1360x768"
 
  EndSection
 
  EndSection
  
 
  Section "Device"
 
  Section "Device"
        Option "UseEDID" "false"
+
          Option "UseEDID" "false"
 
  EndSection
 
  EndSection
 
   
 
   

Latest revision as of 17:20, 28 September 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 LE26R71B 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:    1360x768

Make sure to press update!!

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


Section "Monitor"
   Identifier     "Monitor0"
   VendorName     "Samsung"
   ModelName      "LE26R71b (X)"
      DisplaySize             349 196
         Modeline        "1360x768" 85.800 1360 1400 1534 1800 768 771 781 794
         HorizSync	30-61
         VertRefresh	60-75
EndSection
Section "Screen"
   Identifier     "Screen0"
   Device         "Card0"
   Monitor        "Monitor0"
   DefaultDepth    24
         SubSection "Display"
             Modes		"1360x768"
         EndSubSection
         Option         "TVStandard"	"1360x768"
EndSection
Section "Device"
         Option "UseEDID" "false"
EndSection

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

4) Make sure you're new xorg.conf will not be overwritten (see Display_Drivers)

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

Have Fun