i recently built a new desktop. The specs are
gigabyte ultra durable motherboard
ati radeon HD 4850 video card
4gb 1066mHz ddr2 ram
amd Phenom 64 2.3ghz quad core processor
I installed the OS(debian lenny kernel 2.6.26 64bit with kde3.5) without an issue and it boots without a problem. However, once kdm starts, the monitor displays a "frequency too high" box that floats around the screen.
I ctrl+alt+f1 and the terminal works fine. I was wondering how to change the refresh rate from the terminal so that I could run kde.
also btw I checked my /etc/X11/xorg.conf file and ran the gtf utility to get a modeline to generate refresh rate:
Code:
MyPC:~# gtf 1024 768 70 -x
# 1024x768 @ 70.00 Hz (GTF) hsync: 56.00 kHz; pclk: 76.16 Mhz
Modeline "1024x768_70.00" 76.16 1024 1080 1192 1360 768 769 772 800 -HSync +Vsync
And my xorg.conf file looks like this
Code:
#all the code at the beginning...
Section "Monitor"
Identifier "Configured Monitor"
#the code generated by gtf
End Section
#all the code afterwards
Any help would be greatly appreciated! thank you in advance!