On Wednesday 27 of July 2011 15:58:52 George Olson wrote:
I did check, and according to my hardware settings in YaST, it says model SAMSUNG SA300/SA350, which I think is the correct model series. It also says height 900 width 1600, which matches the technical specifications on my monitor.
The problem is, when I go to "configure desktop" under favorites on KDE, the only option for resolution that it gives is 1024x768. I would like to go to 900x1600, but I can't figure out how to do that under "configure desktop"
I had the same problem here with this resolution and solved it by adding the following to /etc/X11/xorg.conf.d/50-monitor.conf above EndSection: VendorName "Unknown" ModelName "Unknown" DisplaySize 443 249 HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 #ModeLine "1600x900_60.00" 119 1600 1696 1864 2128 900 901 904 932 -hsync +vsync # Why does the following work, while the preceding doesn't? Who knows? Modeline "1600x900_60.00" 108 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync Option "PreferredMode" "1600x900_60.00" This might work in your case.
George Regards, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org