Dirk Eddelbuettel wrote: > > I am trying to set up a new machine for someone else. The machine came with > an ATI 3D Xpression 2MB card. > > Using Debian 1.3.1, I can't get any X11 server other than vga16 to work. The > Mach64 server seems to splits the screen vertically a couple of times. X > -probeonly says > > unknown ATI (82304x) rev 154, Aperture @ 0xe000000, Block I/0 @ 0x6100 > Memory type: 3 > Clock type: Internal > Ramdac is Internal > > I would be grateful if anyone could help me out. Please email me directly as > I am not following this list very regularly. > > Thanks, Dirk > > -- > [EMAIL PROTECTED] According to the latest official figures, > http://rosebud.ml.org/~edd 43% of all statistics are totally worthless. > I'm using a 2MB ATI with the Mach64 server. Here's my XF86Config if it helps: ----------------------[ cut here ]---------------------- Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/sharefont/" EndSection # Section "Module" # # This loads the module for the Joystick driver # # Load "xf86Jstk.so" # # EndSection
Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 LeftAlt Meta RightAlt ModeShift XkbDisable XkbKeymap "xfree86(us)" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "My Monitor" VendorName "AST" ModelName "RMO7F11" HorizSync 30-68 VertRefresh 50-90 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync Modeline "1024x768" 65 1024 1064 1208 1344 768 791 797 806 -hsync -vsync Modeline "1024x767" 65.00 1024 1056 1200 1344 767 791 797 806 -hsync -vsync # 1280x1024 @ 60 Hz, 63.51 kHz hsync Modeline "1280x1024" 110.00 1280 1328 1512 1732 1024 1025 1028 1058 # 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio Modeline "320x200" 12.588 320 336 384 400 200 204 205 225 Doublescan # 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan # 320x240 @ 72 Hz, 36.5 kHz hsync Modeline "320x240" 15.750 320 336 384 400 240 244 246 262 Doublescan # 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio ModeLine "400x300" 18 400 416 448 512 300 301 602 312 Doublescan # 400x300 @ 60 Hz, 37.8 kHz hsync Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan # 400x300 @ 72 Hz, 48.0 kHz hsync Modeline "400x300" 25 400 424 488 520 300 319 322 333 Doublescan # 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio ModeLine "480x300" 21.656 480 496 536 616 300 301 302 312 Doublescan # 480x300 @ 60 Hz, 37.8 kHz hsync Modeline "480x300" 23.890 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 63 Hz, 39.6 kHz hsync Modeline "480x300" 25 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 72 Hz, 48.0 kHz hsync Modeline "480x300" 29.952 480 504 584 624 300 319 322 333 Doublescan EndSection Section "Device" Identifier "ATI Mach64" VendorName "Unknown" BoardName "Unknown" #VideoRam 1024 # Insert Clocks lines here if appropriate Option "power_saver" EndSection Section "Screen" Driver "accel" Device "ATI Mach64" Monitor "My Monitor" Subsection "Display" Depth 8 # Modes "1280x1024" "1024x768" "800x600" "640x480" # Modes "1024x768" "800x600" "640x480" Modes "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x767" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "640x400" ViewPort 0 0 EndSubsection EndSection -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .