LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   1440x900 using an Intel 810 on Xorg (https://www.linuxquestions.org/questions/linux-hardware-18/1440x900-using-an-intel-810-on-xorg-395743/)

kunkie 12-22-2005 03:39 PM

1440x900 using an Intel 810 on Xorg
 
I've been trying to get 1440x900 resolution working on an Intel 82915G/GV/910GL chipset.

I would also like 32 bit colour.

I'm stuck at the moment using Xorg on Slackware.

I can only get 1280x1024 but no widescreen.

Thanks

jschiwal 12-22-2005 04:18 PM

You might try using the "gtf" program to generate a modeline.
Code:

gtf 1440 900 60
This example is for your stated resolution, at a 60 hz refresh rate.
Make sure that your monitor can handle this resolution. Also, you won't get more colors using 32 bit over 24 bit. The extra bits are for overlay information, which you may not be using.

The gtf program, "General Timing Formula", is a part of your xorg installation, so you should have it already.

kunkie 12-22-2005 04:29 PM

Thanks for the quick reply.

I did that in windows using powerstrip:

This came out:

"1440x900" 106.560 1440 1520 1672 1904 900 903 909 934 -hsync +vsync

I did run it but the widescreen was not treated properly by the monitor...
Will try again

jschiwal 12-27-2005 12:25 PM

Try the "gtf" program when the system isn't loaded down.

Also, check if you have "UseModes" in the "Monitor" section. This example fragment illustrates this:

Section "Modes"
Identifier "16:10"
ModeLine "1680x1050" 146.2 1680 1960 2136 2240 1050 1080 1086 1089 -hsync +vsync
# 1680x1050 @ 60 Hz
# Horizontal pixels
# Front porch: 104 Back porch: 280 Sync width: 176
# Sync polarity: - Scan rate: 65.29kHz Active pixels: 1680
# Vertical lines:
# Front porch: 3 Back porch: 30 Sync width: 6
# Sync polarity + Refresh rate 59.954Hz Active pixels: 1050
# Pixel clock: 146.25MHz
EndSection

Section "Monitor"
Identifier "2005FPW"
VendorName "Dell"
UseModes "16:10"


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