 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

10th January 2008, 05:05 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
Yes I'm still trying to install ATI driver..
I just need the X11 / Gnome / KDE to work so that I can use the GUI..
I don't need it for playing games, so i guess accelerater or more advanced features aren't needed...
and thanks to Dan, I want to see if I can still re-use this rather old card, since I can still see its name appearing on websites..
|
You are wasting your time trying to use fglrx ( the ATI driver ) as you card is not supported ( the last driver to support your card was 8.28 ) in Fedora since FC5 ( the ati driver wont work with anything newer due to the kernel and xorg versions )
Yoyr only choice is the open source radeon driver that is supplied with Fedora .
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

10th January 2008, 05:07 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
You are wasting your time trying to use fglrx ( the ATI driver ) as you card is not supported in Fedora since FC5 ( the ati driver wont work with anything newer due to the kernel and xorg versions )
Yoyr only choice is the open source radeon driver that is supplied with Fedora .
|
Oh, I haven't come across any guides that guide me through using the radeon driver supplied with Fedora...
|

10th January 2008, 05:08 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
OK. Good luck with it.
I hit that issue with an on-board nVIDIA 400 chipset, and after several weeks of chasing bugs and my own tail ... I broke down and just spent the 30 bucks and have been sailing smooth since then.
Dan
|

10th January 2008, 05:11 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
Oh, I haven't come across any guides that guide me through using the radeon driver supplied with Fedora... 
|
Try this xorg.conf
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Input Device"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

13th January 2008, 04:40 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
Try this xorg.conf
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Input Device"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
Thanks for the advice first!
"startx" works without showing errors immediately but the screen turns black
then the monitor shows "Frequency Out Of Range"
Maybe a problem with the frequency / color depth setting?
|

13th January 2008, 04:55 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
Thanks for the advice first!
"startx" works without showing errors immediately but the screen turns black
then the monitor shows "Frequency Out Of Range"
Maybe a problem with the frequency / color depth setting?
|
Try running system-config-display and select a monitor that matches your hardware
from a shell as root type ( to get a shell press ctrl + alt + F5 altogether )
Code:
system-config-display
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

13th January 2008, 05:22 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
Try running system-config-display and select a monitor that matches your hardware
from a shell as root type ( to get a shell press ctrl + alt + F5 altogether )
Code:
system-config-display
|
actually i'm running on text mode
(editing at GRUB, INIT level 3)
Here's the output of the above command..
Code:
Couldn't start X server on card 0
Couldn't start X server on card 1
Couldn't start X server with old config, try with a fresh configuration
then the same thing happened,
black screen, "Frequency out of range"
|

13th January 2008, 05:34 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
actually i'm running on text mode
(editing at GRUB, INIT level 3)
Here's the output of the above command..
Code:
Couldn't start X server on card 0
Couldn't start X server on card 1
Couldn't start X server with old config, try with a fresh configuration
then the same thing happened,
black screen, "Frequency out of range"
|
What monitor do you have and have you got the specs for it i.e refresh rates for both vertical and horizontal ?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

13th January 2008, 05:53 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
What monitor do you have and have you got the specs for it i.e refresh rates for both vertical and horizontal ?
|
it's a NEC multisync LCD 1525x
searching gives me the spec. as follows
Max Resolution
1024 x 768 / 75 Hz
Colour support
24-bit (16.7 million colours)
Max Sync Rate (V x H)
75 Hz x 60 kHz
Front Panel Controls
Power on/off, reset settings, adjust +/- , select, menu
On-Screen Controls
Contrast, brightness, H/V-position, H/V-size, language select, colour adjustment
Interface
DVI, VGA (HD-15)
I guess you mean that I have to perform further modifications to xorg.conf, right?
|

13th January 2008, 06:07 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
it's a NEC multisync LCD 1525x
searching gives me the spec. as follows
Max Resolution
1024 x 768 / 75 Hz
Colour support
24-bit (16.7 million colours)
Max Sync Rate (V x H)
75 Hz x 60 kHz
Front Panel Controls
Power on/off, reset settings, adjust +/- , select, menu
On-Screen Controls
Contrast, brightness, H/V-position, H/V-size, language select, colour adjustment
Interface
DVI, VGA (HD-15)
I guess you mean that I have to perform further modifications to xorg.conf, right?
|
Try
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Input Device"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "NEC"
ModelName "NEC multisync LCD 1525"
HorizSync 24.8 - 60.0
VertRefresh 56.2 - 75.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

13th January 2008, 06:22 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
Try
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Input Device"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "NEC"
ModelName "NEC multisync LCD 1525"
HorizSync 24.8 - 60.0
VertRefresh 56.2 - 75.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
I've got that "Frequency out of range" again.
One thing I noted is that
After I executed the command,
Some of the configurations in xorg.conf is changed by the system.
e.g. "AIGLX" "on" becomes "off"
Guess system-config-display checked the packages installed, and did refresh on the configurations...
Should I remove all those packages I installed (or perhaps reinstall the Fedora7) before I try again?
|

13th January 2008, 07:50 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by michael1216
I've got that "Frequency out of range" again.
One thing I noted is that
After I executed the command,
Some of the configurations in xorg.conf is changed by the system.
e.g. "AIGLX" "on" becomes "off"
Guess system-config-display checked the packages installed, and did refresh on the configurations...
Should I remove all those packages I installed (or perhaps reinstall the Fedora7) before I try again?
|
Try editing this line
from
to
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

20th January 2008, 02:11 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
Try editing this line
from
to
|
The "frequency out of range" thing disappeared
But X Window System returns an error..
Code:
[trimmed]
(==)Log file: "/var/log/Xorg.0.log"
(==)Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
|

20th January 2008, 02:18 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try removing fglrx ( it's no use to you as your card is unsupported by it )
Code:
su
yum erase livna-config-display kmod-fglrx
and reboot
after check xorg.conf and make sure the radeon driver is used
Code:
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

20th January 2008, 02:30 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 11

|
|
Quote:
|
Originally Posted by leigh123@linux
Try removing fglrx ( it's no use to you as your card is unsupported by it )
Code:
su
yum erase livna-config-display kmod-fglrx
and reboot
after check xorg.conf and make sure the radeon driver is used
Code:
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
|
The "frequency out of range" thing reappear
i thought removing the packages causes the system to change some of the lines in xorg.conf
but i double checked everything, and there aren't any changes.
the config. fragment you gave is there i.e. the radeon driver is now being used.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:09 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|