• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7
Problem with XBMC after installed ATI driver version: 8.542 (catalyst 8.10)
#46
what cant u find in xorg.conf ? dont know what u mean ;(

disable compiz, go to system -> Desktop Effects -> Customization there set to NONE EFFECTS
but this wouldnt help to fix your problem i think

pulseaudio must be disabled in 8.10 else videos runs in xbmc fastforward
take a look at this thread -> http://forum.xbmc.org/showthread.php?tid=39788
Reply
#47
ok another idea, let us check which monitor is connected

bex@bex-vdr:~$ aticonfig --query-monitor
Connected monitors: tmds1
Enabled monitors: tmds1

so my monitor is called tmds1 when i want to set the resolution with the script i must edit it with my name from monitor, for example :

Code:
#!/bin/sh
aticonfig --set-dispattrib=[b]tmds1[/b],positionX:0
aticonfig --set-dispattrib=[b]tmds1[/b],positionY:0
aticonfig --set-dispattrib=[b]tmds1[/b],sizeX:1280
aticonfig --set-dispattrib=[b]tmds1[/b],sizeY:720

TODO:
  • check your monito with "aticonfig --query-monitor"
  • edit the script and set your "monitor name" in it

good luck
Reply
#48
bexbier Wrote:ok another idea, let us check which monitor is connected

bex@bex-vdr:~$ aticonfig --query-monitor
Connected monitors: tmds1
Enabled monitors: tmds1

so my monitor is called tmds1 when i want to set the resolution with the script i must edit it with my name from monitor, for example :

Code:
#!/bin/sh
aticonfig --set-dispattrib=[b]tmds1[/b],positionX:0
aticonfig --set-dispattrib=[b]tmds1[/b],positionY:0
aticonfig --set-dispattrib=[b]tmds1[/b],sizeX:1280
aticonfig --set-dispattrib=[b]tmds1[/b],sizeY:720

TODO:
  • check your monito with "aticonfig --query-monitor"
  • edit the script and set your "monitor name" in it

good luck

I got
Connected monitors: tmds2i
Enabled monitors: tmds12i

This is also what stands in my script. =(

/Söder
Reply
#49
bexbier Wrote:what cant u find in xorg.conf ? dont know what u mean ;(

disable compiz, go to system -> Desktop Effects -> Customization there set to NONE EFFECTS
but this wouldnt help to fix your problem i think

pulseaudio must be disabled in 8.10 else videos runs in xbmc fastforward
take a look at this thread -> http://forum.xbmc.org/showthread.php?tid=39788

What I mean was, WHERE does the script change things, or edit things.

I cant se any differens in my xorg.conf after using the two methods, and therefor I guess they change something in a other file?

/Söder
Reply
#50
in xorg.conf normaly ..... so thats i was confused about that script, but many people writes that its runs Oo

what says " aticonfig --query-dispattrib=tmds2i " ?
Reply
#51
bexbier Wrote:in xorg.conf normaly ..... so thats i was confused about that script, but many people writes that its runs Oo

what says " aticonfig --query-dispattrib=tmds2i " ?

Query monitors tmds2i ,Cap:0xff
Supported adjustment type for tmds2i : brightness, contrast, saturation, hue, positionX, positionY, sizeX, sizeY

brightness attribute information of monitor tmds2i :
default:0, value:0, min:-100, max:100, step:1

contrast attribute information of monitor tmds2i :
default:100, value:100, min:0, max:200, step:1

saturation attribute information of monitor tmds2i :
default:100, value:100, min:0, max:200, step:1

hue attribute information of monitor tmds2i :
default:0, value:0, min:-30, max:30, step:1

positionX attribute information of monitor tmds2i :
default:51, value:51, min:0, max:1280, step:1

positionY attribute information of monitor tmds2i :
default:28, value:28, min:0, max:720, step:1

sizeX attribute information of monitor tmds2i :
default:1178, value:1178, min:640, max:1280, step:1

sizeY attribute information of monitor tmds2i :
default:663, value:663, min:360, max:720, step:1


I guess this is fucked up?

sizeX attribute information of monitor tmds2i :
default:1178, value:1178, min:640, max:1280, step:1

sizeY attribute information of monitor tmds2i :
default:663, value:663, min:360, max:720, step:1
/Söder
Reply
#52
yea i think too, try run the script with "sudo xinit -e name of script" i read that in a vdr forum
Reply
#53
bexbier Wrote:yea i think too, try run the script with "sudo xinit -e name of script" i read that in a vdr forum

From ssh.

htpc@htpc-desktop:~$ sudo xinit -e underscan.sh

X: warning; process set to priority -1 instead of requested priority 0

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

/Söder
Reply
#54
ok u must first stop the xserver with " sudo /etc/init.d/gdm stop"
then run your script
Reply
#55
bexbier Wrote:ok u must first stop the xserver with " sudo /etc/init.d/gdm stop"
then run your script
First I tryed normal
Same failure:

htpc@htpc-desktop:~$ sudo ./underscan.sh
Try to Set positionX adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set positionY adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeX adjust of monitor tmds2i value : 1280 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeY adjust of monitor tmds2i value : 720 failed.
It may not supported by monitor or the value beyond the range.

Then I tryed what your wrote.

htpc@htpc-desktop:~$ sudo xinit -e underscan.sh

X: warning; process set to priority -1 instead of requested priority 0

X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux htpc-desktop 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 ([email protected])
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 4 12:28:25 2008
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

waiting for X server to shut down

/Söder
Reply
#56
its ok ..... when the xserver shuts down u can run the script
Reply
#57
soder Wrote:First I tryed normal
Same failure:

htpc@htpc-desktop:~$ sudo ./underscan.sh
Try to Set positionX adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set positionY adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeX adjust of monitor tmds2i value : 1280 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeY adjust of monitor tmds2i value : 720 failed.
It may not supported by monitor or the value beyond the range.

Then I tryed what your wrote.

htpc@htpc-desktop:~$ sudo xinit -e underscan.sh

X: warning; process set to priority -1 instead of requested priority 0

X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux htpc-desktop 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 ([email protected])
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 4 12:28:25 2008
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

waiting for X server to shut down

/Söder

Now restarted. Same underscan with not showing all menues and power-buttoms.

xorg.conf:

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "Default Screen" 0 0
Option "AIGLX" "true"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DPMS"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
Option "EnableMonitor" "crt1,lvds,tv,tmds1,crt2,tmds2,cv,tmds2i"
Option "TVOverscan" "true"
Option "NoTV" "no"
Option "BusType" "PCIE"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"

# here edit resolution u want to display
Viewport 0 0
Virtual 1280 720
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Reply
#58
bexbier Wrote:its ok ..... when the xserver shuts down u can run the script

Aha, tryed again.
sudo /etc/init.d/gdm stop

sudo xinit -e underscan.sh

htpc@htpc-desktop:~$ sudo ./underscan.sh
Try to Set positionX adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set positionY adjust of monitor tmds2i value : 0 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeX adjust of monitor tmds2i value : 1280 failed.
It may not supported by monitor or the value beyond the range.
Try to Set sizeY adjust of monitor tmds2i value : 720 failed.
It may not supported by monitor or the value beyond the range.

Still will not work?

EDIT: BTW, I have to go too school soon. will be there for 4 hours. Modern Physics.
Will you still help me when Im back? =)

/Söder
Reply
#59
hmm

u can erase this things from xorg.conf

Option "TVOverscan" "true"
Option "NoTV" "no"

than .... i dont know .... no more ideas

make a restart .... i think than u would see the buttons again

if i will have a new idea i will tell ya Wink
Reply
#60
bexbier Wrote:hmm

u can erase this things from xorg.conf

Option "TVOverscan" "true"
Option "NoTV" "no"

than .... i dont know .... no more ideas

make a restart .... i think than u would see the buttons again

if i will have a new idea i will tell ya Wink

What do you say about this. The person who gave me the script wrote this in another tread.
"
Strange, works for me - maybe you need the DPMS option on xorg.conf ?

Section "Monitor"
Identifier "Monitor0"
VendorName "SEC"
ModelName "4241"
Option "DPMS"
EndSection
"

/Söder
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
Problem with XBMC after installed ATI driver version: 8.542 (catalyst 8.10)0