I have Kubuntu 904 on my dell desktop and by default it was set at 1024x768 for the screen with ( auto ) beside it in system settings box, i then asked for 1280x1024 and the screen was very nice then, clicked save and then every time i turn the machine back on the old ( 768 ) is the resoultion. Once i open system settings and click on display the screen blanks and im back to 1024 again ( 768 still has auto beside it ). How do i tell it i only ever want 1024 to be default screen?
Announcement
Collapse
No announcement yet.
Correct Screenm Res?
Collapse
This topic is closed.
X
X
-
Re: Correct Screenm Res?
Originally posted by natman2007I have Kubuntu 904 on my dell desktop and by default it was set at 1024x768 for the screen with ( auto ) beside it in system settings box, i then asked for 1280x1024 and the screen was very nice then, clicked save and then every time i turn the machine back on the old ( 768 ) is the resoultion. Once i open system settings and click on display the screen blanks and im back to 1024 again ( 768 still has auto beside it ). How do i tell it i only ever want 1024 to be default screen?
- Top
- Bottom
Comment
-
Re: Correct Screenm Res?
To do it manually you need to add a modeline in the xorg.conf file. This means getting the specs for your monitor and constructing a modeline that kubuntu will see as valid, here's an example of a monitor section:
Section “Monitor”
Identifier "Monitor0"
VendorName "unknown"
ModelName "unknown"
#Option “DPMS” “true”
HorizSync 30.0 - 75.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 70.0 # Very conservative. May flicker.
Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace
EndSection
It could be that kubuntu cannot figure out a modeline for that resolution or it is not a good idea for your display and kubuntu is being wise.
Look at /etc/X11/xorg.conf - that is where the hardware is configured. Get some specs for your display and you should be able to figure it out. Best to copy 'xorg.conf' to 'xorg.conf.org' first so that if you do mess up you can change back via console.
- Top
- Bottom
Comment
Comment