Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IBM ThinkPad T23 + xfree - don't work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
stens
n00b
n00b


Joined: 03 Feb 2003
Posts: 43
Location: France (originated from Hungary)

PostPosted: Mon Feb 03, 2003 8:26 am    Post subject: IBM ThinkPad T23 + xfree - don't work Reply with quote

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
View user's profile Send private message
stens
n00b
n00b


Joined: 03 Feb 2003
Posts: 43
Location: France (originated from Hungary)

PostPosted: Mon Feb 03, 2003 12:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Sun Sep 14, 2003 12:49 pm    Post subject: Reply with quote

Could you please post your xf86config? I've got some problems configuring X, too...
Back to top
View user's profile Send private message
stens
n00b
n00b


Joined: 03 Feb 2003
Posts: 43
Location: France (originated from Hungary)

PostPosted: Mon Sep 15, 2003 6:30 am    Post subject: Reply with quote

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
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7731
Location: Underworld

PostPosted: Mon Sep 15, 2003 4:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Sat Nov 22, 2003 9:47 am    Post subject: Reply with quote

By the way, for what's this "ThinkPad" button next to the volume up/down at T23? Didn't find out yet :)
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7731
Location: Underworld

PostPosted: Sat Nov 22, 2003 2:08 pm    Post subject: Reply with quote

b0fh wrote:
By the way, for what's this "ThinkPad" button next to the volume up/down at T23? Didn't find out yet :)


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
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Sat Dec 13, 2003 10:52 am    Post subject: Reply with quote

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 :)


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 :)
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
Page 1 of 1

 
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