WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: ATI card, Ubuntu 10.04, 95% working
by zerohed on Wednesday July 28th 2010, 11:03
Please note, the Option parts in the "Device" section I put in there to see if it would help with my missing letter problem. It didn't, I don't need the option parts to make it work, I just didn't remove them. (too busy playing to mess around) :P
I have a work around for the my missing letter error, changing the resolution in game and back again seems to reinitialize the text/fonts.

xorg.conf (current as is)

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
Load "glx"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "EnablePageFlip" "true"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

================================================

# Xorg -version

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux x-desktop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 x86_64
Kernel command line: root=UUID=d2a87afd-e8db-4b0b-9184-c58510f1d615 ro quiet splash
Build Date: 16 June 2010 09:34:29AM
xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check wiki.x.org
to make sure that you have the latest version.

[post new] [reply to this]

Page loaded in 0.00417 seconds.