Re: fglrx e Xv
On Tue, 28 Nov 2006 20:40:19 +0100
Manlio Perillo <manlio_perillo@libero.it> wrote:
> Manlio Perillo ha scritto:
> > [...]
> > In effetti dal pannello di controllo Ati, risulta come
> > configurazione predefinita la clone.
> > Provo a mettere la single ma al riavvio risulta definita sempre la
> > clone.
> >
>
> Sono riuscito a farlo (loggandomi come root in XWindow).
> Continua a non funzionare...
Ciao,
anch'io ho una ati (per la precisione 9600xt) e riesco a far andare
mplayer con xv. Utilizzo gli ultimi driver proprietari disponibili
e questo è il mio xorg.conf:
----------------------------------------------------
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
EndSection
Section "Monitor"
Identifier "hp f1703"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
DisplaySize 338 270
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
DisplaySize 338 270
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor "hp f1703"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
----------------------------------------------------
Nella sezione "Monitor" c'è un'opzione "DisplaySize 338 270": serve a
risolvere questo bug [1] e per la precisione il post in cui è spiegata
la formula per calcolarsi quei valori è questo [2].
Spero ti sia utile :)
Ciao
InSa
Ps: domani (in teoria) mi arriva una nvidia 5500 presa su ebay e poi
sotto di aiglx+compiz ;)
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384325
[2]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384325;msg=47
--
++ Powered by Sid ++
Reply to:
- References:
- fglrx e Xv
- From: Manlio Perillo <manlio_perillo@libero.it>
- Re: fglrx e Xv
- From: Manlio Perillo <manlio_perillo@libero.it>