Date: Mon, 18 Feb 2002 16:19:49 -0500 From: "Joe Rodrigues" <jxr2000@tmlp.com> To: "freebsd questions" <freebsd-questions@FreeBSD.org> Subject: X11 and KDE screen resolution. Message-ID: <000501c1b8c2$0003cda0$f449fea9@tmlp.com>
next in thread | raw e-mail | index | archive | help
Hello. I am unable to have KDE come up with a different resolution than 1600x1200. I had it set initially to that resolution and then changed it to 1024x768 on the XF86config as shown below. Also below is kde kcontrolrc which also has 1600x1200 as its default. 1. Is the XF86config correct, and if so why does KDE insist in coming up at 1600x1200 ?. Should it pickup the new resolution from X. Thanks, Joe. XF86config follows: # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" ++ XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection Section "Pointer" Protocol "SysMouse" Device "/dev/mouse" Emulate3Timeout 50 Resolution 200 Buttons 3 Emulate3Buttons EndSection Section "Monitor" Identifier "Monitor_17" VendorName "ViewSonic" ModelName "PF775" HorizSync 30-97 VertRefresh 50-180 Modeline "1024x768" 115.50 1024 1056 1248 1440 768 771 781 802 -hsync -vsync Composite Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync Composite Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -hsync -vsync Composite Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync -vsync Composite Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync Composite EndSection Section "Device" Identifier "Primary Card" VendorName "ATI" BoardName "ATI XPERT 2000 AGP" Chipset "r128" VideoRam 32768 #Option "no_accel" #Option "sw_cursor" #Option "hw_cursor" #Option "dac_8_bit" #Option "dac_6_bit" EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Monitor_17" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Monitor_17" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 4 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 1 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 1 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection kcontrolrc follows: [General] InitialHeight 1200=856 InitialWidth 1600=981 [Index] IconSize=Medium ViewMode=Tree [Options] colors=true icons=true overwrite=false sounds=true wallpapers=true wm=true 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?000501c1b8c2$0003cda0$f449fea9>