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

    • Dell, HP PCs ran into endless reboot, BitLocker recovery loops but Windows 11 isn't to blame by Sayan Sen Last month Neowin reported on a major issue on Dell systems wherein a bug in its official support tool was leading to endless blue screen of death (BSOD) and restarts. Following our report, Dell officially acknowledged its SupportAssist-related crash issue, confirming that the culprit is not Microsoft's operating system but rather a faulty version of its own remediation software. In a newly published support advisory, Dell stated that version 5.5.16.0 of Dell SupportAssist Remediation and Alienware SupportAssist Remediation can trigger blue screen errors and unexpected system restarts. The company notes that the problematic component operates independently of the main SupportAssist application, meaning users should not remove the primary SupportAssist software when troubleshooting the issue. According to Dell, the crashes are linked specifically to the SupportAssist Remediation service, which is bundled with SupportAssist OS Recovery Tools, and as such it has since released an updated version, 5.5.16.1, which is said to resolve the problem. Affected users are advised to first verify whether version 5.5.16.0 is installed by checking the Installed Apps section in Windows Settings. If so, Dell recommends updating SupportAssist OS Recovery Tools through either SupportAssist's "Update Software" feature or Dell Command Update. Dell also advises users to back up important data before performing the update and to ensure systems remain connected to power throughout the installation process. If you are still having issues though make sure to report to the Dell support forum. As it turns out though Dell is not the only PC maker currently dealing with update-related headaches as HP is also facing a separate but probably equally frustrating issue involving recent Windows Secure Boot updates that were released with recent Windows 11 Patch Tuesdays. Similar to Dell, HP also put up its own support article where it explains the issue. The company says that affected devices could hit a brick wall when booting as they run into a BitLocker recovery loop after the April 2026 updates. The problem appears to affect systems wherein the new UEFI Secure Boot CA 2023 certificates fail to apply properly. As such affected users will find themselves entering their recovery key over and over again despite the system otherwise functioning normally. HP says such PCs should be updated to the latest available BIOS version and configured with the necessary Secure Boot certificates before installing Microsoft's Windows 11 Patch Tuesday updates. Systems that are already experiencing the problem may require BIOS configuration changes to restore normal boot behavior. Admins can find information regarding that in the support article here on HP's official website.
    • Getting further away from the artistic study of mental disease that was the first game... (which never needed any sequels to begin with) But I get it, a company has to make money. And the second was at least visually impressive, if not in any other way.
    • If its the devs fault you would think Unreal would help M$ take full advantage of Unreal and work with them to fix the performance issues. Otherwise they are catching unwarranted bad press.
    • Thanks for the advice guys, I'll give my current GPU a clean and then run the benchmarks to see how similar it is. Hopefully a bit of a clean-out will help it last a bit longer.
    • Pretty sure those will still be in this game. The series' well-explored psychosis themes will return as well.
  • 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
      246
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      neufuse
      68
  • Tell a friend

    Love Neowin? Tell a friend!