Though I am really starting to hate suse I wish redhat would start puting out a ppc version.
Neal
Derrik Pates wrote:
On Fri, 28 Sep 2001, neal elliott wrote:I am running linux on my Apple ibook that has a "Rage
Mobility M3" video card. I was wondering why
X is so slow. even slower compared to a similar card I have on my intel
box running linux. Is there any way I can
speed up my xserver? Is there a better version of XFree86 I should use
for my system? I am using xfree 4.0.2. here is my XF86config:
Well, I've been running XFree 4.1.0 (from Debian sid) on a FireWire iBook
(which also has the ATI Rage Mobility M3 video chipset. I'm attaching my
XF86Config - I'd recommend going to XFree 4.1.0. Also, you'll have to
change the "PanelWidth" and "PanelHeight" settings to correspond to the
panel dimensions for your display - 1024 and 768, right? (I've not used
an iBook2 myself.) And you'll probably have to change the BuSID to match
what 'XFree86 -scanpci' shows as the PCI ID for the Mobility M3 chip in
your iBook2. But I can say it's quite snappy - I also have XVideo, and can
play DivX video clips at full screen with no frame drops in Xine.
Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet
[EMAIL PROTECTED] | District (dsdk12.net) | #linuxOS on OPN
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
Section "Files"
FontPath "/usr/local/xfonts/TrueType"
FontPath "/usr/local/xfonts/Type1"
FontPath "/usr/local/xfonts/misc"
FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "ServerFlags"
EndSection
Section "Module"
Load "dbe"
# Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "int10"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
# Option "XkbRules" "xfree86"
# Option "XkbModel" "macintosh"
# Option "XkbLayout" "us"
Option "XkbDisable"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Section "Device"
Identifier "ATI Rage Mobility M3 (iBook)"
Driver "ati"
BusID "0:16:0"
Option "UseFBDev" "true"
Option "PanelWidth" "800"
Option "PanelHeight" "600"
# Option "ProgramFPRegs" "false"
Option "ForcePCIMode"
EndSection
Section "Monitor"
Identifier "Integrated LCD panel"
HorizSync 0-1
VertRefresh 0-1
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Rage Mobility M3 (iBook)"
Monitor "Integrated LCD panel"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndS ubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
# end of XF86Config
XF86Config.iBook
Content-Type:TEXT/PLAIN Content-Encoding:BASE64
