Results 1 to 7 of 7
Hi
I've just been given a Philips 151AX LCD monitor. Initially I was unable to get it to work once past the Grub screen. I kept getting 'Cannot support this ...
- 07-29-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
Problems with Philips 151AX monitor (Suse 10.1)
Hi
I've just been given a Philips 151AX LCD monitor. Initially I was unable to get it to work once past the Grub screen. I kept getting 'Cannot support this mode'.
Persevering, I entered 'failsafe mode' and from root, I used sax2 to detect the monitor. I am now able to use this monitor from the KDE desktop.
However, the monitor still reports 'Cannot support this mode' from a text console, and gives the same report during the loading sequence, until the x-system is started.
I guess I need to edit something somewhere to force the machine to use a supported mode when using a text console and during the loading sequence.
Wondering if someone could point me in the right direction?
- 07-29-2007 #2
can you try using "vesa" as monitor in sax2 utility
life is the greatest opportunity that the nature had given you
- 07-29-2007 #3Mode means Resolution and Resolutions are controlled by Refresh Rates and Video Driver.'Cannot support this mode'
First of all, try "vesa" driver as suggested by abhishek456.
Log in as normal user in Text Mode and Execute this
In case, it doesn't work, Check your Monitor's Manual for supported HorizSync/VertRefresh rates and Resolutions. Set correct Resolutions ( Modes ) and Refresh rates in /etc/X11/xorg,conf file.Code:su sax2 -m 0=vesa exit startx
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-29-2007 #4
In /boot/grub/menu.lst check the line starting with kernel
change or add vga= value from table below
You should probably pick the native resolution for your monitorCode:Colours 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200 --------+-------------------------------------------------------------- 4 bits | ? ? 0x302 ? ? ? ? 8 bits | 0x300 0x301 0x303 0x305 0x161 0x307 0x31C 15 bits | ? 0x310 0x313 0x316 0x162 0x319 0x31D 16 bits | ? 0x311 0x314 0x317 0x163 0x31A 0x31E 24 bits | ? 0x312 0x315 0x318 ? 0x31B 0x31F 32 bits | ? ? ? ? 0x164 ?
- 07-29-2007 #5
gogalthorp is right. You have problems in Text Console only. Set correct vga value in kernel line. Try other suggestions only if vga does not solve problem.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-29-2007 #6Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
- 07-29-2007 #7
Glad to help you !
Credit goes to gogalthrop only.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
