DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 9th November 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default OpenBSD 4.4 and refresh rate 75

After I install OpenBSD 4.4 with Gnome and set everything for start Gnome .
now I have Gnome but my big problem is this
my refresh rate is 75 and I can not see higher refresh rate.

where I make mistake
my monitor is LG FLATRON F700P
Reply With Quote
  #2   (View Single Post)  
Old 9th November 2008
nihonto nihonto is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 65
Default

Hi mfaridi,

have you build a custom xorg.conf file? If not, try it out and configure the refresh rates of your monitor. For example, in my case (Asus M6Ne Laptop) it looks like this:

Quote:
Section "Monitor"
Identifier "mymonitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
It's from the xorg.conf under Debian but it should look similar under OpenBSD.

All you have to know are the values for "HorizSync" and "VertRefresh". You should find these values in the manual of your monitor.
Reply With Quote
  #3   (View Single Post)  
Old 9th November 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Googling for your monitor, I see that specifications are not obviously available from LG's websites. It is reported to be capable of 1280x1024@85 or 1600x1200@75, and most importantly for X, is DDC compliant.

READ and follow FAQ 11.3.

If you are still having trouble, tell us exactly what part of that FAQ failed to work for you, and post your dmesg, xorg.conf, and Xorg.0.log.
Reply With Quote
  #4   (View Single Post)  
Old 9th November 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

I do not know really what happen after I install some packages and reboot system , right now I have refresh 85 with these resolution 1024x768 , 1280x12400 , 1600x1200 and with resolution 1152x864 I have only refresh rate 75 , and I can not use this resolution so I use 1024x768 . I think everything like firefox and other application are big .
Reply With Quote
  #5   (View Single Post)  
Old 9th November 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I wrote:
Quote:
READ and follow FAQ 11.3
Please do so. Then I wrote:
Quote:
If you are still having trouble, tell us exactly what part of that FAQ failed to work for you, and post your dmesg, xorg.conf, and Xorg.0.log.
Please do so.
Reply With Quote
  #6   (View Single Post)  
Old 11th November 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by jggimi View Post
I wrote:Please do so. Then I wrote:Please do so.
Thanks I read that section of FAQ and do everything they say
other resolution has refresh rate 85 and only resolution 1152x864
dose not has refresh rate 85.
Reply With Quote
  #7   (View Single Post)  
Old 11th November 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

You seem entirely unable to post your configuration or logs, mfaridi. Why?

I took the time to track down a manual for your monitor. If you have not already seen these, the specifications of interest are:
Code:
Sync input: Horizontal 30-98 KHz, Vertical 50-160 Hz
...
Resolution:      Max flicker free VESA 1600x1200 @ 75 Hz
                Recommend     VESA 1280x1024 @ 85 Hz
...
Preset modes:

Resolution               Horizontal Freq           Vertical Freq
VESA 640x480               43.269 KHz                  85 Hz
VESA 800x600               53.674 KHz                  85 Hz
VESA 1024x768              68.677 KHz                  85 Hz
VESA 1280x1024             91.146 KHz                  85 Hz
Without more information from you, I will not be able to help you any further. Well, I might not be able to help even with more information, but without it, no one will be able to help you.

Last edited by jggimi; 11th November 2008 at 05:58 PM.
Reply With Quote
  #8   (View Single Post)  
Old 12th November 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

this is my Xorg.conf

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/share/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/OTF"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "wsmouse"
	Option	    "Device" "/dev/wsmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  330   250	# mm
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    ""
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    30.0 - 98.0
	VertRefresh  50.0 - 160.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth   24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x1024"
	EndSubSection
EndSection

mfaridi%

I wish this conf can help you.
Reply With Quote
  #9   (View Single Post)  
Old 12th November 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

What you've posted does not help.

It is only the xorg.conf, and from it I can see that you are not using custom modelines, and, that is configured to use just use 1280x1024. This is not enough information to diagnose the problem.

The Xorg.0.log that I have ask for, four times so far, might show why the refresh rate is set to 75 Hz. It might. Of course, you would need the log from a time when you were running 1152x865 in order to see if it shows a warning, error, or configuration assumption that is applicable to your trouble.

You stated that you'd read FAQ 11.3, and followed it. If that is the case, you would have seen a discussion of the xrandr(4) tool, and seen an example of it's output showing refresh rates for each configured resolution. In addition to using the tools the FAQ already pointed out to you, you might Google for "modeline generator" and try to edit your xorg.conf yourself with fixed clocking values.

Will I ask for your dmesg or the Xorg log a fifth time? No, I won't. I am giving up on this problem, because you ignore repeated attempts I've made to get you to provide the information I've asked you for. You are on your own, now, unless someone with more patience is willing to try to help you.

Last edited by jggimi; 12th November 2008 at 01:17 PM. Reason: clarity & modeline
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
transfer rate zomo OpenBSD General 7 26th January 2009 03:00 AM


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


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick