Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > Everything BSD
Reload this Page I can't change the refresh rate in FreeBSD
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Everything BSD For all discussions regarding Free/NetBSD and OpenBSD.

Reply
 
Thread Tools Display Modes
Old 03-23-2005   #1 (permalink)
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
I can't change the refresh rate in FreeBSD

Hello

I cannot change the refresh rate in FreeBSD 5.3 using KDE 3.3 and it's driving me crazy. The screen has black bars all around it and the only way to make it go full is to go 800x600 which is just as bad. I've already written to xorgconfig and that did not seem to help. The screen res is just fine, 1024x768 but the refresh rate only has one option which is 75. This is driving me slowly insane. I am really enjoying FreeBSD but if this problem continues I might have to take it off...


This is a really stupid question but would another WM fix the problem? Is KDE Control Center messing me up? Thanks for any advice/help.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 03-23-2005   #2 (permalink)
Linux Engineer
 
Join Date: Aug 2004
Posts: 826
You'll need to edit /etc/X11/xorg.conf

Change the vertical refresh rate and/or horizontal sync rate in that file, and start X again. Sometimes those rates are commented out by default, so you may need to uncomment them. You can find out the value to set these at in the manual for the monitor or online.
sether is offline   Reply With Quote
Old 03-23-2005   #3 (permalink)
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
OK I'm here. I'm too lazy to boot into Slack to use AIM. When I ran "edit /etc/X11/xorg.conf" it gave me an editor and I had no idea what to put in there. When I ran edit "edit less /etc/X11/xorg.conf" it gave me the same editor and I had no idea what to put in there, too. I'm new to this..
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 03-23-2005   #4 (permalink)
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
Same thing in Gnome. When I launch "Screen Resolution Preferences" it'll give me the choice on 1024x768 and below and then it'll stay on 75Hz.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 03-23-2005   #5 (permalink)
Linux Engineer
 
Join Date: Aug 2004
Posts: 826
Code:
less /etc/X11/xorg.conf
when you're in Slack. Scroll down to where it says
Quote:
Section "Monitor"
Note the values it has for vertical sync and horizontal refresh rates. It should look something like this (this is an example from my xorg.conf):
Quote:
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
Copy the values down onto a piece of paper or something. Note: your values will be different than mine! Alternatively, you can look up these numbers for your monitor online, but if Slack is configured right, just use the values it's using.

Boot into FreeBSD and, as root, run
Code:
xorgcfg -textmode
This'll take you to a menu in which you will configure X with all of the appropriate settings. Don't worry about messing up cause you can always start over or edit the file later. After you've written the configuration to /etc/X11/xorg.conf, edit that file and find the part about vertical sync and horizontal refresh. Should look something like:
Quote:
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
# HorizSync 31.5 - 64.3
# VertRefresh 50.0 - 100.0
Change to:
Quote:
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
All you're doing is uncommenting. And again, my values will be different than yours. Now try starting X to see if it works.
sether is offline   Reply With Quote
Old 03-23-2005   #6 (permalink)
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
OK thanks.

I finally broke down and read some of the handbook. I ran under root: Xorg -configure, I then chose to edit it. I saw the same thing (in the monitor section) but the VertRefresh and the HorizSync were not there so I added them and kind of guessed what should be in there on the right. The changes were made and still nothing happened. This is more than likely because I probably entered in the wrong info for the Vert and Horiz stuff but at the same time KDE should at least let me choose another refresh rate other than 75Hz. Eh, I'll look at my config file under Slack.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 03-23-2005   #7 (permalink)
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
I think I just found the smoking gun. Whenever I boot I get the message: "Could not locate/find config file" then it boots into KDE. I think I'm screwed now..


Edit: I have actually received this message more than once - it's not because I edited the file. I have seen it before.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 03-24-2005   #8 (permalink)
Linux Engineer
 
Join Date: Aug 2004
Posts: 826
It'll read /etc/X11/xorg.conf so make sure that file exists. And don't guess vert refresh or horiz sync, just look them up.

But seriously, just use the Slack config file.

Xorg on Slack == Xorg on FBSD

(or so I would hope).
sether is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:09 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0