LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-08-2003, 12:16 PM   #1
hairston4
Member
 
Registered: Jun 2003
Location: Maryland
Distribution: Debian / Vector Linux 4
Posts: 37

Rep: Reputation: 15
Radeon 7500, Need to Edit XF86Config-4


Here's my file:

Quote:
# *****************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# *****************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "DRI"
Mode 0666
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
HorizSync 30-70
VertRefresh 50-120
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494
563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Option "DPMS"
Option "AGPMode" "true"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
And here is the error I get:

Quote:
Radeon (0): No valid mode found for this DFP/LCD

Screen(s) found, but none have a usable configuration
Can someone tell me how to correct these errors so I can actually start X?!!?!?
 
Old 06-08-2003, 04:11 PM   #2
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
try to run XFree86 -configure and see if you can run X with that configuration and then edit it to your needs.
 
Old 06-08-2003, 04:46 PM   #3
hairston4
Member
 
Registered: Jun 2003
Location: Maryland
Distribution: Debian / Vector Linux 4
Posts: 37

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Misel
try to run XFree86 -configure and see if you can run X with that configuration and then edit it to your needs.


I must have been unclear. I need to know how to edit it...lol.
 
Old 06-09-2003, 05:01 AM   #4
tattooedpierre
LQ Newbie
 
Registered: Apr 2003
Location: Glasgow, Scotland
Distribution: Mandrake 9.1
Posts: 19

Rep: Reputation: 0
I got errors like that with my Radeon.. which I sorted at installation by setting my monitor to 1024x768 @ 60Hz and my vid card (Radeon, like yours) to 1024x768 @ 24bits... this is in Mandrake, I should add. But in any case, it sorted it for me to alter the monitor conifgs.

HTH.
 
Old 06-09-2003, 07:03 PM   #5
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
yep... change DefaultColorDepth 16 to DefaultColorDepth 24
if you wanna get 1024x768 change
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection

...to
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection

With the right config, the driver should pick the right modeline for the selected reso, just make sure, this
HorizSync 30-70
VertRefresh 50-120
...is accurate.

...you may also wanna try Option "AGPMode" "4"

Hope that's what you meant ...
 
Old 06-10-2003, 04:28 AM   #6
tattooedpierre
LQ Newbie
 
Registered: Apr 2003
Location: Glasgow, Scotland
Distribution: Mandrake 9.1
Posts: 19

Rep: Reputation: 0
hehe, thats spot on. I wouldnt have known how to do without Mandrakes GUI though :S
 
Old 06-15-2003, 02:26 PM   #7
hairston4
Member
 
Registered: Jun 2003
Location: Maryland
Distribution: Debian / Vector Linux 4
Posts: 37

Original Poster
Rep: Reputation: 15
I still cannot get X to start
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XF86Config and Radeon 7500 M7 catfishk Linux - Hardware 14 03-30-2004 04:22 PM
How do I edit XF86Config-4 file? akihandyman Linux - Newbie 2 03-06-2004 06:18 PM
No amatures! edit XF86config? jimsteven Linux - Newbie 2 04-25-2003 11:44 AM
New keyboard? or edit XF86Config? jimsteven Linux - Hardware 2 04-25-2003 06:17 AM
How would I edit XF86config-4 without X up gonus Linux - Newbie 5 09-21-2002 01:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration