View previous topic :: View next topic |
Author |
Message |
stens n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/695725810402beb63d7c94.png)
Joined: 03 Feb 2003 Posts: 43 Location: France (originated from Hungary)
|
Posted: Mon Feb 03, 2003 8:26 am Post subject: IBM ThinkPad T23 + xfree - don't work |
|
|
Hi,
First of all I read almost all article about my problem, but non of them helped...
About my setup:
IBM ThinkPad T23 type: 2647-NG6 (the lspci -v thinks: 2647-4MG)
S3 SuperSavage IX/C SDR (rev 05)
XFree 4.2.1-r2
The problem:
If I don't include the Option "UseBIOS" "off", X does not start (Caught signal 4., XIO: Fatal IO error 104). If I include that option, I get a black screen, and the system locked, I have to power down and reboot.
Could someone help me out, PLEASE!!!
I can include my XF86Config file, but I have to type it by hand (...)
Thank you in advance! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stens n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/695725810402beb63d7c94.png)
Joined: 03 Feb 2003 Posts: 43 Location: France (originated from Hungary)
|
Posted: Mon Feb 03, 2003 12:05 pm Post subject: |
|
|
The problem now solved!!
If you have such a problem, visit Tim Roberts's page
www.probo.com/timr/savage40.html
You have to replace all the 3 files mentioned in the page...
The files can be found in the xf42sav-26t.tgz archive.
savage_drv.o -> /usr/X11R6/lib/modules/drivers
libvbe.a -> /usr/X11R6/lib/modules
libint10.a -> /usr/X11R6/lib/modules/linux
Thanks Tim!!! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
b0fh Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/764851073415e70bdd3345.jpg)
Joined: 16 Jun 2003 Posts: 426
|
Posted: Sun Sep 14, 2003 12:49 pm Post subject: |
|
|
Could you please post your xf86config? I've got some problems configuring X, too... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stens n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/695725810402beb63d7c94.png)
Joined: 03 Feb 2003 Posts: 43 Location: France (originated from Hungary)
|
Posted: Mon Sep 15, 2003 6:30 am Post subject: |
|
|
I did not modified my config since the last post, it can be a mess, but at least it works:
Code: |
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "speedo"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 90.0
VertRefresh 59.0 - 75.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "VideoRAM" # <i>
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
# BoardName "SuperSavage IX/C SDR"
# ChipSet "SuperSavage/IXC 64"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
|
I'll hope it helps. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pilla Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/9555681074926d9b92f09a.jpg)
Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Mon Sep 15, 2003 4:16 pm Post subject: |
|
|
Newer ebuilds for Xfree already include Tom's drivers. _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
b0fh Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/764851073415e70bdd3345.jpg)
Joined: 16 Jun 2003 Posts: 426
|
Posted: Sat Nov 22, 2003 9:47 am Post subject: |
|
|
By the way, for what's this "ThinkPad" button next to the volume up/down at T23? Didn't find out yet ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pilla Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/9555681074926d9b92f09a.jpg)
Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Sat Nov 22, 2003 2:08 pm Post subject: |
|
|
b0fh wrote: | By the way, for what's this "ThinkPad" button next to the volume up/down at T23? Didn't find out yet ![Smile :)](images/smiles/icon_smile.gif) |
It's a window thing, it calls an IBM application _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
b0fh Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/764851073415e70bdd3345.jpg)
Joined: 16 Jun 2003 Posts: 426
|
Posted: Sat Dec 13, 2003 10:52 am Post subject: |
|
|
pilla wrote: | b0fh wrote: | By the way, for what's this "ThinkPad" button next to the volume up/down at T23? Didn't find out yet ![Smile :)](images/smiles/icon_smile.gif) |
It's a window thing, it calls an IBM application |
Ah, I found "thinkpad buttons", just emerge tpb, this nice tool gives you an on screen display when you press volume up/down, and let's you also control those extra-keys. Now when I push "thinkpad", mozilla ist started ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|