imacDV and X11

Andreas Tobler andreast-list at fgznet.ch
Tue Oct 21 19:56:11 UTC 2008


Hi all,

this is just a fyi. I read the list and see people are struggling about 
X11 conf.

Here my bits, maybe they are helpful to somebody.

I have an imacDV with CURRENT. The one which has a defective mem slot.

FreeBSD 8.0-CURRENT #0: Sat Oct 18 21:04:01 CEST 2008
     andreast at imacb:/usr/obj/export/devel/fbsd-src/src/sys/ANDREAST
cpu0: Motorola PowerPC 750 revision 3.2, 500.00 MHz
cpu0: L1 I-cache enabled, L1 D-cache enabled
cpu0: 512KB write-back backside cache
cpu0: HID0 8090c0a4<EMCP,DOZE,DPM,ICE,DCE,SGE,BTIC,BHT>
real memory  = 526626816 (502 MB)
avail memory = 506875904 (483 MB)

I run X11 with gdm and xfce4. Icewm did not build as of last weekend. 
Np. I built everthing on my own.

I attach my xorg.conf, I hope I'm allowed to, regarding list policies.

Regarding the kbd settings, I advise to use the standard ones. I use my 
own one which is not submitted to xorg. I did not follow the rules 
there. but I can use @ | etc on my ch_DE mac USB kbd as I'm used to 
under OS-X. (Here @ is under alt-g, | under alt-7, etc)

If anybody is interested in my Xorg.0.log mail me.

Feel free to ask.

Btw, I use similar settings on vmware-fusion on a macbook pro where I 
run amd64-*freebsd8. But there I struggle about the display size. 
Nevertheless, amazing work of you fbsd people!

Thanks!
Andreas
-------------- next part --------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	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  "dri"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
#	Load  "freetype"
#	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbModel" "macintosh"
        Option      "XkbLayout" "de_CH"
        Option      "XkbOptions" "grp:lswitch,grp:switch"
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   "Apple"
        ModelName    "Apple iMac CRT"
        DisplaySize  270        200
        HorizSync    60.0 - 60.0
        VertRefresh  75.0 - 95.0
        Option      "DPMS" "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CCEPIOMode"         	# [<bool>]
        #Option     "CCENoSecurity"      	# [<bool>]
        #Option     "CCEusecTimeout"     	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "Display"            	# <str>
        #Option     "PanelWidth"         	# <i>
        #Option     "PanelHeight"        	# <i>
        #Option     "ProgramFPRegs"      	# [<bool>]
        Option     "UseFBDev"           "off"	
        #Option     "VideoKey"           	# <i>
        #Option     "ShowCache"          	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Rage 128 PR/PRO AGP 4x TMDS"
	BusID       "PCI:0:16:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Modes	"1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Modes	"1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Modes	"1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection



More information about the freebsd-ppc mailing list