You are not logged in.
Pages: 1
Hello,
I have old laptop Dell C800
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rage Mobility 128 AGP 4X/Mobility M4 (prog-if 00 [VGA controller])
Subsystem: Dell Device 00a3
Flags: bus master, VGA palette snoop, stepping, 66MHz, medium devsel, latency 32, IRQ 11
Memory at e8000000 (32-bit, prefetchable) [size=64M]
I/O ports at cc00 [size=256]
Memory at fcffc000 (32-bit, non-prefetchable) [size=16K]
[virtual] Expansion ROM at fc000000 [disabled] [size=128K]
Capabilities: [50] AGP version 2.0
Capabilities: [5c] Power Management version 2I have problems with r128 driver:
With this configuration my display
http://cs627325.vk.me/v627325923/14fa0/px_2b8bbH-4.jpg
Xorg.log
http://pastebin.com/9zX3Fq6J
My xorg.conf
Section "Module"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "Device"
Identifier "Card0"
Driver "r128"
VendorName "Ati Technology Inc"
BoardName "Rage Mobility M4 AGP"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
Modeline "1400x1050" 129 1400 1464 1656 1960 1050 1051 1054 1100 +Hsync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSectionHow can I run this card without artefcats?
With old Xorg (OpenBSD, Debain 6/5)- all ok, but acceleration didnt work. In Windows Xp / 2000 all fine.
Offline
Did you try it without xorg.conf? community/r128-dri is installed?
1000
Offline
Did you try it without xorg.conf? community/r128-dri is installed?
Of course. The problem is similar to.
With VESA drivers work fine, but i havent accel.
Last edited by int13h (2015-10-06 12:53:18)
Offline
r128-dri is installed?
yes
Offline
Pages: 1