Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 18:41:45 -0800 (PST)
From:      Tom Kersten <tomkersten98@yahoo.com>
To:        freebsd-questions@freebsd.org
Message-ID:  <20011112024145.93847.qmail@web10001.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
--0-401899658-1005532905=:91928
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Everyone,

I am having a problem with my X-configuration also. I
feel like I have tried everything with no luck. I know
this isn't true, but am looking for a little advice. I
have attached the /etc/X11/XF86Config file and here is
my hardware and what I have tried so far:

Video Card & Monitor:
Visiontek 5564 (AGP) "Xtasy", Geforce 2 MX400, 64 MB

CTX EX950F (if more is necessary, let me know)

Short Version of what is wrong:
I am running KDE 2.2 on XFree86 4.1.0, my desktop only
fits on my screen in one of my three resolution
settings (works on 1600x1200, not on 1024x768 or
1280x1024). The other two options seem to have a
virtual paramter set on them...but I can not find
anything like this in my config file (attached). 


Long version of what is wrong:
I installed FreeBSD 4.4 from the cdrom I ordered. I
read on the XFree86 site and in my graphics card's
manual that it would not function with an XFree
version less than 4.1.0 (whether this is true or
not...I am not sure)...so I installed the 4.1.0
version from the XFree site. Everything went great.
Then, I went through the XFree86 -configure setup (the
text based one) following all the information from the
XFree site...this also went fine. I then installed KDE
2.2, which installed smoothly and started up. That is
where the problem is. My screen seems to have a
"virtual" parameter set because my desktop is too big
for my screen (it moves as I move my mouse to the
borders...I am sure you know what it is). So, I looked
in the X-config file, but there is no "virtual"
parameter set. Then I thought maybe it was something
with my monitor setup. So, I went through a few
tutorials and the walkthrough in "The Complete
FreeBSD" to set up my monitor. After doing so, nothing
changed. Is there another file I need to modify? What
am I doing wrong? 

Any suggestions are appreciated very much, as I have
already lost too much sleep over something that should
be much easier than I have made it. 
Thanks in advance,

Thomas Kersten

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
--0-401899658-1005532905=:91928
Content-Type: text/plain; name=XF86Config
Content-Description: XF86Config
Content-Disposition: inline; filename=XF86Config

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "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/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
	Identifier   "CTX 950F"
	VendorName   "CTX"
	ModelName    "950F"
	HorizSync    68.7,91.1,93.8
	VertRefresh  85,85,75
	Mode "1024x768"
	   DotClock 94.5
	   HTimings 1024 1072 1168 1376
	   VTimings  768  769  772  808	
	EndMode
	Mode "1280x1024"
	   DotClock 157.5
	   HTimings 1280 1328 1488 1728
	   VTimings 1024 1025 1028 1072
	EndMode
	Mode "1600x1200"
	   DotClock 202.5
	   HTimings 1600 1664 1856 2160
	   VTimings 1200 1201 1204 1250  
	EndMode  
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "NVidia"
	BoardName   "GeForce2 MX"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "CTX 950F"
	DefaultDepth 24
	SubSection "Display"
		Depth     8
		ViewPort  0 0
		Modes	  "1024x768" "1280x1024" "1600x1200"
	EndSubSection
	SubSection "Display"
		Depth     15
		ViewPort  0 0
		Modes	  "1024x768" "1280x1024" "1600x1200"
	EndSubSection
	SubSection "Display"
		Depth     16
		ViewPort  0 0
		Modes     "1024x768" "1280x1024" "1600x1200"  
	EndSubSection
	SubSection "Display"
		Depth     24
		ViewPort  0 0
		Modes	  "1024x768" "1280x1024" "1600x1200"
	EndSubSection
EndSection


--0-401899658-1005532905=:91928--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011112024145.93847.qmail>