Re: To meke Desktop FreeBSD setting up by Xorg -- under VMWare?

2009-02-28 Thread Stephan Lichtenauer


Am 28.02.2009 um 02:09 schrieb Warren Block:


On Thu, 26 Feb 2009, ?? ?? wrote:


Nice to meet you.
I'm japanese ,Katsurou Takahash.

I started to use FreeBSD to constitute my file server and I want to  
use FreeBSD as Desktop OS.
I would like to know how to setting FreeBSD as Desktop OS by Xorg  
on VMware Fusion act 2.

Or I want to know how to setting command by GUI.
I use MacBookPro 15inch USkeyboard.
If you know the way ,please tell me that.


pcbsd.org has a downloadable VMWare image.  Even if you don't use  
their whole setup, you can use their xorg.conf as a starting point.


-Warren Block * Rapid City, South Dakota USA


What you might also try to do is to just install FreeBSD in VMWare  
from the ISO images yourself, then install the compat6x port and  
afterwards install the VMWare tools from within VMWare. This not only  
installs a special VMWare driver for X.org (and automatically sets up  
xorg.conf) which allows you to set the resolution and lets the mouse  
leave the VM window without pressing Ctrl-Apple keys each time, this  
also installs the VMWare tools applet that can be used to reduce the  
VM disk image from time to time.


For infos about how to install the tools, have a look at the VMWare  
Fusion Help.


Best regards

Stephan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: To meke Desktop FreeBSD setting up by Xorg -- under VMWare?

2009-02-27 Thread Warren Block

On Thu, 26 Feb 2009, ?? ?? wrote:


Nice to meet you.
I'm japanese ,Katsurou Takahash.

I started to use FreeBSD to constitute my file server and I want to use 
FreeBSD as Desktop OS.
I would like to know how to setting FreeBSD as Desktop OS by Xorg on VMware 
Fusion act 2.

Or I want to know how to setting command by GUI.
I use MacBookPro 15inch USkeyboard.
If you know the way ,please tell me that.


pcbsd.org has a downloadable VMWare image.  Even if you don't use their 
whole setup, you can use their xorg.conf as a starting point.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: To meke Desktop FreeBSD setting up by Xorg -- under VMWare?

2009-02-26 Thread Hashimoto
> I installed xorg,ipa-ttfonts,xfce4 and sudo. And I make install clean.
> I tried the next setting of xorg.conf, but failed.
> please tell me how to rewrite the xorg.conf file or send me the file.

Hello.
Did you try "Xorg -configure" command?
It will create xorg.conf.new automatically.
Then, you can put it as /etc/X11/xorg.conf.

This is my /etc/X11/xorg.conf.
(But, this is for FreeBSD-current, so may not work in your environment.)
Regards.

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
Option  "AllowEmptyInput" "off"
EndSection

Section "Files"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "record"
Load  "dbe"
Load  "glx"
Load  "xtrap"
Load  "dri"
Load  "freetype"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
Option "XkbLayout" "jp"
Option "XkbModel" "jp106"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "probe_sparse"  # []
#Option "accel" # []
#Option "crt_display"   # []
#Option "composite_sync"# []
#Option "hw_cursor" # []
#Option "force_pci_mode"# []
#Option "dma_mode"  # 
#Option "agp_mode"  # 
#Option "agp_size"  # 
#Option "local_textures"# []
#Option "buffer_size"   # 
#Option "tv_out"# []
#Option "tv_standard"   # 
#Option "mmio_cache"# []
#Option "test_mmio_cache"   # []
#Option "panel_display" # []
#Option "reference_clock"   # 
#Option "shadow_fb" # []
#Option "sw_cursor" # []
#Option "AccelMethod"   # 
#Option "RenderAccel"   # []
Identifier  "Card0"
Driver  "mach64"
VendorName  "ATI Technologies Inc"
BoardName   "Rage Mobility P/M AGP 2x"
BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection


-- 
Kouki Hashimoto
hsm...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


To meke Desktop FreeBSD setting up by Xorg -- under VMWare?

2009-02-25 Thread 高橋 克郎

Nice to meet you.
I'm japanese ,Katsurou Takahash.

I started to use FreeBSD to constitute my file server and I want to  
use FreeBSD as Desktop OS.
I would like to know how to setting FreeBSD as Desktop OS by Xorg on  
VMware Fusion act 2.

Or I want to know how to setting command by GUI.
I use MacBookPro 15inch USkeyboard.
If you know the way ,please tell me that.

I installed xorg,ipa-ttfonts,xfce4 and sudo. And I make install clean.
I tried the next setting of xorg.conf, but failed.
please tell me how to rewrite the xorg.conf file or send me the file.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"