Announcement

Collapse
No announcement yet.

x1950pro AGP - LinuxMCE - Alpha Blending

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • x1950pro AGP - LinuxMCE - Alpha Blending

    I am trying to get LinuxMCE UI2 w/Alpha Blending to work (Their user interface)
    I am using the latest ATI driver, 8.4, and performed the manual install by creating .deb packages and installed that way. One thing i had to do was do a insmod fglrk.ko from the /lib/modules/$(-uname -r)/dkmp/misc (think that was the dir, where ever the file lives though) and then start up the program in order for the display to work properly.
    However, once it's working instead of alpha blending it just continuously flashes. So imaging your task bar in gnome/kde flashing on and off really fast.
    I am currently at work so i can't post my xorg.conf. however i can tell you that i have agilx=on, DRI loaded and direct rendering is working, i also have composite, render and damage = true. in the driver section, TV options for NTSC-M, overscan off, videooverlay=off, opengloverlay=on, xaanooffscreenpixles=true.
    (I will post actual xorg.conf once i get home)

  • #2
    Here is my xorg.conf

    Code:
    # xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "ServerLayout"
    
    # Uncomment if you have a wacom tablet
    #	InputDevice     "stylus"	"SendCoreEvents"
    #	InputDevice     "cursor"	"SendCoreEvents"
    #	InputDevice     "eraser"	"SendCoreEvents"
    	Identifier     "Default Layout"
    	Screen      0  "aticonfig-Screen[0]" 0 0
    	InputDevice    "Generic Keyboard"
    	InputDevice    "Configured Mouse"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
    	Load  "dbe"
    	Load  "dri"
    	Load  "glx"
    	Load  "extmod"
    	Load  "record"
    	Load  "xtrap"
    	Load  "speedo"
    	Load  "type1"
    	Load  "int10"
    	Load  "v4l"
    EndSection
    
    Section "ServerFlags"
    	Option	    "AIGLX" "on"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Generic Keyboard"
    	Driver      "kbd"
    	Option	    "CoreKeyboard"
    	Option	    "XkbRules" "xorg"
    	Option	    "XkbModel" "pc105"
    	Option	    "XkbLayout" "us"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Configured Mouse"
    	Driver      "mouse"
    	Option	    "CorePointer"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "Protocol" "ImPS/2"
    	Option	    "ZAxisMapping" "4 5"
    	Option	    "Emulate3Buttons" "true"
    EndSection
    
    Section "InputDevice"
    	Identifier  "stylus"
    	Driver      "wacom"
    	Option	    "Device" "/dev/input/wacom"
    	Option	    "Type" "stylus"
    	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier  "eraser"
    	Driver      "wacom"
    	Option	    "Device" "/dev/input/wacom"
    	Option	    "Type" "eraser"
    	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier  "cursor"
    	Driver      "wacom"
    	Option	    "Device" "/dev/input/wacom"
    	Option	    "Type" "cursor"
    	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "Monitor"
    	Identifier   "aticonfig-Monitor[0]"
    	DisplaySize  508	244
    	HorizSync    20.0 - 500.0
    	VertRefresh  59.0 - 61.0
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    EndSection
    
    Section "Device"
    	Identifier  "aticonfig-Device[0]"
    	Driver      "fglrx"
    	Option	    "TVFormat" "NTSC-M"
    	#Option	    "TVStandard" "VIDEO"
    	Option	    "TVOverscan" "off"
    	Option	    "VideoOverlay" "on"
    	Option	    "OpenGLOverlay" "on"
    	Option	    "Capabilities" "0x00000800"
    	Option	    "FSAAEnable" "on"
    	Option	    "FSAAScale" "6"
    	Option	    "TexturedVideo" "on"
    	Option	    "TexturedXrender" "true"
    	Option	    "XAANoOffscreenPixmaps" "true"
    	#Option "renderAccel" "true"
    	VideoRam	524244
    EndSection
    
    Section "Screen"
    	Identifier "aticonfig-Screen[0]"
    	Device     "aticonfig-Device[0]"
    	Monitor    "aticonfig-Monitor[0]"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Modes    "1776x1000"
    	EndSubSection
    EndSection
    
    Section "DRI"
    	Group        "video"
    	Mode         0666
    EndSection
    
    Section "Extensions"
    	#Option	    "Composite" "true"
    	Option	    "RENDER" "true"
    	Option	    "DAMAGE" "true"
    EndSection

    Comment


    • #3
      xorg log

      Comment


      • #4
        Not that i'm able to help right away, but any progress so far ?

        Comment


        • #5
          Do you have Compiz enabled by any chance ?
          Test signature

          Comment

          Working...
          X