T60 WS with Fedora 6 *problems*

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
dtzihe
Freshman Member
Posts: 50
Joined: Sat Mar 17, 2007 2:03 am
Location: Davis, CA

T60 WS with Fedora 6 *problems*

#1 Post by dtzihe » Mon Apr 02, 2007 8:10 pm

I installed Fedora 6 on my T60 widescreen and cannot get the resolution to display correctly. I also cannot get the wireless to work (Atheros a/b/g/n). Does anyone know how to solve these problems?

Thanks.

Dead1nside
Senior Member
Senior Member
Posts: 780
Joined: Mon Jul 24, 2006 8:32 pm
Location: Reading, UK
Contact:

#2 Post by Dead1nside » Tue Apr 03, 2007 8:31 am

It doesn't detect your resolution first time? That requires the editing of a file, which I'll remember in a second.

As for the wireless, you need to download the Madwifi drivers which deal with the Atheros chipsets.

Yeh, sorry I can't remember, I stopped trying to get Linux to work myself a while ago, amazing how quick it's left me.

http://www.thinkwiki.org/wiki/Installin ... inkPad_T60

Should help you at least for your wireless problem. It is just a case of editing the '/etc/X11/xorg.conf' file and changing the resolution in there to the proper values, that you would like. Then restart X, there's a shortcut to do that but I've forgotten that too, so you'll have to restart.

EDIT: or the fglrx driver might allow that to be configured easier, that's the proprietary ATI driver. Instructions are on that web link.
T41p 2373-GHG / 1.5Ghz 'Banias' / NMB Keyboard
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#3 Post by whizkid » Tue Apr 03, 2007 9:00 am

I'm running FC6 on my T60... not widescreen.

Do install the ATI driver and madwifi.

Updating madwifi is still a little crazy at this point. If "yum update" gives me a new kernel, I do this:

yum --enablerepo=atrpms install madwifi-kmdl-`uname -r`
(those are backticks)

after a reboot, but that requires wired access.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

Dead1nside
Senior Member
Senior Member
Posts: 780
Joined: Mon Jul 24, 2006 8:32 pm
Location: Reading, UK
Contact:

#4 Post by Dead1nside » Tue Apr 03, 2007 9:47 am

Do you get good signal with the Madwifi drivers? I've found them on my T41p to be lacklustre.
T41p 2373-GHG / 1.5Ghz 'Banias' / NMB Keyboard
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#5 Post by whizkid » Tue Apr 03, 2007 9:54 am

I get good signal strength and range so far. I have yet to try it outside though (snow today!).
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

dsalyers
Sophomore Member
Posts: 170
Joined: Mon Nov 13, 2006 1:52 pm
Location: Indiana, US

#6 Post by dsalyers » Wed Apr 18, 2007 2:24 pm

If you can not select the proper screen resolution from Display program, or it keeps switching to a mode you don't want the easiest way to do this is to edit the /etc/X11/xorg.conf file and modify the following:

First at a command line prompt type:
> gtf X Y refesh
where X Y equals your resolution and the refresh equals the refresh rate (select 60, as if I remember correctly refresh rate doesn't apply to LCDs).
So for typing:
> gtf 1920 1200 60
you should get output that looks like this:
Modeline "1920x1200_60.00" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync

Copy that line into the xorg.conf file under the Monitor section:
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1920x1200"
HorizSync 31.5 - 90.0
VertRefresh 59.0 - 75.0
ModeLine "1920x1200_60.00" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
EndSection

Next in the "Display" SubSection under "Screen"
delete all modes except the resolution you want to use.
ex:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection

save xorg.conf. and press ALT+CTL+BACKSPACE -- this will restart X, make sure you have saved everything as you will loose everything open when you restart X.

The default generic video driver should work for all resolutions up to 1600x1200 (UXGA) -- I could set 1920x1200 WUXGA, it would just be ignored and default back to UXGA. I had to install fglrx to get 1920x1200.

Also, if you need (or want) to install fglrx for FC6, I would HIGHLY reccommend saving yourself some time and getting the prebuilt stuff from http://rpm.livna.org/-- it uses yum to install packages, so it is easy.

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 4 guests