LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-01-2007, 08:42 PM   #1
CM019
Member
 
Registered: Mar 2004
Posts: 58

Rep: Reputation: 15
Blurred artifacts on Debian Etch


I'm trying to change vertical refresh rate on my Debian Etch computer.
I've LG's L204WT LCD monitor. I want debian etch to use vertical
refresh rate of 1680x1050@60Hz(LG recommended). Now it is
1680x1050@57Hz and it is causing blurry effects on visuals and
my eyes are hurting. My video card is GeForce (nvidia) 7800GS 256MB AGP
card. I've given LG recommended horizontal and vertical refresh rate
in xorg.conf file. But I can't go beyond 57Hz. What should I do to
change it to 60Hz? Please help me.

Note:I've installed nvidia driver and can't change the vertical refresh
rate with "nvidia-settings" tool as that particular option is disabled.
 
Old 02-01-2007, 09:06 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
What do you have configured for your monitor in your xorg.conf file? It should contain the following two lines for this monitor:

HorizSync 30-83
VertRefresh 56-75
 
Old 02-01-2007, 10:04 PM   #3
CM019
Member
 
Registered: Mar 2004
Posts: 58

Original Poster
Rep: Reputation: 15
My xorg.conf file is like below:

Quote:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "L204WT"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "L204WT"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
 
Old 02-01-2007, 10:26 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Have you tried using the "nvidia-settings" utility to change it? This is just a thought, but remove the spaces and decimals in your monitor line numbers so it reads as follows and see what happens. Other than that, I don't see anything.

HorizSync 30-83
VertRefresh 56-75
 
Old 02-01-2007, 10:40 PM   #5
CM019
Member
 
Registered: Mar 2004
Posts: 58

Original Poster
Rep: Reputation: 15
> Have you tried using the "nvidia-settings" utility to change it?

Yes but that particular option is disabled so I can't change it.

> This is just a thought, but remove the spaces and decimals in your
> monitor line numbers so it reads as follows and see what happens.
> Other than that, I don't see anything.
>
> HorizSync 30-83
> VertRefresh 56-75

I have done that. But still at 57Hz.
 
Old 02-01-2007, 10:46 PM   #6
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"I have done that. But still at 57Hz."

Well, sorry I couldn't help.
 
Old 02-02-2007, 11:24 AM   #7
CM019
Member
 
Registered: Mar 2004
Posts: 58

Original Poster
Rep: Reputation: 15
Is there no other way of increasing the vertical refresh rate to 60?
 
  


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
update Debian testing etch RC1 to etch stable cccc Debian 11 01-08-2007 10:02 PM
Dual boot Debian Etch and XP with GRUB - Debian installed First - one HDD bence8810 Debian 11 01-07-2007 10:45 AM
fonts blurred and tiny in debian gussosa Debian 1 09-29-2004 05:46 PM
fonts blurred and tiny in debian gussosa Linux - Hardware 1 09-29-2004 04:28 PM

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

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