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

Re: configuring X for Lime iMac (have tried many things...)



This is what I use on my iMac DV with XFree86 4.0.3. You may not want
the short monitor timeout, but I like it to turn off quickly when I'm
logged out.

Also, it's designed to work with Linux i386 keycodes, so you may need
to adjust for that.

Finally, your PCI device may be different.




Adam



On Mon, Jul 09, 2001 at 10:13:07PM -0700, crombie wrote:
> i have a successful debian install on my iMac...which alone is extremely
> cool.
> i have been unsuccessful though in locating or configuring X windows
> correctly.
> i have tried both woody & potato with anXious. xf86config doesn't seem to
> work.
> i got an RPM of Xautoconfig from the YellowDog dist, but rpm/alien/librpm
> complains
> that it will only work with major revs. i don't understand the error.
> 
> has anyone gotten X windows successfully configured on an iMac? could you
> send
> me a working XF86Config file? or is there an X guru somewhere who could help
> me configure it myself. i've put a lot of time into it and the config file
> is
> too cryptic for me to do by hand. have tried a lot of different things. any
> help at this point would be greatly appreciated.
> 
> thanx in advance,
> jon


Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0"
	InputDevice    "Keyboard0"
EndSection

Section "Files"
	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/Speedo"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "ServerFlags"
	Option "standbytime" "0"
	Option "suspendtime" "0"
	Option "offtime" "1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "CoreKeyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "powerpcps2"
	Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "CorePointer"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "imps/2"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	HorizSync    31.5 - 70.0
	VertRefresh  40.0 - 150.0
	ModeLine     "1024x768" 78.5 1024 1033 1129 1312 768 769 772 800 +hsync +vsync
	ModeLine     "800x600" 62.4 800 813 893 1040 600 601 604 632 +hsync +vsync
	ModeLine     "640x480" 49.9 640 653 717 832 480 481 484 514 +hsync +vsync
	Option       "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage 128 RL"
	BusID       "PCI:0:16:0"
EndSection

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

Section "DRI"
	Mode         0666
EndSection


Reply to: