Difference between revisions of "Samsung LE26"

From LinuxMCE
Jump to: navigation, search
 
(21 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:
  
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
+
1) Setup the MD to have the right screen size:
# 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"
+
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:
Load "dbe"
+
Load "extmod"
+
Load "record"
+
Load "xtrap"
+
Load "speedo"
+
Load "type1"
+
Load "glx"
+
Load "int10"
+
Load "v4l"
+
EndSection
+
  
Section "ServerFlags"
+
Video settings: 1360 768/60
    Option        "AutoAddDevices" "False"
+
TV Standard:    1360x768
EndSection
+
  
Section "InputDevice"
+
Make sure to press update!!
    Identifier    "Keyboard0"
+
    Driver        "keyboard"
+
    Option        "XkbLayout" "us"
+
    Option        "XkbVariant" "basic"
+
    Option        "XkbModel" "pc105"
+
EndSection
+
  
Section "InputDevice"
+
2) Change the xorg.conf for your MD using the informational configuration beneath:
    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
+
EndSection
 
+
Section "Device"
+
  
        ### Available Driver options are:-
+
Section "Screen"
        ### 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
+
 
+
Section "Screen"
+
 
     Identifier    "Screen0"
 
     Identifier    "Screen0"
 
     Device        "Card0"
 
     Device        "Card0"
 
     Monitor        "Monitor0"
 
     Monitor        "Monitor0"
 
     DefaultDepth    24
 
     DefaultDepth    24
SubSection "Display"
+
          SubSection "Display"
Modes "1360x768"
+
              Modes "1360x768"
# Virtual 1360 768
+
          EndSubSection
EndSubSection
+
          Option        "TVStandard" "1360x768"
    Option        "LinearAlloc" "16384"
+
EndSection
        #BusID          "PCI:0:2:0"
+
 
Option "XvmcUsesTextures" "true"
+
Section "Device"
Option "renderAccel" "true"
+
          Option "UseEDID" "false"
Option "NoDDCValue"
+
EndSection
Option "UseEDID" "true"
+
Option "ExactModeTimingsDVI" "true"
+
3) regenerate the orbiter for the MD and quick reload the router
Option "NoLogo" "true"
+
 
Option "NoBandWidthTest" "true"
+
4) Make sure you're new xorg.conf will not be overwritten (see [http://wiki.linuxmce.org/index.php/Display_Drivers Display_Drivers])
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
+
Option "DynamicTwinView" "false"
+
Option "UseEvents" "true"
+
Option "AllowGLXWithComposite" "true"
+
Option "AddARGBGLXVisuals" "true"
+
Option "TVStandard" "1360x768"
+
EndSection
+
  
 +
4) reboot the MD to accept the new xorg.conf
  
Section "ServerFlags"
+
Have Fun
        Option "AutoAddDevices" "False"
+
EndSection
+
Section "ServerFlags"
+
        Option "AutoAddDevices" "False"
+
EndSection
+
Section "ServerFlags"
+
        Option "AutoAddDevices" "False"
+
EndSection
+
Section "ServerFlags"
+
        Option "AutoAddDevices" "False"
+
EndSection
+
Section "Extensions"
+
Option "Composite" "false"
+
Option "RENDER" "true"
+
EndSection
+
Section "ServerFlags"
+
Option "AutoAddDevices" "False"
+
EndSection
+

Latest revision as of 18: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