LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-11-2004, 03:00 PM   #31
Sparky911
LQ Newbie
 
Registered: Jan 2004
Distribution: RedHat Linux 9.0
Posts: 18

Original Poster
Rep: Reputation: 0

Alright, here it is!!

Code:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF"
	FontPath     "/usr/X11R6/lib/X11/fonts/AdobeWebType"
	FontPath     "/usr/X11R6/lib/X11/fonts/AdobeBasics"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/local"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "GLcore"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "speedo"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "Keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

	#DisplaySize      400   300     # mm

	Identifier   "Monitor0"
	VendorName   "CRN"
	ModelName    "Dell E551c"
	HorizSync    30.0 - 54.0
	VertRefresh  50.0 - 120.0
	Option	    "DPMS"
EndSection

Section "Device"

        ### Available Driver options are:-

        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",

        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"

        ### [arg]: arg optional

        #Option     "NoAccel"            	# [<bool>]

        #Option     "SWcursor"           	# [<bool>]

        #Option     "Dac6Bit"            	# [<bool>]

        #Option     "Dac8Bit"            	# [<bool>]

        #Option     "PanelOff"           	# [<bool>]

        #Option     "DDCMode"            	# [<bool>]

        #Option     "CloneDisplay"       	# <i>

        #Option     "CloneMode"          	# [<str>]

        #Option     "CloneHSync"         	# [<str>]

        #Option     "CloneVRefresh"      	# [<str>]

        #Option     "UseFBDev"           	# [<bool>]

        #Option     "VideoKey"           	# <i>

	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "ATI Radeon 9000"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
I have a Dell Dimension 4300 Desktop. 20 gig Maxtor 5200 HD, ATI Radeon 9000 pro w/tv out 128 ddr 4/8x AGP, Microsoft Intellia Optical 5 button mouse, 15" Dell E551c monitor, Sound Blaster Live Value 5.1,. I got the latest drivers from ATI's website for Linux (not using them in this config I don't think, just using radeon)

Hope this helps fellow Linux newbs.
 
Old 01-12-2004, 06:07 AM   #32
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
Quote:
Originally posted by Sparky911
HAHA. Moving on. Got 1024x768 to work with 3D graphics. I'm posting this thread in Linux now Now back to playing with Linux. I'll post config here shortly.
That's awesome, I'm totally happy you got your screen working!
 
Old 01-12-2004, 09:36 AM   #33
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
Nice work folks, wasnt an easy problem to solve, but by the sounds of it, it hasnt put you off linux which is good.

Remember and post up your config for all future users with the same probs.. I dont have the prob or anything cause I used nvidia but its always handy for others.
 
  


Reply



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
No Screens Jason0 Linux - Newbie 3 10-01-2005 01:04 PM
No Screens?! suckerr70 Linux - Newbie 6 04-13-2005 12:41 AM
solaris screens archlyric Solaris / OpenSolaris 1 02-22-2004 09:19 PM
No screens found? fusi0n_1911 Linux - Hardware 3 09-19-2003 10:54 AM
no screens found Xristopher Linux - Newbie 6 09-16-2003 09:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:56 PM.

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