LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-20-2005, 07:14 PM   #1
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Rep: Reputation: 15
problem with Hyundai 17" DELUXSCAN 7770 MONITOR


the problem with my monitor in the linux i don't have 100 hertz max to choose,but in the windows xp and 2000 and 98 i can choose 100 hertz max.
i asked in other forum about this and they told me that i most choose my monitor from the list and if the monitor isn't show in the list i must write a code to the linux if i want the linux will work with my monitor.
so i search my monitor in the list of the fc3 and i found my monitor,but still it's wont give me 100 hertz to choose,only 60 hertz max.

short name: (monitor) Hyundai 17 7770
full namemonitor) 17" DELUXSCAN 7770
my screen card is: radeon 7000/radeon ve but isn't instelled in full mode only base options,because i din't found driver to the ati card for linux.
the linux has instelled the radeon 7000/radeon ve with base options.
so what can i do,can some one help me?
 
Old 01-20-2005, 09:48 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Here is a how-to found on the Linux Documentation Project site.

http://www.tldp.org/HOWTO/XFree86-Vi...WTO/index.html

Be sure you don't exceed the ratings for the monitor when changing the timings.
 
Old 01-21-2005, 11:33 AM   #3
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Original Poster
Rep: Reputation: 15
here is the xorg file and the xorg.conf.backup

i use rigth now in the xp because in the linux i don't have 100 hertz,so i copy the files to a floppy and pass them to the xp and from him to here.
i didn't found the file: "etc/x11/xf86config-4"
so i copy this files,they are update when i chage my monitor.

Xorg file:
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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 "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Hyundai HL-7770A"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 7000"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


xorg.conf.backup file:
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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 "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Hyundai HL-7770RD"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 7000"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

now what can i do?
 
Old 01-21-2005, 02:31 PM   #4
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Original Poster
Rep: Reputation: 15
i instelled the fglrx_4_3_0-8.8.25-1.i386.rpm and now i got 85 hertz not 60

now in the linux i got 85 hertz but in the xp i got 100 hertz.
why it's won't give me 100 hertz?
 
Old 01-21-2005, 05:37 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You might try running 'X -probeonly' to find out the possible clock frequencies that can be used. You may need to include a ModeLine entry in your configuration for 100 Hz vertical refresh, after verifying the your Monitor and Card can handle it for the selected resolution and depth.

A refresh rate of 85 should look fine however. I doubt that your eyes will notice the difference.
 
Old 01-21-2005, 08:05 PM   #6
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Original Poster
Rep: Reputation: 15
my eyes do response to the difference but

how can change the configuration for 100 Hz vertical,if i selected my monitor all ready and i get only 85 Hz?
Quote:
Originally posted by jschiwal
You might try running 'X -probeonly' to find out the possible clock frequencies that can be used. You may need to include a ModeLine entry in your configuration for 100 Hz vertical refresh, after verifying the your Monitor and Card can handle it for the selected resolution and depth.

A refresh rate of 85 should look fine however. I doubt that your eyes will notice the difference.
with files and where?
or it's some fine else that i have change?

Last edited by AKAKAK; 01-21-2005 at 08:11 PM.
 
Old 01-22-2005, 05:00 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
X is the actually name for the XFree86 server that runs. If you use the -probeonly option, it will analyze your system and report back the possible frequencies you could try. The timings how to in my previous response has instructions on how to calculate the values to use for ModeLine entries in your /etc/X11/XF86config file. If there is an XF86config-4 file, you should use that instead. For the new X.org X windows server, there is an xorg.config configuration file but it is probably a link to XF86config.

If this sounds like too much work to change from 85 Hz to 100 Hz for the vertical sync rate, You may be right. I wouldn't bother with it myself because I wouldn't notice any gain.

Last edited by jschiwal; 01-22-2005 at 05:11 PM.
 
Old 01-23-2005, 09:09 AM   #8
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Original Poster
Rep: Reputation: 15
i don't have the XF86config file but i have

Quote:
Originally posted by jschiwal
X is the actually name for the XFree86 server that runs. If you use the -probeonly option, it will analyze your system and report back the possible frequencies you could try. The timings how to in my previous response has instructions on how to calculate the values to use for ModeLine entries in your /etc/X11/XF86config file. If there is an XF86config-4 file, you should use that instead. For the new X.org X windows server, there is an xorg.config configuration file but it is probably a link to XF86config.

If this sounds like too much work to change from 85 Hz to 100 Hz for the vertical sync rate, You may be right. I wouldn't bother with it myself because I wouldn't notice any gain.
the nxet files:
1:\prefdm
2:\x
3:\Xmodmap
4:\xorg.conf
5:\xorg.conf.backup
6:\Xresources
7:\X.rpmsave
with one of them is tell the linux to give the monitor 85 hz only?

Last edited by AKAKAK; 01-23-2005 at 09:11 AM.
 
Old 01-23-2005, 10:05 AM   #9
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Quote:
Originally posted by jschiwal


A refresh rate of 85 should look fine however. I doubt that your eyes will notice the difference.
I DO notice the difference. I used to use my Samsung Syncmaster 757 with 85 Hz I got headaches after an hour or so. When I got it working with 105 Hz (although the manual claims it can run only 1024x768@100Hz) I didn't get any headaches anymore. (but if I play counterstrike with this monitor I get even at 800x600@140Hz headaches after 1,5 hours)
 
Old 01-23-2005, 11:19 AM   #10
AKAKAK
Member
 
Registered: Jan 2005
Posts: 64

Original Poster
Rep: Reputation: 15
that the problem am getting a headaches after 1-1.5 with the 85 hz

on the xp i can hours on hours and am not getting a headaches,only after 10 hour plus minues.
that is why am tried getting 100 hz in the linux has i got in the xp system.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem with Hyundai 17" DELUXSCAN 7770 MONITOR AKAKAK Linux - Hardware 2 01-21-2005 03:09 AM
problem with Hyundai 17" DELUXSCAN 7770 MONITOR AKAKAK Fedora - Installation 1 01-21-2005 02:50 AM
Mandrake 10.0: Audio problem with SiS-7012 on a laptop Hyundai P571 armenias Mandriva 1 06-22-2004 06:07 AM
Switch from 17" monitor to 15" monitor. Need to know how to change settings. DoThatPlan Linux - Hardware 1 04-14-2004 08:11 PM
mandrake 9.2 problem at installation with Hyundai M350 laptop ih83 Linux - Laptop and Netbook 3 03-25-2004 01:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:27 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