dmackerman
August 11th, 2009, 08:34 PM
Hello all,
First off, I am extremely new to Linux, but I am a very good reader and definitely read before I ask questions. I have read all the FAQs about the PPC architecture, especially in regards to the ATI video cards on PPC machines.
Let me just post my xorg.conf file for you to take a look at. I believe I have all the tweaks that have been mentioned, but I am still looking at abysmal performance (100FPS in glxgear)
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Driver "radeon"
Identifier "Configured Video Device"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "AGPMode" "8"
Option "AGPFastWrite" "true"
Option "DynamicClocks" "true"
Option "BusType" "PCI"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
I have the 15" model with the Mobility 9700 chip with 128MB of VRAM.
Also, how do I just restart X instead of rebooting my machine completely? There is no "BACKSPACE" key on my laptop keyboard? haha
Thanks ya'll
First off, I am extremely new to Linux, but I am a very good reader and definitely read before I ask questions. I have read all the FAQs about the PPC architecture, especially in regards to the ATI video cards on PPC machines.
Let me just post my xorg.conf file for you to take a look at. I believe I have all the tweaks that have been mentioned, but I am still looking at abysmal performance (100FPS in glxgear)
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Driver "radeon"
Identifier "Configured Video Device"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "AGPMode" "8"
Option "AGPFastWrite" "true"
Option "DynamicClocks" "true"
Option "BusType" "PCI"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
I have the 15" model with the Mobility 9700 chip with 128MB of VRAM.
Also, how do I just restart X instead of rebooting my machine completely? There is no "BACKSPACE" key on my laptop keyboard? haha
Thanks ya'll