Ati Rage XL 8mb PCI video card.
- isladelobos
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
30 Jul 2016 06:27 #78154
by isladelobos
Ati Rage XL 8mb PCI video card. was created by isladelobos
Hi.
I have this video card but fails with this xserver or drivers.
lspci
05:06.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Rage XL (rev 27) (prog-if 00 [VGA controller])
The error is ever "out of range" "Frequency not supported" with two different screens.
What is the way to make it work?
Tnx.
I have this video card but fails with this xserver or drivers.
lspci
05:06.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Rage XL (rev 27) (prog-if 00 [VGA controller])
The error is ever "out of range" "Frequency not supported" with two different screens.
What is the way to make it work?
Tnx.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19198
- Thank you received: 6436
30 Jul 2016 11:32 #78159
by tommylight
Replied by tommylight on topic Ati Rage XL 8mb PCI video card.
"out of range" "Frequency not supported" are monitor errors, not graphic card, you need a monitor that can do 48Hz, as it is the default frequency on old graphic cards.
You can also modify the xorg.conf to set the default at 60Hz, but it is hard to do without the monitor actually showing something.
If you are using Ubuntu 10.04, it tends to do that a lot on older hardware, so get wheezy iso and give it a try, chances are it will work.
Regards,
Tom
You can also modify the xorg.conf to set the default at 60Hz, but it is hard to do without the monitor actually showing something.
If you are using Ubuntu 10.04, it tends to do that a lot on older hardware, so get wheezy iso and give it a try, chances are it will work.
Regards,
Tom
The following user(s) said Thank You: isladelobos
Please Log in or Create an account to join the conversation.
- isladelobos
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
31 Jul 2016 12:27 - 31 Jul 2016 12:33 #78181
by isladelobos
Replied by isladelobos on topic Ati Rage XL 8mb PCI video card.
Finally i entered in recovery mode and created a new xorg.conf file in /etc/X11/ with the content:
Section "Device"
Identifier "ATI Technologies, Inc. Rage XL"
Driver "ati"
BusID "PCI:0:7:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 22.0 - 82.0
VertRefresh 60.0 - 76.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Rage XL"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Now is working.
Section "Device"
Identifier "ATI Technologies, Inc. Rage XL"
Driver "ati"
BusID "PCI:0:7:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 22.0 - 82.0
VertRefresh 60.0 - 76.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Rage XL"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Now is working.
Last edit: 31 Jul 2016 12:33 by isladelobos.
Please Log in or Create an account to join the conversation.
- isladelobos
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
31 Jul 2016 13:10 #78183
by isladelobos
Replied by isladelobos on topic Ati Rage XL 8mb PCI video card.
But this card not resolve my latency problems...
Now slower than the internal graphic card. (32mb)
Now slower than the internal graphic card. (32mb)
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds