Date: Tue, 10 Dec 2002 23:32:26 -0500 From: Tyler Eaves <tyler@cg1.org> To: freebsd-questions@freebsd.org Subject: Problems with X Message-ID: <200212102332.26870.tyler@cg1.org>
next in thread | raw e-mail | index | archive | help
Hi group, I just installed FreeBSD for the first time tonight, and so far= ,=20 everything is going quite well. My only complaint is that X isn't behavin= g=20 very nicely. I'm running x as 'startx -- -depth 24' The highest resolution setup in my XF86Config is 1280x1024, my preferred=20 resolution. However, X is actually running at 1600x1200 and a quite=20 abominobal refresh rate that is about to making my eyes rot. Any help wou= ld=20 be more appreciated.=20 Here is the output of xvidtune -show: su-2.05b# xvidtune -show "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync += vsync And here is my XF86Config Section "ServerLayout" =09Identifier "XFree86 Configured" =09Screen 0 "Screen0" 0 0 =09InputDevice "Mouse0" "CorePointer" =09InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" =09RgbPath "/usr/X11R6/lib/X11/rgb" =09ModulePath "/usr/X11R6/lib/modules" =09FontPath "/usr/X11R6/lib/X11/fonts/misc/" =09FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" =09FontPath "/usr/X11R6/lib/X11/fonts/Type1/" =09FontPath "/usr/X11R6/lib/X11/fonts/CID/" =09FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" =09FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" =09Load "extmod" =09Load "xie" =09Load "pex5" =09Load "dri" =09Load "dbe" =09Load "record" =09Load "xtrap" =09Load "glx" =09Load "speedo" =09Load "type1" EndSection Section "InputDevice" =09Identifier "Keyboard0" =09Driver "keyboard" EndSection Section "InputDevice" =09Identifier "Mouse0" =09Driver "mouse" =09Option=09 "Protocol" "MouseSystems" =09Option=09 "Device" "/dev/sysmouse" =09Option "ZAxisMapping" "4 5" EndSection Section "Monitor" =09Identifier "Monitor0" =09VendorName "Monitor Vendor" =09ModelName "Monitor Model" =09HorizSync 31.5 - 82.0 =09VertRefresh 40.0 - 150.0 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" =09# [<bool>] #Option "HWcursor" =09# [<bool>] #Option "NoAccel" =09# [<bool>] #Option "ShowCache" =09# [<bool>] #Option "ShadowFB" =09# [<bool>] #Option "UseFBDev" =09# [<bool>] #Option "Rotate" =09# [<str>] #Option "VideoKey" =09# <i> #Option "FlatPanel" =09# [<bool>] #Option "CrtcNumber" =09# <i> =09Identifier "Card0" =09Driver "nvidia" =09VendorName "NVidia" =09BoardName "GeForce4 Ti 4200" =09BusID "PCI:1:0:0" EndSection Section "Screen" =09Identifier "Screen0" =09Device "Card0" =09Monitor "Monitor0" =09Option "NvAGP" "3" =09SubSection "Display" =09=09Depth 1 =09EndSubSection =09SubSection "Display" =09=09Depth 4 =09EndSubSection =09SubSection "Display" =09=09Depth 8 =09EndSubSection =09SubSection "Display" =09=09Depth 15 =09EndSubSection =09SubSection "Display" =09=09Depth 16 =09EndSubSection =09SubSection "Display" =09=09Depth 24 =09=09Modes "1280x1024 1280x960 1024x768 800x600 640x480 " =09EndSubSection EndSection 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?200212102332.26870.tyler>