[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help,configuring XGA-2 Graphics Card



Thus spake Wayne Brown:
> Hi,
> I have bought an old IBM PS/2 with an XGA-2 graphics card and have put
> Debian 
> on it.  I am trying to set up the X-server (3.3.6 and the driver is
> XF86-AGX) 
> and have now got to the point where the server runs and I have a desktop.
> The 
> problem is the screen is pushed to the right so I get a black vertical band 
> about 50 mm on the left of the screen and what is the right edge of the 
> picture is not viewable.
> The monitor is an IBM 9515-002 and has no controls other than brightness and

Hello -
The problem may be that you have multiple settings specified.  Try
commenting out all but the server you actually want to use. (see below)

> The only other problem is the ps/2 mouse is playing up. The cursor jumps 
> around when you move the mouse, I have swapped the mouse and it made no 
> difference.

This has been addressed before on this list, and I can't remember
exactly how it's solved - something to do with adding an option to use
raw input.  Search the archives for this one.

<snip>

>     Identifier  "xga"
>     VendorName  "ibm"
>     ModelName   "9515"

All this looks fine.

<snip>

> Section "Device"
>     Identifier  "XGA-2"
>     VendorName  "IBM"
>     BoardName "Unknown"
>     Chipset "XGA-2"
>     Ramdac "XGA"
>     VideoRam    1024
>     DACspeed 90
>     Instance  6           # XGA instance 0-7
>     IObase 0x2160
>     COPbase   0xdbF00     # XGA memory-mapped register address
>     MEMbase 0xfb800000
>     VGAbase 0xa0000
>     BIOSbase 0xda000
>     POSbase   0           # Disable probing if above are specified
> EndSection

This too.

> # **********************************************************************
> # Screen sections
> # **********************************************************************
> 
> # The Colour SVGA server

This should be commented out - leave only one screen section.

> Section "Screen"
>     Driver      "svga"
>     Device      "Generic VGA"
>     #Device      "myxga"
>     Monitor     "xga"
>     Subsection "Display"
>         Depth       8
>         Modes       "640x480" "800x600" "1024x768"
>         ViewPort    0 0
>         Virtual     320 200
>         Virtual     1024 768
>     EndSubsection
> EndSection

This too.

> # The 16-color VGA server
> 
> Section "Screen"
>     Driver      "vga16"
>     Device      "Generic VGA"
>     Monitor     "xga"
>     Subsection "Display"
>         Modes       "640x480" "800x600"
>         ViewPort    0 0
>         Virtual     800 600
>     EndSubsection
> EndSection
> 
> # The Mono server

This too.

> Section "Screen"
>     Driver      "vga2"
>     Device      "Generic VGA"
>     Monitor     "xga"
>     Subsection "Display"
>         Modes       "640x480" "800x600"
>         ViewPort    0 0
>         Virtual     800 600
>     EndSubsection
> EndSection
> 
> # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Leave this

> Section "Screen"
>     Driver      "accel"
>     Device      "XGA-2"
>     Monitor     "xga"
>     Subsection "Display"
>         Depth       16
>         Modes       "640x480" 
>         ViewPort    0 0
>     EndSubsection
> EndSection

Try this first - if it doesn't work for you - write back.  There are
ways to specify how the X server lines itself up on the screen - offsets
and so forth.  But his looked like an easier staring point.
Good luck,
Steve

-- 
I owe the government $3400 in taxes.  So I sent them two hammers and a
toilet seat.
		-- Michael McShane

Attachment: pgpcYws7B4P1D.pgp
Description: PGP signature


Reply to: