|
|
#1 | |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
since i've installed ubuntu 5.10 on my LCD screen, a SAMTRON 72v, i've got problems with refresh... i've set the VertRefresh at 56 ~ 75 Hz and horizsync at 31 ~ 81 kHz, like wrotten on monitor guide...
My screen resolution is: 1280 x 1024@75Hz, but on the guide table it is written that the optimal resolution is 1280 x 1024@60Hz I send you my Xorg.0.log and my xorg.conf How can i set the refresh at 60hz? In the gnome menu i've only 75hz option... I've read this post: http://www.nvnews.net/vbulletin/show...3&postcount=18 and i've added this line to Monitor section Code:
Modeline "1280x1024_60" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Have i to install again the drivers? Thanks Bye Peppe Last edited by pepz; 04-20-06 at 02:45 PM. |
|
|
|
|
|
|
#2 | |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
In your X conf change this
Code:
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Code:
SubSection "Display"
Depth 24
Modes "1280x1024_60" "1024x768_60" "800x600" "640x480"
EndSubSection
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
i've done what you said, but at 60hz, the images on the screen are worst, they are more choppy than 75hz mode.
What can i do? I continue to have the choppy problem. Sorry for my english, but i'm italian. Bye Peppe |
|
|
|
|
|
#4 | |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
I know what you mean about low refresh rates. The screen flickers. Very annoying. I'm using 85Hz at the moment - the most I can do. I suggest leaving the settings at the most your screen can handle, don't go over it.
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
ok thanks, the most is 75hz, my actual configuration
bye Peppe |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
i continue to have refresh problem...
what can i also modify in my xorg.conf? i've read this: http://www.nvnews.net/vbulletin/show...9&postcount=36 so can i add nohoryzcheck and novertcheck option? and use an higher refresh rate? Bye Peppe Last edited by pepz; 04-21-06 at 09:27 AM. |
|
|
|
|
|
|
#7 |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
You will need to look at your X log to see what is going on. It's in /var/log/. if it still gives you grief attach a nvidia bug report here.
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
ok here you are the logs.
thanks peppe |
|
|
|
|
|
#9 |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
I'm unsure but you could try commented out these lines from your X conf.
Code:
Option "UseEdidFreqs" "FALSE" Option "UseEDID" "FALSE" Option "ModeValidation" "NoEdidModes" |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Dec 2005
Posts: 5
|
In the begining, I have trouble with nvidia&FC5 , screen black. Then I installed the nvidia8756 driver, but it can't startx X. then I removed /etc/X11/xorg.conf, now it works, X started!
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Apr 2006
Posts: 42
|
whig, i don't understand...
i must comment that lines? bye peppe |
|
|
|
|
|
#12 |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
Simply put a # character at the start of the line. It turns the line into a comment and not something for the computer to process.
|
|
|
|
![]() |
| Thread Tools | |
|
|