This kind of questions should really go to your distributions mailing list. :) Anyway, for any useful replies you must mention what hardware (graphics card) you are working with. With intel cards (and maybe others), the `xrandr` command at the CLI should list all supported resolutions for the display/graphics card combo. On Monday 31 Jan 2011 9:40:39 PM Wilson, Richard wrote: > First, my apologies, this is only partially a KDE issue, but I am hopeful that one of you can help me with this. > > I have just upgraded my workstation from Fedora 12 to Fedora 14 and am now running KDE 4.5.5-1. > > My Flat Panel monitor supports a native mode of 1280x1024 and this is what I have historically run it at under previous versions of Fedora. When I upgraded to Fedora 12, I had similar problems getting the resolution to 1280x1024, I had to use system-config-display and create an xorg.conf file and add nomodeset to my kernel boot line in grub to get it to work. > > Fedora 14 has deprecated system-config-display; if I add nomodeset to the kernel line, I don't get a login screen and everything I've tried so far has not worked -- at least I have 1024x768 resolution -- with Fedora 12 it defaulted to 800x600. > > I cannot find the controls in KDE to adjust the resolution -- I found them under Gnome, but the "maximum" permitted was 1024x768. Perhaps I am missing some KDE package that covers this. > > Below is my newly created and modified xorg.conf file -- any insights/suggestions are greatly appreciated! > > Thanks in advance, > > Richard Wilson > Rich dot Wilson at hp dot com > ------------------------------------------------ > Section "ServerLayout" > Identifier "single head configuration" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > ModulePath "/usr/lib/xorg/modules" > FontPath "catalogue:/etc/X11/fontpath.d" > FontPath "built-ins" > EndSection > > Section "Module" > Load "record" > Load "glx" > Load "dri2" > Load "dri" > Load "extmod" > Load "dbe" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105+inet" > Option "XkbLayout" "us" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Compaq" > ModelName "LCD Panel 1280x1024" > HorizSync 31.5 - 64.0 > VertRefresh 56.0 - 65.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", > ### <percent>: "<f>%" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "ColorKey" # <i> > #Option "CacheLines" # <i> > #Option "Dac6Bit" # [<bool>] > #Option "DRI" # [<bool>] > #Option "NoDDC" # [<bool>] > #Option "ShowCache" # [<bool>] > #Option "XvMCSurfaces" # <i> > #Option "PageFlip" # [<bool>] > Identifier "Videocard0" > Driver "intel" > BusID "PCI:0:2:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Videoard0" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 1 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > > ___________________________________________________ > This message is from the kde mailing list. > Account management: https://mail.kde.org/mailman/listinfo/kde. > Archives: http://lists.kde.org/. > More info: http://www.kde.org/faq.html. > -- Cheers! Kishore ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.