Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
04-15-2003, 05:04 PM
|
#1
|
LQ Newbie
Registered: Feb 2003
Posts: 11
Rep:
|
XFree86 config file help needed
A little help here is needed on my refresh rate for my monitor.
(I am starting to twitch like a weapons of mass destruction test dummy after looking at this monitor for more than 2 minutes. )
I have read a heap of posts - and I ran redhat-config-xfree86 in an effort to improve my refresh rate. I am running a no-name (Higrade Notino R5400) laptop at 1024 x 768 - so I went for the generic laptop display.
After chosing many different options, other than changing my resolution to 800x600 sometimes, none of these improved my refresh rate.
I have posted my XFree86config file here - can someone point out exactly what I need to change to increase my refresh rate?
RH9.0
From Twitchin Timbo
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Laptop Display Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "savage"
VendorName "Videocard vendor"
BoardName "S3 ProSavage KM133"
VideoRam 32768
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|
|
|
04-15-2003, 05:24 PM
|
#2
|
Member
Registered: Feb 2003
Location: San Antonio
Distribution: Suse 9.0 Professional
Posts: 843
Rep:
|
Didn't you try the advanced tab. It will allow you to enter the refhresh rates for your monitor.
RO
|
|
|
04-15-2003, 05:43 PM
|
#3
|
LQ Newbie
Registered: Feb 2003
Posts: 11
Original Poster
Rep:
|
tried that
Yes, I tried to enter increasing numbers (from 60 up to 75) in the Vertical Refresh rate, but there was no change at all in the flickering. I used these options under the Generic Laptop display - 1024X768....
any ideas? 
|
|
|
04-15-2003, 09:54 PM
|
#4
|
Member
Registered: Feb 2003
Location: San Antonio
Distribution: Suse 9.0 Professional
Posts: 843
Rep:
|
Sorry, I am not all that familiar with new newest XFree86 version.
There is an xfree86 link here, worth a look.
http://www.linux-laptop.net/
When you said you changed the refresh rate, if you know for sure what your screen can handle, did you try forcing the lower limit to be the upper limit of your screen?
RO
|
|
|
06-29-2003, 07:27 PM
|
#5
|
LQ Newbie
Registered: May 2003
Posts: 28
Rep:
|
did anybody get this issue solved? Im having exactly the same problem but with a Sharp PC-FS2518 laptop which appears to use the same graphics chipset. After a basic install of redhat, the graphical logon screen looks fine, i installed blackbox, and once i log in and the window manager loads, the screen gets pretty flickery. The specification sheet which came w/ the laptop doesnt specify what refresh rates the screen supports.
Simon
|
|
|
06-29-2003, 09:05 PM
|
#6
|
LQ Newbie
Registered: Feb 2003
Posts: 11
Original Poster
Rep:
|
No luck
simonbell,
I didnt end up getting this fixed, just changed my background to black so I didnt get the flickering.
sorry mate
cheers 
|
|
|
07-16-2003, 09:45 AM
|
#7
|
Member
Registered: Feb 2003
Location: just outside reality
Distribution: balanced
Posts: 752
Rep:
|
timboi? any relation to timboii? or timbo?
Last edited by Brain Drop; 07-16-2003 at 09:48 AM.
|
|
|
All times are GMT -5. The time now is 06: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
|
|