Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-14-2006, 04:11 PM
|
#1
|
Member
Registered: Oct 2004
Location: England
Posts: 123
Rep:
|
moniter setup...Mmmmm
hello,
how do i go about configuring my moniter in dapper, i thought it would be in settings etc ?
Many thanks, steve.
|
|
|
08-14-2006, 04:18 PM
|
#2
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
System-> Preferences-> Screen Resolution is used to change resolutions. To add another resolution to the options requires editing /etc/X11/xorg.conf. What is it that you wish to set?
|
|
|
08-14-2006, 06:16 PM
|
#3
|
Member
Registered: Jun 2006
Location: NY, USA
Distribution: Slackware, Arch
Posts: 176
Rep:
|
Code:
%sudo dpkg-reconfigure xserver-xorg
|
|
|
08-18-2006, 02:14 PM
|
#4
|
Member
Registered: Oct 2004
Location: England
Posts: 123
Original Poster
Rep:
|
hello,
i am using dapper and kde and i cant find system prefences anywhere ? Ps how do i know if i am using kubutu dapper or ubuntu dapper(automatix said some thing about kubuntu ?)
What i am trying to adjust is my screen size, as my fonts are tiny and my tired eyes can only just about see them ...
Many thanks, steve.
|
|
|
08-18-2006, 03:21 PM
|
#5
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
Kubuntu=KDE and Ubuntu=Gnome
|
|
|
08-18-2006, 03:30 PM
|
#6
|
Member
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Rep:
|
Open /etc/X11/xorg.conf and change to a lower resolution. Look for the following section:
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Elographic Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Change it around until you get the resolution you like.
|
|
|
08-18-2006, 06:43 PM
|
#7
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
Here's another example. At each Color Depth, 24 may be better for photography, There is a list Modes which control which resolutions available at each depth. In my case I added "1440x900" to each mode to support my wide screen monitor.
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600"
EndSubSection
EndSection
|
|
|
08-25-2006, 07:36 AM
|
#8
|
Member
Registered: Aug 2006
Distribution: Ubuntu, CentOS
Posts: 31
Rep:
|
Hi everyone,
Does anyone know how to change the screen refresh rate in the xserver environment?
|
|
|
08-25-2006, 01:20 PM
|
#9
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
It's expressed as a range as below. Mine uses 60.
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
|
|
|
08-25-2006, 08:54 PM
|
#10
|
Member
Registered: Aug 2006
Distribution: Ubuntu, CentOS
Posts: 31
Rep:
|
Thankyou fragos, very much appreciated! :-)
|
|
|
All times are GMT -5. The time now is 08:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|