[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

XFree86 Config on imac g3



Hello,

i have obtained the packages ( sarge ) and i have installed them. Seem to work quite well.

I have anyay some various ( little to say the truth ) problems...

I start with the Xfree config:

1) it has an ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] .
This means no opengl via hardware, right?

2) What are correct sync values for the built in monitor? So far i can
only get 1024x768, and i can't even change resolution, even if i
specidied 640*480. Iirc in mac os they were, for vertical, 117 hz for 640*480, 97 for 800*600 and 75 for 1024*768 .

3) The keyboard numeric pad sometimes doens't work properly. Sometimes
is works, sometimes no... . There isn't also a | ( for pipes ) key, and
without X some keys are swapped. Are there different maps to try out?

4) The 1 button mouse isn't that handy to say an eufemism, i have installed mouseemu but this has stolen some keys that are important for some apps ( F10 and F11 ). Other solutions?

Just to know if it is possible, can i use a normal pc mouse and keyboard?

i attach the current XF86Config-4

Thank you in advance,
--
Giulio Canevari

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"
			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath     "unix/:7100"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/Type1"
	FontPath     "/usr/lib/X11/fonts/CID"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"

 	Load	"GLcore"
 	Load	"bitmap"
 	Load	"dbe"
 	Load	"ddc"
 	Load	"dri"
 	Load	"extmod"
 	Load	"freetype"
 	Load	"glx"
 	Load	"int10"
 	Load	"record"
 	Load	"speedo"
 	Load	"type1"
 	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "macintosh"
	Option	    "XkbLayout" "it"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "Auto"
EndSection

Section "Monitor"
	Identifier   "Monitor Generico"
	HorizSync    60 - 60
	VertRefresh  75 - 117
	Option	    "DPMS"
EndSection

Section "Device"

	#VideoRam	2048
	Option		"UseFBDev"		"false" # funziona in ogni modo
	Identifier  "ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC]"
	Driver      "ati"
	BusID       "PCI:0:18:0"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC]"
	Monitor    "Monitor Generico"
	DefaultDepth     16
	SubSection "Display"
		Depth     1
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection



Reply to: