PDA

View Full Version : Dell LCD resolution problems - screen=1280x1024 drops to 800



cvevans
05-15-2006, 04:29 AM
I have a Dell 1907fp LCD monitor hooked to an ATI Radeon VE via DVI.
LCD native res. is 1280x1024. (desktop 1024x1280 rotated).
After default boot, screen resize says it is 1024x768;
rotate (orientation) is greyed out.
If I use the analog input, I get default 1152xwhatever resolution.
No option to increase to 1280.
If I specify screen=1280x1024 on boot, I get 800x600, can't change it.
I tried an older Dell LCD with an older ATI Rage 128 AGP card, always 1024x768.

All combinations work fine in WinXP at 1280x1024.
Rotate desktop to 1024x1280 works fine w latest ATI Windows driver.

How do I get 1280x1024 to work? (Knoppix 4.0.2)

stukennedyuk
05-15-2006, 06:28 PM
I'm guessing, but this could be to do with the monitor's 'plug and play' (think for a monitor it's called 'DDC'). I had this sort of problem with a CRT monitor that would support 1280x1024 at 60Hz and also 1152x864 at 85Hz - Knoppix along with other distros chooses the latter setting as it's refresh rate of 85Hz is kinder to the eyes and ignores the higher resolution. The way I got over this was to start to boot Knoppix, enter screen=1280x1024 but before pressing the return, unplug the monitor..... No monitor plugged in, no DDC! When Knoppix has finished booting, plug the monitor back in. (NOT RECOMMENDED).

Very crude and I take NO responsibilty if this fuses your monitor, in my case my CRT monitor was worth about £15, not too much to gamble. I just thought you'd like to know what my thoughts were on this. As I say, this could be completely wrong..... if it is DDC, maybe there is a better way of overiding it?

Stoo.....

ckamin
05-16-2006, 03:10 AM
There is a cheat code "noddc" that has worked in the past for certain monitor issues with many distros. It's certainly worth a try rather than unplugging/replugging a monitor during the boot process.

cvevans
05-16-2006, 05:13 PM
tried
knoppix dma screen=1280x1024 depth=24 noddc
(Thanks ckadmin!)
got wallpaper, no kde. ctrl-alt-backspace to text root prompt.
(responding very slowly to kb; killed power)
<edit>
also tried
knoppix screen=1280x960 vsync=75
(ddc reports this mode as GTF. I don't know if Vid card will do it.)
No good. still 1024x768 76hz.

I found a hack that fixes the res if someone can tell me how to make it permanent:
---
knoppix 2 screen=1280x1024
(no GUI)
at root prompt,
joe /ramdisk/etc/X11/XF86Config
(edit the 1280x1024 100hz lines to)
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
Modeline "1280x1024" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
^k x to save
joe /ramdisk/etc/X11/XF86Config-4
(repeat)
startx
(after shutdown,)
reboot
---
This gets 1280x1024, just once. Rotate option still greyed out.
Screen #2 still greyed out (dual head video)
any ideas?