Recommended Posts

I have an Nvidia card and I installed the drivers... I followed this tut

--------------------------------------------

Software

xorg

Compositing

With FC3t2 compositing can be enabled and used to add shadows to windows and making them transparent. Because it is very slow the practical use at the moment is limited to making pretty screenshots.

Add the following lines to /etc/X11/xorg.conf:

Section "Extensions"

Option "Composite" "Enable"

EndSection

After restarting xorg, compositing will be enabled (you'll know because xorg will be much slower). At the moment Gnome does not support compositing, so you'll need two small applications to demo this:

cvs -d :pserver:[email protected]:/cvs/xapps login

[No password needed, just press return]

cvs -d :pserver:[email protected]:/cvs/xapps co transset

cvs -d :pserver:[email protected]:/cvs/xapps co xcompmgr

cd xcompmgr

export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/

./autogen.sh

./configure

make

sudo make install

cd ../transset

make

sudo cp transset /usr/X11R6/bin/

You can now turn on compositing with:

xcompmgr -cfC

Note that with the Bluecurve theme the borders seem to get translucent and only the menus get shadows. To make a window 40% transparent, start:

transset .4

the cursor will change into a cross. Click on the window to which you want to apply the transparency setting.

----------------------------------------------------

and it was being REALLY REALLY slow.. i dont think it should be. and X kept on crashing or somthing. any idea awhats goin on

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/
Share on other sites

ah, (forgot this should be in customisation forum for linux). Does it work better for KDE? or what other things can i get other then KDE or Gnome. preferable somthing LIKE gnome.

585528739[/snapback]

No, this is completely seperate from GNOME and KDE, so it will perform about the same whichever window manager you're using.

Oh, and... moved here.

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585528858
Share on other sites

It shouldn't be that slow if you have a nvidia card with the nvidia drivers installed. Try adding Option "RenderAccel" "on" to your device section (the place where you set Driver "nvidia") in your /etc/X11/xorg.conf file.

I don't see any performance difference when using composite here (besides being likely to crash when using GLX).

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585529377
Share on other sites

It shouldn't be that slow if you have a nvidia card with the nvidia drivers installed. Try adding Option "RenderAccel" "on" to your device section (the place where you set Driver "nvidia") in your /etc/X11/xorg.conf file.

I don't see any performance difference when using composite here (besides being likely to crash when using GLX).

585529377[/snapback]

yeah, you said what I wanted to say.

btw I have no problems at all with that compositing stuff, except a little font weirdness (almost fixed), and no quake3 at all :happy:

Edited by darkz
Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585529961
Share on other sites

No, this is completely seperate from GNOME and KDE, so it will perform about the same whichever window manager you're using.

Oh, and... moved here.

585528858[/snapback]

Well on both my systems, Metacity (Gnome's window manager) causes very bad performance, titlebar 'flickering' and almost constant X server crashes. XFCE4's window manager works fine for me with no stability issues. YMMV, of course. :)

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585531510
Share on other sites

yeah, you said what I wanted to say.

btw I have no problems at all with that compositing stuff, except a little font weirdness (almost fixed), and no quake3 at all  :happy:

585529961[/snapback]

You also can try Option "AllowGLXWithComposite" "1" along with the Option "Composite" "on" so GLX works when composite is enabled (ie. Quake3  :)  ), but don't get surprised if your system crashes (or maybe just the X server).

585530053[/snapback]

How exactly do i do these things? I know how to get into my xorg.conf file and edit it but not sure what format them two options should be in when i'm adding them

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585531815
Share on other sites

How exactly do i do these things? I know how to get into my xorg.conf file and edit it but not sure what format them two options should be in when i'm adding them

585531815[/snapback]

Simply add what is in green as lines in your xorg.conf, in the device section.

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585531817
Share on other sites

Okay thanks. Do that when i get back from school :)

edit:

do i add this the same way?

You also can try Option "AllowGLXWithComposite" "1" along with the Option "Composite" "on" so GLX works when composite is enabled (ie. Quake3 ), but don't get surprised if your system crashes (or maybe just the X server).

and to the same section?

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585531842
Share on other sites

This is how I have it:

Section "Device"

        # no known options

        #BusID

        Identifier  "NVIDIA GeForce 4 (generic)"

        Driver      "nvidia"

        VendorName  "NVIDIA GeForce 4 (generic)"

        BoardName  "NVIDIA GeForce 4 (generic)"

        Option      "TwinView" "false"

#        Option      "SecondMonitorHorizSync" "30-50"

#        Option      "SecondMonitorVertRefresh" "60"

#        Option      "MetaModes" "1024x768,1024x768"

#      Option      "TVStandard" "PAL-B"

#      Option      "TVOutFormat" "RCA"

#      Option      "TwinViewOrientation" "Clone"

#        Option      "UBB" "True"

#        Option      "WindowFlip" "True"

        Option      "NoLogo" "True"

        Option "RenderAccel" "on"

        Option      "NvAGP" "3"

EndSection

Section "Extensions"

        Option "Composite" "on"

        Option "AllowGLXWithComposite" "1"

EndSection

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585531868
Share on other sites

You also can try Option "AllowGLXWithComposite" "1" along with the Option "Composite" "on" so GLX works when composite is enabled (ie. Quake3 ), but don't get surprised if your system crashes (or maybe just the X server).

this command didnt work... are you sure its right

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585538951
Share on other sites

Excuse me while jump in here: Are these extra eye candy tricks supported in most all video cards or are some chipsets not supported? I have seen where xorg is going to work with my laptop's video (i830) but are there restrictions as to what cards are supported?

I swear I am so superficial that this is the biggest thing I am looking forward to upgrading to... :whistle:

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585555478
Share on other sites

In theory they will work with any card, but in practice they are pretty much unusable on anything other than an nvidia card, because the nvidia drivers are the only ones which provide hardware acceleration for the render extension.

The effects should work on non-nvidia cards, but they'll probably be fairly slow, and maybe more crash-prone.

Link to comment
https://www.neowin.net/forum/topic/289707-drop-shadows/#findComment-585558867
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • No, "a great deal" for 32GB of DDR5 is $50, not $350. I mean I see what you mean, that it's a decent price compared to what's currently available, but you really should put a disclaimer in this articles explaining that it's still multiple times more expensive than it used to be.
    • Linux 7.1 stable launch looms as Linus Torvalds releases the final release candidate by Paul Hill Linus Torvalds has just released what’s expected to be the final release candidate of Linux 7.1, rc7. The Linux founder said that this RC is not small, but smaller than recent releases, which is a good sign because he expects the stable version to drop next week if things continue on this trajectory. Linux kernels see a merge window for the first two weeks of their life, where developers add new features, then there are about seven or eight weeks of release candidates before the stable version. Typically, there are seven release candidates, but if more time is needed, then an eighth release candidate is released too. This week’s RC’s biggest area of fixes was for GPUs, with networking just behind. Torvalds said that the rest of the release was “pretty random and spread out” with some architecture fixes, driver fixes, filesystem improvements, and build fixes for more unusual configs. In terms of specific pieces of hardware receiving improvements in this update, we had more AMD Zen6 models supported and fixes for AMD SDMA 7.1 and GFX11. Hardware that got improvements includes Lenovo laptops, HONOR laptops, and MSI laptops. Here are the changelogs for those: ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 15ASH11 Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk table ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF When the stable Linux 7.1 is released, it will be up to distribution maintainers, such as Canonical and Red Hat, to release the update to their users via the update manager. Some versions of Linux will get it before others, and some will never get it at all. Fedora and Arch-based distros will be among the first to get it, though. If you don’t get it, the security fixes will be backported to your system’s kernel, so you won’t be at risk, but you won’t get newer hardware support, which is fine if your computer works now.
    • Ideally, the algorithm is smart enough to see the real sender ID and non-spoofed address to block it. Ideally.
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      249
    3. 3
      Steven P.
      71
    4. 4
      ATLien_0
      68
    5. 5
      +Edouard
      68
  • Tell a friend

    Love Neowin? Tell a friend!