vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Need some help in understanding what may be wrong or how to rewrite /etc/X11/XF86Config correctly in OpenBSD 3.5. I've download/compiled and run gtf from sourceforge to obtain the output embed in the config file. I am running the OpenBSD OS in VMware. Files are shown below. I have the system up but have had no luck in driving a higher resolution with the X server up and running after "startx" has been executed...in fact the server has errors but I would think that it is my configuration of XF86Config. I've taken a look at the man documentation and the OpenBSD FAQ for XF86Config and thought that I had the file correctly configured but no luck. Thankx! gtf output: # 1280x1024 @ 89.00 Hz (GTF) hsync: 95.94 kHz; pclk: 167.32 MHz Modeline "1280x1024_89.00" 167.32 1280 1376 1512 1744 1024 1025 1028 1078 -HSync +Vsync # 1152x870 @ 103.00 Hz (GTF) hsync: 95.07 kHz; pclk: 149.07 MHz Modeline "1152x870_103.00" 149.07 1152 1232 1360 1568 870 871 874 923 -HSync +Vsync # 1024x768 @ 116.00 Hz (GTF) hsync: 95.24 kHz; pclk: 132.57 MHz Modeline "1024x768_116.00" 132.57 1024 1096 1208 1392 768 769 772 821 -HSync +Vsync /etc/X11/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/TTF/" 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 "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" ModeLine "1280x1024" 167.32 1280 1376 1512 1744 1024 1025 102 8 1078 -HSync +Vsyn ModeLine "1152x870" 149.07 1152 1232 1360 1568 870 871 874 9 23 -HSync +Vsyn ModeLine "1024x768" 132.57 1024 1096 1208 1392 768 769 772 8 21 -HSync +Vsyn 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 "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] Identifier "Card0" Driver "vmware" VendorName "VMWare Inc" BoardName "Unknown Board" BusID "PCI:0:15:0" EndSection Section "Modes" Identifier "1280x1024" Identifier "1152x870" Identifier "1024x768" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1152x870" "1024x768" EndSubSection EndSection |
| Thread Tools | |
| Display Modes | |
|
|