LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   SVGATextMode with Intel 82845G Graphics Controller (https://www.linuxquestions.org/questions/linux-desktop-74/svgatextmode-with-intel-82845g-graphics-controller-678968/)

vpv 10-25-2008 06:45 AM

SVGATextMode with Intel 82845G Graphics Controller
 
Hi,

I use Debian Sarge in console-only mode i.e. no X. I would like to increase the vertical frequency of my monitor from 60 Hz to 85 Hz. The model of my monitor is Dell E771a and it supports vertical freq. up to 160 Hz. My machine is Dell™ OptiPlex™ GX260. It has onboard Intel® 82845G Graphics Controller. I installed svgatextmode. It created a file /etc/TextConfig which I have to edit in order to change my monitor frequency. However in it i don't find the model of my graphic controller chipset Intel 82845G. Do you know if it is possible to increase my monitor frequency to 85Hz in console mode using svgatextmode with my hardware? (Under X it is certainly possible.)

Thank you.

pinniped 10-27-2008 05:20 AM

Since you have an Intel 82845G, I would recommend using the Intel Framebuffer driver (intelfb) rather than svgatextmode. On the boot line you can say:

video=intelfb:1200x800-32@85

1200x800 resolution, 32bits per pixel (color mode), 85Hz refresh rate

If you have the kernel source, have a look at the file Documentation/fb/intelfb.txt

vpv 10-31-2008 02:51 AM

Quote:

Originally Posted by pinniped (Post 3322935)
Since you have an Intel 82845G, I would recommend using the Intel Framebuffer driver (intelfb) rather than svgatextmode. On the boot line you can say:

video=intelfb:1200x800-32@85

1200x800 resolution, 32bits per pixel (color mode), 85Hz refresh rate

If you have the kernel source, have a look at the file Documentation/fb/intelfb.txt

Thanks for your reply. I added video=intelfb:1200x800-32@85 to my boot line in grub. As a result the vertical frequency increased from 60Hz to 70Hz, but not 85Hz. Also the screen resoltion did not change but stayed 800x640. I added 'vga=790' (for resolution 1024x768x256) to the above. Then the resolution changed accordingly but the frequency turned back to 60Hz. I also experimented with other resolutions which i saw in intelfb.txt, but the monitor frequency never goes over 70HZ and i cannot have both high frequency (70Hz) and high resolution (anything other than 800x640).

Do you know if I can have both vert. freq. 85Hz and console screen resoltion 1024x768 for video chipset Intel 845G and monitor Dell GX260?

Thanks!


All times are GMT -5. The time now is 09:30 PM.