Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NEW ati-drivers [8.42.3]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
aephoenix
n00b
n00b


Joined: 01 Nov 2006
Posts: 18
Location: Bowdoin College

PostPosted: Sun Nov 04, 2007 11:37 pm    Post subject: Reply with quote

Weird problems galore..

Okay so the first.. Is everyone having this problem? I simply do not know what to google for it: When I'm using compositing, whether with like xfce4 compositing or with compiz-fusion, openGL applications like fgl_fglxgears and glxgears are not properly composited.. Like, they have no alpha and they are always visible through any windows that cover them.. But I am pretty sure that they have DRI as I think they have the same fps as without compositing..

Second, I can't run etqw-demo, it says it couldn't open a file etqw.bmp that is nonexistant on my system but appears to be an extremely uncommon issue. Along the same line (maybe?) ZSNES can't run in any OpenGL display modes.. but it runs fine without. The latter is considerably more baffling and important as it used to run before.

I can only run compiz-fusion with indirect rendering, it's slower than with XGL, Firefox has slow scrolling, etc, etc. The "Usual" problems to some extent. But those two first problems seem to be moreso unique.

I use a Dell Inspiron 6400 with AMD64 architecture, and my ATI card is an ATI Mobility Radeon x1400.

My xorg.conf:
Code:
Section "ServerLayout"

#       Screen      1  "Screen1" Above "Screen0"
        #Screen         "Screen1" 3000 0
        Identifier     "X.Org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard" "CoreKeyboard"
        InputDevice    "TouchPad" "CorePointer"
        Option "AIGLX" "true"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/encodings"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/terminus"
        FontPath     "/usr/share/fonts/corefonts"
        FontPath     "/usr/local/share/fonts"
        FontPath     "/usr/share/fonts/default"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/arphicfonts"
        FontPath     "/usr/share/fonts/baekmuk-fonts"
        FontPath     "/usr/share/fonts/sgi-fonts"
        FontPath     "/usr/share/fonts/default/ghostscript"
EndSection

Section "Module"
        #Load  "ddc"
        #Load  "vbe"
        #Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        SubSection  "extmod"
                Option "omit xfree86-dga"
        EndSubSection
        Load  "glx"
        #Load  "bitmap"
        Load  "type1"
        Load  "freetype"
        #Load  "record"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
        Option      "AIGLX" "true"
        Option      "IgnoreABI" "on"
EndSection

Section "InputDevice"
        Identifier  "Keyboard"
        Driver      "kbd"
        Option      "XkbLayout" "us"
        Option      "XkbModel" "inspiron"
        Option      "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
        Identifier  "TouchPad"
        Driver      "synaptics"
        Option      "Protocol" "auto-dev"
        Option      "Device" "/dev/input/synaptics"
        Option      "LeftEdge" "1900"
        Option      "RightEdge" "5400"
        Option      "TopEdge" "1900"
        Option      "BottomEdge" "4000"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "220"
        Option      "VertScrollDelta" "100"
        Option      "HorizScrollDelta" "100"
        Option      "MinSpeed" "0.02"
        Option      "MaxSpeed" "0.15"
        Option      "AccelFactor" "0.0015"
        Option      "SHMConfig" "on"
        Option          "VertTwoFingerScroll"   "True"
        Option          "HorizTwoFingerScroll"  "True"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"

        #Option     "TVOverscan" "off"
        Option "VideoOverlay" "on"
        Option "OpenGLOverlay" "off"
#       Option      "EnableMonitor" "tv"
#       Option      "ForceMonitors" "tv"
#       Option      "Mode2" "1920x1080,1280x720,720x480"
#       Option      "ForceMonitors" "lvds,crt1"
        Identifier  "Card0"
        Driver      "fglrx"
        Option      "DesktopSetup" "clone"
        BusID       "PCI:1:0:0"
        Option "UseFastTLS" "2"
        Option "UseInternalAGPGART" "no"
#       Option "EnablePrivateBackZ" "yes"
        Option "DynamicClocks" "on"
#       Screen 0
#       Optiono "backingstore" "true"
        Option "TexturedVideo" "True"
        Option "DRI" "true"
        Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Option "AddARGBGLXVisuals" "true"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x720"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection
It's extremely unorganized.

Edit: I still have this problem, my last edit "oops, too long" was about the forum post, not anything about my issue. T_T


Last edited by aephoenix on Mon Nov 05, 2007 9:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
dnadesign
Apprentice
Apprentice


Joined: 23 Dec 2006
Posts: 172
Location: Poland

PostPosted: Mon Nov 05, 2007 10:40 am    Post subject: Reply with quote

Hi.

(That's a n00b question that I'm going to ask, but I'll do it anyway.)
How do I emerge the new ATI drivers? Do I need an overlay or is there another way?
_________________
MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Back to top
View user's profile Send private message
pjj
Apprentice
Apprentice


Joined: 30 Apr 2004
Posts: 165
Location: The Netherlands

PostPosted: Mon Nov 05, 2007 2:01 pm    Post subject: Reply with quote

dnadesign wrote:
Hi.

(That's a n00b question that I'm going to ask, but I'll do it anyway.)
How do I emerge the new ATI drivers? Do I need an overlay or is there another way?


Next time don't ask n00b questions just check the thread, it links to ebuilds and stuff.

Anyway you just have to download the ebuild linked a few times in this thread put it in /usr/local/portage/x11-drivers/ati-drivers (copy the normal ati-driver dir to it aswell) and you should be ready togo.
Back to top
View user's profile Send private message
dnadesign
Apprentice
Apprentice


Joined: 23 Dec 2006
Posts: 172
Location: Poland

PostPosted: Mon Nov 05, 2007 3:41 pm    Post subject: Reply with quote

pjj wrote:
Anyway you just have to download the ebuild linked a few times in this thread put it in /usr/local/portage/x11-drivers/ati-drivers (copy the normal ati-driver dir to it aswell) and you should be ready togo.


Ok. I downloaded the ebuild and patches. Did the ebuild digest, removed the line from xorg-server, did ebuild digest there too, called emerge --regen and emerge --metadata and I'm still getting:
Code:

[blocks B     ] x11-drivers/ati-drivers (is blocking x11-base/xorg-server-1.4-r2)


What am I missing?

UPDATE: Ok, I found it. I was simply emerging something else and that stopped portage from being updated. After the emerge finished, the problem went away.

pjj, thanks for the info. It was very helpful and I finally know how to make my own custom ebuilds (well, almost... still need to learn the syntax, but that won't be a problem).
_________________
MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Mon Nov 05, 2007 5:16 pm    Post subject: Reply with quote

i dont recommend using aiglx with xorg-server 1.4
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
dnadesign
Apprentice
Apprentice


Joined: 23 Dec 2006
Posts: 172
Location: Poland

PostPosted: Mon Nov 05, 2007 6:18 pm    Post subject: Reply with quote

rmh3093 wrote:
i dont recommend using aiglx with xorg-server 1.4


Yeah, I noticed that... It's sad, because Ubuntu had all of this out-of-the-box, but whatever... I'll wait for the official release (maybe try doing some research on my own). Oh well... back to good, old, noDRI, X radeon drivers... ;-)
_________________
MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Tue Nov 06, 2007 3:19 am    Post subject: Reply with quote

dnadesign wrote:
rmh3093 wrote:
i dont recommend using aiglx with xorg-server 1.4


Yeah, I noticed that... It's sad, because Ubuntu had all of this out-of-the-box, but whatever... I'll wait for the official release (maybe try doing some research on my own). Oh well... back to good, old, noDRI, X radeon drivers... ;-)


ubuntu may have "a setup" that works out of the box, but im sure it does not run perfectly for everyone, with the degrees of freedom in gentoo with regard to software choices / software combinations / and software versions of course an indivdual may experience more problems getting everything to work properly in gentoo... what do you expect?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
vgt
n00b
n00b


Joined: 06 Nov 2007
Posts: 10

PostPosted: Tue Nov 06, 2007 12:47 pm    Post subject: Reply with quote

hi
I personaly just wait until those drivers are in the portage tree :)
but i have a qustion about them - do they support screen rotation (I have a nice pivot supporting LCD), because the 8.40.4 dont :(
Back to top
View user's profile Send private message
dnadesign
Apprentice
Apprentice


Joined: 23 Dec 2006
Posts: 172
Location: Poland

PostPosted: Tue Nov 06, 2007 6:39 pm    Post subject: Reply with quote

rmh3093 wrote:
ubuntu may have "a setup" that works out of the box, but im sure it does not run perfectly for everyone, with the degrees of freedom in gentoo with regard to software choices / software combinations / and software versions of course an indivdual may experience more problems getting everything to work properly in gentoo... what do you expect?


And how do you think? Why am I back on Gentoo? Because I want full controll over the system. That's why I don't use Windows, MacOS X, Ubuntu and other closed/binary OS'es. I'm a software developer for 15 years now and I finally want to move my skills to Linux... And Gentoo is my distribution of choice.

As for the drivers and xorg-server, I'll just wait for an official release. :-)
_________________
MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Nov 06, 2007 7:04 pm    Post subject: Reply with quote

vgt wrote:
hi
I personaly just wait until those drivers are in the portage tree :)
but i have a qustion about them - do they support screen rotation (I have a nice pivot supporting LCD), because the 8.40.4 dont :(


it will be a long wait imho, my personal idea is that 8.43.2 will be out before they'll get included..
Back to top
View user's profile Send private message
anunakin
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2004
Posts: 101

PostPosted: Tue Nov 06, 2007 8:13 pm    Post subject: Reply with quote

Worked for me at a Radeon Xpress 200M (X1300?)

Code:
x11-base/xorg-x11 7.2
x11-base/xorg-server 1.2.0-r3
ati-drivers ebuild for 8.42.3 (8.40.4_to_8.42.3-ebuild.patch and ati-drivers-2.6.23.patch by Ryan Hope http://bugs.gentoo.org/show_bug.cgi?id=196820 )
kernel gentoo-sources-2.6.22-r7


No issues, no artifacts... more frame rate... glxgears and games working with compiz-fusion.... :P :D
Firefox issue with scroll down maybe a xorg issue... less steps for mouse wheel ???
_________________
Anunakin (Marcus Fazzi)
PHP/Java/C++ Developer
Sony PS3 JPN 60GB, with Gentoo Linux + HDD 160GB
Sony PS2 50001, with PS2Linux, HDD 80GB
Back to top
View user's profile Send private message
ubik15
Tux's lil' helper
Tux's lil' helper


Joined: 08 Oct 2005
Posts: 90

PostPosted: Tue Nov 06, 2007 9:14 pm    Post subject: Reply with quote

I'm successfully using this new driver (at last...), so I'v decided to try compiz-fusion (nice idea...).
Well, compiz won't start because of this:

Code:

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0


Any clues?

Note that information here did not help: http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#GLX_EXT_texture_from_pixmap_is_missing (I can't find mesa original libs).
Back to top
View user's profile Send private message
dnadesign
Apprentice
Apprentice


Joined: 23 Dec 2006
Posts: 172
Location: Poland

PostPosted: Tue Nov 06, 2007 10:56 pm    Post subject: Reply with quote

ubik15 wrote:
I'm successfully using this new driver (at last...), so I'v decided to try compiz-fusion (nice idea...).
Well, compiz won't start because of this:

Code:

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0


Any clues?

Note that information here did not help: http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#GLX_EXT_texture_from_pixmap_is_missing (I can't find mesa original libs).


Not quite. This also happens when you're using the new drivers with xorg-server-1.4 and try to run compiz-fusion with compiz --replace.
_________________
MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Back to top
View user's profile Send private message
anunakin
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2004
Posts: 101

PostPosted: Wed Nov 07, 2007 2:00 pm    Post subject: Reply with quote

On my first try ... I used beryl... and got 1250fps with glxgears at a Toshiba M115 (Radeon Xpress 200M), now on compiz-fusion I got 1100 fps...

Guys to it works nicely I have instaled Xgl, next Beryl then Compiz-fusion ... following the Howtos at Gentoo-wiki site... and information at firsts pages of this topic...

I using KDE ... and to load compiz-fusion I use fusion-icon not compiz-manager
_________________
Anunakin (Marcus Fazzi)
PHP/Java/C++ Developer
Sony PS3 JPN 60GB, with Gentoo Linux + HDD 160GB
Sony PS2 50001, with PS2Linux, HDD 80GB
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Wed Nov 07, 2007 2:23 pm    Post subject: Reply with quote

Dottout wrote:
vgt wrote:
hi
I personaly just wait until those drivers are in the portage tree :)
but i have a qustion about them - do they support screen rotation (I have a nice pivot supporting LCD), because the 8.40.4 dont :(


it will be a long wait imho, my personal idea is that 8.43.2 will be out before they'll get included..


ha... the OSS driver will support r500 cards before a new ati driver is added to portage ;)
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
ubik15
Tux's lil' helper
Tux's lil' helper


Joined: 08 Oct 2005
Posts: 90

PostPosted: Wed Nov 07, 2007 5:49 pm    Post subject: Reply with quote

Again on my GLX_EXT_blabla problem:
this is my glxinfo output:

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, [b]GLX_EXT_texture_from_pixmap[/b],
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, [b]GLX_EXT_texture_from_pixmap[/b]


As you can see, this feature seems to be here and alive...

Dunno what to do!!!

P.S.
Anyone can tell me the difference between the two executable "compiz" and "compiz-start"? The second doesn't complain about the GLX_EXT_blabla...
Back to top
View user's profile Send private message
anunakin
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2004
Posts: 101

PostPosted: Wed Nov 07, 2007 10:01 pm    Post subject: Reply with quote

Look guys!!!
GLX_EXT_texture_from_pixmap != GLX_texture_from_pixmap (compiz needs it) Then this driver not do direct render ... but now is compatible with AIGLX (indirect render) ... on firsts pages of this topic there is how enable AIGLX ...
_________________
Anunakin (Marcus Fazzi)
PHP/Java/C++ Developer
Sony PS3 JPN 60GB, with Gentoo Linux + HDD 160GB
Sony PS2 50001, with PS2Linux, HDD 80GB
Back to top
View user's profile Send private message
ubik15
Tux's lil' helper
Tux's lil' helper


Joined: 08 Oct 2005
Posts: 90

PostPosted: Wed Nov 07, 2007 10:40 pm    Post subject: Reply with quote

anunakin wrote:
Look guys!!!
GLX_EXT_texture_from_pixmap != GLX_texture_from_pixmap (compiz needs it) Then this driver not do direct render ... but now is compatible with AIGLX (indirect render) ... on firsts pages of this topic there is how enable AIGLX ...


Well, compiz complains about it...

But!
Actually I made compiz start with:
Code:

# LIBGL_ALWAYS_INDIRECT=true compiz --replace ccp --sm-disable --indirect-rendering

(and also some other option in xorg.conf, the same in the previous posts, but it seems that the string above was enough)
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Nov 07, 2007 10:51 pm    Post subject: Reply with quote

anunakin wrote:
Look guys!!!
GLX_EXT_texture_from_pixmap != GLX_texture_from_pixmap (compiz needs it) Then this driver not do direct render ... but now is compatible with AIGLX (indirect render) ... on firsts pages of this topic there is how enable AIGLX ...


I guess amd simply "misspelled" it :lol: (how probable is that ?)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
nine01a
n00b
n00b


Joined: 09 Aug 2005
Posts: 24
Location: Houston, Texas

PostPosted: Fri Nov 09, 2007 6:01 am    Post subject: Reply with quote

Adding this to my device section for aticonfig-generated xorg.conf:

Option "XAANoOffscreenPixmaps" "true"

And it fixed those stupid artifacts in the bottom left corner of the screen as I posted earlier and the artifacts that followed the cursor. It was happening when I scrolled using Konqueror but hasn't done it all day when it usually happened after five minutes of browsing. Cheers.
_________________
--name="Zach"
Back to top
View user's profile Send private message
friesia
Apprentice
Apprentice


Joined: 23 Mar 2007
Posts: 202

PostPosted: Fri Nov 09, 2007 6:37 am    Post subject: Reply with quote

Those who have no problems with this driver + AIGLX, please give your full xorg.conf file.
Back to top
View user's profile Send private message
lr
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 96
Location: South of Germany

PostPosted: Fri Nov 09, 2007 2:29 pm    Post subject: Reply with quote

Hi,

this is my xorg.conf. Works fine here.

Don't forget to customize the BusId for your graphics card.

Regards,
lr


Code:

# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
   Fontpath   "/usr/share/X11/fonts/misc"
   Fontpath   "/usr/share/X11/fonts/cyrillic"
   Fontpath   "/usr/share/X11/fonts/100dpi/:unscaled"
   Fontpath   "/usr/share/X11/fonts/75dpi/:unscaled"
   Fontpath   "/usr/share/X11/fonts/Type1"
   Fontpath   "/usr/share/X11/fonts/100dpi"
   Fontpath   "/usr/share/X11/fonts/75dpi"
   # path to defoma fonts
   Fontpath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/True$"
EndSection

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

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

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "auto"
   Option      "ZAxisMapping"   "4 5 6 7"
EndSection

Section "Device"
   Identifier   "ATI Technologies, Inc. ATI Default Card"
   Driver      "fglrx"
   Busid      "PCI:4:0:0"
   #   Option         "UseInternalAGPGART" "no"
   #          Option         "KernelModuleParm" "agplock=0"
   #   Option       "VideoOverlay" "on"
   #   Option       "OpenGLOverlay" "off"
   #   Option       "UseFastTLS" "0"
   #   Option       "BlockSignalsOnLock" "on"
EndSection

Section "Monitor"
   Identifier   "SyncMaster"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. ATI Default Card"
   Monitor      "SyncMaster"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Modes      "1280x1024"   "1024x768"   "832x624"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   screen "Default Screen"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection

#Section "DRI"
#   Mode   0666
#EndSection

Section "ServerFlags"
             Option  "AIXGL"  "on"
EndSection

Section "Extensions"
   Option      "Composite"   "Enable"
EndSection
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Fri Nov 09, 2007 10:10 pm    Post subject: Reply with quote

Quote:
Section "Device"
Identifier "AMD X1250"
Driver "fglrx"
# BusID "PCI:1:5:0"
Option "XaaNoOffscreenPixmaps"
Option "DynamicClocks" "true"
Option "VBERestore" "true"
Option "backingstore" "true"
Option "RenderAccel" "true"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
Option "DRI" "true"
Option "backingstore" "true"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "on"
Option "PseudoColorVisuals" "off"
Option "DynamicClocks" "on"
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "TrackBall" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


BusID is disabled cos... it works just fine without it. Works fine with it too. When I get some time I'll have to figure out how to enable tv-out (through all interfaces - s-video, composite and HDMI).
_________________
If someone solves a problem for you say thanks... and put [SOLVED] in the title!
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Nov 10, 2007 2:24 pm    Post subject: Reply with quote

Pithlit, with which options do you start compiz ?

update:

ok, here's the thread which solved my starting issues:
http://forum.compiz-fusion.org/showthread.php?t=5068

it's slow though :(

hope it'll get better with 8.43.* driver :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Sat Nov 10, 2007 3:18 pm    Post subject: Reply with quote

Options?

Don't know really. I just went through this thread and googled a couple stuff when I was setting it up. Lemme have a look as to where those might be and I'll edit this post when I find em.

*edit* This?
Quote:
$ cat /usr/local/bin/compiz-fusion
compiz --replace ccp --sm-disable


Dunno if it's important but I start it with fusion-icon.

*edit2* I think it's better for me to add I'm using xorg-x11-7.2 and xorg-server-1.3.0.0-r1
_________________
If someone solves a problem for you say thanks... and put [SOLVED] in the title!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum