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

Main Menu

How to search wiki properly - can't find wiki page for LG_42LB5D

Started by bulek, June 25, 2008, 04:31:15 PM

Previous topic - Next topic

bulek

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.
Thanks in advance,

regards,

Bulek.

royw

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
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

bulek

Quote from: royw on June 25, 2008, 10: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

Hi,

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

regards,

Bulek.
Thanks in advance,

regards,

Bulek.

williammanda

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