LinuxMCE Forums
May 19, 2013, 10:52:46 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: How to search wiki properly - can't find wiki page for LG_42LB5D  (Read 702 times)
bulek
Administrator
wants to work for LinuxMCE
*****
Posts: 868

Living with LMCE


View Profile
« on: June 25, 2008, 03:31:15 pm »

Hi,

I must be missing something obvious. If I search for LG_42LB5D or LG or TV or LCD TV or similar I don't get any hits.

But I know that page exists :http://wiki.linuxmce.org/index.php/LG_42LB5D

Any advice?

Thanks in advance,

regards,

Bulek.
Logged

Thanks in advance,

regards,

Bulek.
royw
Guru
****
Posts: 261


View Profile
« Reply #1 on: June 25, 2008, 09:03:05 pm »

Log into the wiki, select "my preferences", then under "Search", check:

[X] (Main)
[X] LinuxMCE wiki

That should help (and, IMO, be the default, but it isn't).

HTH,
Roy
Logged

bulek
Administrator
wants to work for LinuxMCE
*****
Posts: 868

Living with LMCE


View Profile
« Reply #2 on: June 25, 2008, 10:24:19 pm »

Log into the wiki, select "my preferences", then under "Search", check:

[X] (Main)
[X] LinuxMCE wiki

That should help (and, IMO, be the default, but it isn't).

HTH,
Roy

Hi,

thanks for info. Just did that and it helped....
Thanks,

regards,

Bulek.
« Last Edit: June 25, 2008, 10:26:31 pm by bulek » Logged

Thanks in advance,

regards,

Bulek.
williammanda
Veteran
***
Posts: 73


View Profile
« Reply #3 on: June 26, 2008, 02:50:21 am »

I have a LG 42" tv and the xorg.conf picks it up automatically. Here is my xorg.conf:

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 "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"
   HorizSync   20-500
   VertRefresh   59-61
EndSection

Section "Device"
   Identifier   "Card0"
   Driver      "nvidia"
   VendorName   "Unknown Vendor Name"
   BoardName   "Unknown Board Name"
   Option "UseEDID" "true"
   Option "NoLogo" "true"
   Option "UseEvents" "true"
   Option "DPI" "96 x  96"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Modes      "nvidia-auto-select"
#      Virtual      1360 768
   EndSubSection
   Option "UseEDID" "true"
   Option "NoLogo" "true"
   Option "UseEvents" "true"
   Option "DPI" "96 x  96"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail"   "true"
   Option   "BlankTime"      "0"
   Option   "StandbyTime"   "0"
   Option   "SuspendTime"   "0"
   Option   "OffTime"      "0"
   Option   "AIGLX"         "Off"
EndSection
Section "Extensions"
   Option "Composite" "true"
   Option "RENDER" "true"
EndSection
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!