ati driver with KMS under debian sid : 15x slower and questions

2010-05-30 Thread giggz
Hi,

I'm running under debian sid up to date. But with a 2.6.34 compiled with
KMS support.

with xserver-xorg-video-ati version 1:6.13.0-2 glxgears gives : 166.882 FPS
with 6.12.6-1 I got around 2400 FPS.

So it really slow now. When a programm takes CPU, I can't do anything
under X (I have e17). Is it a regression from the driver or is the
transition not achieved ? How can I modify my xorg.conf in order to get
more FPS ?

Others questions :

- I have seen in the changelog that exa is now enabled by default. But
when I start X XAA is used. I have to write 
Option  AccelMethod   EXA
in order to get EXA (when I enable EXA it doesn't change anything for
the FPS.)

- I'm using radeonfb with the grub line :
video=radeonfb:ywrap,mtrr,1400x1050
could this line have an influence on the ati xorg driver performances ?

Thx a lot,
Best regards,
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: ati driver with KMS under debian sid : 15x slower and questions

2010-05-30 Thread giggz
giggz a écrit :
 Hi,
 
 I'm running under debian sid up to date. But with a 2.6.34 compiled with
 KMS support.
 
 with xserver-xorg-video-ati version 1:6.13.0-2 glxgears gives : 166.882 FPS
 with 6.12.6-1 I got around 2400 FPS.
 
 So it really slow now. When a programm takes CPU, I can't do anything
 under X (I have e17). Is it a regression from the driver or is the
 transition not achieved ? How can I modify my xorg.conf in order to get
 more FPS ?
 
 Others questions :
 
 - I have seen in the changelog that exa is now enabled by default. But
 when I start X XAA is used. I have to write   
 OptionAccelMethod   EXA
 in order to get EXA (when I enable EXA it doesn't change anything for
 the FPS.)
 
 - I'm using radeonfb with the grub line :
 video=radeonfb:ywrap,mtrr,1400x1050
 could this line have an influence on the ati xorg driver performances ?
 
 Thx a lot,
 Best regards,
 Guillaume


Some details :

When I modify radeon-kms.conf with modeset=0 I get 2000 FPS with
glxgears. And EXA is automaticly used.
with modeset=0 it's XAA.

I can provide xorg.copnf or xorg.log if this issue is unknown.

Bye

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


ati and 2 monitors with 2 different resolutions : is it possible ?

2009-01-05 Thread giggz
Hi,

Happy new year!

I have a question :
on my laptop (debian sid), I have a second monitor on the VGA output.

I don't have any problem on the VGA output when the monitor has the same
display resolution (1400x1050) as the LVDS monitor.
But when my second monitor has a lower resolution (1024x768), I can have
a correct clone mode : on the second monitor I have a part of the
big one (a rectangle 1024x768).

Is there something to do ?

Best regards,
GiGGz

Here is my xorg.conf :
Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout fr
##a commenter pour avoir le circonflexe
#   Option  XkbVariantnodeadkeys
## Touche compose (commente a cause de awesome)
#   Option  XkbOptionscompose:lwin  
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
## inutile
#   Option  Device/dev/input/mice
#   Option  Protocol  ImPS/2
Option  Emulate3Buttons   false
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
Option  MaxTapTime 0
Option  MaxTapMove 0
EndSection

Section Device
Identifier  ATI RADEON MOBILITY
Driver  radeon
BusID   PCI:1:0:0
#Option MonitorLayout LVDS,NONE
#Option MonitorLayout LVDS,CRT
#   Option  AccelDFS  0
## apparemment plus necessaire le mode AGP = 4 est pris par defaut
Option  AGPMode   4
##  Option  AGPMode   8
Option  AGPSize   128
Option  GARTSize  64
#   Option  RingSize  2
## fait planter ppracer
##  Option  RingSize  4
Option  RingSize  8
Option  BufferSize2
##pour faire marcher les hotkeys de l'ecran (marche pas pour l'instant)
#   Option  BIOSHotkeys   on
## option activee par default
#   Option  UseFBDev  true
## option activee par defaut (color tiling)
#   Option  ColorTiling   on
#   Option  EnableDepthMoves  yes
#   Option  XaaNoOffscreenPixmaps false # Faster RENDER 
acceleration
#   Option  RenderAccel true
#   Option  AccelMethod   EXA
##  Option  AGPFastWrite  true
#   Option  backingstore  true
#   Option  AllowGLXWithComposite true
Option  EnablePageFliptrue
#   Option  DynamicClocks true
##
#   Option  Monitor-VGA-0 VGA
#   Option  Monitor-DVI-0 LCD SAMSUNG
#   Option  Monitor-LVDS  LCD SAMSUNG
EndSection

Section Monitor
Identifier  LCD SAMSUNG
Option  DPMS
HorizSync   31.5-90
VertRefresh 59-75
EndSection

#Section Monitor
#   Identifier  VGA
#   Option  DPMS
##  Option  RightOf  LCD SAMSUNG
##HorizSync   31.5-90
##VertRefresh 59-75
#EndSection

Section Screen
Identifier  Default Screen
Device  ATI RADEON MOBILITY
Monitor LCD SAMSUNG
DefaultDepth24
Subsection  Display
Depth   24
Modes   1400x1050
## non necessaire
#   Modes   1400x1050 1280x1024 1024x768
## 1024x768   1400x1050
Virtual 2424 1050
## 1280x1024   1400x1050
#   Virtual 2680 1050
## 1400x1050   1400x1050
#   Virtual 2800 1050
## 1680x1050   1400x1050
#   Virtual 3080 1050
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection

Section Extensions
Option  Composite Enable
EndSection

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: ati and 2 monitors with 2 different resolutions : is it possible ?

2009-01-05 Thread giggz
Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 1:42 PM, giggz giggzou...@gmail.com wrote:
 Hi,

 Happy new year!

 I have a question :
 on my laptop (debian sid), I have a second monitor on the VGA output.

 I don't have any problem on the VGA output when the monitor has the same
 display resolution (1400x1050) as the LVDS monitor.
 But when my second monitor has a lower resolution (1024x768), I can have
 a correct clone mode : on the second monitor I have a part of the
 big one (a rectangle 1024x768).

 Is there something to do ?
 
 What exactly are you trying to do?  With clone mode you can have
 either dis-similar modes on each head (1400x1050 on one, 1024x768 on
 the other) or a common mode on both heads (e.g., 1024x768 on both).
 
 Alex

Hi,

I'm trying to have dis-similar modes on each head (1400x1050 on one,
1024x768 on the other) in clone mode...but it doesn't work.

I have my main screen (LVDS) in 1400x1050 and my second (VGA) in
1024x768. But on the VGA one, I don't have my complete desktop, just a
part of it (a rectangle, which its size is 1024x768 of the complete
image (1400x1050)).

Which changes must I do ? changes in xorg.conf ? or just through xrandr ?
Thx,
GiGGz

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: ati and 2 monitors with 2 different resolutions : is it possible ?

2009-01-05 Thread giggz
Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 2:53 PM, giggz giggzou...@gmail.com wrote:
 Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 1:42 PM, giggz giggzou...@gmail.com wrote:
 Hi,

 Happy new year!

 I have a question :
 on my laptop (debian sid), I have a second monitor on the VGA output.

 I don't have any problem on the VGA output when the monitor has the same
 display resolution (1400x1050) as the LVDS monitor.
 But when my second monitor has a lower resolution (1024x768), I can have
 a correct clone mode : on the second monitor I have a part of the
 big one (a rectangle 1024x768).

 Is there something to do ?
 What exactly are you trying to do?  With clone mode you can have
 either dis-similar modes on each head (1400x1050 on one, 1024x768 on
 the other) or a common mode on both heads (e.g., 1024x768 on both).

 Alex
 Hi,

 I'm trying to have dis-similar modes on each head (1400x1050 on one,
 1024x768 on the other) in clone mode...but it doesn't work.

 I have my main screen (LVDS) in 1400x1050 and my second (VGA) in
 1024x768. But on the VGA one, I don't have my complete desktop, just a
 part of it (a rectangle, which its size is 1024x768 of the complete
 image (1400x1050)).
 
 It does work.  1024x768 is smaller than 1400x1050 so you won't be able
 to see all of the larger screen on the smaller one.  As Rafal
 suggested you could down-scale the image on avivo class hw (r5xx and
 newer), but the ati driver doesn't currently support downscaling.
 Pre-avivo chips (r1xx-r4xx) only support upscaling.
 
 Alex

Ah ok.

Thx for the explanation. And Can I use radeonhd driver for my radeon
9600 mobility ?

Bye
GiGGz

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: ati and 2 monitors with 2 different resolutions : is it possible ?

2009-01-05 Thread giggz
Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 3:45 PM, giggz giggzou...@gmail.com wrote:
 Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 2:53 PM, giggz giggzou...@gmail.com wrote:
 Alex Deucher a écrit :
 On Mon, Jan 5, 2009 at 1:42 PM, giggz giggzou...@gmail.com wrote:
 Hi,

 Happy new year!

 I have a question :
 on my laptop (debian sid), I have a second monitor on the VGA output.

 I don't have any problem on the VGA output when the monitor has the same
 display resolution (1400x1050) as the LVDS monitor.
 But when my second monitor has a lower resolution (1024x768), I can have
 a correct clone mode : on the second monitor I have a part of the
 big one (a rectangle 1024x768).

 Is there something to do ?
 What exactly are you trying to do?  With clone mode you can have
 either dis-similar modes on each head (1400x1050 on one, 1024x768 on
 the other) or a common mode on both heads (e.g., 1024x768 on both).

 Alex
 Hi,

 I'm trying to have dis-similar modes on each head (1400x1050 on one,
 1024x768 on the other) in clone mode...but it doesn't work.

 I have my main screen (LVDS) in 1400x1050 and my second (VGA) in
 1024x768. But on the VGA one, I don't have my complete desktop, just a
 part of it (a rectangle, which its size is 1024x768 of the complete
 image (1400x1050)).
 It does work.  1024x768 is smaller than 1400x1050 so you won't be able
 to see all of the larger screen on the smaller one.  As Rafal
 suggested you could down-scale the image on avivo class hw (r5xx and
 newer), but the ati driver doesn't currently support downscaling.
 Pre-avivo chips (r1xx-r4xx) only support upscaling.

 Alex
 Ah ok.

 Thx for the explanation. And Can I use radeonhd driver for my radeon
 9600 mobility ?
 
 No, it's only supported by xf86-video-ati.  Plus since it's an r3xx
 card, it only supports upscaling.
 
 Alex

Ok thx again!

Have a nice day
Bye

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Pb driver ati + EXA + iceweasel

2008-06-17 Thread giggz
Hi,

I'm running under debian sid. So I just upgraded my system with the last
release :
1:6.8.191-1

I have looked at my Xorg.log and I have seen that XAA is no more
supported, So I change my xorg.conf with :
Option  AccelMethod   EXA

I restart X server. So I don't have any message about XAA/EXA. All seem
to work good. But if I run iceweasel (fork of firefox), the system is
really slow, and X takes 100% off cpu to show me the google page...

If I return to XAA, I don't have any problem and all work out of the box.

So what can I do to solve this problem ? report a bug to iceweasel ?
What is the XAA future ? If anyone have infos...

Regards,
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


error message : Failed to determine num pipes from DRM

2008-06-17 Thread giggz
Hi,

I'm running under debian sid (up to date).

I get this message in my xorg.log :
(EE) RADEON(0): Failed to determine num pipes from DRM, falling back to
manual look-up!

How can I fix that ?

Cheers,
Guillaume

I copy a part of my xorg.conf :

Section Device
Identifier  ATI RADEON MOBILITY
Driver  ati
BusID   PCI:1:0:0
Option  AGPMode   4
Option  AGPSize   128
Option  GARTSize  64
Option  RingSize  8
Option  BufferSize2
Option  EnablePageFliptrue
EndSection

Section Screen
Identifier  Default Screen
Device  ATI RADEON MOBILITY
Monitor LCD SAMSUNG
DefaultDepth24
Subsection  Display
Depth   24
Virtual 2800 1050
Modes   1400x1050
EndSubSection
EndSection

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: error message : Failed to determine num pipes from DRM

2008-06-17 Thread giggz
Alex Deucher a écrit :
 On Tue, Jun 17, 2008 at 2:07 PM, giggz [EMAIL PROTECTED] wrote:
 Hi,

 I'm running under debian sid (up to date).

 I get this message in my xorg.log :
 (EE) RADEON(0): Failed to determine num pipes from DRM, falling back to
 manual look-up!

 How can I fix that ?
 
 You need a newer DRM.  It doesn't really make a difference though from
 the perspective of the driver.  It should really be a warning.
 

ok thx

 Alex
 
 Cheers,
 Guillaume

 I copy a part of my xorg.conf :

 Section Device
Identifier  ATI RADEON MOBILITY
Driver  ati
BusID   PCI:1:0:0
Option  AGPMode   4
Option  AGPSize   128
Option  GARTSize  64
Option  RingSize  8
Option  BufferSize2
Option  EnablePageFliptrue
 EndSection

 Section Screen
Identifier  Default Screen
Device  ATI RADEON MOBILITY
Monitor LCD SAMSUNG
DefaultDepth24
Subsection  Display
Depth   24
Virtual 2800 1050
Modes   1400x1050
EndSubSection
 EndSection

 ___
 xorg-driver-ati mailing list
 xorg-driver-ati@lists.x.org
 http://lists.x.org/mailman/listinfo/xorg-driver-ati


___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Problem with gxine and ati driver : solution ?

2008-03-15 Thread giggz
Hi,

I'm running under debian SID (up to date) with e17 and the ati free driver.
Since the last update of xine/gxine and ati driver, I have problem when
I play video in fullscreen. The screen blinks periodicaly. I saw that
the  gixe dev (Darren Salt) spoke on this topic here (xset dpms force on
does the same thing that when I play a video under gxine).


Is there actually a solution to solve this problem ? Or just wait until
the next upgrade ?

cheers and thanks for this driver!
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


The enable/disable montype 1 or 2 thing

2008-03-15 Thread giggz
Hi,

I'm running under debian SID (up to date) with e17 and the ati free driver.
Since the last update of the ati driver, I have noticed that my log are
plain of enable/disable montype. I have just read the mails on this list
and  seen that i'm not the one. Is there something to do ?

cheers and thanks for this driver!
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: [ati 9600] How to have dual monitor now with the new driver ?

2007-09-19 Thread giggz
Alex Deucher a écrit :
 On 9/19/07, giggz [EMAIL PROTECTED] wrote:
 [snip] the message was too long...

 Ok thx for your answer.
 I have a little bit more investigated and changed some things :
 
 You are still using the old ati driver.  That's the problem.
 
 Alex

Ah ok...I'm running under debian sid. And I have upgraded this
afternoon...so the new driver is not under debian SID...where can i find
the new driver ? in experimental ?

Thx
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[xorg.conf][ati] Which part of my xorg.conf is now obsolete with the new driver and new xorg ?

2007-09-18 Thread GiGGz
Hi,

My xorg.conf is quite old. I don't know where I can find an actuel 
xorg.conf...so I post here. I would like to know which parts of this 
file (below) are now obsolete ?

Thx
Regards,
Guillaume

P.S. I know for MergedFB...I have posted today on this list...

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section Files
 FontPath/usr/share/fonts/X11/misc
#   FontPath/usr/share/fonts/X11/cyrillic
 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

 # path to defoma fonts
 FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
 Loadbitmap
 Loaddbe
 Loadddc
 Loaddri
 Loadextmod
 Loadfreetype
 Loadglx
 Loadint10
 Loadrecord
 Loadtype1
 Loadv4l
 Loadvbe
#   LoadGLcore
#   Loadi2c
#   Loaddrm
EndSection

Section InputDevice
 Identifier  Generic Keyboard
 Driver  kbd
 Option  CoreKeyboard
 Option  XkbRulesxorg
 Option  XkbModelpc105
 Option  XkbLayout   fr
##a commenter pour avoir le circonflexe
#   Option  XkbVariant  nodeadkeys
EndSection

Section InputDevice
 Identifier  Configured Mouse
 Driver  mouse
 Option  CorePointer
 Option  Device  /dev/input/mice
 Option  ProtocolImPS/2
 Option  Emulate3Buttons false
EndSection

Section InputDevice
 Identifier  Synaptics Touchpad
 Driver  synaptics
 Option  SendCoreEvents  true
 Option  Device  /dev/psaux
 Option  Protocolauto-dev
 Option  HorizScrollDelta0
 Option  MaxTapTime 0
 Option  MaxTapMove 0
EndSection

Section Device
 Identifier  ATI RADEON MOBILITY
 Driver  ati
 BusID   PCI:1:0:0
## option activee par default
#   Option  UseFBDevtrue
 Option  MonitorLayout   LVDS,CRT
#   Screen 0
#   Option  AGPMode 2
 Option  AGPMode 4
##  Option  AGPMode 8
 Option  XaaNoOffscreenPixmaps false # Faster RENDER 
acceleration
 Option  EnablePageFlip  true
 Option  DynamicClocks   true
#   Option  MergedNonRectangulartrue
##   Option crt_display true
##dual head
  Option MergedFBtrue
  Option CRT2Position RightOf
#Option CRT2Position LeftOf
  Option CRT2HSync 30.0-86.0
  Option CRT2VRefresh 50.0-75.0
#Option MergedXineramaCRT2IsScreen0 False
  Option MetaModes 1400x1050-1280x1024
EndSection

Section Monitor
 Identifier  LCD SAMSUNG
 Option  DPMS
 HorizSync   31.5-90
 VertRefresh 59-75
EndSection

Section Screen
 Identifier  Default Screen
 Device  ATI RADEON MOBILITY
 Monitor LCD SAMSUNG
 DefaultDepth24
 Subsection Display
 Depth   24
 Modes   1400x1050
 EndSubSection
EndSection

Section ServerLayout
 Identifier  Default Layout
 Screen  Default Screen
 InputDevice Generic Keyboard
 InputDevice Configured Mouse
 InputDevice Synaptics Touchpad
EndSection

Section DRI
 Mode0666
EndSection

Section Extensions
 Option  Composite Enable
EndSection

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: [xorg.conf][ati] Which part of my xorg.conf is now obsolete with the new driver and new xorg ?

2007-09-18 Thread GiGGz
Alex Deucher a écrit :
 On 9/18/07, GiGGz [EMAIL PROTECTED] wrote:
 Hi,

 My xorg.conf is quite old. I don't know where I can find an actuel
 xorg.conf...so I post here. I would like to know which parts of this
 file (below) are now obsolete ?

 
 You can remove all of the mergedfb options:
  Option  MonitorLayout   LVDS,CRT
  Option MergedFBtrue
  Option CRT2Position RightOf
 #Option CRT2Position LeftOf
  Option CRT2HSync 30.0-86.0
  Option CRT2VRefresh 50.0-75.0
 #Option MergedXineramaCRT2IsScreen0 False
  Option MetaModes 1400x1050-1280x1024
 
 but they will be ignored by the new driver anyway and you will need to
 add a virtual line as per my previous email.

And for the modules ? I have read anywhere that xorg now loads the 
module when it is needed. So, can I remove all the load lines ?

THx for your answer

 Alex

Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: [ati 9600] How to have dual monitor now with the new driver ?

2007-09-18 Thread giggz
Alex Deucher a écrit :
 On 9/18/07, GiGGz [EMAIL PROTECTED] wrote:
 Hi,

 With the old driver I use MergedFB in order to have a big desktop. I
 have a laptop and a CRT. With normal configuration I get (with the old
 driver) clone mode when I turn on my CRT. With a different Xorg.conf
 (see xorg.conf at the end) I could have an extended desktop on my LCD
 and my CRT. I have read that now the MergedFB option have been diseabled
 and we must use RandR...how can I do that, in order to have an extended
 desktop ? (with two different resolutions...)
 
 you'll need to add a virtual line to your config set to the max size
 desktop you want to use, e.g.,:
 
Subsection Display
Depth   24
Virtual 2680 1050
Modes   1400x1050
EndSubSection
 
 then
 
 dualhead:
 xrandr --output VGA-0 --right-of LVDS
 
 turn vga port off:
 xrandr --output VGA-0 --off
 
 etc.  See xrandr --help for more.
 
 Alex

Ok...but it seems that my crt is not found... when I launch xrandr -q i
get that :

Screen 0: minimum 320 x 175, current 1400 x 1050, maximum 1400 x 1050
default connected 1400x1050+0+0 0mm x 0mm
   1400x1050  60.0*
   1280x1024  60.0
   1280x960   60.0
   1280x800   60.0
   1280x768   60.0
   1152x864   60.0
   1152x768   60.0
   1024x768   60.0
   960x72060.0
   960x60060.0
   928x69660.0
   896x67260.0
   840x52560.0
   832x62460.0
   800x60060.0
   800x51260.0
   720x45060.0
   720x40060.0
   700x52560.0
   640x51260.0
   640x48060.0
   640x40060.0
   640x38460.0
   640x35060.0
   576x43260.0
   576x38460.0
   512x38460.0
   416x31260.0
   400x30060.0
   360x20060.0
   320x24060.0
   320x20060.0
   320x17560.0


So I can't do anything else...and when I put the line with virtual in my
xorg.conf I have a big desktop but on a screen...so it's not an extended
desktop. The desktop is bigger that my screen...

is there a tip to have a detected crt monitor ?

Thx a lot
Guillaume

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati