LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 04-15-2003, 05:04 PM   #1
Timboi
LQ Newbie
 
Registered: Feb 2003
Posts: 11

Rep: Reputation: 0
Angry 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
 
Old 04-15-2003, 05:24 PM   #2
RolledOat
Member
 
Registered: Feb 2003
Location: San Antonio
Distribution: Suse 9.0 Professional
Posts: 843

Rep: Reputation: 30
Didn't you try the advanced tab. It will allow you to enter the refhresh rates for your monitor.

RO
 
Old 04-15-2003, 05:43 PM   #3
Timboi
LQ Newbie
 
Registered: Feb 2003
Posts: 11

Original Poster
Rep: Reputation: 0
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?
 
Old 04-15-2003, 09:54 PM   #4
RolledOat
Member
 
Registered: Feb 2003
Location: San Antonio
Distribution: Suse 9.0 Professional
Posts: 843

Rep: Reputation: 30
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
 
Old 06-29-2003, 07:27 PM   #5
thelight1
LQ Newbie
 
Registered: May 2003
Posts: 28

Rep: Reputation: 15
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
 
Old 06-29-2003, 09:05 PM   #6
Timboi
LQ Newbie
 
Registered: Feb 2003
Posts: 11

Original Poster
Rep: Reputation: 0
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
 
Old 07-16-2003, 09:45 AM   #7
Brain Drop
Member
 
Registered: Feb 2003
Location: just outside reality
Distribution: balanced
Posts: 752

Rep: Reputation: 35
timboi? any relation to timboii? or timbo?

Last edited by Brain Drop; 07-16-2003 at 09:48 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
In which file does redhat-config-xfree86 stores its settings joeyBig Linux - General 2 09-21-2004 11:43 AM
screwed up XFree86 Config file Longinus Slackware 5 12-14-2003 11:27 PM
Please give me your XFree86 config file Nasty Linux - Newbie 1 10-22-2003 09:33 AM
No Xfree86 Config File gibbylinks Linux - Newbie 2 10-09-2003 03:13 AM
XFree86 Config file simon Linux - Software 3 07-20-2001 03:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration