Saturday, March 05, 2005

Scanning: LinuxPrinting.org HP PSC 1210 listing

Trying to setup scanning with the psc 1210v. Gonna try this a little later.

LinuxPrinting.org HP PSC 1210 listing

ATI Direct Rendering

I finally got it to work!!!!

Here is the Device section of my xorg.conf file:


-----------
Section "Device"
Identifier "9000 pro"
Driver "fglrx"

# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, d$#
### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
# BusID "PCI:1:0:1" # vendor=1002, device=496e
Screen 0
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection


------------

And it worked. I played quake....like a dream!

Friday, March 04, 2005

Gentoo ATI Radeon FAQ

One of the posts to the forum suggested this, and it is my next attempt. Hopefully this will solve the problem.

Thursday, March 03, 2005

LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help

So I am still trying to get my ATI card working with Direct Rendering. In my attempts I have posted this and had a little help, but didn't fix the problem yet. I'm going to try the new gentoo 2.6.10-r6 kernel and see if it works. I am also going to re-emerge the ati drivers afterwards.LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help