![]() |
|
|||||||
| OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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:
All you have to know are the values for "HorizSync" and "VertRefresh". You should find these values in the manual of your monitor. |
|
||||
|
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.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
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 .
|
|
||||
|
I wrote:
Quote:
Quote:
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
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
__________________
OpenBSD LiveCDs/LiveDVDs Last edited by jggimi; 11th November 2008 at 04:58 PM. |
|
||||
|
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. |
|
||||
|
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.
__________________
OpenBSD LiveCDs/LiveDVDs Last edited by jggimi; 12th November 2008 at 12:17 PM. Reason: clarity & modeline |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| transfer rate | zomo | OpenBSD General | 7 | 26th January 2009 02:00 AM |