Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The DELL Latitude D610 Thread
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
RAT_CZ
n00b
n00b


Joined: 14 Apr 2003
Posts: 19

PostPosted: Thu Sep 22, 2005 7:37 pm    Post subject: Reply with quote

Yes - sure bluetooth is started :) If not, hci do not work :)

All is started, all looks configured ok, by me, but no bluetooth device can be discovered :(
Back to top
View user's profile Send private message
majunbu
n00b
n00b


Joined: 02 Jul 2003
Posts: 13
Location: Ohio

PostPosted: Thu Sep 22, 2005 11:22 pm    Post subject: Reply with quote

I just finished a week long session with my D610 and I believe I have everything working the way I want. I have the ati drivers installed and working with direct rendering, and just finished up setting up wireless and minor power management options. I have still two issues remaining and i no one of them is ATI's issue.

1. ATI drivers and the lack of or not implemented support for Xineram extensions.
This drives me nuts that they do not have this working. Since I use a docking station at work I would love to take advantage of the "Big Desktop" mode but it is useless when you maximize windows and they streach across the display or start in the middle of the split screens. I wish Dell would let you select an NVidia video card grr.

2. This is what I am looking for help on. I have a docking station as mentioned before and for some reason I can not get any audio through put while the system is in the docking station. I am not exactly sure why but I believe it has something to do with it detecting the docking stations ability to handle audio and setting up a seperate audio device. If this is the case I am not intimate enough to know where to point the system to use that audio device instead of the default one. So any help here would be greatly appreciated.

All in all the laptop is ok I still think Dell could do better but it serves my business purposes and I guess that what matters in the end right?

Thanks in advance for any more insight or recommendations on my audio road block.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 261
Location: Au fond, à droite.

PostPosted: Tue Sep 27, 2005 8:06 am    Post subject: Reply with quote

Majumbu, can't help you, i don't have a docking station (but after some weeks of use, i wish i had.. darn cables! :) )

Concerning graphics driver, i just tried linux-2.6.14-rc2 and now i have 250 fps in glx gears (i had 160 with linux-2.6.12-suspend2-r4) with my i915.

Not perfect, but better.

But, i'm still unable to play videos on VGA output (mplayer gives a blue screen) and cloned mode (VGA+LCD) gives a really ugly picture on VGA output (but normal one on LCD).

If anyone has tips about this one... :)



edit : corrected typo
_________________
Foo.


Last edited by KaZeR on Wed Sep 28, 2005 7:16 am; edited 1 time in total
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Tue Sep 27, 2005 7:31 pm    Post subject: Reply with quote

KaZeR wrote:
Majumbu, can't help you, i don't have a docking station (but after some week of use, i which i had.. darn cables! :) )

Concerning graphics driver, i just tried linux-2.6.14-rc2 and now i have 250 fps in glx gears (i had 160 with linux-2.6.12-suspend2-r4) with my i915.

Not perfect, but better.

But, i'm still unable to play videos on VGA output (mplayer gives a blue screen) and cloned mode (VGA+LCD) gives a really ugly picture on VGA output (but normal one on LCD).

If anyone has tips about this one... :)

Have you considered giving a try to Getting DRI working with Intel Sonoma?
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Danko
n00b
n00b


Joined: 30 Sep 2005
Posts: 24

PostPosted: Tue Oct 04, 2005 5:09 am    Post subject: Reply with quote

Hi everyone.

I've basically got my barebones gentoo system up and running on my Latitude D610. However, I'd like the console screen resolution to be higher than it currently is (not X, the actual console). When I boot from the installation cd, for example, all the fonts are nice and small. However, if I boot from the custom kernel that I built the fonts are huge and ugly.

The graphics card is the Intel 915. I made sure to compile support for the 915 into the kernel (intelfb).

I've tried passing many combinations of vga=0x318 and video=vesafb/video=intelfb to the kernel during boot. However, the result is always the same.

Thanks in advance for the help.
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Tue Oct 04, 2005 5:23 am    Post subject: Reply with quote

here is my grub.conf line:

Code:

ernel (hd0,1)/kernel-2.6.12-gentoo-r10 root=/dev/sda6 vga=0x343 video=vesafb:mtrr,ywrap,vram=64 splash=silent,fadein,theme:crystal quiet CONSOLE=/dev/tty1


That gives me 1400x1050 framebuffer

make sure that you have vesafb compiled into the kernel, NOT as a module.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
Danko
n00b
n00b


Joined: 30 Sep 2005
Posts: 24

PostPosted: Tue Oct 04, 2005 6:42 am    Post subject: Reply with quote

Thanks for the reply. I realized that while I had compiled support for intelfb into the kernel I did not compile support for vesafb into the kernel. Now it works. However, is there any way I could make the fonts on the framebuffer even smaller. The reason is that I plan to spend a lot of time on the console and I'd like for there to be as much info on one line as possible. Plus, this SXGA+ LCD should definitely be able to handle it.

Thanks again.
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Tue Oct 04, 2005 6:56 am    Post subject: Reply with quote

That I am not sure of..
I think there is a kernel option... poke around...
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Sun Oct 09, 2005 3:49 pm    Post subject: Reply with quote

majunbu wrote:

1. ATI drivers and the lack of or not implemented support for Xineram extensions.
This drives me nuts that they do not have this working. Since I use a docking station at work I would love to take advantage of the "Big Desktop"


ATI drivers suck. Period. I gave up make them work nicely in all configurations. Instead, I created 2 Xorg configurations and use one (with xorg radeon drivers) for work environment, and ATI configuration when I feel like playing games.

radeon drivers support xinerama just fine and even allow to have different resolution on both heads.

majunbu wrote:

useless when you maximize windows and they streach across the display or start in the middle of the split screens. I wish Dell would let you select an NVidia video card grr.


That is most likely issue with the window manager you are using and not with the drivers... I think :-). Anyway, I use one of the window managers that has issue like that and I just start 2 Xorg sessions, one on each screen. Works well, the only problem is that I can't move windows between the screens. I can live with that though. YMMV.

majunbu wrote:

2. This is what I am looking for help on. I have a docking station as mentioned before and for some reason I can not get any audio through put while the system is in the docking station.


Same here. I have a port replicator, not a full scale docking station, but the issue is the same -- no audio coming through the docking station port. If you make it work... let me know.
Back to top
View user's profile Send private message
killer
n00b
n00b


Joined: 12 Dec 2003
Posts: 47
Location: Kladno

PostPosted: Mon Oct 10, 2005 2:10 am    Post subject: Dualhead Reply with quote

Hi ALL !

Anybody makes working dualhead on DVI output ???
I have D610 + port replicator and X300 gfx card and still not workking for me...
(tried many configuration, "radeon" and native ATI drivers...)

Thank for any help :cry:
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Mon Oct 10, 2005 3:41 am    Post subject: Re: Dualhead Reply with quote

killer wrote:
Anybody makes working dualhead on DVI output ???


Which one is DVI output? 15-hole connector or S-video out connector?

If first, yes it works fine with radeon and not so good with ATI drivers. I can post my xorg.conf or email it to you if that's what you need. I never tried s-video output with this laptop though.
Back to top
View user's profile Send private message
killer
n00b
n00b


Joined: 12 Dec 2003
Posts: 47
Location: Kladno

PostPosted: Mon Oct 10, 2005 4:06 am    Post subject: Re: Dualhead Reply with quote

linumik wrote:
killer wrote:
Anybody makes working dualhead on DVI output ???


Which one is DVI output? 15-hole connector or S-video out connector?

If first, yes it works fine with radeon and not so good with ATI drivers. I can post my xorg.conf or email it to you if that's what you need. I never tried s-video output with this laptop though.


The DVI output is only on Port Replicator for D610

Killer
Back to top
View user's profile Send private message
OpelBlitz
Apprentice
Apprentice


Joined: 12 Dec 2002
Posts: 228
Location: Chicago, Illinois

PostPosted: Mon Oct 10, 2005 6:13 am    Post subject: Reply with quote

Ok, so who has their DRI enabled with the Mobility Radeon X300? I've noticed some people have... But no real detailes besides installing the latest ATI drivers.

EDIT: Oh, the drivers on ATI's website are newer than those in the Portage tree.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Mon Oct 10, 2005 11:56 am    Post subject: Reply with quote

Danko wrote:
Thanks for the reply. I realized that while I had compiled support for intelfb into the kernel I did not compile support for vesafb into the kernel. Now it works. However, is there any way I could make the fonts on the framebuffer even smaller. The reason is that I plan to spend a lot of time on the console and I'd like for there to be as much info on one line as possible. Plus, this SXGA+ LCD should definitely be able to handle it.

Thanks again.

After testing I can tell you. I'm using Gentoo sources 2.6.13-r3 and vesa-tng. When my computer boots console font is as small as to use the highest possible resolution and I have a 1280x1024 screen. I booted up with no kernel argument at all, just the usual root=/dev/hdax. Maybe it's worth the try. Note I think that behaviour also occured with a 2.6.12-gentoo-r6 kernel.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Tue Oct 11, 2005 1:37 pm    Post subject: Re: Dualhead Reply with quote

killer wrote:

The DVI output is only on Port Replicator for D610
Killer


Oh! I see it now. :oops: :lol: So, no, I never tried to use that one
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Tue Oct 11, 2005 1:41 pm    Post subject: Reply with quote

OpelBlitz wrote:
Ok, so who has their DRI enabled with the Mobility Radeon X300? I've noticed some people have... But no real detailes besides installing the latest ATI drivers.


Of course DRI is enabled, otherwise what's the point installing ati drivers at all. Save your xorg.conf and run fglrxconfig. It should create an xorg file for fglrx driver.

OpelBlitz wrote:

EDIT: Oh, the drivers on ATI's website are newer than those in the Portage tree.


Ahem!

Code:

 esearch ati-drivers
[ Results for search key : ati-drivers ]
[ Applications found : 2 ]

*  media-video/ati-drivers
      Latest version available: 8.16.20-r1
      Latest version installed: 8.16.20-r1
      Size of downloaded files: 27,140 kB
      Homepage:    http://www.ati.com
      Description: Ati precompiled drivers for r350, r300, r250 and r200 chipsets
      License:     ATI

*  media-video/ati-drivers-extra
      Latest version available: 8.14.13
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 23,186 kB
      Homepage:    http://www.ati.com
      Description: Ati precompiled drivers extra application
      License:     ATI GPL-2 QPL-1.0


You probably have ati-drivers-extra installed that keeps uninstalling the latest ati-drivers if you do 'emerge world'
Back to top
View user's profile Send private message
simmete
n00b
n00b


Joined: 05 Sep 2005
Posts: 18

PostPosted: Wed Oct 12, 2005 9:33 am    Post subject: Reply with quote

Hi,
I have a D610 too:

Code:

lspci
0000:01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon Mobility M300]
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)


Linux Dell610 2.6.12-gentoo-r10 #23 Thu Oct 6 15:05:10 CEST 2005 i686 Intel(R) Pentium(R) M processor 2.00GHz GenuineIntel GNU/Linux
The kernel configuration has:
1) nothing into GRAPHICS SUPPORT (only frame buffer support), I use ati-drivers
2) into CHARACTER DEVICES I have:
Code:

<M> /dev/agpgart (AGP Support)
<M>   Intel 440LX/BX/GX, I8xx and E7x05 chipset support


I have emerged the followings:
Code:
ati-drivers 8.16.20-r1
x11-base/xorg-x11-6.8.2-r4



The problem is I can't use my native resolution (1400x1050)
Code:

Dell610 user # xrandr
 SZ:    Pixels          Physical       Refresh
*0   1280 x 1024   ( 433mm x 347mm )  *60
 1   1024 x 768    ( 433mm x 347mm )   60
 2    800 x 600    ( 433mm x 347mm )   60
 3    640 x 480    ( 433mm x 347mm )   60
 4   1280 x 768    ( 433mm x 347mm )   60
 5    640 x 400    ( 433mm x 347mm )   60
 6    640 x 350    ( 433mm x 347mm )   60
 7    512 x 384    ( 433mm x 347mm )   60
 8    400 x 600    ( 433mm x 347mm )   60
 9    320 x 480    ( 433mm x 347mm )   60
 10   320 x 400    ( 433mm x 347mm )   60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none


Dri works:
Code:

Dell610 user # glxgears
5337 frames in 5.0 seconds = 1067.400 FPS
6356 frames in 5.0 seconds = 1271.200 FPS
6356 frames in 5.0 seconds = 1271.200 FPS

Dell610 user # glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes



I tried with 915resolution, but it is only for 915 graphics, not for ATI...

Can you help me, please!!!
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Thu Oct 13, 2005 12:46 am    Post subject: Reply with quote

simmete wrote:

The problem is I can't use my native resolution (1400x1050)


You are not alone. Looks like ATI people broke it in the last update as it was working just fine in the previous version. Thus, I use ATI drivers only to play games and radeon xorg driver to work. Not ideal but works for me.
Back to top
View user's profile Send private message
bszente
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2005
Posts: 113
Location: Tirgu Mures, Romania

PostPosted: Thu Oct 13, 2005 7:12 am    Post subject: Reply with quote

Hi!

Yesterday I installed my gentoo system, but I must be made a mistake in my kernel configuration, because it gives me a kernel panic when it wants to mount the root partition. It gives me an unknown-block(0,0) error.

I think I did not configured well ATA and SATA in my config. Is it enough to set under SCSI the SATA option, or I should set some modules also in ATA/ATAPI/MLM options?

May I ask anyone of you to send me your kernel config file?

What vesafb is better for ATI X300? VESAFB or VESAFB-TNG?

Thanks for help.
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Thu Oct 13, 2005 7:24 am    Post subject: Reply with quote

I use vesafb, but only cause i have had better results with getting the resoultion I want from it... I am gonna give TNG a shot tho soon.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Fri Oct 14, 2005 1:38 pm    Post subject: Reply with quote

bszente wrote:
What vesafb is better for ATI X300? VESAFB or VESAFB-TNG?

It depends on whether your graphics card is fully VESA (2 or 3?) compliant. Vesa-tng is much smarter for it - theoretically - allows you to take profit from non-standard resolutions like 16/10 (i.e. wide screens). It also alllows you to select the refresh rate.

If you have a 4/3 screen ratio, vesa-tng is the best choice. Don't add ATI framebuffer support, use only the generic support. If ATI frambuffer support is added you might have either a corrupt screen or no image at all.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Fri Oct 14, 2005 5:00 pm    Post subject: Reply with quote

yeah ati drivers and radeonfb clash pretty bad.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
bszente
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2005
Posts: 113
Location: Tirgu Mures, Romania

PostPosted: Fri Oct 14, 2005 5:54 pm    Post subject: Reply with quote

Finally!!!

I had set up my Gentoo. Damn! I thought that I configured my SATA/ATAPI improperly, but no, the source of kernel panic was other.

My partition scheme is the following:
Code:

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          12       96358+  de  Dell Utility
/dev/sda2              13         110      787185    6  FAT16
/dev/sda3   *         111        1417    10498477+   7  HPFS/NTFS
/dev/sda4            1418        9729    66766140    f  W95 Ext'd (LBA)
/dev/sda5            1418        3378    15751701    b  W95 FAT32
/dev/sda6            3379        3395      136521   83  Linux
/dev/sda7            3396        5888    20024991   83  Linux
/dev/sda8            5889        9605    29856771   83  Linux
/dev/sda9            9606        9729      995998+  82  Linux swap / Solaris

So my boot partition is sda6 and root partition is sda7.

Unfortunatelly I did not knew that by default the kernel cannot mount/access such an extended partition (which is "so far away"). After searching in the Gentoo Forum I found out, that I should set the following kernel module:
Code:

File systems --->
  Partition Types --->
    [*] Advanced partition selection
    [*]   PC BIOS (MSDOS partition tables) support

After recompiling the kernel, amazingly it mounted the root partition well. So I took off al the ATA/ATAPI/MLM modules from the kernel. SCSI is enough.

I set up also the VESAFB-TNG module. It works pretty well in 1400x1050 (1400x1050@60) resolution. It realy nice to have a console with so many columns and lines. :-))
Now I have to install Xorg and ati-drivers.

What about the SMC IrCC - Fast Infrared Port? Did anybody set this up?

Thank you guys for your help, this forum is realy great.
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Sat Oct 15, 2005 6:48 pm    Post subject: NEW BIOS Reply with quote

Bios A06 is out now.. dont think it helps us out much but its an update.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
linumik
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2005
Posts: 102

PostPosted: Mon Oct 24, 2005 1:18 pm    Post subject: Reply with quote

linumik wrote:
simmete wrote:

The problem is I can't use my native resolution (1400x1050)


You are not alone. Looks like ATI people broke it in the last update as it was working just fine in the previous version. Thus, I use ATI drivers only to play games and radeon xorg driver to work. Not ideal but works for me.


This problem is fixed. ATI also claims that system lock up on resume is fixed, but I didn't try it yet.

Interesting part is, it seems ATI would fix problems promptly if you create a tech support case on their website. All the problems I submitted there were fixed! Maybe they just don't get enough feedback from the users?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 4 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum