I just installed Kubuntu 5.10 and I thought it would be easier to change the resolution. Turns out it isn't easier. So how do I change my resolution to 1280x1024?
Announcement
Collapse
No announcement yet.
How do you change the resolution
Collapse
This topic is closed.
X
X
-
Re: How do you change the resolution
You can change the resolution manually everytime you start your computer by right clicking on the desktop and choosing "configure Desktop." Then click display properties and change the resolution. To make it that resolution everytime you start your computer, do the following:
Code:sudo dpkg-reconfigure xserver-xorg
- Top
- Bottom
-
cheers!
-=|From the desk of|=-
«•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
«•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
«•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
Reg. Linux User # 400637
- Top
- Bottom
Comment
-
Re: How do you change the resolution
In KDE right click anywhere on the desktop, in the context menu that pops up choose Configure Desktop.
When the configuration window comes up, click on Display at the bottom left.
You'll see Screen Size, Refresh rate and other things adjust it to what you want.
Then to get it to stay that way everytime you boot into KDE just make sure that
Apply settings on KDE Startup is checked. It will have an x if it us, and then your good to go.
- Top
- Bottom
Comment
-
Re: How do you change the resolution
I have the same question as was originally posed here, but more specifically, how do I ADD 1280x1024 as a resolution that can be selected from the list.
I am new to the Linux world, and due to conflicting wording during the Kubuntu installation, I seem to have banned this setting instead of selecting it.
The highest setting it shows on the list is 1024 x 768, but my hardware can go way beyond that. I have looked for a place to add video resolutions, but have not found one. If there is no way to add it in the graphical interface, or if not, is there a text file I can modify to add it manually?
Other than this little glitch, I was very impressed with the ease of getting Kubuntu installed with a dual boot for windows98se/DOS.
Thanks !
- Top
- Bottom
Comment
-
Re: How do you change the resolution
in a konsole write this
sudo dpkg-reconfigure xserver-xorg
then follow the on screen instructions
if that fails then try >>>
/etc/x11/xorg-conf
open this file with kate in sudo
in a konsole write
kdesu kate
you will need to find the
HorizSync & VertRefresh max's for your monitor
and change them to the settings for your monitor
then add the required display res in the sections below this ...
here is my xorg-cong file as an examaple
Section "Monitor"
Identifier "HP D2837"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "HP D2837"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
- Top
- Bottom
Comment
-
Re: How do you change the resolution
Name: M. Brown
Posts: 2 (0.023 per day)
Position: Always Learning
Date Registered: 13 October 2005, 22:13:00
Last Active: 14 October 2005, 05:09:01cheers!
-=|From the desk of|=-
«•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
«•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
«•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
Reg. Linux User # 400637
- Top
- Bottom
Comment
Comment