Difference between revisions of "Samsung LE26"

From LinuxMCE
Jump to: navigation, search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category: Hardware]]
 
[[Category: Displays]]  
 
[[Category: Displays]]  
  
xorg.conf for a samsung LE26
+
{{versioninfo|810Status=relevant|810UpdatedDate=16th July 2010|810UpdatedBy=daballiemo}}
 +
 
 +
Setting up a Samsung LE26R71B for LinuxMCE involves a couple of steps:
 +
 
 +
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:
 +
 
 +
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:
  
  
# 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"
 
  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.500 1360 1424 1536 1792 768 771 777 795 +Hsync +Vsync
+
          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
+
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>
+
#      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
 
  EndSection
 +
 
  Section "Screen"
 
  Section "Screen"
 
     Identifier    "Screen0"
 
     Identifier    "Screen0"
Line 100: Line 35:
 
           SubSection "Display"
 
           SubSection "Display"
 
               Modes "1360x768"
 
               Modes "1360x768"
#            Virtual 1360 768
 
 
           EndSubSection
 
           EndSubSection
    Option        "LinearAlloc" "16384"
+
          Option        "TVStandard" "1360x768"
        #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
 
  EndSection
  Section "Extensions"
+
 
        Option "Composite" "false"
+
  Section "Device"
        Option "RENDER" "true"
+
          Option "UseEDID" "false"
EndSection
+
Section "ServerFlags"
+
        Option "AutoAddDevices" "False"
+
 
  EndSection
 
  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 [http://wiki.linuxmce.org/index.php/Display_Drivers Display_Drivers])
 +
 +
4) reboot the MD to accept the new xorg.conf
 +
 +
Have Fun

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