LinuxMCE Forums

General => Users => Topic started by: bulek on June 25, 2008, 04:31:15 pm

Title: How to search wiki properly - can't find wiki page for LG_42LB5D
Post by: bulek on June 25, 2008, 04: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 (http://wiki.linuxmce.org/index.php/LG_42LB5D)

Any advice?

Thanks in advance,

regards,

Bulek.
Title: Re: How to search wiki properly - can't find wiki page for LG_42LB5D
Post by: 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
Title: Re: How to search wiki properly - can't find wiki page for LG_42LB5D
Post by: bulek on June 25, 2008, 11: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.
Title: Re: How to search wiki properly - can't find wiki page for LG_42LB5D
Post by: williammanda on June 26, 2008, 03: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