Unsolved
This post is more than 5 years old
4 Posts
0
23335
February 21st, 2005 16:00
Latitude 610 video problems
I bought a latitude 610 with Intel graphic on board, and the graphic part doesn't work with linux (I tried FC2,FC3, knoppix).
I got problems too with usb key memory.
Is anybody knows solutions?
alain
I got problems too with usb key memory.
Is anybody knows solutions?
alain
No Events found!


krisWillems
8 Posts
0
March 1st, 2005 12:00
I use Suse9.2.
I have similar problems. I can't get the screen working on a resolution of 1400x1050. The maximum resolution I can get is 1280x1024.
Verifying the Xserver logging file has shown that the LCD flat panel display returns incorrect DDC data. Because of this the Xserver thinks 1400x1050 is not supported. Disabling DDC (in the Xserver configuration file) for the LCD display doesn't seem to work.
If I connect an external display, I can get a resolution of 1400x1050 without any problem, so the display driver seems to work.
I feel a bit sorry I can't use this notebook on Linux. I especially verified the display chipset was supported by linux (before buying the notebook).
mstreb
6 Posts
0
March 2nd, 2005 19:00
i`m using Debian unstable
in my oppinion the real problem with the Intel card and the xserver is the broken vbios ... there`s just no mode for 1400x1050 so the xserver complains about it and it reduces the resolution to 1280x1024 the last suitable mode.
I`ve used the 855resolution (find it on google) tool to look into the vbios but i didn`t manage to set it right the resolution is ok but the screen gets scratched.
Similar problems appear on other Toshiba or Sony notebooks see http://linux.highsphere.net/howtos/b100b.php.
Maybe there`s a chance getting the good guys from dell to fix the problem,
--------------------------------------------------------------------
so if anybody from dell reads this post please please help us ... ;)
--------------------------------------------------------------------
Michi
ajmarge
4 Posts
0
March 3rd, 2005 04:00
Just one point about Dell, It's more than difficult to obtain any help from Dell, I call Dell France, and I could not get any help!!!!
Alain
ajmarge
4 Posts
0
March 3rd, 2005 04:00
I try to configuer intel driver, and he does not accept, quite strange because if I issue lspci command the intel video card look like to be well recognized.
Last point I succedded to set up only 800X600 in the vesa driver.
I will really appreciate if you could send your XFREE86 configuration file.
Thanks in advance
alain
krisWillems
8 Posts
0
March 3rd, 2005 06:00
I changed the 855resoltution tool. The bios_lock and bios_unlock function were not working.
This is how they should be:
int unlock_bios_845g_865g() {
// set permissions to read and write so I can write into shadowed VideoBIOS
outl(0x80000090, 0xcf8);
oldpam1 = inb(0xcfd);
oldpam2 = inb(0xcfe);
outl(0x80000090, 0xcf8);
outb(0x33, 0xcfd);
outb(0x33, 0xcfe);
return 1;
}
int relock_bios_845g_865g() {
// reset permissions
outl(0x80000090, 0xcf8);
outb(oldpam1, 0xcfd);
outb(oldpam2, 0xcfe);
return 1;
}
After is change the 855resolution tool worked.
mstreb
6 Posts
0
March 3rd, 2005 06:00
but you have to think about the following things:
the i915 chip is only supported from the latest cvs xorg server see the changelog, my checkout date is 2005-02-28.
this is the problem why your installation is not working ... ;)
Michi
mstreb
6 Posts
0
March 3rd, 2005 07:00
but the displaying is totally broken it looks like it is the wrong modeline or something simmilar.
see here: http://download.el-streb.com/d610_screen.jpg
maybe the i915 uses different values ...
Message Edited by mstreb on 03-03-2005 03:27 AM
mstreb
6 Posts
0
March 4th, 2005 08:00
the screen is totally filled, so the resolution is 1400x1050
Message Edited by mstreb on 03-04-2005 04:25 AM
krisWillems
8 Posts
0
March 4th, 2005 08:00
I don't know what might be wrong.
Just to verify is your screen is really in 1400x1050 you can chance the BIOS setup of your notebook and choose not to make all resolutions fit to the screen.
If your screen is not completely filled, your resolution is lower than 1400x1050.
I use the intel 915 driver downloaded from the intel WEB-site.
I put the following Options in my xorg.conf file:
(under Section "Device")
Option "IgnoreEDID"
Option "NoDDC"
I put
855resolution 34 1400 1050
in rc.local
krisWillems
8 Posts
0
March 4th, 2005 12:00
marcods
1 Message
0
March 14th, 2005 12:00
I have the same problem with my D610, but I don't know how modified the 855resolution file. Please can you described me how modified this file or better can you attached this file already modified.
tks in advance
m
Mengis
6 Posts
0
March 16th, 2005 08:00
Hi there,
I'm working on a 915GM D610 latitude laptop. With kernel 2.6.11.3 and xorg 6.8.2.
I had to install intel latest driver to be able to start X.
the i810 driver in xorg 6.8.2 doesn't detect i915GM chipset (the minor ID is not set).
For information:
since 2.6.10 kernels, intel's driver did not compile.
Dave Jones removed the drm_agp_t structure from the kernel and Intel didn't updated there drivers atm. So u have to patch intel's driver or to get the latest DRI CVS Version which works nicely but not in 1400x1050.
in my log file I saw these lines:
less /var/log/Xorg.0.log:
(II) I810(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_border: 0
(II) I810(0): v_active: 1050 v_sync: 1051 v_sync_end 1055 v_blanking: 1066 v_border: 0
(II) I810(0): F4876^D141P4
(II) I810(0): \uffff\uffff\u01ff\uffff\"
(--) I810(0): A non-CRT device is attached to pipe B.
do u have the same outputs ??
Michel.
mstreb
6 Posts
0
March 19th, 2005 15:00
you can download my patched 855resolution at http://download.el-streb.com/d610-patch.c
USE the patch at your own risk, it worked for me but maybe it damages your D610.
Michi
emartinez
1 Message
0
May 9th, 2005 19:00
thanks
Mandrake 10.2 Dell Latitude D610 Graphic Intel Chip i915