ATI Graphics Card UMA?
Andy Choens
gunksta at gmail.com
Sat Oct 1 14:50:59 UTC 2005
To anyone who is an expert on ATI Cards,
I've gotten one step closer to getting my ATI graphics card working.
I installed the proprietary drivers and ran the ati's configuration. When I
rebooted, the XServer would start, but freeze up. I learned on the internet
that I could have ssh'd into the box to reset it...I just did a hard reboot.
After surfing on the net I discovered that the driver was interacting with
the card wrong, and that I needed to tell it to use my main memory (UMA)
instead of the onboard memory.
I am now happily running gnome with the proprietary driver. But, it's using
32 MB of my main memory and NONE of the 128 it has sitting on the card.
I would like to know if anyone has any good ideas about something can tweak
in my xorg.conf so I can use the on-board memory.
Below I have attached a copy of my xorg.conf file. I am running a HP zv6000
amd-64 with an ATI 200M graphics card.
Thanks
--andy
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Section "dri"
Mode 0666
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
#Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
Option "TVFormat" "NTSC-M"
Option "TVStandard" "VIDEO"
Option "DesktopSetup" "single"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
#Option "OverlayOnCRTC2"
EndSection
Section "Screen"
Identifier "Screen"
Device "Device"
Monitor "Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "ServerLayout"
Screen "Screen"
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051001/ad7b50f6/attachment.html>
More information about the ubuntu-users
mailing list