AMD Radeon X1250

View: New views
6 Messages — Rating Filter:   Alert me  

AMD Radeon X1250

by Christian Schmeisser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

we're using TS-2.2.1RC2 for booting our thinclients (all of them are
Fujitsu Futro S300/S400) with an external Matrox VGA. All of these
thinclients are working fine. 'Cause S300/S400 thinclients were no
longer available, we have buyed an Fujitsu Futro S550 thinclient with
Radeon X1250 chipset as vga. By booting thinstation fails with the
following lines in /var/log/X.org.0.log:

---snip
(II) Primary Device is: PCI 01:05:0
(II) ATI: Candidate "Device" section "Card0"
(II) ATI: Candidate "Device" section "Card1"
(WW) ATI: PCI Mach64 in slot 1:5:0 could not be detected!
(EE) No devices detected

Fatal server error:
  no screens found
---snap

The error message is the same when using "radeon" instead of "ati" in
section "Device" of xorg.conf, excepting the lines Candidate Device and
Mach64.

And here is our xorg.conf for the new thinclient:
---snip
Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath    "/usr/X11R6/lib/X11/fonts/misc"
   FontPath    "/usr/share/fonts/X11/cyrillic"
   FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath    "/usr/share/fonts/X11/Type1"
   FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath    "/usr/share/fonts/X11/100dpi"
   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath    "/usr/share/fonts/X11/75dpi"
   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
   ModulePath    "/usr/X11R6/lib/X11/modules"
EndSection

Section "ServerFlags"
   Option    "BlankTime"    "10"
   Option    "StandbyTime"    "10"
   Option    "SuspendTime"    "10"
   Option    "OffTime"    "10"
   Option    "Xinerama"    "Off"
EndSection

Section "InputDevice"
   Identifier    "Mouse2"
   Driver    "mouse"
   Option    "Protocol"    "ImPS/2"
   Option    "Device"    "/dev/input/mice"
   Option    "ZAxisMapping"    "4 5"
   Option    "AlwaysCore"
EndSection


Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "ctrl:nocaps"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     24
   EndSubSection
EndSection

Section "Monitor"
   #DisplaySize      380   300    # mm
   Identifier   "Monitor0"
   VendorName   "MAX"
   Option        "DPMS"
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   SubSection "Display"
      Viewport   0 0
      Modes "1280x1024"
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768"
      Depth     16
   EndSubSection
EndSection

Section "Monitor"
#    DisplaySize      352   264    # mm
   Identifier   "Monitor1"
   VendorName   "Belinea"
   Option        "DPMS"    "true"
   Option "100dpi"
#    HorizSync   91.7
   VertRefresh 75
EndSection

Section "Device"
   Option "swcursor" "On"
   Option "rfbauth"     "/etc/.vncpasswd"
   Option "usevnc"
   Option "httpdir"     "/usr/X11R6/lib/vnc/classes"
   Option  "httpport" "5800"
   Option "DRI" "On"
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATi"
   BoardName   "Radeon X1250"
   BusID       "PCI:1:5:0"
   Screen      0
EndSection

Section "Device"
   Option "swcursor" "On"
   Option "DRI" "On"
   Identifier  "Card1"
   Driver      "ati"
   VendorName  "ATI"
   BoardName   "Radeon X1250"
   BusID       "PCI:1:5:0"
   Screen      1
EndSection

Section "ServerLayout"
   Identifier     "X.org Configured"
   InputDevice "vncMouse"    "ExtraPointer"
   InputDevice "vncKeyboard" "ExtraKeyboard"
   Screen      0  "Screen0" RightOf "Screen1"
   Screen      1  "Screen1"
   InputDevice    "Mouse2" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
   # vncKeyboard: keyboard actions from vnc
   Identifier  "vncKeyboard"
   Driver      "rfbkeyb"
EndSection

Section "InputDevice"
   # vncMouse: mouse actions from vnc
   Identifier  "vncMouse"
   Driver      "rfbmouse"
EndSection

Section "Module"
   Load  "dbe"
   Load  "extmod"
   Load  "vnc"
EndSection

Section "InputDevice"
   Identifier    "Keyboard0"
   Driver    "kbd"
   Option    "AutoRepeat"    "400 30"
EndSection
---snap

Is there a new driver for the Radeon X1250 available? Where can we
download?

Can anybody help us with this problem?

Best regards

Christian Schmeißer



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general

Re: AMD Radeon X1250

by Mike Eriksen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The "ati" driver doesn't support this new card. You are stuck with VESA.

Mike


On Mon, Nov 2, 2009 at 10:18 AM, Christian Schmeisser
<Christian.Schmeisser@...> wrote:

> Hello,
>
> we're using TS-2.2.1RC2 for booting our thinclients (all of them are
> Fujitsu Futro S300/S400) with an external Matrox VGA. All of these
> thinclients are working fine. 'Cause S300/S400 thinclients were no
> longer available, we have buyed an Fujitsu Futro S550 thinclient with
> Radeon X1250 chipset as vga. By booting thinstation fails with the
> following lines in /var/log/X.org.0.log:
>
> ---snip
> (II) Primary Device is: PCI 01:05:0
> (II) ATI: Candidate "Device" section "Card0"
> (II) ATI: Candidate "Device" section "Card1"
> (WW) ATI: PCI Mach64 in slot 1:5:0 could not be detected!
> (EE) No devices detected
>
> Fatal server error:
>   no screens found
> ---snap
>
> The error message is the same when using "radeon" instead of "ati" in
> section "Device" of xorg.conf, excepting the lines Candidate Device and
> Mach64.
>
> And here is our xorg.conf for the new thinclient:
> ---snip
> Section "Files"
>    RgbPath    "/usr/X11R6/lib/X11/rgb"
>    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
>    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
>    FontPath    "/usr/share/fonts/X11/cyrillic"
>    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
>    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
>    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
>    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
>    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
>    FontPath    "/usr/share/fonts/X11/Type1"
>    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
>    FontPath    "/usr/share/fonts/X11/100dpi"
>    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
>    FontPath    "/usr/share/fonts/X11/75dpi"
>    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
>    ModulePath    "/usr/X11R6/lib/X11/modules"
> EndSection
>
> Section "ServerFlags"
>    Option    "BlankTime"    "10"
>    Option    "StandbyTime"    "10"
>    Option    "SuspendTime"    "10"
>    Option    "OffTime"    "10"
>    Option    "Xinerama"    "Off"
> EndSection
>
> Section "InputDevice"
>    Identifier    "Mouse2"
>    Driver    "mouse"
>    Option    "Protocol"    "ImPS/2"
>    Option    "Device"    "/dev/input/mice"
>    Option    "ZAxisMapping"    "4 5"
>    Option    "AlwaysCore"
> EndSection
>
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "keyboard"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "de"
> Option "XkbVariant" "nodeadkeys"
> Option "XkbOptions" "ctrl:nocaps"
> EndSection
>
> Section "Screen"
>    Identifier "Screen0"
>    Device     "Card0"
>    Monitor    "Monitor0"
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     1
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     4
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     8
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     15
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     16
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     24
>    EndSubSection
> EndSection
>
> Section "Monitor"
>    #DisplaySize      380   300    # mm
>    Identifier   "Monitor0"
>    VendorName   "MAX"
>    Option        "DPMS"
> EndSection
>
> Section "Screen"
>    Identifier "Screen1"
>    Device     "Card1"
>    Monitor    "Monitor1"
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1280x1024"
>       Depth     16
>    EndSubSection
>    SubSection "Display"
>       Viewport   0 0
>       Modes "1024x768"
>       Depth     16
>    EndSubSection
> EndSection
>
> Section "Monitor"
> #    DisplaySize      352   264    # mm
>    Identifier   "Monitor1"
>    VendorName   "Belinea"
>    Option        "DPMS"    "true"
>    Option "100dpi"
> #    HorizSync   91.7
>    VertRefresh 75
> EndSection
>
> Section "Device"
>    Option "swcursor" "On"
>    Option "rfbauth"     "/etc/.vncpasswd"
>    Option "usevnc"
>    Option "httpdir"     "/usr/X11R6/lib/vnc/classes"
>    Option  "httpport" "5800"
>    Option "DRI" "On"
>    Identifier  "Card0"
>    Driver      "ati"
>    VendorName  "ATi"
>    BoardName   "Radeon X1250"
>    BusID       "PCI:1:5:0"
>    Screen      0
> EndSection
>
> Section "Device"
>    Option "swcursor" "On"
>    Option "DRI" "On"
>    Identifier  "Card1"
>    Driver      "ati"
>    VendorName  "ATI"
>    BoardName   "Radeon X1250"
>    BusID       "PCI:1:5:0"
>    Screen      1
> EndSection
>
> Section "ServerLayout"
>    Identifier     "X.org Configured"
>    InputDevice "vncMouse"    "ExtraPointer"
>    InputDevice "vncKeyboard" "ExtraKeyboard"
>    Screen      0  "Screen0" RightOf "Screen1"
>    Screen      1  "Screen1"
>    InputDevice    "Mouse2" "CorePointer"
>    InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "InputDevice"
>    # vncKeyboard: keyboard actions from vnc
>    Identifier  "vncKeyboard"
>    Driver      "rfbkeyb"
> EndSection
>
> Section "InputDevice"
>    # vncMouse: mouse actions from vnc
>    Identifier  "vncMouse"
>    Driver      "rfbmouse"
> EndSection
>
> Section "Module"
>    Load  "dbe"
>    Load  "extmod"
>    Load  "vnc"
> EndSection
>
> Section "InputDevice"
>    Identifier    "Keyboard0"
>    Driver    "kbd"
>    Option    "AutoRepeat"    "400 30"
> EndSection
> ---snap
>
> Is there a new driver for the Radeon X1250 available? Where can we
> download?
>
> Can anybody help us with this problem?
>
> Best regards
>
> Christian Schmeißer
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Thinstation-general mailing list
> Thinstation-general@...
> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>



--
Thinstation oldtimer
http://thinstation.org
- a light, full featured linux based thin client OS

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general

Re: AMD Radeon X1250

by Daniel Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

> Can anybody help us with this problem?

Well, what we need is a newer version of xorg. 6.9 is getting WAY old.
I've spent the better part of the last two weeks trying out thinstation
2.3, the various xorg 7.3 versions etc, but without success.

There is heresay of "someone" who has xorg 7.4 running, there are THREE
(!!!) different "new" versions of thinstation (2.3, 2.4 and 3.0) which
haven#t produced a stable version in the last 12 month.

Forgive my this rant - I am not that guy who just complains and
complains, I've contributed to this project in the past, and i'd like to
help again, but to be honest - right now the only reason for me to stick
with thinstation is that I can't find an alternative.

The development environment of 2.2 and 2.3 is... strange at best, the
development of 2.4 is unavailable for anyone except Trevor (which makes
2.4 somewhat of a one-man-show and thus somewhat of a dead end), and 3.0
i can't judge at all, because I was told that its not in any usable state.

Don't get me wrong, I know from personal experience how much work
maintaining both a public and a inhouse linux distribution is. I really
think Mike and Trevor are doing a good job with the resources at their
disposal, but its rather frustrating wanting to help but not being able
too.

Right now the development-model of thinstation is the biggest issue,
followed by a rather OLD software stack throughout the whole distribution.

Right now I'm trying to get the intel video driver compiled, but its
rather tricky, given that xorg 6.9 isn't supported by intel for ages
now... I think that you'll encounter the same problems with any newer
radeon driver.

Danny
- --
There is infinite time.               =        http://www.cyberdelia.de
You are finite.                       =             eagle@...
Zathras is finite.                    =
This is wrong tool.                   =                             \o/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkruq4wACgkQCa/LtJGgW5GSXgCgmSAHm+yBnHJH65/v5ov/OFb8
SLkAn06q4SNS2FN1/+UAslNrey4F6pxR
=G+5C
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general

Re: AMD Radeon X1250

by Daniel Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike Eriksen wrote:
> The "ati" driver doesn't support this new card. You are stuck with VESA.

and in most cases vesa just isn't a solution - especially when you want
to use non-vesa screen resolutions.

Danny
- --
There is infinite time.               =        http://www.cyberdelia.de
You are finite.                       =             eagle@...
Zathras is finite.                    =
This is wrong tool.                   =                             \o/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrurZIACgkQCa/LtJGgW5E/mQCgg5Jl8KekvX6axK60FsOrEVmR
/vwAnA2G2gdk6NUZxjjRtyZmPXeZBWDR
=DSB2
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general

Re: AMD Radeon X1250

by Christian Schmeisser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

thank you, Mike, for your answer.

So far it works with the VESA-driver using one screen. But when using
our xorgf.conf with Twin-View (driver in section "Device" is "vesa") I
get this  "Fatal server error":
---snip
(II) Setting vga for screen 0.

  *** If unresolved symbols were reported above, they might not
  *** be the reason for the server aborting.

Backtrace:
0: Xorg(xf86SigHandler+0x8a) [0x8088c4a]
1: [0xffffe420]
2: Xorg(InitOutput+0x338) [0x8071ee8]
3: Xorg(main+0x22b) [0x80d483b]
4: /lib/libc.so.6(__libc_start_main+0xe2) [0xb7e4207e]
5: Xorg [0x8070021]

Fatal server error:
Caught signal 11.  Server aborting
---snap

Any ideas?


Christian Schmeißer


Am Mo 02.11.2009 10:45 schrieb Mike Eriksen
<thinstation.mike@...>:

>The "ati" driver doesn't support this new card. You are stuck with
>VESA.
>
>Mike
>
>
>On Mon, Nov 2, 2009 at 10:18 AM, Christian Schmeisser
><Christian.Schmeisser@...> wrote:
>>Hello,
>>
>>we're using TS-2.2.1RC2 for booting our thinclients (all of them are
>>Fujitsu Futro S300/S400) with an external Matrox VGA. All of these
>>thinclients are working fine. 'Cause S300/S400 thinclients were no
>>longer available, we have buyed an Fujitsu Futro S550 thinclient with
>>Radeon X1250 chipset as vga. By booting thinstation fails with the
>>following lines in /var/log/X.org.0.log:
>>
>>---snip
>>(II) Primary Device is: PCI 01:05:0
>>(II) ATI: Candidate "Device" section "Card0"
>>(II) ATI: Candidate "Device" section "Card1"
>>(WW) ATI: PCI Mach64 in slot 1:5:0 could not be detected!
>>(EE) No devices detected
>>
>>Fatal server error:
>>  no screens found
>>---snap
>>
>>The error message is the same when using "radeon" instead of "ati" in
>>section "Device" of xorg.conf, excepting the lines Candidate Device
>>and
>>Mach64.
>>
>>And here is our xorg.conf for the new thinclient:
>>---snip
>>Section "Files"
>>   RgbPath    "/usr/X11R6/lib/X11/rgb"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/misc"
>>   FontPath    "/usr/share/fonts/X11/cyrillic"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
>>   FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
>>   FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
>>   FontPath    "/usr/share/fonts/X11/Type1"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
>>   FontPath    "/usr/share/fonts/X11/100dpi"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
>>   FontPath    "/usr/share/fonts/X11/75dpi"
>>   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
>>   ModulePath    "/usr/X11R6/lib/X11/modules"
>>EndSection
>>
>>Section "ServerFlags"
>>   Option    "BlankTime"    "10"
>>   Option    "StandbyTime"    "10"
>>   Option    "SuspendTime"    "10"
>>   Option    "OffTime"    "10"
>>   Option    "Xinerama"    "Off"
>>EndSection
>>
>>Section "InputDevice"
>>   Identifier    "Mouse2"
>>   Driver    "mouse"
>>   Option    "Protocol"    "ImPS/2"
>>   Option    "Device"    "/dev/input/mice"
>>   Option    "ZAxisMapping"    "4 5"
>>   Option    "AlwaysCore"
>>EndSection
>>
>>
>>Section "InputDevice"
>>Identifier "Generic Keyboard"
>>Driver "keyboard"
>>Option "CoreKeyboard"
>>Option "XkbRules" "xorg"
>>Option "XkbModel" "pc105"
>>Option "XkbLayout" "de"
>>Option "XkbVariant" "nodeadkeys"
>>Option "XkbOptions" "ctrl:nocaps"
>>EndSection
>>
>>Section "Screen"
>>   Identifier "Screen0"
>>   Device     "Card0"
>>   Monitor    "Monitor0"
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     1
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     4
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     8
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     15
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     16
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     24
>>   EndSubSection
>>EndSection
>>
>>Section "Monitor"
>>   #DisplaySize      380   300    # mm
>>   Identifier   "Monitor0"
>>   VendorName   "MAX"
>>   Option        "DPMS"
>>EndSection
>>
>>Section "Screen"
>>   Identifier "Screen1"
>>   Device     "Card1"
>>   Monitor    "Monitor1"
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1280x1024"
>>      Depth     16
>>   EndSubSection
>>   SubSection "Display"
>>      Viewport   0 0
>>      Modes "1024x768"
>>      Depth     16
>>   EndSubSection
>>EndSection
>>
>>Section "Monitor"
>>#    DisplaySize      352   264    # mm
>>   Identifier   "Monitor1"
>>   VendorName   "Belinea"
>>   Option        "DPMS"    "true"
>>   Option "100dpi"
>>#    HorizSync   91.7
>>   VertRefresh 75
>>EndSection
>>
>>Section "Device"
>>   Option "swcursor" "On"
>>   Option "rfbauth"     "/etc/.vncpasswd"
>>   Option "usevnc"
>>   Option "httpdir"     "/usr/X11R6/lib/vnc/classes"
>>   Option  "httpport" "5800"
>>   Option "DRI" "On"
>>   Identifier  "Card0"
>>   Driver      "ati"
>>   VendorName  "ATi"
>>   BoardName   "Radeon X1250"
>>   BusID       "PCI:1:5:0"
>>   Screen      0
>>EndSection
>>
>>Section "Device"
>>   Option "swcursor" "On"
>>   Option "DRI" "On"
>>   Identifier  "Card1"
>>   Driver      "ati"
>>   VendorName  "ATI"
>>   BoardName   "Radeon X1250"
>>   BusID       "PCI:1:5:0"
>>   Screen      1
>>EndSection
>>
>>Section "ServerLayout"
>>   Identifier     "X.org Configured"
>>   InputDevice "vncMouse"    "ExtraPointer"
>>   InputDevice "vncKeyboard" "ExtraKeyboard"
>>   Screen      0  "Screen0" RightOf "Screen1"
>>   Screen      1  "Screen1"
>>   InputDevice    "Mouse2" "CorePointer"
>>   InputDevice    "Keyboard0" "CoreKeyboard"
>>EndSection
>>
>>Section "InputDevice"
>>   # vncKeyboard: keyboard actions from vnc
>>   Identifier  "vncKeyboard"
>>   Driver      "rfbkeyb"
>>EndSection
>>
>>Section "InputDevice"
>>   # vncMouse: mouse actions from vnc
>>   Identifier  "vncMouse"
>>   Driver      "rfbmouse"
>>EndSection
>>
>>Section "Module"
>>   Load  "dbe"
>>   Load  "extmod"
>>   Load  "vnc"
>>EndSection
>>
>>Section "InputDevice"
>>   Identifier    "Keyboard0"
>>   Driver    "kbd"
>>   Option    "AutoRepeat"    "400 30"
>>EndSection
>>---snap
>>
>>Is there a new driver for the Radeon X1250 available? Where can we
>>download?
>>
>>Can anybody help us with this problem?
>>
>>Best regards
>>
>>Christian Schmeißer
>>
>>
>>

>>>>------------------------------------------------------------------------------
>>Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>is the only developer event you need to attend this year. Jumpstart
>>your
>>developing skills, take BlackBerry mobile applications to market and
>>stay
>>ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>http://p.sf.net/sfu/devconference
>>_______________________________________________
>>Thinstation-general mailing list
>>Thinstation-general@...
>>https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>
>
>
>
>--
>Thinstation oldtimer
>http://thinstation.org
>- a light, full featured linux based thin client OS
>



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general

Re: AMD Radeon X1250

by Mike Eriksen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 12:20 PM, Christian Schmeisser
<Christian.Schmeisser@...> wrote:

> Hello,
>
> thank you, Mike, for your answer.
>
> So far it works with the VESA-driver using one screen. But when using
> our xorgf.conf with Twin-View (driver in section "Device" is "vesa") I
> get this  "Fatal server error":
> ---snip
> (II) Setting vga for screen 0.
>
>   *** If unresolved symbols were reported above, they might not
>   *** be the reason for the server aborting.
>
> Backtrace:
> 0: Xorg(xf86SigHandler+0x8a) [0x8088c4a]
> 1: [0xffffe420]
> 2: Xorg(InitOutput+0x338) [0x8071ee8]
> 3: Xorg(main+0x22b) [0x80d483b]
> 4: /lib/libc.so.6(__libc_start_main+0xe2) [0xb7e4207e]
> 5: Xorg [0x8070021]
>
> Fatal server error:
> Caught signal 11.  Server aborting
> ---snap
>
> Any ideas?

I don't think VESA supports dual screens.

Mike


>
>
> Christian Schmeißer
>
>
> Am Mo 02.11.2009 10:45 schrieb Mike Eriksen
> <thinstation.mike@...>:
>
>>The "ati" driver doesn't support this new card. You are stuck with
>>VESA.
>>
>>Mike
>>
>>
>>On Mon, Nov 2, 2009 at 10:18 AM, Christian Schmeisser
>><Christian.Schmeisser@...> wrote:
>>>Hello,
>>>
>>>we're using TS-2.2.1RC2 for booting our thinclients (all of them are
>>>Fujitsu Futro S300/S400) with an external Matrox VGA. All of these
>>>thinclients are working fine. 'Cause S300/S400 thinclients were no
>>>longer available, we have buyed an Fujitsu Futro S550 thinclient with
>>>Radeon X1250 chipset as vga. By booting thinstation fails with the
>>>following lines in /var/log/X.org.0.log:
>>>
>>>---snip
>>>(II) Primary Device is: PCI 01:05:0
>>>(II) ATI: Candidate "Device" section "Card0"
>>>(II) ATI: Candidate "Device" section "Card1"
>>>(WW) ATI: PCI Mach64 in slot 1:5:0 could not be detected!
>>>(EE) No devices detected
>>>
>>>Fatal server error:
>>>  no screens found
>>>---snap
>>>
>>>The error message is the same when using "radeon" instead of "ati" in
>>>section "Device" of xorg.conf, excepting the lines Candidate Device
>>>and
>>>Mach64.
>>>
>>>And here is our xorg.conf for the new thinclient:
>>>---snip
>>>Section "Files"
>>>   RgbPath    "/usr/X11R6/lib/X11/rgb"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/misc"
>>>   FontPath    "/usr/share/fonts/X11/cyrillic"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
>>>   FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
>>>   FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
>>>   FontPath    "/usr/share/fonts/X11/Type1"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
>>>   FontPath    "/usr/share/fonts/X11/100dpi"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
>>>   FontPath    "/usr/share/fonts/X11/75dpi"
>>>   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
>>>   ModulePath    "/usr/X11R6/lib/X11/modules"
>>>EndSection
>>>
>>>Section "ServerFlags"
>>>   Option    "BlankTime"    "10"
>>>   Option    "StandbyTime"    "10"
>>>   Option    "SuspendTime"    "10"
>>>   Option    "OffTime"    "10"
>>>   Option    "Xinerama"    "Off"
>>>EndSection
>>>
>>>Section "InputDevice"
>>>   Identifier    "Mouse2"
>>>   Driver    "mouse"
>>>   Option    "Protocol"    "ImPS/2"
>>>   Option    "Device"    "/dev/input/mice"
>>>   Option    "ZAxisMapping"    "4 5"
>>>   Option    "AlwaysCore"
>>>EndSection
>>>
>>>
>>>Section "InputDevice"
>>>Identifier "Generic Keyboard"
>>>Driver "keyboard"
>>>Option "CoreKeyboard"
>>>Option "XkbRules" "xorg"
>>>Option "XkbModel" "pc105"
>>>Option "XkbLayout" "de"
>>>Option "XkbVariant" "nodeadkeys"
>>>Option "XkbOptions" "ctrl:nocaps"
>>>EndSection
>>>
>>>Section "Screen"
>>>   Identifier "Screen0"
>>>   Device     "Card0"
>>>   Monitor    "Monitor0"
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     1
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     4
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     8
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     15
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     16
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     24
>>>   EndSubSection
>>>EndSection
>>>
>>>Section "Monitor"
>>>   #DisplaySize      380   300    # mm
>>>   Identifier   "Monitor0"
>>>   VendorName   "MAX"
>>>   Option        "DPMS"
>>>EndSection
>>>
>>>Section "Screen"
>>>   Identifier "Screen1"
>>>   Device     "Card1"
>>>   Monitor    "Monitor1"
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1280x1024"
>>>      Depth     16
>>>   EndSubSection
>>>   SubSection "Display"
>>>      Viewport   0 0
>>>      Modes "1024x768"
>>>      Depth     16
>>>   EndSubSection
>>>EndSection
>>>
>>>Section "Monitor"
>>>#    DisplaySize      352   264    # mm
>>>   Identifier   "Monitor1"
>>>   VendorName   "Belinea"
>>>   Option        "DPMS"    "true"
>>>   Option "100dpi"
>>>#    HorizSync   91.7
>>>   VertRefresh 75
>>>EndSection
>>>
>>>Section "Device"
>>>   Option "swcursor" "On"
>>>   Option "rfbauth"     "/etc/.vncpasswd"
>>>   Option "usevnc"
>>>   Option "httpdir"     "/usr/X11R6/lib/vnc/classes"
>>>   Option  "httpport" "5800"
>>>   Option "DRI" "On"
>>>   Identifier  "Card0"
>>>   Driver      "ati"
>>>   VendorName  "ATi"
>>>   BoardName   "Radeon X1250"
>>>   BusID       "PCI:1:5:0"
>>>   Screen      0
>>>EndSection
>>>
>>>Section "Device"
>>>   Option "swcursor" "On"
>>>   Option "DRI" "On"
>>>   Identifier  "Card1"
>>>   Driver      "ati"
>>>   VendorName  "ATI"
>>>   BoardName   "Radeon X1250"
>>>   BusID       "PCI:1:5:0"
>>>   Screen      1
>>>EndSection
>>>
>>>Section "ServerLayout"
>>>   Identifier     "X.org Configured"
>>>   InputDevice "vncMouse"    "ExtraPointer"
>>>   InputDevice "vncKeyboard" "ExtraKeyboard"
>>>   Screen      0  "Screen0" RightOf "Screen1"
>>>   Screen      1  "Screen1"
>>>   InputDevice    "Mouse2" "CorePointer"
>>>   InputDevice    "Keyboard0" "CoreKeyboard"
>>>EndSection
>>>
>>>Section "InputDevice"
>>>   # vncKeyboard: keyboard actions from vnc
>>>   Identifier  "vncKeyboard"
>>>   Driver      "rfbkeyb"
>>>EndSection
>>>
>>>Section "InputDevice"
>>>   # vncMouse: mouse actions from vnc
>>>   Identifier  "vncMouse"
>>>   Driver      "rfbmouse"
>>>EndSection
>>>
>>>Section "Module"
>>>   Load  "dbe"
>>>   Load  "extmod"
>>>   Load  "vnc"
>>>EndSection
>>>
>>>Section "InputDevice"
>>>   Identifier    "Keyboard0"
>>>   Driver    "kbd"
>>>   Option    "AutoRepeat"    "400 30"
>>>EndSection
>>>---snap
>>>
>>>Is there a new driver for the Radeon X1250 available? Where can we
>>>download?
>>>
>>>Can anybody help us with this problem?
>>>
>>>Best regards
>>>
>>>Christian Schmeißer
>>>
>>>
>>>
>
>>>>>------------------------------------------------------------------------------
>>>Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>>is the only developer event you need to attend this year. Jumpstart
>>>your
>>>developing skills, take BlackBerry mobile applications to market and
>>>stay
>>>ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>>http://p.sf.net/sfu/devconference
>>>_______________________________________________
>>>Thinstation-general mailing list
>>>Thinstation-general@...
>>>https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>
>>
>>
>>
>>--
>>Thinstation oldtimer
>>http://thinstation.org
>>- a light, full featured linux based thin client OS
>>
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Thinstation-general mailing list
> Thinstation-general@...
> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>



--
Thinstation oldtimer
http://thinstation.org
- a light, full featured linux based thin client OS

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Thinstation-general mailing list
Thinstation-general@...
https://lists.sourceforge.net/lists/listinfo/thinstation-general