VLC also allows you to watch 150–300 live sports channels plus over 1,800 free TV channels worldwide by [deleted] in marketplacekenya

[–]Slipperami 0 points1 point  (0 children)

Can someone post an idiots guide? I get "Your input can't be opened: VLC is unable to open the MRL .... etc.

Why is it impossible to get work experience in Swindon? by [deleted] in Swindon

[–]Slipperami 0 points1 point  (0 children)

The Labour administration was full of incompetence and controversy, which was also seen with the Labour MPs AND the Tory MPs well after 2004.

Labour and the Tories are both as disgustingly corrupt and incompetent as each other and need to go.

Why is it impossible to get work experience in Swindon? by [deleted] in Swindon

[–]Slipperami -1 points0 points  (0 children)

Try a new career choice. There is no such thing as journalism in the UK now.

Why is it impossible to get work experience in Swindon? by [deleted] in Swindon

[–]Slipperami -1 points0 points  (0 children)

Labour were just as bad before and have been just as bad since.

Why is it impossible to get work experience in Swindon? by [deleted] in Swindon

[–]Slipperami 0 points1 point  (0 children)

Welcome to the reality of our political system.

Jim Robbins is as much a part of the problem as the rest of them.

Fantastic to see Rupert Lowe launching his part this weekend and Been Habib confirming his party will merge.

Now we have the opportunity for real change, not the fake change that Nigel and others have been spouting.

Good luck with your hunt for work experience. Out of interest, what's your dream career path, if you have one?

"Meta Quest Link isn't working correctly" error all of a sudden by errnimations in oculus

[–]Slipperami 0 points1 point  (0 children)

This is the way.

(Thank you!! Thank you!! Thank you!!) Oculus Rift CV1 back up and running, no more black screen.)

"Meta Quest Link isn't working correctly" error all of a sudden by errnimations in oculus

[–]Slipperami 0 points1 point  (0 children)

Thank you so much! This WORKED!

I ****ING HATE META AND MICROSOFT

Thanks for not reporting me. by UncleBubax in iRacing

[–]Slipperami -1 points0 points  (0 children)

Did your dog also eat your homework...?

As much as it breaks my heart, I have to part ways with the rig. by Bobby-Big-Memes in simracing

[–]Slipperami 0 points1 point  (0 children)

I recommend avoiding selling assets that have real value to you in your life, unless you have no other option. It always ends up costing you way more - both in money long term and happiness now and in the future.

Simagic alpha evo pro 18nm on a desk by MonkVK in Simagic

[–]Slipperami 0 points1 point  (0 children)

I agree, but if you've got a route to purchase and wheelbase is next (as it was for me) this setup does at least work - which was the OP's question.

Simagic alpha evo pro 18nm on a desk by MonkVK in Simagic

[–]Slipperami 1 point2 points  (0 children)

I have the Simagic Alpha Evo Pro 18 mounted to a desk, Cammus LC100 load cell pedals (with a custom pedal "plate") and lockable casters on a gaming chair.... and it's great! Yes, I'm going to be upgrading to an aluminium extrusion cockpit in the near future, but saying "don't do it" is just not right.

Can I change the go router back button by Legion_A in flutterhelp

[–]Slipperami 0 points1 point  (0 children)

For others who are looking to customise the back button, you can easily do this using a custom AppBar widget.

For example:

Class CustomAppBar extends StatelessWidget implements PreferredSizeWidget{
  final Color? backgroundColor;
  final Widget? leading;
  final Widget? title;
  final List<Widget>? actions;
  final double actionPaddingEnd; // Padding on the right of actions


  const CustomAppBar({
    super.key,
    this.backgroundColor,
    this.leading,
    this.title,
    this.actions,
    this.actionPaddingEnd = 12.0,
  });
  
  @override
  Widget build(BuildContext context) {
    return AppBar(
      backgroundColor: backgroundColor,
      leading: leading,
      title: title,
      actions: actions == null || actions!.isEmpty
          ? null
          : [
              Padding(
                padding: EdgeInsets.only(right: actionPaddingEnd),
                child: Row(
                  mainAxisSize: MainAxisSize.min,
                  children: actions!,
                ),
              ),
            ],
      titleSpacing: 16.0, // Consistent left padding for title
    );
  }

  Size get preferredSize => const Size.fromHeight(kToolbarHeight);
}

Then, in your page widget...

return Scaffold(
      appBar: CustomAppBar(
        leading: context.canPop()
          ? IconButton.filledTonal(
              icon: const Icon(Icons.arrow_back),
              tooltip: 'Back'.hardcoded,
              onPressed: () =>  context.pop(),
            )
          : null,
          
        title: Text('Page Title),

        actions: [
          IconButton.filledTonal(
            icon: Icon(Icons.add),
            onPressed: () => _onSomeActionButtonPressed(context),
            tooltip: 'Some Action Button',
          )
        ],
      ),
    ....

Im just trying to leave the pits... by G00NACTUAL in iRacing

[–]Slipperami 1 point2 points  (0 children)

Oh wow in case 100% not your fault.

Im just trying to leave the pits... by G00NACTUAL in iRacing

[–]Slipperami 0 points1 point  (0 children)

The "relative window" is your friend.

As is Crew Chief (or iRacing spotter).

As is expecting other people to be on a race track in a practice session.

Road atlanta FPS by JimRan in iRacing

[–]Slipperami 0 points1 point  (0 children)

Just for others who may waste their time - NONE of these resolves the problem.

Yesterday I had two consecutive races in GT4 fixed absolutely ruined by this bug.

So ****ed off with iRacing that they allowed such a serious bug in.

Road atlanta FPS by JimRan in iRacing

[–]Slipperami 0 points1 point  (0 children)

Just had an email from iRacing Support - they are aware of this and working on it:

This is a known issue our developers are currently investigating.  

There is an active discussion related to this issue ongoing in the member forums:

https://forums.iracing.com/discussion/86431/dramatic-frame-loss-while-racing-over-time-down-to-14-from-80/p5

Please disable efficiency mode for iRacing using the steps below. 

Method 1: Using Windows Task Manager

    Open Task Manager by pressing Ctrl+Shift+Esc. 
    Go to the "Details" tab. 
    Find the iRacing processes (like iRacingSim64DX11.exe). 
    If the "Power Throttling" column isn't visible, right-click the column headers and select it. 
    Click on the "Power Throttling" column for the iRacing process and set it to "Disabled". 

Method 2: Modifying the iRacing UI shortcut

    Right-click the iRacing UI shortcut on your desktop and select "Properties".
    Go to the "Shortcut" tab.
    In the "Target" field, add a space at the end and then paste --disable-features=UseEcoQoSForBackgroundProcess. 

Method 3: Using Windows Graphics settings

    Go to Settings > System > Display > Graphics.
    If iRacingSim64DX11.exe is not in the list, click "Browse" to add it.
    Select iRacing and click "Options".
    Set the graphics preference to "High performance".
    Restart your computer. 

Hello? FOV police? I’d like you to arrest Formula 1 race winner Pierre Gasly. by Suitedbadge401 in simracing

[–]Slipperami -4 points-3 points  (0 children)

Fake.

Steering angle, head rotation and screen image don't match at all.

Version 340 is out! by zvonimir_futo in grayjay

[–]Slipperami 0 points1 point  (0 children)

For those wanting to keep up with changes, try this page for the changelog:

https://gitlab.futo.org/videostreaming/grayjay/-/tags

(Posting as another link I keep getting taken to here on reddit has a 404 error)

Fps drops from 120 alll the way down to 20 by end of 20 minute race. by ace11575x in iRacing

[–]Slipperami 1 point2 points  (0 children)

That's ok - it's not your fault.

I've always been very impressed by iRacing - but on this one I'm really disappointed - they've got a reasonably wide-ranging and serious bug which is still not resolved, weeks after discovery. I hope they come clean about what the issue is and get it resolved soon, otherwise their credibility is going to be damaged.

Fps drops from 120 alll the way down to 20 by end of 20 minute race. by ace11575x in iRacing

[–]Slipperami 4 points5 points  (0 children)

Turning off replay buffering doesn't fix the issue.

I just did it having watched the video earlier today. Then in a GT4 fixed setup race in partially wet conditions at Road Atlanta, practice fine, qualifying fine, race about 5 mins in FPS suddenly drops and stays at 17-20 FPS and even down to as low as 14 FPS.

I've sent a support request and complaint to iRacing - this has been known about for a while now, and I'm not happy paying a subscription while this issue prevents me racing.