Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - williammanda

Pages: 1 2 3 [4] 5
46
Users / Re: Insteon Info
« on: July 09, 2008, 05:57:02 pm »

47
Users / Re: 9600 GT problem
« on: July 09, 2008, 03:31:42 pm »
I can't ssh the core hybrid because it is the only computer up at that point. The MD's are not running at that time.
Thanks

48
Users / Re: 9600 GT problem
« on: July 09, 2008, 12:17:57 am »
This intel motherboard dx38bt doesn't have on board video. I can't ssh to the computer because it is the hybrid / core. I will try the grub method.
Thanks

49
Users / Re: Video stuttering
« on: July 07, 2008, 01:14:38 am »
I got another computer core 2 quad 9300, 4 GB ram, intel dx38bt motherboard. Using the 7300 LE video card. I haven't seen the stuttering yet.

50
Users / SOLVED 9600 GT problem
« on: July 07, 2008, 12:59:01 am »
I installed a 9600 GT and found out the current video driver doesn't support it. I updated to the latest driver 173.14.09 but the video card stops working right when the kubuntu screen starts. All I get is a blank screen. I have tried pressing the shift key after the decending beeps but no luck. I have used a custom xorg.conf and the generic xorg.conf. Any ideas?
Thanks

51
Users / Re: Q: LinuxMCE on EM64T? (Core2 E6600) and then some
« on: July 07, 2008, 12:26:08 am »
I have 3 - 64 bit systems running the 64 bit version of linuxmce.
core 2 quad 9300 4 GB DDR3 intel dx38bt
core 2 duo 6400 1 GB DDR2 asus p5nsli
athlon 2x 4300 1 GB DDR2 asus m2n-mx

52
Users / Re: Zwave or Insteon
« on: July 02, 2008, 02:15:37 am »

Sorry for the major post chopping, but this is my understanding as well.  IMHO, and what I plan to do, buy an Insteon controller, and buy devices that make sense.  x10 for some, Insteon for others.  This way you can get all the cheap bang for your buck items that you might not be willing to pay the Insteon premium for, ie x10 kitchen lights, but still be able to buy Insteon stuff for when you need the better and more reliable items such as HVAC or Security systems.

This route makes sense to me.

53
Users / Re: Video stuttering
« on: July 02, 2008, 02:12:25 am »
I have a 7300GT card in a MD and a 7300 LE in the core, both with 512 MB. I too see alittle tearing but it is bearable. It seems like every 2 - 3 days the stuttering starts and I reload the router, then it is OK. Has anyone used the 9600GT?

54
Users / Re: Video stuttering
« on: June 30, 2008, 06:53:49 pm »
Any news?

55
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

56
Users / Re: Video stuttering
« on: June 23, 2008, 12:27:57 am »
I'll try reloading the router next time...ty

57
Users / Re: Video stuttering
« on: June 22, 2008, 05:02:27 pm »
I went back to amd64 version today. I had the same issues on i386.

58
Installation issues / Re: LinuxMCE won't display on my TV!
« on: June 22, 2008, 04:53:21 pm »
I have a westinghouse 42" lcd with the 1366*768 native resolution. Nvidia will only let you setup the resolution in multiples of 8. So I use 1360*765. Here is part of my xorg.conf.

Section "Device"
   Identifier   "nVidia Corporation G72 [GeForce 7300 LE]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Option "UseEDID" "true"
   Option "NoLogo" "true"
   Option "UseEvents" "true"
   Option   "DPI" "96 x 96"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   Modeline    "1360x765" 84.39 1360 1424 1568 1776 765 766 769 792 -hsync +vsync
   HorizSync   30-68
   VertRefresh   59-72
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G72 [GeForce 7300 LE]"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1360x765"
   EndSubSection
   Option "UseEDID" "true"
   Option "NoLogo" "true"
   Option "UseEvents" "true"
   Option   "DPI" "96 x 96"
EndSection

I changed the edid to true, setup a modeline and set dpi = 96*96.
Also read your Xorg.0.log to see what is going on....that is  where I got my modeline....came from the edid. Good luck.


59
Users / Re: Zwave or Insteon
« on: June 21, 2008, 03:12:40 am »
It sounds like to me that Insteon maybe the way to go. It has x10 compatibility plus dual network support but the cost is higher.

60
Users / Re: Video stuttering
« on: June 21, 2008, 02:20:39 am »
I just re-installed i386 linuxmce. I will test through the weekend and update. Thanks for your help.

Pages: 1 2 3 [4] 5