Ted Johansson
Mon, 20 Oct 2003 14:27:36 -0700
On Mon, 20 Oct 2003, Ted Johansson wrote:
If I use "video=radeonfb" as boot parameters (using yaboot.conf), I get the virtual terminals correct. Other combinations of kernel video-parameters work less good.
But for XFree, I can not find a working set of parameters.
Yellow Dog Linux 3.0 runs happily directly on this machine, but since I use MDK9.1 & 9.2 on my two i586 machines, I really like to see the 9.1 ppc version also running on the iBook.
Dual-booting it with OSX.
Please, any suggestions from the list that I can test to get XFree working for this machine?
You've tried adding
Option "UseFBDev" "true"
To /etc/X11/XF86Config-4?
================================ # File generated by XFdrake.
# ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # **********************************************************************
Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection
Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "se" Option "XkbCompat" "" Option "XkbOptions" "" EndSection
Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/usbmouse" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" EndSection
Section "Monitor" Identifier "monitor1" VendorName "Apple" ModelName "iBook2 1024x768" HorizSync 28.0-49.0 VertRefresh 43.0-72.0
# HiRes Apple Studio Display ModeLine "1280x1024" 135 1280 1288 1392 1664 1024 1027 1030 1064
Section "Device" Identifier "device1" VendorName "ATI" BoardName "ATI Radeon" Driver "radeon" BusID "PCI:0:16:0" Option "DPMS" Option "UseFBDev" "true" EndSection
Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 16
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
EndSectionSection "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection ================================