Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
|
 |
|
07-29-2006, 04:00 PM
|
#1
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Rep:
|
Monitor Refresh Rate
I have installed Debian on my 2nd machine now - however this one I am using a Dell 1500FP screen. Problem is - when I boot my computer with the screen on it goes to 75Hz refresh rate which causes my screen to say that this resolution is not supported. However, if I boot with the screen off and then turn it on, it looks perfect and is at 60Hz.
Is there somewhere I can adjust so it always loads at 60Hz regardless? Would I edit some stuff in the xorg.conf?
Thanks for all your help.
|
|
|
07-30-2006, 01:59 AM
|
#2
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
You can edit /etc/X11/xorg.conf. You should be able to figure it out. Just take out every setting you monitor will not support, which is all but one. I don't know which one that is, you'll have to look in the manual for what it runs at natively. That's where you want to run the monitor. So, if the monitor runs at 60 Hz vertical refresh, and 1280 x 1024 resolution natively, that should be the only thing in xorg.conf. CRT monitors run at many different settings, LCD's do not.
|
|
|
07-30-2006, 02:45 AM
|
#3
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
|
perhaps you didn't enter the correct h-sync and v-sync rates of your monitor. try to find the user's manual or some specs in a vendor's site with the same product as your monitor and then (re-)run xorgconfig. almost all the questions on the setup are easy to answer if you only have the proper data.
Edit: sorry but i guess it's much easier to just edit your xorg.conf and change the values there.
Last edited by konsolebox; 07-30-2006 at 02:48 AM.
|
|
|
07-30-2006, 04:11 AM
|
#4
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Original Poster
Rep:
|
well i have contiued to play around - with no luck. here is my xorg.conf file:
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-58
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 16
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
I even played around to the point that it wasnt able to load gnome... luckily I was able to figure out how to change the last settings back with only the prompt.
I am trying to run 1024x768 at 60 Hz. Somehow when it is booted with the monitor on (or switch between users) it goes to 1024x768 at 75Hz - which completly messes up the screen.
Anyhelp would be greatly appreciated.
|
|
|
07-30-2006, 04:37 AM
|
#5
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
|
Did you check the display settings of your desktop manager? Sometimes they're different with X's.
|
|
|
07-30-2006, 04:44 AM
|
#6
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Original Poster
Rep:
|
Quote:
Originally Posted by konsolebox
Did you check the display settings of your desktop manager? Sometimes they're different with X's.
|
where can I view that?
|
|
|
07-30-2006, 05:16 AM
|
#7
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
|
i don't with how to do it in gnome but in kde's kmenu. click k menu, control center, peripherals then display. just a suggestion here. perhaps they're only the same.
|
|
|
07-30-2006, 01:39 PM
|
#8
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Original Poster
Rep:
|
yea in preferences > screen resolution it says 1024x768 75Hz - but I cannot change anything there...
Any suggestions?
|
|
|
07-30-2006, 02:05 PM
|
#9
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
|
try to use the control center to install your monitor. add some specs there about your monitor then restart X.
|
|
|
07-31-2006, 12:04 AM
|
#10
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Original Poster
Rep:
|
how to I install a monitor in control center?
|
|
|
07-31-2006, 01:01 AM
|
#11
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
|
sorry i was mistaken. i was thinking about xorgcfg's panels not control center. anyway pls just forget about it.
btw you check out this forum: http://www.ubuntuforums.org/showthread.php?t=83973. they have an info about adding custom modelines for X. maybe it can help fix your problem.
|
|
|
07-31-2006, 01:23 AM
|
#12
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Quote:
Originally Posted by vraidroit
I have installed Debian on my 2nd machine now - however this one I am using a Dell 1500FP screen. Problem is - when I boot my computer with the screen on it goes to 75Hz refresh rate which causes my screen to say that this resolution is not supported. However, if I boot with the screen off and then turn it on, it looks perfect and is at 60Hz.
Is there somewhere I can adjust so it always loads at 60Hz regardless? Would I edit some stuff in the xorg.conf?
Thanks for all your help.
|
When you boot up your machine, do you go directly into a GUI? Also, when you boot your machine, do you get a nice looking 'starting up' screen instead of ugly scrolling information?
My first thought is that the kernel vesafb is set to a static refresh of 75, which, if that's the case, you'll need to reconfigure the kernel to either remove vesafb all together, or lower the refresh it's trying to use. My second thought is that Xorg is probing for EDID information and either your monitor is providing bad info, or none at all, so it just guesses. The problem being, I am not sure how you can stop the probing other than using a custom Modeline, and even then, I don't know what the modeline for your setup might be...
If the vesafb doesn't end up fixing it, post back with more information about your video hardware (what videocard and modules are being loaded) and see if someone can hunt down a modeline for you or provide more information for your situation.
Good luck!
Cool
|
|
|
08-01-2006, 12:15 AM
|
#13
|
Member
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448
Rep:
|
can't the refresh rate be specified in the same place as the resolutions in xorg.conf?? like so: 1024x768_60 ?
so your Screen section would look more like this:
Code:
Depth 16
Modes "1024x768_60" "800x600_60" "640x480_60"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768_60" "800x600_60" "640x480_60"
EndSubSection
EndSection
of course you'll have to be sure that the refresh rate you define is supported at the resolutions you assign it to.
|
|
|
08-05-2006, 04:51 PM
|
#14
|
LQ Newbie
Registered: Jun 2006
Distribution: Debian
Posts: 27
Original Poster
Rep:
|
when booting the computer - all of the boot information looks perfect. then when the GUI loads to the login screen (gnome) my screen flashes and then puts out an error.
however, if I boot the computer with the screen off - and then turn it on when the GUI has loaded to the login screen it is fine (however, swiching between users produces some shifty results).
lurko i havne't tried that option yet - is that a viable option?
thanks.
|
|
|
08-13-2006, 02:28 AM
|
#15
|
Member
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448
Rep:
|
well I've read that is... KDE seems to set the refresh rate well enough, so I haven't really used it.
However I was just now playing around with my setup, trying different resolutions on my TV and I decided to throw the option into my setup in hopes of giving you an answer. Now it doesn't seem to work at all for my tv:
Code:
(II) NVIDIA(0): Assigned Display Device: TV-0
(WW) NVIDIA(0): No valid modes for "400x300_60"; removing.
(WW) NVIDIA(0): No valid modes for "640x480_60"; removing.
...snip...
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
...snip...
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
but according to the log all the modes for my CRT are accepted
Code:
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1600x1200_85"
(II) NVIDIA(0): "1280x1024_85"
(II) NVIDIA(0): "1024x768_85"
(II) NVIDIA(0): "800x600_85"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
...snip
(II) NVIDIA(0): Setting mode "1600x1200_85"
so anyway, it looks valid enough to me, for CRTs anyway.. did you try it already??
|
|
|
All times are GMT -5. The time now is 02:00 AM.
|
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
|
|