Greetings to all,
I hope that people can give me some tips concerning a big problem. Since lately I'm having major troubles with both my X3450 and X1250 when using Xv related software.
For a couple of seconds, everything goes without problems when starting Xine or Mplayer using Xv. But then I get the famous Black Screen. CTRL-ALT-1 or CTRL-ALT-BACKSPACE won't work but my system still runs.
Strange thing is, it didn't had this problem before. But instantly the problems came forward. I've tried using earlier versions of the ATI/AMD drivers. I tried the Ubuntu/Hardy repository drivers, I tried manually installing them. No avail, problem is still there. The only thing I didn't try, is reinstalling. But hey, we're talking Linux here!
BTW, before somebody tells me to use the OpenSource drivers. They won't work for me. Ati/Radeon drivers don't give any display (No Signal on HDMI) and RadeonHD gives garbled screen and doesn't allow Xv ouput.
System specs:
Mainboard : Gigabyte GA-MA69GM-S2H with onboard X1250
Memory : 2 x 512 and 2 x 1GB Kingston Value RAM
OS : Ubuntu Hardy 8.04 with Kernel 2.6.24-19 (updated and all)
My Xorg.conf:
Code:
# xorg.conf (X.Org 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"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Option "AIGLX" "true"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VendorName "Samsung"
Option "dpms"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
Option "DRI" "true"
Option "Monitor-HDMI-0" "Default Screen"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "mtrr" "off"
Option "TexturedVideo" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Capabilities" "0x00000000"
Option "XAANoOffscreenPixmaps" "true"
Option "BlockSignalsOnLock" "on"
Option "KernelModuleParm" "locked-userpages=0"
Option "UseFastTLS" "0"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720" "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
Any tips, help and all is greatly appreciated 
//Shalafi