LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-16-2004, 04:58 PM   #1
mccord
LQ Newbie
 
Registered: Aug 2004
Location: portland or
Posts: 5

Rep: Reputation: 0
thinkpad 600 redhat 9 display issue


i just put redhat 9 on my thinkpad 600 and the only things that don't work are the sound and the display.

the display is set at 800X600 and i'm to new at linux to figure out how to change it to the right display setting.

can anyone throw me a bone?
 
Old 08-16-2004, 05:24 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
hi mccord, welcome to lq. that said have a look at this

http://www.linuxquestions.org/questi...ticle&artid=16

follow it step by step and you should be fine, to find out what video card you have and possibly sound card issue this from a terminal

/sbin/lspci -v

post the results here, we'll try to help you sort it. you'll need to know what card you have before running the config so you know what driver to choose.
good luck.
 
Old 08-16-2004, 10:49 PM   #3
mccord
LQ Newbie
 
Registered: Aug 2004
Location: portland or
Posts: 5

Original Poster
Rep: Reputation: 0
this is the read out i got

00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 02)
Flags: bus master, medium devsel, latency 64
Memory at <unassigned> (32-bit, prefetchable) [size=256M]

00:02.0 CardBus bridge: Texas Instruments PCI1250 (rev 02)
Subsystem: IBM: Unknown device 0092
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at 20301000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=01, subordinate=03, sec-latency=176
Memory window 0: 10000000-103ff000 (prefetchable)
Memory window 1: 10400000-107ff000
I/O window 0: 00004000-000040ff
I/O window 1: 00004400-000044ff
16-bit legacy interface ports at 0001

00:02.1 CardBus bridge: Texas Instruments PCI1250 (rev 02)
Subsystem: IBM: Unknown device 0092
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at 20300000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=04, subordinate=06, sec-latency=176
Memory window 0: 10800000-10bff000 (prefetchable)
Memory window 1: 10c00000-10fff000
I/O window 0: 00004800-000048ff
I/O window 1: 00004c00-00004cff
16-bit legacy interface ports at 0001

00:03.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph 128XD] (rev 01) (prog-if 00 [VGA])
Subsystem: Neomagic Corporation MagicGraph 128XD
Flags: bus master, medium devsel, latency 128, IRQ 11
Memory at e0000000 (32-bit, prefetchable) [size=16M]
Memory at 20000000 (32-bit, non-prefetchable) [size=2M]
Memory at 20200000 (32-bit, non-prefetchable) [size=1M]

00:07.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 01)
Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80
[Master])
Flags: bus master, medium devsel, latency 48
I/O ports at fcf0 [size=16]

00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
Flags: bus master, medium devsel, latency 48, IRQ 11
I/O ports at 8400 [size=32]

00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 01)
Flags: medium devsel, IRQ 9

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8180 (rev 20)
Subsystem: Realtek Semiconductor Co., Ltd.: Unknown device 8180
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at 4000 [size=256]
Memory at 10400000 (32-bit, non-prefetchable) [size=512]
Capabilities: <available only to root>
 
Old 08-17-2004, 12:08 AM   #4
mccord
LQ Newbie
 
Registered: Aug 2004
Location: portland or
Posts: 5

Original Poster
Rep: Reputation: 0
so i got my video card to work right.
it was easier than i thought.
thanks guys.

up next sound card.
 
Old 08-17-2004, 06:45 AM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
i didn't see a sound card on the pci bus, so lets have a

pnpdump

to see if it shows up on an isa bus.
good luck.
 
Old 08-17-2004, 11:18 AM   #6
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
I have a TP600 with sound working in Slackware10.

Open a terminal, su to root, and type the following:

Code:
modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
modprobe opl3 io=0x388
let me know if this works and I'll post my modules.conf. for you.

HTH
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu on a Thinkpad 600 zapaces Linux - Newbie 2 08-23-2009 01:21 PM
FC3 - Thinkpad 600 LCD aepic Linux - Laptop and Netbook 1 05-08-2005 09:07 PM
thinkpad 600 redhat 9 display issue mccord Linux - Laptop and Netbook 2 08-18-2004 11:57 AM
IBM Thinkpad 600 With Linux miaviator278 Linux - Laptop and Netbook 23 07-30-2004 11:04 AM
thinkpad 600 sound yessongs Mandriva 1 07-15-2004 07:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration