it had some weird resolution issues picking up my HDTV (its maximum output resolution was 1024x768 in the menu, and I had to override it in the config files)
Care to Post a How-To on doing that? I also can't set it to 1080p yet..
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
it had some weird resolution issues picking up my HDTV (its maximum output resolution was 1024x768 in the menu, and I had to override it in the config files)
Will a NAS always be fairly memory hungry? The earlier poster (was that you? I haven't gone back and checked) was running ZFS, which I imagine must add some overhead because of the calculations it performs. Does that increase the memory footprint?
Care to Post a How-To on doing that? I also can't set it to 1080p yet..
Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "DynamicTwinView" "False"
Option "NoFlip" "false"
Option "NoLogo" "true"
Option "ConnectToAcpid" "0"
Option "FlatPanelProperties" "Scaling = Native"
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "HWCursor" "false"
EndSection
Section "Screen"
Identifier "screen"
Device "nvidia"
DefaultDepth 24
Option "ColorRange" "Full"
# Option "ColorRange" "Limited"
# Option "ColorSpace" "RGB"
# Option "ColorSpace" "YCbCr444"
SubSection "Display"
Depth 24
Modes "1920x1080_60"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
Sure. It's really easy once someone tells you how. Is your card Nvidia? If so, in XBMC's Configfiles directory, create a file called xorg.conf and put this in it:
Code:Section "Device" Identifier "nvidia" Driver "nvidia" Option "DynamicTwinView" "False" Option "NoFlip" "false" Option "NoLogo" "true" Option "ConnectToAcpid" "0" Option "FlatPanelProperties" "Scaling = Native" Option "ModeValidation" "NoVesaModes, NoXServerModes" Option "HWCursor" "false" EndSection Section "Screen" Identifier "screen" Device "nvidia" DefaultDepth 24 Option "ColorRange" "Full" # Option "ColorRange" "Limited" # Option "ColorSpace" "RGB" # Option "ColorSpace" "YCbCr444" SubSection "Display" Depth 24 Modes "1920x1080_60" EndSubSection EndSection Section "Extensions" Option "Composite" "false" EndSection
That's all I had to do. The thread with this information in it indicated that there was currently not a similar solution for ATi/Intel.
Ordered mine on Saturday. Reading through every page in this thread
Really keen on running ESXi and a few VMs on it for testing, as well as XBMC.
Ok Yeti I hit a roadblock. When opening freenas in the webgui i cant create any volumes as non are listed. Also tried to add or atleast freenas vm in esxi don't allow me add my disks either just the option to increase the existing one where its currently installed.
Help!!
Fixed ^, new problems
1. Windows not displaying my Cifs/samba shares of Freenas in my network ( currently W7 ultimate 32bit Homegroup)
2. Nfs shares mounted but cant write to it from windows 7( error 8007003) part of the file is locked by another application) could this be vmware ? as freenas 8 is virtualised in esxi.
Volume setup in freenas 8 (64bit) as raid stripe with zfs fs.
Im running out of I ideas, and to top it off im a total linux noob![]()
This all seems like misconfiguration of FreeNAS. While I am not going to sit here and try diagnose these symptoms blindly, the first suggestion I can make confidently is to check the misconfigured permissions. Ensure you have created a group, corresponding users and shared each share with the correct permissions. I already made a .zip of screenshots of my configuration for another user on this forum and this solved his issues by copying (the majority of them) verbatim. Please PM me your email address if you would like me to forward this on to you.
Im having some troubles on OpenELEC with the HP - for some reason, my 2TB that works in my PC, suddenly doesn't want to get picked up in the HP
What do you mean by "picked up"? How is the drive formatted? OpenELEC should automount compatibly formatted drives to /var/media -- it's worked pretty successfully for me.
This all seems like misconfiguration of FreeNAS. While I am not going to sit here and try diagnose these symptoms blindly, the first suggestion I can make confidently is to check the misconfigured permissions. Ensure you have created a group, corresponding users and shared each share with the correct permissions. I already made a .zip of screenshots of my configuration for another user on this forum and this solved his issues by copying (the majority of them) verbatim. Please PM me your email address if you would like me to forward this on to you.
Thanks man, I think I followed an anon guide on freenas.org with no user and password required and gave read and write permissions on the raid volume to guest users and guest group, will have a look at your screenshots you suggested will pm you my email.![]()