Re: [gentoo-user] Wine problems

2024-01-23 Thread stefan11111

Finally got it to work.
I added the working xorg.conf for nvidia prime as an attachment.
Maybe it will help someone else too.
Please tell me if you see anything in it that shouldn't be there.
Thanks to all who helped me with this.

--
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

COMMON_FLAGS="-O3 -pipe -march=native -ftree-vectorize -ffast-math 
-funswitch-loops -fuse-linker-plugin -flto -fdevirtualize-at-ltrans 
-fno-plt -fno-semantic-interposition -fno-common -falign-functions=32 
-fgraphite-identity -floop-nest-optimize"


USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto 
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
strip system-man"


INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
/usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus 
/lib/udev /usr/share/icons /usr/share/applications 
/usr/share/gtk-3.0/emoji"# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 525.147.05

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0"
Screen  0  "Screen1"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "modesetting"
VendorName "NVIDIA Corporation"
ChipId  0x0
ChipRev 0x0
IRQ 0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID  "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
SubSection "Display"
Depth   24
EndSubSection
Option "metamodes" "1920x1080 +0+0 {ForceCompositionPipeline=On}"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor"Monitor0"
DefaultDepth24
SubSection "Display"
Depth   24
EndSubSection
Option "metamodes" "1920x1080 +0+0 {ForceCompositionPipeline=On}"
EndSection


Re: [gentoo-user] Wine problems

2023-12-19 Thread stefan11111

On 2023-12-13 19:29, stefan1@shitposting.expert wrote:

On 2023-12-13 19:21, Vít Smolík wrote:
st 13. 12. 2023 v 19:51 odesílatel  
napsal:


On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> On 2023-12-13 16:23, Vít Smolík wrote:
>> st 13. 12. 2023 v 16:58 odesílatel 
>> napsal:
>>>
>>> On 2023-12-13 14:55, Vít Smolík wrote:
>>> > st 13. 12. 2023 v 9:28 odesílatel 
>>> > napsal:
>>> >>
>>> >> On 2023-12-13 05:34, Vít Smolík wrote:
>>> >> > okay, then dont worry about this.
>>> >> > chceck the xorg log it should be in /var/log/Xorg..log.
>>> >> > also check if both the nvidia and intel drivers are loaded correctly.
>>> >> >
>>> >> > May the Force be with you,
>>> >> > Vít Smolík.
>>> >> >
>>> >>
>>> >> I added the Xorg.0.log from optimus as an attachment.
>>> > okay, i checked and i saw these lines:
>>> >
>>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>>> >> [ 32496.682] (II) modeset(1): using default device
>>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
>>> >> section.
>>> >> [ 32496.682] (II) UnloadModule: "modesetting"
>>> >
>>> > i think the third line from this citation may be the concern, make
>>> > sure you installed the proprietary nvidia drivers, and disabled
>>> > nouveau (pretty sure you already did that)
>>> > could you send your xorg.conf? it seems to me that the config that
>>> > nvidia-xconfig made is faulty.
>>> >
>>> > --
>>> > May the Force be with you,
>>> > Vít Smolík.
>>> I added my xorg.conf as an attachment
>> okay, try adding this line right after the "Device" line in the
>> "Screen" section:
>>
>> GPUDevice "InactiveDevice1"
>>
>> The config should then look like this:
>>
>>> Section "Screen"
>>> Identifier "Screen0"
>>> Device "Device0"
>>> GPUDevice "InactiveDevice1"
>>> Monitor"Monitor0"
>>> DefaultDepth24
>>> Option "AllowEmptyInitialConfiguration" "True"
>>> SubSection "Display"
>>> Depth   24
>>> EndSubSection
>>> EndSection
>> (i don't know how the formating will look in this email, but the
>> "GPUDevice" line will be indented the same as the "Device" line)
>>
>> after that, save the config file and start X
> Doing this did have an effect, but not the desired effect.
> I still don't see xorg's display on the laptop screen, but if I
> connect an hdmi cable to the laptop, I get output on an external
> monitor.
Good news, proton works.
I don't get sound with proton though, but that is a known issues with
steam's runtime that can be fixed.
Thanks for helping me so far. Maybe I can even get the display to 
work

on the laptop's screen.


i think the fix for your problem will be adding the second monitor to
the xorg.conf, you only have 1 monitor configured.
would you mind sending me your original xorg config if you still have 
it?




The xorg config I sent is the only one I had on this laptop.
Before trying this, I didn't have an xorg config on this laptop.


also try running xrandr (after starting X), then see all of the
outputs and add something like this to your X config


Section "Monitor"
Identifier "THE THING XRANDR OUTPUTS"
Option "DPMS"
EndSection


the xrandr output should look something like this:

Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x 
axis y axis) 531mm x 299mm

   1920x1080 59.93 +  60.00*   50.0059.94
   1920x1080i60.0050.0059.94
   1680x1050 59.88
…


if you can't figure it out, send the output, i will help you write the 
config ;D

This is the output of xrandr:

$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 698mm x 392mm
   1920x1080 60.00*+  60.0059.9450.00
   1680x1050 59.95
   1600x900  60.00
   1440x900  59.89
   1440x576  50.00
   1400x1050 59.98
   1280x1024 60.02
   1280x800  59.81
   1280x720  60.0059.9650.00
   1024x768  60.00
   800x600   60.3256.25
   720x576   50.00
   720x480   59.94
   640x480   59.94

Decided to give this one more shot.
I ran xrandr one again, this time with no xorg.conf.
This is the output, it seems different from last time:

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis 
y axis) 344mm x 193mm

   1920x1080144.00*+  60.0160.0259.9759.9659.93
   1680x1050 59.9559.88
   1400x1050 74.7659.98
   1600x900  59.9959.9459.9559.82
   1280x1024 85.0275.0260.02
   1400x900  59.9659.88
   1280x960  85.0060.00
   1440x810  60.0059.97
   1368x768  59.8859.85
   1280x800  59.9959.9759.8159.91

Re: [gentoo-user] Wine problems

2023-12-14 Thread Vít Smolík
st 13. 12. 2023 v 23:20 odesílatel  napsal:
>
> On 2023-12-13 20:32, Vít Smolík wrote:
> > okay, i think you could try deleting (or comenting, it is up to you)
> > the
> > "GPUDevice" line from the second screen section (the one at the bottom
> > of
> > the config, also, in the config, edit the resolution, it's the last
> > "Option" in the second screen section.
> > save the config, and restart X
> >
> > May the Force be with you,
> > Vít Smolík.
>
> Tried commenting out the GPUDevice part. No change.
> What should I set the resolution to? My laptop's screen is 1920*1080.
>
also, try if you can configure the monitor in nvidia settings

-- 
May the Force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-14 Thread Vít Smolík
Dne st 13. 12. 2023 23:20 uživatel  napsal:

> On 2023-12-13 20:32, Vít Smolík wrote:
> > okay, i think you could try deleting (or comenting, it is up to you)
> > the
> > "GPUDevice" line from the second screen section (the one at the bottom
> > of
> > the config, also, in the config, edit the resolution, it's the last
> > "Option" in the second screen section.
> > save the config, and restart X
> >
> > May the Force be with you,
> > Vít Smolík.
>
> Tried commenting out the GPUDevice part. No change.
> What should I set the resolution to? My laptop's screen is 1920*1080.
>
the second screen parameter is configured for your hdmi monitor, so set it
to the resolution of it.

May the Force be with you,
Vít Smolík.


Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 20:32, Vít Smolík wrote:
okay, i think you could try deleting (or comenting, it is up to you) 
the
"GPUDevice" line from the second screen section (the one at the bottom 
of

the config, also, in the config, edit the resolution, it's the last
"Option" in the second screen section.
save the config, and restart X

May the Force be with you,
Vít Smolík.


Tried commenting out the GPUDevice part. No change.
What should I set the resolution to? My laptop's screen is 1920*1080.



Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
Dne st 13. 12. 2023 21:26 uživatel  napsal:

> On 2023-12-13 20:13, Vít Smolík wrote:
> > Dne st 13. 12. 2023 21:05 uživatel 
> > napsal:
> >
> >> On 2023-12-13 19:58, Vít Smolík wrote:
> >> > Added the modified config as an attachment, i configured another
> screen
> >> > section at the bottom of the config, its identifier is "Screen1", also
> >> > added it to the server layout on top of the config.
> >> >
> >> > rename your old xorg.conf and download this, then restart X, and
> report
> >> > if
> >> > it was successfull :)
> >> >
> >> > May the Force be with you,
> >> > Vít Smolík.
> >>
> >> Still no luck.
> >>
> > could you send your "xrandr" output? (you need to start X to run it)
> > and
> > your X log?
> >
>
> I added all the logs I found as attachments, maybe one of them tells you
> something. They seem pretty recent, oldest is an hour old.
> The latest is Xorg.0.log
>
> xrandr output:
> $ xrandr
> Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
> HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
> axis y axis) 698mm x 392mm
> 1920x1080 60.00*+  60.0059.9450.00
> 1680x1050 59.95
> 1600x900  60.00
> 1440x900  59.89
> 1440x576  50.00
> 1400x1050 59.98
> 1280x1024 60.02
> 1280x800  59.81
> 1280x720  60.0059.9650.00
> 1024x768  60.00
> 800x600   60.3256.25
> 720x576   50.00
> 720x480   59.94
> 640x480   59.94
>
okay, i think you could try deleting (or comenting, it is up to you) the
"GPUDevice" line from the second screen section (the one at the bottom of
the config, also, in the config, edit the resolution, it's the last
"Option" in the second screen section.
save the config, and restart X

May the Force be with you,
Vít Smolík.


Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 20:13, Vít Smolík wrote:
Dne st 13. 12. 2023 21:05 uživatel  
napsal:



On 2023-12-13 19:58, Vít Smolík wrote:
> Added the modified config as an attachment, i configured another screen
> section at the bottom of the config, its identifier is "Screen1", also
> added it to the server layout on top of the config.
>
> rename your old xorg.conf and download this, then restart X, and report
> if
> it was successfull :)
>
> May the Force be with you,
> Vít Smolík.

Still no luck.

could you send your "xrandr" output? (you need to start X to run it) 
and

your X log?



I added all the logs I found as attachments, maybe one of them tells you 
something. They seem pretty recent, oldest is an hour old.

The latest is Xorg.0.log

xrandr output:
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x 
axis y axis) 698mm x 392mm

   1920x1080 60.00*+  60.0059.9450.00
   1680x1050 59.95
   1600x900  60.00
   1440x900  59.89
   1440x576  50.00
   1400x1050 59.98
   1280x1024 60.02
   1280x800  59.81
   1280x720  60.0059.9650.00
   1024x768  60.00
   800x600   60.3256.25
   720x576   50.00
   720x480   59.94
   640x480   59.94



Xorg.1.log.old
Description: application/json


Xorg.1.log
Description: application/json


Xorg.0.log.old
Description: application/json


Xorg.0.log
Description: application/json


Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
Dne st 13. 12. 2023 21:05 uživatel  napsal:

> On 2023-12-13 19:58, Vít Smolík wrote:
> > Dne st 13. 12. 2023 20:45 uživatel 
> > napsal:
> >
> >> On 2023-12-13 19:35, Vít Smolík wrote:
> >> > Dne st 13. 12. 2023 20:30 uživatel 
> >> > napsal:
> >> >
> >> >> On 2023-12-13 19:21, Vít Smolík wrote:
> >> >> > st 13. 12. 2023 v 19:51 odesílatel  >
> >> >> > napsal:
> >> >> >>
> >> >> >> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> >> >> >> > On 2023-12-13 16:23, Vít Smolík wrote:
> >> >> >> >> st 13. 12. 2023 v 16:58 odesílatel
>  >> >
> >> >> >> >> napsal:
> >> >> >> >>>
> >> >> >> >>> On 2023-12-13 14:55, Vít Smolík wrote:
> >> >> >> >>> > st 13. 12. 2023 v 9:28 odesílatel
> >>  >> >> >
> >> >> >> >>> > napsal:
> >> >> >> >>> >>
> >> >> >> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
> >> >> >> >>> >> > okay, then dont worry about this.
> >> >> >> >>> >> > chceck the xorg log it should be in /var/log/Xorg. >> >> number>.log.
> >> >> >> >>> >> > also check if both the nvidia and intel drivers are
> loaded
> >> >> correctly.
> >> >> >> >>> >> >
> >> >> >> >>> >> > May the Force be with you,
> >> >> >> >>> >> > Vít Smolík.
> >> >> >> >>> >> >
> >> >> >> >>> >>
> >> >> >> >>> >> I added the Xorg.0.log from optimus as an attachment.
> >> >> >> >>> > okay, i checked and i saw these lines:
> >> >> >> >>> >
> >> >> >> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> >> >> >> >>> >> [ 32496.682] (II) modeset(1): using default device
> >> >> >> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching
> >> config
> >> >> >> >>> >> section.
> >> >> >> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
> >> >> >> >>> >
> >> >> >> >>> > i think the third line from this citation may be the
> concern,
> >> make
> >> >> >> >>> > sure you installed the proprietary nvidia drivers, and
> disabled
> >> >> >> >>> > nouveau (pretty sure you already did that)
> >> >> >> >>> > could you send your xorg.conf? it seems to me that the
> config
> >> that
> >> >> >> >>> > nvidia-xconfig made is faulty.
> >> >> >> >>> >
> >> >> >> >>> > --
> >> >> >> >>> > May the Force be with you,
> >> >> >> >>> > Vít Smolík.
> >> >> >> >>> I added my xorg.conf as an attachment
> >> >> >> >> okay, try adding this line right after the "Device" line in the
> >> >> >> >> "Screen" section:
> >> >> >> >>
> >> >> >> >> GPUDevice "InactiveDevice1"
> >> >> >> >>
> >> >> >> >> The config should then look like this:
> >> >> >> >>
> >> >> >> >>> Section "Screen"
> >> >> >> >>> Identifier "Screen0"
> >> >> >> >>> Device "Device0"
> >> >> >> >>> GPUDevice "InactiveDevice1"
> >> >> >> >>> Monitor"Monitor0"
> >> >> >> >>> DefaultDepth24
> >> >> >> >>> Option "AllowEmptyInitialConfiguration" "True"
> >> >> >> >>> SubSection "Display"
> >> >> >> >>> Depth   24
> >> >> >> >>> EndSubSection
> >> >> >> >>> EndSection
> >> >> >> >> (i don't know how the formating will look in this email, but
> the
> >> >> >> >> "GPUDevice" line will be indented the same as the "Device"
> line)
> >> >> >> >>
> >> >> >> >> after that, save the config file and start X
> >> >> >> > Doing this did have an effect, but not the desired effect.
> >> >> >> > I still don't see xorg's display on the laptop screen, but if I
> >> >> >> > connect an hdmi cable to the laptop, I get output on an external
> >> >> >> > monitor.
> >> >> >> Good news, proton works.
> >> >> >> I don't get sound with proton though, but that is a known issues
> with
> >> >> >> steam's runtime that can be fixed.
> >> >> >> Thanks for helping me so far. Maybe I can even get the display to
> >> work
> >> >> >> on the laptop's screen.
> >> >> >>
> >> >> > i think the fix for your problem will be adding the second monitor
> to
> >> >> > the xorg.conf, you only have 1 monitor configured.
> >> >> > would you mind sending me your original xorg config if you still
> have
> >> >> > it?
> >> >> >
> >> >>
> >> >> The xorg config I sent is the only one I had on this laptop.
> >> >> Before trying this, I didn't have an xorg config on this laptop.
> >> >>
> >> >> > also try running xrandr (after starting X), then see all of the
> >> >> > outputs and add something like this to your X config
> >> >> >>
> >> >> >> Section "Monitor"
> >> >> >> Identifier "THE THING XRANDR OUTPUTS"
> >> >> >> Option "DPMS"
> >> >> >> EndSection
> >> >> >
> >> >> > the xrandr output should look something like this:
> >> >> >> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x
> 8192
> >> >> >> VGA-1 disconnected (normal left inverted right x axis y axis)
> >> >> >> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted
> right x
> >> >> >> axis y axis) 531mm x 299mm
> >> >> >>1920x1080 59.93 +  60.00*   50.0059.94
> >> >> >>1920x1080i60.0050.0059.94
> >> >> >>1680x1050 59.88
> >> >> >> …
> >> >> >
> >> >> > if you can't figure it out, send the output, i will 

Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 19:58, Vít Smolík wrote:
Dne st 13. 12. 2023 20:45 uživatel  
napsal:



On 2023-12-13 19:35, Vít Smolík wrote:
> Dne st 13. 12. 2023 20:30 uživatel 
> napsal:
>
>> On 2023-12-13 19:21, Vít Smolík wrote:
>> > st 13. 12. 2023 v 19:51 odesílatel 
>> > napsal:
>> >>
>> >> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
>> >> > On 2023-12-13 16:23, Vít Smolík wrote:
>> >> >> st 13. 12. 2023 v 16:58 odesílatel 
>> >> >> napsal:
>> >> >>>
>> >> >>> On 2023-12-13 14:55, Vít Smolík wrote:
>> >> >>> > st 13. 12. 2023 v 9:28 odesílatel
> >
>> >> >>> > napsal:
>> >> >>> >>
>> >> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
>> >> >>> >> > okay, then dont worry about this.
>> >> >>> >> > chceck the xorg log it should be in /var/log/Xorg.> number>.log.
>> >> >>> >> > also check if both the nvidia and intel drivers are loaded
>> correctly.
>> >> >>> >> >
>> >> >>> >> > May the Force be with you,
>> >> >>> >> > Vít Smolík.
>> >> >>> >> >
>> >> >>> >>
>> >> >>> >> I added the Xorg.0.log from optimus as an attachment.
>> >> >>> > okay, i checked and i saw these lines:
>> >> >>> >
>> >> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>> >> >>> >> [ 32496.682] (II) modeset(1): using default device
>> >> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching
config
>> >> >>> >> section.
>> >> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
>> >> >>> >
>> >> >>> > i think the third line from this citation may be the concern,
make
>> >> >>> > sure you installed the proprietary nvidia drivers, and disabled
>> >> >>> > nouveau (pretty sure you already did that)
>> >> >>> > could you send your xorg.conf? it seems to me that the config
that
>> >> >>> > nvidia-xconfig made is faulty.
>> >> >>> >
>> >> >>> > --
>> >> >>> > May the Force be with you,
>> >> >>> > Vít Smolík.
>> >> >>> I added my xorg.conf as an attachment
>> >> >> okay, try adding this line right after the "Device" line in the
>> >> >> "Screen" section:
>> >> >>
>> >> >> GPUDevice "InactiveDevice1"
>> >> >>
>> >> >> The config should then look like this:
>> >> >>
>> >> >>> Section "Screen"
>> >> >>> Identifier "Screen0"
>> >> >>> Device "Device0"
>> >> >>> GPUDevice "InactiveDevice1"
>> >> >>> Monitor"Monitor0"
>> >> >>> DefaultDepth24
>> >> >>> Option "AllowEmptyInitialConfiguration" "True"
>> >> >>> SubSection "Display"
>> >> >>> Depth   24
>> >> >>> EndSubSection
>> >> >>> EndSection
>> >> >> (i don't know how the formating will look in this email, but the
>> >> >> "GPUDevice" line will be indented the same as the "Device" line)
>> >> >>
>> >> >> after that, save the config file and start X
>> >> > Doing this did have an effect, but not the desired effect.
>> >> > I still don't see xorg's display on the laptop screen, but if I
>> >> > connect an hdmi cable to the laptop, I get output on an external
>> >> > monitor.
>> >> Good news, proton works.
>> >> I don't get sound with proton though, but that is a known issues with
>> >> steam's runtime that can be fixed.
>> >> Thanks for helping me so far. Maybe I can even get the display to
work
>> >> on the laptop's screen.
>> >>
>> > i think the fix for your problem will be adding the second monitor to
>> > the xorg.conf, you only have 1 monitor configured.
>> > would you mind sending me your original xorg config if you still have
>> > it?
>> >
>>
>> The xorg config I sent is the only one I had on this laptop.
>> Before trying this, I didn't have an xorg config on this laptop.
>>
>> > also try running xrandr (after starting X), then see all of the
>> > outputs and add something like this to your X config
>> >>
>> >> Section "Monitor"
>> >> Identifier "THE THING XRANDR OUTPUTS"
>> >> Option "DPMS"
>> >> EndSection
>> >
>> > the xrandr output should look something like this:
>> >> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
>> >> VGA-1 disconnected (normal left inverted right x axis y axis)
>> >> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x
>> >> axis y axis) 531mm x 299mm
>> >>1920x1080 59.93 +  60.00*   50.0059.94
>> >>1920x1080i60.0050.0059.94
>> >>1680x1050 59.88
>> >> …
>> >
>> > if you can't figure it out, send the output, i will help you write the
>> > config ;D
>> This is the output of xrandr:
>>
>> $ xrandr
>> Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
>> HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
>> axis y axis) 698mm x 392mm
>> 1920x1080 60.00*+  60.0059.9450.00
>> 1680x1050 59.95
>> 1600x900  60.00
>> 1440x900  59.89
>> 1440x576  50.00
>> 1400x1050 59.98
>> 1280x1024 60.02
>> 1280x800  59.81
>> 1280x720  60.0059.9650.00
>> 1024x768  60.00
>> 800x600   60.3256.25
>> 720x576   50.00
>> 720x480   

Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
Dne st 13. 12. 2023 20:45 uživatel  napsal:

> On 2023-12-13 19:35, Vít Smolík wrote:
> > Dne st 13. 12. 2023 20:30 uživatel 
> > napsal:
> >
> >> On 2023-12-13 19:21, Vít Smolík wrote:
> >> > st 13. 12. 2023 v 19:51 odesílatel 
> >> > napsal:
> >> >>
> >> >> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> >> >> > On 2023-12-13 16:23, Vít Smolík wrote:
> >> >> >> st 13. 12. 2023 v 16:58 odesílatel  >
> >> >> >> napsal:
> >> >> >>>
> >> >> >>> On 2023-12-13 14:55, Vít Smolík wrote:
> >> >> >>> > st 13. 12. 2023 v 9:28 odesílatel
>  >> >
> >> >> >>> > napsal:
> >> >> >>> >>
> >> >> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
> >> >> >>> >> > okay, then dont worry about this.
> >> >> >>> >> > chceck the xorg log it should be in /var/log/Xorg. >> number>.log.
> >> >> >>> >> > also check if both the nvidia and intel drivers are loaded
> >> correctly.
> >> >> >>> >> >
> >> >> >>> >> > May the Force be with you,
> >> >> >>> >> > Vít Smolík.
> >> >> >>> >> >
> >> >> >>> >>
> >> >> >>> >> I added the Xorg.0.log from optimus as an attachment.
> >> >> >>> > okay, i checked and i saw these lines:
> >> >> >>> >
> >> >> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> >> >> >>> >> [ 32496.682] (II) modeset(1): using default device
> >> >> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching
> config
> >> >> >>> >> section.
> >> >> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
> >> >> >>> >
> >> >> >>> > i think the third line from this citation may be the concern,
> make
> >> >> >>> > sure you installed the proprietary nvidia drivers, and disabled
> >> >> >>> > nouveau (pretty sure you already did that)
> >> >> >>> > could you send your xorg.conf? it seems to me that the config
> that
> >> >> >>> > nvidia-xconfig made is faulty.
> >> >> >>> >
> >> >> >>> > --
> >> >> >>> > May the Force be with you,
> >> >> >>> > Vít Smolík.
> >> >> >>> I added my xorg.conf as an attachment
> >> >> >> okay, try adding this line right after the "Device" line in the
> >> >> >> "Screen" section:
> >> >> >>
> >> >> >> GPUDevice "InactiveDevice1"
> >> >> >>
> >> >> >> The config should then look like this:
> >> >> >>
> >> >> >>> Section "Screen"
> >> >> >>> Identifier "Screen0"
> >> >> >>> Device "Device0"
> >> >> >>> GPUDevice "InactiveDevice1"
> >> >> >>> Monitor"Monitor0"
> >> >> >>> DefaultDepth24
> >> >> >>> Option "AllowEmptyInitialConfiguration" "True"
> >> >> >>> SubSection "Display"
> >> >> >>> Depth   24
> >> >> >>> EndSubSection
> >> >> >>> EndSection
> >> >> >> (i don't know how the formating will look in this email, but the
> >> >> >> "GPUDevice" line will be indented the same as the "Device" line)
> >> >> >>
> >> >> >> after that, save the config file and start X
> >> >> > Doing this did have an effect, but not the desired effect.
> >> >> > I still don't see xorg's display on the laptop screen, but if I
> >> >> > connect an hdmi cable to the laptop, I get output on an external
> >> >> > monitor.
> >> >> Good news, proton works.
> >> >> I don't get sound with proton though, but that is a known issues with
> >> >> steam's runtime that can be fixed.
> >> >> Thanks for helping me so far. Maybe I can even get the display to
> work
> >> >> on the laptop's screen.
> >> >>
> >> > i think the fix for your problem will be adding the second monitor to
> >> > the xorg.conf, you only have 1 monitor configured.
> >> > would you mind sending me your original xorg config if you still have
> >> > it?
> >> >
> >>
> >> The xorg config I sent is the only one I had on this laptop.
> >> Before trying this, I didn't have an xorg config on this laptop.
> >>
> >> > also try running xrandr (after starting X), then see all of the
> >> > outputs and add something like this to your X config
> >> >>
> >> >> Section "Monitor"
> >> >> Identifier "THE THING XRANDR OUTPUTS"
> >> >> Option "DPMS"
> >> >> EndSection
> >> >
> >> > the xrandr output should look something like this:
> >> >> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
> >> >> VGA-1 disconnected (normal left inverted right x axis y axis)
> >> >> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x
> >> >> axis y axis) 531mm x 299mm
> >> >>1920x1080 59.93 +  60.00*   50.0059.94
> >> >>1920x1080i60.0050.0059.94
> >> >>1680x1050 59.88
> >> >> …
> >> >
> >> > if you can't figure it out, send the output, i will help you write the
> >> > config ;D
> >> This is the output of xrandr:
> >>
> >> $ xrandr
> >> Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
> >> HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
> >> axis y axis) 698mm x 392mm
> >> 1920x1080 60.00*+  60.0059.9450.00
> >> 1680x1050 59.95
> >> 1600x900  60.00
> >> 1440x900  59.89
> >> 1440x576  50.00
> >> 1400x1050 5

Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 19:35, Vít Smolík wrote:
Dne st 13. 12. 2023 20:30 uživatel  
napsal:



On 2023-12-13 19:21, Vít Smolík wrote:
> st 13. 12. 2023 v 19:51 odesílatel 
> napsal:
>>
>> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
>> > On 2023-12-13 16:23, Vít Smolík wrote:
>> >> st 13. 12. 2023 v 16:58 odesílatel 
>> >> napsal:
>> >>>
>> >>> On 2023-12-13 14:55, Vít Smolík wrote:
>> >>> > st 13. 12. 2023 v 9:28 odesílatel 
>> >>> > napsal:
>> >>> >>
>> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
>> >>> >> > okay, then dont worry about this.
>> >>> >> > chceck the xorg log it should be in /var/log/Xorg..log.
>> >>> >> > also check if both the nvidia and intel drivers are loaded
correctly.
>> >>> >> >
>> >>> >> > May the Force be with you,
>> >>> >> > Vít Smolík.
>> >>> >> >
>> >>> >>
>> >>> >> I added the Xorg.0.log from optimus as an attachment.
>> >>> > okay, i checked and i saw these lines:
>> >>> >
>> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>> >>> >> [ 32496.682] (II) modeset(1): using default device
>> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
>> >>> >> section.
>> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
>> >>> >
>> >>> > i think the third line from this citation may be the concern, make
>> >>> > sure you installed the proprietary nvidia drivers, and disabled
>> >>> > nouveau (pretty sure you already did that)
>> >>> > could you send your xorg.conf? it seems to me that the config that
>> >>> > nvidia-xconfig made is faulty.
>> >>> >
>> >>> > --
>> >>> > May the Force be with you,
>> >>> > Vít Smolík.
>> >>> I added my xorg.conf as an attachment
>> >> okay, try adding this line right after the "Device" line in the
>> >> "Screen" section:
>> >>
>> >> GPUDevice "InactiveDevice1"
>> >>
>> >> The config should then look like this:
>> >>
>> >>> Section "Screen"
>> >>> Identifier "Screen0"
>> >>> Device "Device0"
>> >>> GPUDevice "InactiveDevice1"
>> >>> Monitor"Monitor0"
>> >>> DefaultDepth24
>> >>> Option "AllowEmptyInitialConfiguration" "True"
>> >>> SubSection "Display"
>> >>> Depth   24
>> >>> EndSubSection
>> >>> EndSection
>> >> (i don't know how the formating will look in this email, but the
>> >> "GPUDevice" line will be indented the same as the "Device" line)
>> >>
>> >> after that, save the config file and start X
>> > Doing this did have an effect, but not the desired effect.
>> > I still don't see xorg's display on the laptop screen, but if I
>> > connect an hdmi cable to the laptop, I get output on an external
>> > monitor.
>> Good news, proton works.
>> I don't get sound with proton though, but that is a known issues with
>> steam's runtime that can be fixed.
>> Thanks for helping me so far. Maybe I can even get the display to work
>> on the laptop's screen.
>>
> i think the fix for your problem will be adding the second monitor to
> the xorg.conf, you only have 1 monitor configured.
> would you mind sending me your original xorg config if you still have
> it?
>

The xorg config I sent is the only one I had on this laptop.
Before trying this, I didn't have an xorg config on this laptop.

> also try running xrandr (after starting X), then see all of the
> outputs and add something like this to your X config
>>
>> Section "Monitor"
>> Identifier "THE THING XRANDR OUTPUTS"
>> Option "DPMS"
>> EndSection
>
> the xrandr output should look something like this:
>> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
>> VGA-1 disconnected (normal left inverted right x axis y axis)
>> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x
>> axis y axis) 531mm x 299mm
>>1920x1080 59.93 +  60.00*   50.0059.94
>>1920x1080i60.0050.0059.94
>>1680x1050 59.88
>> …
>
> if you can't figure it out, send the output, i will help you write the
> config ;D
This is the output of xrandr:

$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 698mm x 392mm
1920x1080 60.00*+  60.0059.9450.00
1680x1050 59.95
1600x900  60.00
1440x900  59.89
1440x576  50.00
1400x1050 59.98
1280x1024 60.02
1280x800  59.81
1280x720  60.0059.9650.00
1024x768  60.00
800x600   60.3256.25
720x576   50.00
720x480   59.94
640x480   59.94


add this to your config:

Section "Monitor"
   Identifier "HDMI-0"
   Option "DPMS"
EndSection

Make sure the indentation is correct, see the rest of the config file, 
and

indent the same as in the other sections.

if it doesn't work, in the next email, include your xorg.conf and the 
xorg

log


May the Force be with you,
Vít Smolík.


Tried it, didn't work.
I added the config file and the log as attachments.# nvidia-xconf

Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
Dne st 13. 12. 2023 20:30 uživatel  napsal:

> On 2023-12-13 19:21, Vít Smolík wrote:
> > st 13. 12. 2023 v 19:51 odesílatel 
> > napsal:
> >>
> >> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> >> > On 2023-12-13 16:23, Vít Smolík wrote:
> >> >> st 13. 12. 2023 v 16:58 odesílatel 
> >> >> napsal:
> >> >>>
> >> >>> On 2023-12-13 14:55, Vít Smolík wrote:
> >> >>> > st 13. 12. 2023 v 9:28 odesílatel  >
> >> >>> > napsal:
> >> >>> >>
> >> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
> >> >>> >> > okay, then dont worry about this.
> >> >>> >> > chceck the xorg log it should be in /var/log/Xorg. number>.log.
> >> >>> >> > also check if both the nvidia and intel drivers are loaded
> correctly.
> >> >>> >> >
> >> >>> >> > May the Force be with you,
> >> >>> >> > Vít Smolík.
> >> >>> >> >
> >> >>> >>
> >> >>> >> I added the Xorg.0.log from optimus as an attachment.
> >> >>> > okay, i checked and i saw these lines:
> >> >>> >
> >> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> >> >>> >> [ 32496.682] (II) modeset(1): using default device
> >> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
> >> >>> >> section.
> >> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
> >> >>> >
> >> >>> > i think the third line from this citation may be the concern, make
> >> >>> > sure you installed the proprietary nvidia drivers, and disabled
> >> >>> > nouveau (pretty sure you already did that)
> >> >>> > could you send your xorg.conf? it seems to me that the config that
> >> >>> > nvidia-xconfig made is faulty.
> >> >>> >
> >> >>> > --
> >> >>> > May the Force be with you,
> >> >>> > Vít Smolík.
> >> >>> I added my xorg.conf as an attachment
> >> >> okay, try adding this line right after the "Device" line in the
> >> >> "Screen" section:
> >> >>
> >> >> GPUDevice "InactiveDevice1"
> >> >>
> >> >> The config should then look like this:
> >> >>
> >> >>> Section "Screen"
> >> >>> Identifier "Screen0"
> >> >>> Device "Device0"
> >> >>> GPUDevice "InactiveDevice1"
> >> >>> Monitor"Monitor0"
> >> >>> DefaultDepth24
> >> >>> Option "AllowEmptyInitialConfiguration" "True"
> >> >>> SubSection "Display"
> >> >>> Depth   24
> >> >>> EndSubSection
> >> >>> EndSection
> >> >> (i don't know how the formating will look in this email, but the
> >> >> "GPUDevice" line will be indented the same as the "Device" line)
> >> >>
> >> >> after that, save the config file and start X
> >> > Doing this did have an effect, but not the desired effect.
> >> > I still don't see xorg's display on the laptop screen, but if I
> >> > connect an hdmi cable to the laptop, I get output on an external
> >> > monitor.
> >> Good news, proton works.
> >> I don't get sound with proton though, but that is a known issues with
> >> steam's runtime that can be fixed.
> >> Thanks for helping me so far. Maybe I can even get the display to work
> >> on the laptop's screen.
> >>
> > i think the fix for your problem will be adding the second monitor to
> > the xorg.conf, you only have 1 monitor configured.
> > would you mind sending me your original xorg config if you still have
> > it?
> >
>
> The xorg config I sent is the only one I had on this laptop.
> Before trying this, I didn't have an xorg config on this laptop.
>
> > also try running xrandr (after starting X), then see all of the
> > outputs and add something like this to your X config
> >>
> >> Section "Monitor"
> >> Identifier "THE THING XRANDR OUTPUTS"
> >> Option "DPMS"
> >> EndSection
> >
> > the xrandr output should look something like this:
> >> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
> >> VGA-1 disconnected (normal left inverted right x axis y axis)
> >> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x
> >> axis y axis) 531mm x 299mm
> >>1920x1080 59.93 +  60.00*   50.0059.94
> >>1920x1080i60.0050.0059.94
> >>1680x1050 59.88
> >> …
> >
> > if you can't figure it out, send the output, i will help you write the
> > config ;D
> This is the output of xrandr:
>
> $ xrandr
> Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
> HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x
> axis y axis) 698mm x 392mm
> 1920x1080 60.00*+  60.0059.9450.00
> 1680x1050 59.95
> 1600x900  60.00
> 1440x900  59.89
> 1440x576  50.00
> 1400x1050 59.98
> 1280x1024 60.02
> 1280x800  59.81
> 1280x720  60.0059.9650.00
> 1024x768  60.00
> 800x600   60.3256.25
> 720x576   50.00
> 720x480   59.94
> 640x480   59.94
>
add this to your config:

Section "Monitor"
   Identifier "HDMI-0"
   Option "DPMS"
EndSection

Make sure the indentation is correct, see the rest of the config file, and
indent the same as in the other sections.

if i

Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 19:21, Vít Smolík wrote:
st 13. 12. 2023 v 19:51 odesílatel  
napsal:


On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> On 2023-12-13 16:23, Vít Smolík wrote:
>> st 13. 12. 2023 v 16:58 odesílatel 
>> napsal:
>>>
>>> On 2023-12-13 14:55, Vít Smolík wrote:
>>> > st 13. 12. 2023 v 9:28 odesílatel 
>>> > napsal:
>>> >>
>>> >> On 2023-12-13 05:34, Vít Smolík wrote:
>>> >> > okay, then dont worry about this.
>>> >> > chceck the xorg log it should be in /var/log/Xorg..log.
>>> >> > also check if both the nvidia and intel drivers are loaded correctly.
>>> >> >
>>> >> > May the Force be with you,
>>> >> > Vít Smolík.
>>> >> >
>>> >>
>>> >> I added the Xorg.0.log from optimus as an attachment.
>>> > okay, i checked and i saw these lines:
>>> >
>>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>>> >> [ 32496.682] (II) modeset(1): using default device
>>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
>>> >> section.
>>> >> [ 32496.682] (II) UnloadModule: "modesetting"
>>> >
>>> > i think the third line from this citation may be the concern, make
>>> > sure you installed the proprietary nvidia drivers, and disabled
>>> > nouveau (pretty sure you already did that)
>>> > could you send your xorg.conf? it seems to me that the config that
>>> > nvidia-xconfig made is faulty.
>>> >
>>> > --
>>> > May the Force be with you,
>>> > Vít Smolík.
>>> I added my xorg.conf as an attachment
>> okay, try adding this line right after the "Device" line in the
>> "Screen" section:
>>
>> GPUDevice "InactiveDevice1"
>>
>> The config should then look like this:
>>
>>> Section "Screen"
>>> Identifier "Screen0"
>>> Device "Device0"
>>> GPUDevice "InactiveDevice1"
>>> Monitor"Monitor0"
>>> DefaultDepth24
>>> Option "AllowEmptyInitialConfiguration" "True"
>>> SubSection "Display"
>>> Depth   24
>>> EndSubSection
>>> EndSection
>> (i don't know how the formating will look in this email, but the
>> "GPUDevice" line will be indented the same as the "Device" line)
>>
>> after that, save the config file and start X
> Doing this did have an effect, but not the desired effect.
> I still don't see xorg's display on the laptop screen, but if I
> connect an hdmi cable to the laptop, I get output on an external
> monitor.
Good news, proton works.
I don't get sound with proton though, but that is a known issues with
steam's runtime that can be fixed.
Thanks for helping me so far. Maybe I can even get the display to work
on the laptop's screen.


i think the fix for your problem will be adding the second monitor to
the xorg.conf, you only have 1 monitor configured.
would you mind sending me your original xorg config if you still have 
it?




The xorg config I sent is the only one I had on this laptop.
Before trying this, I didn't have an xorg config on this laptop.


also try running xrandr (after starting X), then see all of the
outputs and add something like this to your X config


Section "Monitor"
Identifier "THE THING XRANDR OUTPUTS"
Option "DPMS"
EndSection


the xrandr output should look something like this:

Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x 
axis y axis) 531mm x 299mm

   1920x1080 59.93 +  60.00*   50.0059.94
   1920x1080i60.0050.0059.94
   1680x1050 59.88
…


if you can't figure it out, send the output, i will help you write the 
config ;D

This is the output of xrandr:

$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x 
axis y axis) 698mm x 392mm

   1920x1080 60.00*+  60.0059.9450.00
   1680x1050 59.95
   1600x900  60.00
   1440x900  59.89
   1440x576  50.00
   1400x1050 59.98
   1280x1024 60.02
   1280x800  59.81
   1280x720  60.0059.9650.00
   1024x768  60.00
   800x600   60.3256.25
   720x576   50.00
   720x480   59.94
   640x480   59.94



Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
Dne st 13. 12. 2023 20:21 uživatel Vít Smolík 
napsal:

> st 13. 12. 2023 v 19:51 odesílatel 
> napsal:
> >
> > On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> > > On 2023-12-13 16:23, Vít Smolík wrote:
> > >> st 13. 12. 2023 v 16:58 odesílatel 
> > >> napsal:
> > >>>
> > >>> On 2023-12-13 14:55, Vít Smolík wrote:
> > >>> > st 13. 12. 2023 v 9:28 odesílatel 
> > >>> > napsal:
> > >>> >>
> > >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
> > >>> >> > okay, then dont worry about this.
> > >>> >> > chceck the xorg log it should be in /var/log/Xorg. number>.log.
> > >>> >> > also check if both the nvidia and intel drivers are loaded
> correctly.
> > >>> >> >
> > >>> >> > May the Force be with you,
> > >>> >> > Vít Smolík.
> > >>> >> >
> > >>> >>
> > >>> >> I added the Xorg.0.log from optimus as an attachment.
> > >>> > okay, i checked and i saw these lines:
> > >>> >
> > >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> > >>> >> [ 32496.682] (II) modeset(1): using default device
> > >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
> > >>> >> section.
> > >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
> > >>> >
> > >>> > i think the third line from this citation may be the concern, make
> > >>> > sure you installed the proprietary nvidia drivers, and disabled
> > >>> > nouveau (pretty sure you already did that)
> > >>> > could you send your xorg.conf? it seems to me that the config that
> > >>> > nvidia-xconfig made is faulty.
> > >>> >
> > >>> > --
> > >>> > May the Force be with you,
> > >>> > Vít Smolík.
> > >>> I added my xorg.conf as an attachment
> > >> okay, try adding this line right after the "Device" line in the
> > >> "Screen" section:
> > >>
> > >> GPUDevice "InactiveDevice1"
> > >>
> > >> The config should then look like this:
> > >>
> > >>> Section "Screen"
> > >>> Identifier "Screen0"
> > >>> Device "Device0"
> > >>> GPUDevice "InactiveDevice1"
> > >>> Monitor"Monitor0"
> > >>> DefaultDepth24
> > >>> Option "AllowEmptyInitialConfiguration" "True"
> > >>> SubSection "Display"
> > >>> Depth   24
> > >>> EndSubSection
> > >>> EndSection
> > >> (i don't know how the formating will look in this email, but the
> > >> "GPUDevice" line will be indented the same as the "Device" line)
> > >>
> > >> after that, save the config file and start X
> > > Doing this did have an effect, but not the desired effect.
> > > I still don't see xorg's display on the laptop screen, but if I
> > > connect an hdmi cable to the laptop, I get output on an external
> > > monitor.
> > Good news, proton works.
> > I don't get sound with proton though, but that is a known issues with
> > steam's runtime that can be fixed.
> > Thanks for helping me so far. Maybe I can even get the display to work
> > on the laptop's screen.
> >
> i think the fix for your problem will be adding the second monitor to
> the xorg.conf, you only have 1 monitor configured.
> would you mind sending me your original xorg config if you still have it?
>
> also try running xrandr (after starting X), then see all of the
> outputs and add something like this to your X config
> >
> > Section "Monitor"
> > Identifier "THE THING XRANDR OUTPUTS"
> > Option "DPMS"
> > EndSection
>
> the xrandr output should look something like this:
> > Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
> > VGA-1 disconnected (normal left inverted right x axis y axis)
> > HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x
> axis y axis) 531mm x 299mm
> >1920x1080 59.93 +  60.00*   50.0059.94
> >1920x1080i60.0050.0059.94
> >1680x1050 59.88
> > …
>
> if you can't figure it out, send the output, i will help you write the
> config ;D
>
> --
> May the Force be with you,
> Vít Smolík.
>
forgot to clarify, by "the thing xrandr outputs" i mean something like
"Monitor0" or "VGA-1" - you can see it in the example output also.

May the Force be with you,
Vít Smolík.


Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
st 13. 12. 2023 v 19:51 odesílatel  napsal:
>
> On 2023-12-13 18:46, stefan1@shitposting.expert wrote:
> > On 2023-12-13 16:23, Vít Smolík wrote:
> >> st 13. 12. 2023 v 16:58 odesílatel 
> >> napsal:
> >>>
> >>> On 2023-12-13 14:55, Vít Smolík wrote:
> >>> > st 13. 12. 2023 v 9:28 odesílatel 
> >>> > napsal:
> >>> >>
> >>> >> On 2023-12-13 05:34, Vít Smolík wrote:
> >>> >> > okay, then dont worry about this.
> >>> >> > chceck the xorg log it should be in /var/log/Xorg..log.
> >>> >> > also check if both the nvidia and intel drivers are loaded correctly.
> >>> >> >
> >>> >> > May the Force be with you,
> >>> >> > Vít Smolík.
> >>> >> >
> >>> >>
> >>> >> I added the Xorg.0.log from optimus as an attachment.
> >>> > okay, i checked and i saw these lines:
> >>> >
> >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> >>> >> [ 32496.682] (II) modeset(1): using default device
> >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
> >>> >> section.
> >>> >> [ 32496.682] (II) UnloadModule: "modesetting"
> >>> >
> >>> > i think the third line from this citation may be the concern, make
> >>> > sure you installed the proprietary nvidia drivers, and disabled
> >>> > nouveau (pretty sure you already did that)
> >>> > could you send your xorg.conf? it seems to me that the config that
> >>> > nvidia-xconfig made is faulty.
> >>> >
> >>> > --
> >>> > May the Force be with you,
> >>> > Vít Smolík.
> >>> I added my xorg.conf as an attachment
> >> okay, try adding this line right after the "Device" line in the
> >> "Screen" section:
> >>
> >> GPUDevice "InactiveDevice1"
> >>
> >> The config should then look like this:
> >>
> >>> Section "Screen"
> >>> Identifier "Screen0"
> >>> Device "Device0"
> >>> GPUDevice "InactiveDevice1"
> >>> Monitor"Monitor0"
> >>> DefaultDepth24
> >>> Option "AllowEmptyInitialConfiguration" "True"
> >>> SubSection "Display"
> >>> Depth   24
> >>> EndSubSection
> >>> EndSection
> >> (i don't know how the formating will look in this email, but the
> >> "GPUDevice" line will be indented the same as the "Device" line)
> >>
> >> after that, save the config file and start X
> > Doing this did have an effect, but not the desired effect.
> > I still don't see xorg's display on the laptop screen, but if I
> > connect an hdmi cable to the laptop, I get output on an external
> > monitor.
> Good news, proton works.
> I don't get sound with proton though, but that is a known issues with
> steam's runtime that can be fixed.
> Thanks for helping me so far. Maybe I can even get the display to work
> on the laptop's screen.
>
i think the fix for your problem will be adding the second monitor to
the xorg.conf, you only have 1 monitor configured.
would you mind sending me your original xorg config if you still have it?

also try running xrandr (after starting X), then see all of the
outputs and add something like this to your X config
>
> Section "Monitor"
> Identifier "THE THING XRANDR OUTPUTS"
> Option "DPMS"
> EndSection

the xrandr output should look something like this:
> Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
> VGA-1 disconnected (normal left inverted right x axis y axis)
> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
> axis) 531mm x 299mm
>1920x1080 59.93 +  60.00*   50.0059.94
>1920x1080i60.0050.0059.94
>1680x1050 59.88
> …

if you can't figure it out, send the output, i will help you write the config ;D

-- 
May the Force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 18:46, stefan1@shitposting.expert wrote:

On 2023-12-13 16:23, Vít Smolík wrote:
st 13. 12. 2023 v 16:58 odesílatel  
napsal:


On 2023-12-13 14:55, Vít Smolík wrote:
> st 13. 12. 2023 v 9:28 odesílatel 
> napsal:
>>
>> On 2023-12-13 05:34, Vít Smolík wrote:
>> > okay, then dont worry about this.
>> > chceck the xorg log it should be in /var/log/Xorg..log.
>> > also check if both the nvidia and intel drivers are loaded correctly.
>> >
>> > May the Force be with you,
>> > Vít Smolík.
>> >
>>
>> I added the Xorg.0.log from optimus as an attachment.
> okay, i checked and i saw these lines:
>
>> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>> [ 32496.682] (II) modeset(1): using default device
>> [ 32496.682] (EE) Screen 1 deleted because of no matching config
>> section.
>> [ 32496.682] (II) UnloadModule: "modesetting"
>
> i think the third line from this citation may be the concern, make
> sure you installed the proprietary nvidia drivers, and disabled
> nouveau (pretty sure you already did that)
> could you send your xorg.conf? it seems to me that the config that
> nvidia-xconfig made is faulty.
>
> --
> May the Force be with you,
> Vít Smolík.
I added my xorg.conf as an attachment

okay, try adding this line right after the "Device" line in the
"Screen" section:

GPUDevice "InactiveDevice1"

The config should then look like this:


Section "Screen"
Identifier "Screen0"
Device "Device0"
GPUDevice "InactiveDevice1"
Monitor"Monitor0"
DefaultDepth24
Option "AllowEmptyInitialConfiguration" "True"
SubSection "Display"
Depth   24
EndSubSection
EndSection

(i don't know how the formating will look in this email, but the
"GPUDevice" line will be indented the same as the "Device" line)

after that, save the config file and start X

Doing this did have an effect, but not the desired effect.
I still don't see xorg's display on the laptop screen, but if I
connect an hdmi cable to the laptop, I get output on an external
monitor.

Good news, proton works.
I don't get sound with proton though, but that is a known issues with 
steam's runtime that can be fixed.
Thanks for helping me so far. Maybe I can even get the display to work 
on the laptop's screen.




Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 16:23, Vít Smolík wrote:
st 13. 12. 2023 v 16:58 odesílatel  
napsal:


On 2023-12-13 14:55, Vít Smolík wrote:
> st 13. 12. 2023 v 9:28 odesílatel 
> napsal:
>>
>> On 2023-12-13 05:34, Vít Smolík wrote:
>> > okay, then dont worry about this.
>> > chceck the xorg log it should be in /var/log/Xorg..log.
>> > also check if both the nvidia and intel drivers are loaded correctly.
>> >
>> > May the Force be with you,
>> > Vít Smolík.
>> >
>>
>> I added the Xorg.0.log from optimus as an attachment.
> okay, i checked and i saw these lines:
>
>> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
>> [ 32496.682] (II) modeset(1): using default device
>> [ 32496.682] (EE) Screen 1 deleted because of no matching config
>> section.
>> [ 32496.682] (II) UnloadModule: "modesetting"
>
> i think the third line from this citation may be the concern, make
> sure you installed the proprietary nvidia drivers, and disabled
> nouveau (pretty sure you already did that)
> could you send your xorg.conf? it seems to me that the config that
> nvidia-xconfig made is faulty.
>
> --
> May the Force be with you,
> Vít Smolík.
I added my xorg.conf as an attachment

okay, try adding this line right after the "Device" line in the
"Screen" section:

GPUDevice "InactiveDevice1"

The config should then look like this:


Section "Screen"
Identifier "Screen0"
Device "Device0"
GPUDevice "InactiveDevice1"
Monitor"Monitor0"
DefaultDepth24
Option "AllowEmptyInitialConfiguration" "True"
SubSection "Display"
Depth   24
EndSubSection
EndSection

(i don't know how the formating will look in this email, but the
"GPUDevice" line will be indented the same as the "Device" line)

after that, save the config file and start X

Doing this did have an effect, but not the desired effect.
I still don't see xorg's display on the laptop screen, but if I connect 
an hdmi cable to the laptop, I get output on an external monitor.




Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
st 13. 12. 2023 v 16:58 odesílatel  napsal:
>
> On 2023-12-13 14:55, Vít Smolík wrote:
> > st 13. 12. 2023 v 9:28 odesílatel 
> > napsal:
> >>
> >> On 2023-12-13 05:34, Vít Smolík wrote:
> >> > okay, then dont worry about this.
> >> > chceck the xorg log it should be in /var/log/Xorg..log.
> >> > also check if both the nvidia and intel drivers are loaded correctly.
> >> >
> >> > May the Force be with you,
> >> > Vít Smolík.
> >> >
> >>
> >> I added the Xorg.0.log from optimus as an attachment.
> > okay, i checked and i saw these lines:
> >
> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> >> [ 32496.682] (II) modeset(1): using default device
> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config
> >> section.
> >> [ 32496.682] (II) UnloadModule: "modesetting"
> >
> > i think the third line from this citation may be the concern, make
> > sure you installed the proprietary nvidia drivers, and disabled
> > nouveau (pretty sure you already did that)
> > could you send your xorg.conf? it seems to me that the config that
> > nvidia-xconfig made is faulty.
> >
> > --
> > May the Force be with you,
> > Vít Smolík.
> I added my xorg.conf as an attachment
okay, try adding this line right after the "Device" line in the
"Screen" section:

GPUDevice "InactiveDevice1"

The config should then look like this:

> Section "Screen"
> Identifier "Screen0"
> Device "Device0"
> GPUDevice "InactiveDevice1"
> Monitor"Monitor0"
> DefaultDepth24
> Option "AllowEmptyInitialConfiguration" "True"
> SubSection "Display"
> Depth   24
> EndSubSection
> EndSection
(i don't know how the formating will look in this email, but the
"GPUDevice" line will be indented the same as the "Device" line)

after that, save the config file and start X

-- 
May the Force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 14:55, Vít Smolík wrote:
st 13. 12. 2023 v 9:28 odesílatel  
napsal:


On 2023-12-13 05:34, Vít Smolík wrote:
> okay, then dont worry about this.
> chceck the xorg log it should be in /var/log/Xorg..log.
> also check if both the nvidia and intel drivers are loaded correctly.
>
> May the Force be with you,
> Vít Smolík.
>

I added the Xorg.0.log from optimus as an attachment.

okay, i checked and i saw these lines:


[ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
[ 32496.682] (II) modeset(1): using default device
[ 32496.682] (EE) Screen 1 deleted because of no matching config 
section.

[ 32496.682] (II) UnloadModule: "modesetting"


i think the third line from this citation may be the concern, make
sure you installed the proprietary nvidia drivers, and disabled
nouveau (pretty sure you already did that)
could you send your xorg.conf? it seems to me that the config that
nvidia-xconfig made is faulty.

--
May the Force be with you,
Vít Smolík.

I added my xorg.conf as an attachment# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 525.147.05

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0"
Inactive   "InactiveDevice1"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID  "PCI:1:0:0"
EndSection

Section "Device"
Identifier "InactiveDevice1"
Driver "modesetting"
VendorName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "AllowEmptyInitialConfiguration" "True"
SubSection "Display"
Depth   24
EndSubSection
EndSection



Re: [gentoo-user] Wine problems

2023-12-13 Thread Vít Smolík
st 13. 12. 2023 v 9:28 odesílatel  napsal:
>
> On 2023-12-13 05:34, Vít Smolík wrote:
> > okay, then dont worry about this.
> > chceck the xorg log it should be in /var/log/Xorg..log.
> > also check if both the nvidia and intel drivers are loaded correctly.
> >
> > May the Force be with you,
> > Vít Smolík.
> >
>
> I added the Xorg.0.log from optimus as an attachment.
okay, i checked and i saw these lines:

> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0
> [ 32496.682] (II) modeset(1): using default device
> [ 32496.682] (EE) Screen 1 deleted because of no matching config section.
> [ 32496.682] (II) UnloadModule: "modesetting"

i think the third line from this citation may be the concern, make
sure you installed the proprietary nvidia drivers, and disabled
nouveau (pretty sure you already did that)
could you send your xorg.conf? it seems to me that the config that
nvidia-xconfig made is faulty.

--
May the Force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-13 Thread stefan11111

On 2023-12-13 05:34, Vít Smolík wrote:

okay, then dont worry about this.
chceck the xorg log it should be in /var/log/Xorg..log.
also check if both the nvidia and intel drivers are loaded correctly.

May the Force be with you,
Vít Smolík.



I added the Xorg.0.log from optimus as an attachment.

Xorg.0.log
Description: application/json


Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne st 13. 12. 2023 0:32 uživatel  napsal:

> On 2023-12-12 22:59, Vít Smolík wrote:
> > Dne út 12. 12. 2023 23:54 uživatel 
> > napsal:
> >
> >> On 2023-12-12 22:49, Vít Smolík wrote:
> >> > in your .xinitrc, try to drop the "&" in both of the xrandr commands,
> >> > then
> >> > start X
> >> >
> >> > May the Force be with you,
> >> > Vít Smolík.
> >> Did that, no change.
> >>
> > try to switch to the nvidia gpu
> > "optimus-manager --switch nvidia"
> > then start X, if it doesn't work, try to switch to the integrated GPU
> > "optimus-manager --switch integrated" and then start X
> >
> >>
> I do not have optimus-manager installed:
> $ optimus-manager --switch nvidia
> bash: optimus-manager: command not found
>
okay, then dont worry about this.
chceck the xorg log it should be in /var/log/Xorg..log.
also check if both the nvidia and intel drivers are loaded correctly.

May the Force be with you,
Vít Smolík.

>


Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 22:59, Vít Smolík wrote:
Dne út 12. 12. 2023 23:54 uživatel  
napsal:



On 2023-12-12 22:49, Vít Smolík wrote:
> in your .xinitrc, try to drop the "&" in both of the xrandr commands,
> then
> start X
>
> May the Force be with you,
> Vít Smolík.
Did that, no change.


try to switch to the nvidia gpu
"optimus-manager --switch nvidia"
then start X, if it doesn't work, try to switch to the integrated GPU
"optimus-manager --switch integrated" and then start X




I do not have optimus-manager installed:
$ optimus-manager --switch nvidia
bash: optimus-manager: command not found



Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 23:54 uživatel  napsal:

> On 2023-12-12 22:49, Vít Smolík wrote:
> > in your .xinitrc, try to drop the "&" in both of the xrandr commands,
> > then
> > start X
> >
> > May the Force be with you,
> > Vít Smolík.
> Did that, no change.
>
try to switch to the nvidia gpu
"optimus-manager --switch nvidia"
then start X, if it doesn't work, try to switch to the integrated GPU
"optimus-manager --switch integrated" and then start X

>


Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 22:49, Vít Smolík wrote:
in your .xinitrc, try to drop the "&" in both of the xrandr commands, 
then

start X

May the Force be with you,
Vít Smolík.

Did that, no change.



Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 23:28 uživatel  napsal:

> On 2023-12-12 22:08, Vít Smolík wrote:
> > Dne út 12. 12. 2023 22:55 uživatel 
> > napsal:
> >> Tried doing the optimus thing. Just like without optimus, I start xorg
> >> but I see nothing.
> >> Xorg and dwm properly start, I tried typing in a terminal
> >> 'speaker-test'
> >> and it worked.
> >> So the problem there isn't that xorg freezes or something, it's that I
> >> can't see the x server.
> >>
> > i am truly sorry, but i cannot understand you. so are you saying that
> > you
> > can't start xorg at all, and see some kinf of black screen?
> > if so, make sure to follow the "Before starting X", also make sure to
> > take
> > a look at the "xorg.conf" chapter so you have X configured right. and
> > also
> > see the configuration for your display manager (sddm, light-dm etc.)
> >
> >>
> > if you can loadup xorg, try switching back to the igpu by using
> > "optimus-manager --switch integrated"
> > it will log you out, so be careful.
> >
> > May the Force be with you,
> > Vít Smolík.
>
> I'll add an attachment to make things hopefully a bit more clear.
> I can start xorg via startx/xinit. All I see is it's startup text and
> nothing else.
> I do not have any package installed that provides the command
> optimus-manager, which you reference in your post.
> Here is my .xinitrc:
>
> #!/bin/sh
>
> xrandr --setprovideroutputsource modesetting NVIDIA-0 &
> xrandr --auto &
> slstatus &
> xcompmgr &
> /usr/bin/feh --bg-fill '/home/stefan/images/wallpapers/2.jpg' &
> doas chown -R root:audio /dev/snd/* &
> doas chmod 660 /dev/snd/* &
> #curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts >
> /etc/hosts &
> exec dwm
>
> Here is the xorg.conf generated by nvidia-xconfig --prime:
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 525.147.05
>
> Section "ServerLayout"
>  Identifier "Layout0"
>  Screen  0  "Screen0"
>  Inactive   "InactiveDevice1"
>  InputDevice"Keyboard0" "CoreKeyboard"
>  InputDevice"Mouse0" "CorePointer"
> EndSection
>
> Section "Files"
> EndSection
>
> Section "InputDevice"
>  # generated from default
>  Identifier "Mouse0"
>  Driver "mouse"
>  Option "Protocol" "auto"
>  Option "Device" "/dev/psaux"
>  Option "Emulate3Buttons" "no"
>  Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>  # generated from default
>  Identifier "Keyboard0"
>  Driver "kbd"
> EndSection
>
> Section "Monitor"
>  Identifier "Monitor0"
>  VendorName "Unknown"
>  ModelName  "Unknown"
>  Option "DPMS"
> EndSection
>
> Section "Device"
>  Identifier "Device0"
>  Driver "nvidia"
>  VendorName "NVIDIA Corporation"
>  BusID  "PCI:1:0:0"
> EndSection
>
> Section "Device"
>  Identifier "InactiveDevice1"
>  Driver "modesetting"
>  VendorName "Unknown"
> EndSection
>
> Section "Screen"
>  Identifier "Screen0"
>  Device "Device0"
>  Monitor"Monitor0"
>  DefaultDepth24
>  Option "AllowEmptyInitialConfiguration" "True"
>  SubSection "Display"
>  Depth   24
>  EndSubSection
> EndSection
>
in your .xinitrc, try to drop the "&" in both of the xrandr commands, then
start X

May the Force be with you,
Vít Smolík.


Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 23:44 uživatel  napsal:

> On 2023-12-12 22:08, Vít Smolík wrote:
> > Dne út 12. 12. 2023 22:55 uživatel 
> > napsal:
> >
> >> Tried doing the optimus thing. Just like without optimus, I start xorg
> >> but I see nothing.
> >> Xorg and dwm properly start, I tried typing in a terminal
> >> 'speaker-test'
> >> and it worked.
> >> So the problem there isn't that xorg freezes or something, it's that I
> >> can't see the x server.
> >>
> > i am truly sorry, but i cannot understand you. so are you saying that
> > you
> > can't start xorg at all, and see some kinf of black screen?
> > if so, make sure to follow the "Before starting X", also make sure to
> > take
> > a look at the "xorg.conf" chapter so you have X configured right. and
> > also
> > see the configuration for your display manager (sddm, light-dm etc.)
> >
> >>
> > if you can loadup xorg, try switching back to the igpu by using
> > "optimus-manager --switch integrated"
> > it will log you out, so be careful.
> >
> > May the Force be with you,
> > Vít Smolík.
>
> I tried to add an attachment, but it seems it didn't go through.
> I can start xorg via startx/xinit. All I see is it's startup text and
> nothing else.
> I do not have any package installed that provides the command
> optimus-manager, which you reference in your post.
>
> Here is my .xinitrc:
>
> #!/bin/sh
>
> xrandr --setprovideroutputsource modesetting NVIDIA-0 &
> xrandr --auto &
> slstatus &
> xcompmgr &
> /usr/bin/feh --bg-fill '/home/stefan/images/wallpapers/2.jpg' &
> doas chown -R root:audio /dev/snd/* &
> doas chmod 660 /dev/snd/* &
> #curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts >
> /etc/hosts &
> exec dwm
>
> Here is the xorg.conf generated by nvidia-xconfig --prime:
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 525.147.05
>
> Section "ServerLayout"
>  Identifier "Layout0"
>  Screen  0  "Screen0"
>  Inactive   "InactiveDevice1"
>  InputDevice"Keyboard0" "CoreKeyboard"
>  InputDevice"Mouse0" "CorePointer"
> EndSection
>
> Section "Files"
> EndSection
>
> Section "InputDevice"
>  # generated from default
>  Identifier "Mouse0"
>  Driver "mouse"
>  Option "Protocol" "auto"
>  Option "Device" "/dev/psaux"
>  Option "Emulate3Buttons" "no"
>  Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>  # generated from default
>  Identifier "Keyboard0"
>  Driver "kbd"
> EndSection
>
> Section "Monitor"
>  Identifier "Monitor0"
>  VendorName "Unknown"
>  ModelName  "Unknown"
>  Option "DPMS"
> EndSection
>
> Section "Device"
>  Identifier "Device0"
>  Driver "nvidia"
>  VendorName "NVIDIA Corporation"
>  BusID  "PCI:1:0:0"
> EndSection
>
> Section "Device"
>  Identifier "InactiveDevice1"
>  Driver "modesetting"
>  VendorName "Unknown"
> EndSection
>
> Section "Screen"
>  Identifier "Screen0"
>  Device "Device0"
>  Monitor"Monitor0"
>  DefaultDepth24
>  Option "AllowEmptyInitialConfiguration" "True"
>  SubSection "Display"
>  Depth   24
>  EndSubSection
> EndSection

i see it, may be just your email client.


Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 22:08, Vít Smolík wrote:
Dne út 12. 12. 2023 22:55 uživatel  
napsal:



Tried doing the optimus thing. Just like without optimus, I start xorg
but I see nothing.
Xorg and dwm properly start, I tried typing in a terminal 
'speaker-test'

and it worked.
So the problem there isn't that xorg freezes or something, it's that I
can't see the x server.

i am truly sorry, but i cannot understand you. so are you saying that 
you

can't start xorg at all, and see some kinf of black screen?
if so, make sure to follow the "Before starting X", also make sure to 
take
a look at the "xorg.conf" chapter so you have X configured right. and 
also

see the configuration for your display manager (sddm, light-dm etc.)




if you can loadup xorg, try switching back to the igpu by using
"optimus-manager --switch integrated"
it will log you out, so be careful.

May the Force be with you,
Vít Smolík.


I tried to add an attachment, but it seems it didn't go through.
I can start xorg via startx/xinit. All I see is it's startup text and 
nothing else.
I do not have any package installed that provides the command 
optimus-manager, which you reference in your post.


Here is my .xinitrc:

#!/bin/sh

xrandr --setprovideroutputsource modesetting NVIDIA-0 &
xrandr --auto &
slstatus &
xcompmgr &
/usr/bin/feh --bg-fill '/home/stefan/images/wallpapers/2.jpg' &
doas chown -R root:audio /dev/snd/* &
doas chmod 660 /dev/snd/* &
#curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts > 
/etc/hosts &

exec dwm

Here is the xorg.conf generated by nvidia-xconfig --prime:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 525.147.05

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0"
Inactive   "InactiveDevice1"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID  "PCI:1:0:0"
EndSection

Section "Device"
Identifier "InactiveDevice1"
Driver "modesetting"
VendorName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "AllowEmptyInitialConfiguration" "True"
SubSection "Display"
Depth   24
EndSubSection
EndSection



Re: [gentoo-user] Wine problems

2023-12-12 Thread Jack

On 2023.12.12 16:55, stefan1@shitposting.expert wrote:
[snip...]
Tried doing the optimus thing. Just like without optimus, I start  
xorg but I see nothing.
Xorg and dwm properly start, I tried typing in a terminal  
'speaker-test' and it worked.
So the problem there isn't that xorg freezes or something, it's that  
I can't see the x server.


Can you please be more explicit about what you do and what you see?   
How exactly do you start xorg?  When you say you see nothing, do you  
mean a completely black screen?  If that's the case, then why do you  
say that Sorg and dwm properly start.  If they properly started, you  
would probably see what you expected.  Finally, when you say you can't  
see the x server, what is it you expect to see?  I don't think the  
xserver displays anything of it's own, it displays stuff for other  
programs.  Have you looked in the X log for any relevant output?   
(probably /var/log/Xorg.0.log.)




Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 22:55 uživatel  napsal:

> On 2023-12-12 21:22, Vít Smolík wrote:
> > Dne út 12. 12. 2023 22:16 uživatel 
> > napsal:
> >
> >> On 2023-12-12 20:49, Vít Smolík wrote:
> >> > Dne út 12. 12. 2023 21:31 uživatel 
> >> > napsal:
> >> >>
> >> >> On 2023-12-12 19:15, Vít Smolík wrote:
> >> >> > út 12. 12. 2023 v 20:09 odesílatel  >
> >> >> > napsal:
> >> >> > one more idea, you could try to disable your integrated gpu in your
> >> >> > bios, and then boot only using the Nvidia GPU, just an idea,
> >> >> > but if you send your laptop model, i can provide more
> straight-forward
> >> >> > instructions for this process
> >> >> >
> >> >> > May the force be with you,
> >> >> > Vít Smolík.
> >> >>
> >> >> It's an acer nitro 5. I don't see any option to do that in bios.
> >> >
> >> >
> >> > so, i did a bit of diging, and i found that Acer bios does not have
> >> > the option to disable the iGPU in the bios, but it does support Nvidia
> >> > Optimus. you could try to configure that, but just an FYI, it is
> >> > proprietary.
> >> >
> >> > wiki-link: https://wiki.gentoo.org/wiki/NVIDIA/Optimus
> >> >
> >>
> >> Thanks, I will try that.
> >>
>
> Tried doing the optimus thing. Just like without optimus, I start xorg
> but I see nothing.
> Xorg and dwm properly start, I tried typing in a terminal 'speaker-test'
> and it worked.
> So the problem there isn't that xorg freezes or something, it's that I
> can't see the x server.
>
i am truly sorry, but i cannot understand you. so are you saying that you
can't start xorg at all, and see some kinf of black screen?
if so, make sure to follow the "Before starting X", also make sure to take
a look at the "xorg.conf" chapter so you have X configured right. and also
see the configuration for your display manager (sddm, light-dm etc.)

>
if you can loadup xorg, try switching back to the igpu by using
"optimus-manager --switch integrated"
it will log you out, so be careful.

May the Force be with you,
Vít Smolík.


Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 21:22, Vít Smolík wrote:
Dne út 12. 12. 2023 22:16 uživatel  
napsal:



On 2023-12-12 20:49, Vít Smolík wrote:
> Dne út 12. 12. 2023 21:31 uživatel 
> napsal:
>>
>> On 2023-12-12 19:15, Vít Smolík wrote:
>> > út 12. 12. 2023 v 20:09 odesílatel 
>> > napsal:
>> > one more idea, you could try to disable your integrated gpu in your
>> > bios, and then boot only using the Nvidia GPU, just an idea,
>> > but if you send your laptop model, i can provide more straight-forward
>> > instructions for this process
>> >
>> > May the force be with you,
>> > Vít Smolík.
>>
>> It's an acer nitro 5. I don't see any option to do that in bios.
>
>
> so, i did a bit of diging, and i found that Acer bios does not have
> the option to disable the iGPU in the bios, but it does support Nvidia
> Optimus. you could try to configure that, but just an FYI, it is
> proprietary.
>
> wiki-link: https://wiki.gentoo.org/wiki/NVIDIA/Optimus
>

Thanks, I will try that.



Tried doing the optimus thing. Just like without optimus, I start xorg 
but I see nothing.
Xorg and dwm properly start, I tried typing in a terminal 'speaker-test' 
and it worked.
So the problem there isn't that xorg freezes or something, it's that I 
can't see the x server.




Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 22:16 uživatel  napsal:

> On 2023-12-12 20:49, Vít Smolík wrote:
> > Dne út 12. 12. 2023 21:31 uživatel 
> > napsal:
> >>
> >> On 2023-12-12 19:15, Vít Smolík wrote:
> >> > út 12. 12. 2023 v 20:09 odesílatel 
> >> > napsal:
> >> > one more idea, you could try to disable your integrated gpu in your
> >> > bios, and then boot only using the Nvidia GPU, just an idea,
> >> > but if you send your laptop model, i can provide more straight-forward
> >> > instructions for this process
> >> >
> >> > May the force be with you,
> >> > Vít Smolík.
> >>
> >> It's an acer nitro 5. I don't see any option to do that in bios.
> >
> >
> > so, i did a bit of diging, and i found that Acer bios does not have
> > the option to disable the iGPU in the bios, but it does support Nvidia
> > Optimus. you could try to configure that, but just an FYI, it is
> > proprietary.
> >
> > wiki-link: https://wiki.gentoo.org/wiki/NVIDIA/Optimus
> >
>
> Thanks, I will try that.
>
> >> > On the desktop, I have no-multilib and wine's wow64 mode doesn't
> properly work.
> > here, i think you could try the flatpak version of steam.
> >
> > wiki-link for flatpak: https://wiki.gentoo.org/wiki/Flatpak
> > steam on flatpak: https://flathub.org/apps/com.valvesoftware.Steam
> >
> > May the Force be with you,
> > Vít Smolík.
>
> That needs wireplumber, which needs udev, and I don't want to install
> udev or anything else related to systemd.
>
 i see, that is understandeble, i don't have an problem with systemd
myself, i can use it, but i hate apps deppending on it - even more when i
now use gentoo with OpenRC.

May the Force be with you,
Vít Smolík.

>


Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 20:49, Vít Smolík wrote:
Dne út 12. 12. 2023 21:31 uživatel  
napsal:


On 2023-12-12 19:15, Vít Smolík wrote:
> út 12. 12. 2023 v 20:09 odesílatel 
> napsal:
> one more idea, you could try to disable your integrated gpu in your
> bios, and then boot only using the Nvidia GPU, just an idea,
> but if you send your laptop model, i can provide more straight-forward
> instructions for this process
>
> May the force be with you,
> Vít Smolík.

It's an acer nitro 5. I don't see any option to do that in bios.



so, i did a bit of diging, and i found that Acer bios does not have
the option to disable the iGPU in the bios, but it does support Nvidia
Optimus. you could try to configure that, but just an FYI, it is
proprietary.

wiki-link: https://wiki.gentoo.org/wiki/NVIDIA/Optimus



Thanks, I will try that.


> On the desktop, I have no-multilib and wine's wow64 mode doesn't properly 
work.

here, i think you could try the flatpak version of steam.

wiki-link for flatpak: https://wiki.gentoo.org/wiki/Flatpak
steam on flatpak: https://flathub.org/apps/com.valvesoftware.Steam

May the Force be with you,
Vít Smolík.


That needs wireplumber, which needs udev, and I don't want to install 
udev or anything else related to systemd.




Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
Dne út 12. 12. 2023 21:31 uživatel  napsal:
>
> On 2023-12-12 19:15, Vít Smolík wrote:
> > út 12. 12. 2023 v 20:09 odesílatel 
> > napsal:
> > one more idea, you could try to disable your integrated gpu in your
> > bios, and then boot only using the Nvidia GPU, just an idea,
> > but if you send your laptop model, i can provide more straight-forward
> > instructions for this process
> >
> > May the force be with you,
> > Vít Smolík.
>
> It's an acer nitro 5. I don't see any option to do that in bios.


so, i did a bit of diging, and i found that Acer bios does not have
the option to disable the iGPU in the bios, but it does support Nvidia
Optimus. you could try to configure that, but just an FYI, it is
proprietary.

wiki-link: https://wiki.gentoo.org/wiki/NVIDIA/Optimus

> > On the desktop, I have no-multilib and wine's wow64 mode doesn't properly 
> > work.
here, i think you could try the flatpak version of steam.

wiki-link for flatpak: https://wiki.gentoo.org/wiki/Flatpak
steam on flatpak: https://flathub.org/apps/com.valvesoftware.Steam

May the Force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 19:15, Vít Smolík wrote:
út 12. 12. 2023 v 20:09 odesílatel  
napsal:

one more idea, you could try to disable your integrated gpu in your
bios, and then boot only using the Nvidia GPU, just an idea,
but if you send your laptop model, i can provide more straight-forward
instructions for this process

May the force be with you,
Vít Smolík.


It's an acer nitro 5. I don't see any option to do that in bios.



Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
út 12. 12. 2023 v 20:09 odesílatel  napsal:
>
> On 2023-12-12 14:46, Vít Smolík wrote:
> > adding to the conversation once more, on protondb, the game is rated
> > "platinum" so you could try to run it with proton from steam.
> > if it is not officially supported you may need to go to Steam (top
> > right) -> Steam Play -> Enable Steam Play for all games.
> > if you do not own it on steam, try this
> > https://www.reddit.com/r/linux_gaming/comments/pvzn03/running_nonsteam_games_using_proton/
> >
> > May the force be with you,
> > Vít Smolík.
> >
> > May the force be with you,
> > Vít Smolík.
> >
>
> There is a problem with that.
> I have a desktop and a laptop running gentoo.
> On the desktop, I have no-multilib and wine's wow64 mode doesn't
> properly work.
> On the laptop, I have multilib and steam, but proton and wine seem to
> not be able to handle switching between the integrated gpu and the
> dedicated gpu.
> And I also cannot start xorg on the dedicated gpu and skip the
> integrated gpu.
> https://github.com/ValveSoftware/Proton/issues/7331
>
> I eventually played the game on a windows laptop.
> Will probably do the same once the game gets finally finished.
> Sad that this is how it still is on linux, but it is what it is.
> Maybe one day, I won't even have to look up if a game is linux native or
> through proton.
>
one more idea, you could try to disable your integrated gpu in your
bios, and then boot only using the Nvidia GPU, just an idea,
but if you send your laptop model, i can provide more straight-forward
instructions for this process

May the force be with you,
Vít Smolík.



Re: [gentoo-user] Wine problems

2023-12-12 Thread stefan11111

On 2023-12-12 14:46, Vít Smolík wrote:

adding to the conversation once more, on protondb, the game is rated
"platinum" so you could try to run it with proton from steam.
if it is not officially supported you may need to go to Steam (top
right) -> Steam Play -> Enable Steam Play for all games.
if you do not own it on steam, try this
https://www.reddit.com/r/linux_gaming/comments/pvzn03/running_nonsteam_games_using_proton/

May the force be with you,
Vít Smolík.

May the force be with you,
Vít Smolík.



There is a problem with that.
I have a desktop and a laptop running gentoo.
On the desktop, I have no-multilib and wine's wow64 mode doesn't 
properly work.
On the laptop, I have multilib and steam, but proton and wine seem to 
not be able to handle switching between the integrated gpu and the 
dedicated gpu.
And I also cannot start xorg on the dedicated gpu and skip the 
integrated gpu.

https://github.com/ValveSoftware/Proton/issues/7331

I eventually played the game on a windows laptop.
Will probably do the same once the game gets finally finished.
Sad that this is how it still is on linux, but it is what it is.
Maybe one day, I won't even have to look up if a game is linux native or 
through proton.




Re: [gentoo-user] Wine problems

2023-12-12 Thread Vít Smolík
adding to the conversation once more, on protondb, the game is rated
"platinum" so you could try to run it with proton from steam.
if it is not officially supported you may need to go to Steam (top
right) -> Steam Play -> Enable Steam Play for all games.
if you do not own it on steam, try this
https://www.reddit.com/r/linux_gaming/comments/pvzn03/running_nonsteam_games_using_proton/

May the force be with you,
Vít Smolík.

May the force be with you,
Vít Smolík.




po 11. 12. 2023 v 21:02 odesílatel  napsal:
>
> On 2023-12-11 19:30, netfab wrote:
> > Le 11/12/23 à 19:01, stefan1@shitposting.expert a tapoté :
> >> 05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make
> >> sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find
> >> it in the winbind package of your distribution.
> >> 05f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect
> >> problems
> >
> >
> > For this you want samba support in wine, but I doubt it will fix your
> > main problem.
> I read some more about that and it seems that it's needed for
> authentication, something that game doesn't have.
> This may be more concerning:
> [1664:1524:1211/205310.324:ERROR:gpu_process_transport_factory.cc(1024)]
> Lost UI shared context.
>



Re: [gentoo-user] Wine problems

2023-12-11 Thread Vít Smolík
Hey,
I think you can fix the ntlm_auth errors by just building your wine package
with the "samba" use flag.

Also, could I get what GPU are you using?

Dne po 11. 12. 2023 21:02 uživatel  napsal:

> On 2023-12-11 19:30, netfab wrote:
> > Le 11/12/23 à 19:01, stefan1@shitposting.expert a tapoté :
> >> 05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make
> >> sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find
> >> it in the winbind package of your distribution.
> >> 05f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect
> >> problems
> >
> >
> > For this you want samba support in wine, but I doubt it will fix your
> > main problem.
> I read some more about that and it seems that it's needed for
> authentication, something that game doesn't have.
> This may be more concerning:
> [1664:1524:1211/205310.324:ERROR:gpu_process_transport_factory.cc(1024)]
> Lost UI shared context.
>
>


Re: [gentoo-user] Wine problems

2023-12-11 Thread stefan11111

On 2023-12-11 19:30, netfab wrote:

Le 11/12/23 à 19:01, stefan1@shitposting.expert a tapoté :

05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find
it in the winbind package of your distribution.
05f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect
problems



For this you want samba support in wine, but I doubt it will fix your
main problem.
I read some more about that and it seems that it's needed for 
authentication, something that game doesn't have.

This may be more concerning:
[1664:1524:1211/205310.324:ERROR:gpu_process_transport_factory.cc(1024)] 
Lost UI shared context.




Re: [gentoo-user] Wine problems

2023-12-11 Thread netfab
Le 11/12/23 à 19:01, stefan1@shitposting.expert a tapoté :
> 05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make
> sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find
> it in the winbind package of your distribution.
> 05f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect 
> problems


For this you want samba support in wine, but I doubt it will fix your
main problem.





Re: [gentoo-user] Wine problems

2023-12-11 Thread stefan11111

Fixed the sound issue.
Here is the full log for more context:

05f4:err:environ:init_peb starting 
L"Z:\\home\\stefan\\HDD1\\torente\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\Game.exe" 
in experimental wow64 mode
05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure 
that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in 
the winbind package of your distribution.
05f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect 
problems
05f4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not 
implemented!
0658:err:environ:init_peb starting 
L"Z:\\home\\stefan\\HDD1\\torente\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\Game.exe" 
in experimental wow64 mode
0658:fixme:process:SetProcessShutdownParameters (0100, 0001): 
partial stub.

0658:fixme:file:ReplaceFileW Ignoring flags 2
0658:fixme:file:NtLockFile I/O completion on lock not implemented yet
05f4:fixme:file:NtLockFile I/O completion on lock not implemented yet
05f4:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class 
{----}
05f4:fixme:nls:RtlGetThreadPreferredUILanguages 0038, 0012F90C, 
 0012F908
05f4:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012F90C 
 0012F908) returning a dummy value (current locale)
05f4:fixme:nls:RtlGetThreadPreferredUILanguages 0038, 0012F90C, 
02161928 0012F908
05f4:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012F90C 
02161928 0012F908) returning a dummy value (current locale)
05f4:fixme:winsock:WSALookupServiceBeginW (0012F718 0xff0 0012F754) 
Stub!
[1664:1524:1211/205306.370:ERROR:network_change_notifier_win.cc(157)] 
WSALookupServiceBegin failed with: 8
05f4:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION

05f4:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
05f4:fixme:userenv:RegisterGPNotification 013C 0
05f4:fixme:userenv:RegisterGPNotification 0140 1
05f4:fixme:file:ReplaceFileW Ignoring flags 2
0570:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 038AFB9C 
038AFB94
0574:fixme:wlanapi:WlanEnumInterfaces (0001, , 039AFBF0) 
semi-stub
0570:fixme:wlanapi:WlanEnumInterfaces (0001, , 038AFBF0) 
semi-stub
05a8:fixme:wlanapi:WlanEnumInterfaces (0001, , 048AF800) 
semi-stub

0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
05dc:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 0504FC64)
05f4:fixme:msg:ChangeWindowMessageFilter 4a 0001
05cc:err:environ:init_peb starting 
L"Z:\\home\\stefan\\HDD1\\torente\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\Game.exe" 
in experimental wow64 mode

0738:fixme:file:ReplaceFileW Ignoring flags 2
0574:fixme:file:ReplaceFileW Ignoring flags 2
05a8:fixme:wlanapi:WlanEnumInterfaces (0001, , 048AF460) 
semi-stub
05a8:fixme:wlanapi:WlanEnumInterfaces (0001, , 048AF730) 
semi-stub

0580:fixme:file:ReplaceFileW Ignoring flags 2
05f4:fixme:process:RegisterApplicationRestart (L" --js-flags=--expose-gc 
--user-data-dir=\"C:\\users\\stefan\\AppData\\Local\\The Coffin of Andy 
and Leyley\\User Data\" --no-sandbox --no-zygote --flag-switches-begin 
--flag-switches-end 
--nwapp=\"Z:\\home\\stefan\\HDD1\\torente\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\The.Coffin.of"...,7)

06b4:fixme:wtsapi:WTSQuerySessionInformationW returning 0 protocol type
0574:fixme:file:ReplaceFileW Ignoring flags 2
05f4:fixme:combase:RoGetActivationFactory 
(L"Windows.UI.ViewManagement.UIViewSettings", 
{3694dbf9-8f68-44be-8ff5-195c98ede8a6}, 0012F718): semi-stub
05f4:err:combase:RoGetActivationFactory Failed to find library for 
L"Windows.UI.ViewManagement.UIViewSettings"

0584:fixme:file:ReplaceFileW Ignoring flags 2
06b0:err:environ:init_peb starting 
L"Z:\\home\\stefan\\HDD1\\torente\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\The.Coffin.of.Andy.and.Leyley.Build.12619503\\Game.exe" 
in experimental wow64 mode
05cc:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure 
that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in 
the winbind package of your distribution.
05cc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect 
problems
05cc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not 
implemented!
06b0:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure 
that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in 
the winbind package of your distribution.
06b0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect 
problems
06b0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not 
implemented!
05cc:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class 
{----}

0718:fixme:thread:QueryThreadCycleTime (01F8,02CAFD70): stub!
05cc:fixme:ntdll:NtQuerySystemInformation 

Re: [gentoo-user] wine install : pango, freetype, harfbuzz circular dependencies

2021-07-19 Thread Adam Carter
>
> You could try the opposite at the initial circular dependency.
>
> USE="-truetype" emerge -1 harfbuzz


Different error, but i can't see a solution here either;

media-libs/harfbuzz:0

  (media-libs/harfbuzz-2.8.2-r1:0/0.9.18::gentoo, ebuild scheduled for
merge) USE="cairo glib graphite icu introspection -debug -doc -experimental
-static-libs -test -truetype" ABI_X86="32 (64) (-x32)" pulled in by
media-libs/harfbuzz (Argument)

  (media-libs/harfbuzz-2.8.2-r1:0/0.9.18::gentoo, installed) USE="cairo
glib graphite icu introspection truetype -debug -doc -experimental
-static-libs -test" ABI_X86="(64) -32 (-x32)" pulled in by

>=media-libs/harfbuzz-2.0:=[glib(+),introspection?,truetype(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
required by (x11-libs/pango-1.48.7-r1:0/0::gentoo, installed) USE="X
introspection sysprof -debug" ABI_X86="(64) -32 (-x32)"



Re: [gentoo-user] wine install : pango, freetype, harfbuzz circular dependencies

2021-07-19 Thread Arve Barsnes
On Mon, 19 Jul 2021 at 03:34, Adam Carter  wrote:
>
> Similarly to another thread, trying to get wine to install is triggering this 
> issue;
>  * Error: circular dependencies:
>
> (media-libs/harfbuzz-2.8.2-r1:0/0.9.18::gentoo, ebuild scheduled for merge) 
> depends on
>  (media-libs/freetype-2.10.4:2/2::gentoo, ebuild scheduled for merge) 
> (buildtime_slot_op)
>   (media-libs/harfbuzz-2.8.2-r1:0/0.9.18::gentoo, ebuild scheduled for merge) 
> (buildtime)
>
> Is there something else I should try?

You could try the opposite at the initial circular dependency.

USE="-truetype" emerge -1 harfbuzz

Cheers,
Arve



Re: [gentoo-user] wine update blocked by winetricks and playonlinux

2017-12-08 Thread Arve Barsnes
On 8 December 2017 at 10:28, Alarig Le Lay  wrote:

> Hi,
>
> I tried to update my system to reflect the splitting described in
> https://www.gentoo.org/support/news-items/2017-04-10-
> split-and-slotted-wine.html
>
> But, I have three conflicts :
>
> [blocks B  ] app-emulation/wine:0 ("app-emulation/wine:0" is hard
> blocking app-emulation/wine-mono-4.6.4, app-eselect/eselect-wine-1.2.2,
> app-emulation/wine-gecko-2.47-r1)
> [blocks B  ] app-emulation/wine:0 ("app-emulation/wine:0" is hard
> blocking app-emulation/wine-desktop-common-20150204)
> [blocks B  ] app-emulation/wine:0 ("app-emulation/wine:0" is blocking
> virtual/wine-0-r5, app-emulation/wine-vanilla-2.0.3)
>
> And, if I try to uninstall wine in order to update the rest of my
> system, I see that wine is a dependence of
> app-emulation/playonlinux-4.2.12 and app-emulation/winetricks-20170823
>
> airmure ~ # emerge -vac app-emulation/wine
>
> Calculating dependencies... done!
>   app-emulation/wine-2.0 pulled in by:
> app-emulation/playonlinux-4.2.12 requires app-emulation/wine
> app-emulation/winetricks-20170823 requires app-emulation/wine
>

Both of those depend on either the old app-emulation/wine OR the new
virtual/wine, so you should be fine just emerge -C app-emulation/wine and
install your chosen flavour(s) of the new split version.

Arve


Re: [gentoo-user] Wine anybody?

2012-11-19 Thread Alan McKinnon
On Mon, 19 Nov 2012 17:42:18 +0100
Helmut Jarausch  wrote:

> Hi,
> has any been successful in using Wine-1.5.17 on an AMD 64bit machine?
> 
> When I run  /usr/bin/wine it says file not found.
> 
> I'm seeing the wine32 and wine64 use flags. Removing the wine64 use  
> flags makes
> emerge fail : configure: error: No OpenGL library found on this
> system.
> 
> eselect opengl list
> shows "ati" here.
> 
> Previous versions didn't show these problems.
> 
> Has anybody encountered similar problems?
> 
> Thanks,
> Helmut.
> 

Just like Marc, I also don't see the issues you are having. And I also
have USE=-win64 on a 64bit Gentoo system (I mostly run corporatey
Windows apps and you'd be amazed how many are still 32 bit only...)

Is there any further clue as to what file is not being found in the
first case? What do you get if you run ldd against the wine binary?

In the second case, I suspect there's something wrong with your 32 bit
OpenGL install. If you have USE=opengl then
app-emulation/emul-linux-x86-opengl is pulled in as a dep and it should
JustWork

What are all your USE settings for wine?

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Wine anybody?

2012-11-19 Thread Marc Joliet
Am Mon, 19 Nov 2012 17:42:18 +0100
schrieb Helmut Jarausch :

> Hi,
> has any been successful in using Wine-1.5.17 on an AMD 64bit machine?

I have:

  $ sudo genlop app-emulation/wine-1.5.17 
   * app-emulation/wine

   Sat Nov 10 23:49:20 2012 >>> app-emulation/wine-1.5.17
 
> When I run  /usr/bin/wine it says file not found.

I do not get that here.

> I'm seeing the wine32 and wine64 use flags. Removing the wine64 use  
> flags makes
> emerge fail : configure: error: No OpenGL library found on this system.

I removed the wine64 flag shortly after it was introduced (I do not use 64 bit
Windows programs) and did not have that problem. Just in case it has anything
to do with the recent X upgrade, I reinstalled it, but got no errors.

FWIW, here are the use flags:

  # emerge -1va wine

  These are the packages that would be merged, in order:

  Calculating dependencies  . done!
  [ebuild   R   ~] app-emulation/wine-1.5.17  USE="X alsa cups gecko gnutls 
jpeg lcms mono mp3 ncurses nls openal opengl png pulseaudio ssl threads 
truetype win32 xcomposite xml -capi -custom-cflags -fontconfig -gphoto2 -gsm 
(-gstreamer) -hardened -ldap -odbc -opencl -osmesa -oss -perl -samba -scanner 
(-selinux) {-test} -udisks -v4l -win64 -xinerama" 0 kB

> eselect opengl list
> shows "ati" here.

I use the radeon driver, so have "xorg-x11" here.

> Previous versions didn't show these problems.
> 
> Has anybody encountered similar problems?

No, sorry.

> Thanks,
> Helmut.

HTH
-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup


signature.asc
Description: PGP signature


[SOLVED] Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-28 Thread Valmor de Almeida
On 11/28/2010 03:03 PM, Valmor de Almeida wrote:
> On 11/28/2010 11:51 AM, Valmor de Almeida wrote:
>> On 11/28/2010 05:50 AM, Arttu V. wrote:
>>> On 11/27/10, Valmor de Almeida  wrote:
 The system appears clean (revdep-rebuild and emerge --depclean show
 nothing to be done).
>>>
>>> After a good night's sleep I realised that this part didn't explicitly
>>> state that you ran a full re-emerge of at least the @system set (if
>>> not the entire @world).
>>>
>>> So, have you successfully rebuilt your full toolchain after the change
>>> to reflect the change? Do you have lib32 and lib64 paths in your
>>> /etc/ld.so.conf? If they are missing will env-update add them there?
>>>
>>
>> I thought I would get things fixed with revdep-rebuild but you are
>> correct the ld.so.conf file is missing lib32. Will rebuild the system now.
>>
>> Thanks,
>>
>> --
>> Valmor
> 
> I re-emerged the system (emerge -e system). The ld.so.conf got updated:
> 
[snip]
> 
> However no luck emerging wine. Will emerge the world next (this is going
> to take a while...)
> 
> --
> Valmor

The emerge -e world fixed it. Was able to install wine and fire it up. I
guess this means the change from no-multilib to multilib works. Phew!
changing from no-multilib to multilib is compilation-intense. I wish the
gentoo install instructions for amd64 had a red flag on this issue.

Thanks,

--
Valmor




Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-28 Thread Valmor de Almeida
On 11/28/2010 11:51 AM, Valmor de Almeida wrote:
> On 11/28/2010 05:50 AM, Arttu V. wrote:
>> On 11/27/10, Valmor de Almeida  wrote:
>>> The system appears clean (revdep-rebuild and emerge --depclean show
>>> nothing to be done).
>>
>> After a good night's sleep I realised that this part didn't explicitly
>> state that you ran a full re-emerge of at least the @system set (if
>> not the entire @world).
>>
>> So, have you successfully rebuilt your full toolchain after the change
>> to reflect the change? Do you have lib32 and lib64 paths in your
>> /etc/ld.so.conf? If they are missing will env-update add them there?
>>
> 
> I thought I would get things fixed with revdep-rebuild but you are
> correct the ld.so.conf file is missing lib32. Will rebuild the system now.
> 
> Thanks,
> 
> --
> Valmor

I re-emerged the system (emerge -e system). The ld.so.conf got updated:

-> cat /etc/ld.so.conf
# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/usr/local/lib
include ld.so.conf.d/*.conf
//usr/lib64/opengl/xorg-x11/lib
/lib
/usr/lib
/lib64
/usr/lib64
/usr/local/lib64
/lib32
/usr/lib32
/usr/local/lib32
/usr/x86_64-pc-linux-gnu/lib
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/32
//usr/lib64/xulrunner-1.9.2
/usr/lib/qt4
/usr/lib64/qt4
/usr/lib64/fltk-1.1
/usr/lib64/octave-3.2.4

However no luck emerging wine. Will emerge the world next (this is going
to take a while...)

--
Valmor



Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-28 Thread Valmor de Almeida
On 11/28/2010 05:50 AM, Arttu V. wrote:
> On 11/27/10, Valmor de Almeida  wrote:
>> The system appears clean (revdep-rebuild and emerge --depclean show
>> nothing to be done).
> 
> After a good night's sleep I realised that this part didn't explicitly
> state that you ran a full re-emerge of at least the @system set (if
> not the entire @world).
> 
> So, have you successfully rebuilt your full toolchain after the change
> to reflect the change? Do you have lib32 and lib64 paths in your
> /etc/ld.so.conf? If they are missing will env-update add them there?
> 

I thought I would get things fixed with revdep-rebuild but you are
correct the ld.so.conf file is missing lib32. Will rebuild the system now.

Thanks,

--
Valmor



Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-28 Thread Arttu V.
On 11/27/10, Valmor de Almeida  wrote:
> The system appears clean (revdep-rebuild and emerge --depclean show
> nothing to be done).

After a good night's sleep I realised that this part didn't explicitly
state that you ran a full re-emerge of at least the @system set (if
not the entire @world).

So, have you successfully rebuilt your full toolchain after the change
to reflect the change? Do you have lib32 and lib64 paths in your
/etc/ld.so.conf? If they are missing will env-update add them there?

-- 
Arttu V.



Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-27 Thread Valmor de Almeida
On 11/27/2010 03:03 PM, Valmor de Almeida wrote:
> On 11/27/2010 01:43 PM, Arttu V. wrote:
>> On 11/27/10, Valmor de Almeida  wrote:
>>>
>>> Hello,
>>>
>>> I am trying to install wine on my system which I recently changed from
>>> no-multilib to multilib; so this may be causing this problem. The emerge
>>> issue is here
>>>
>>> checking for GL/gl.h... yes
>>> checking for GL/glx.h... yes
>>> checking for GL/glu.h... yes
>>> checking for up-to-date OpenGL version... yes
>>> checking for -lGL... not found
>>> checking for -lGL... not found
>>> checking for -lGLU... not found
>>> configure: error: No OpenGL library found on this system.
>>> OpenGL and Direct3D won't be supported.
>>> This is an error since --with-opengl was requested.
>>>
>>> However I do have these libraries installed:
>>>
>>> -> locate libglut
>>> /usr/lib32/libglut.so
>>> /usr/lib32/libglut.so.3
>>> /usr/lib32/libglut.so.3.8.0
>>> /usr/lib64/libglut.a
>>> /usr/lib64/libglut.la
>>> /usr/lib64/libglut.so
>>> /usr/lib64/libglut.so.3
>>> /usr/lib64/libglut.so.3.9.0
>>>
>>> The system appears clean (revdep-rebuild and emerge --depclean show
>>> nothing to be done).
>>>
>>> The USE flags for emerging wine are:
>>>
>>> app-emulation/wine-1.2  USE="X alsa cups fontconfig gecko jpeg ncurses
>>> opengl oss perl png ssl threads truetype (-capi) -custom-cflags -dbus
>>> (-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas
>>> -openal -pulseaudio -samba (-scanner) -test -win64 -xcomposite -xinerama
>>> -xml"
>>>
>>> Thanks for inputs.
>>
>> How are your /usr/lib{32,64}/libGL.so symlinks? Use eselect opengl
>> list and set to check that they exist and are set into whatever you
>> really use.
>>
> 
> I've checked this. Here is some info. Seems correct to me.
> 
> Thanks,
> 
> --
> Valmor
> 
> -> eselect opengl list
> Available OpenGL implementations:
>   [1]   xorg-x11 *
> 
> -> ll /usr/lib32/libglut*
> lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so ->
> libglut.so.3.8.0*
> lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so.3 ->
> libglut.so.3.8.0*
> -rwxr-xr-x 1 root root 208860 Sep 13 18:00 /usr/lib32/libglut.so.3.8.0*
> 
> -> equery belongs /usr/lib32/libglut.so.3.8.0
> [ Searching for file(s) /usr/lib32/libglut.so.3.8.0 in *... ]
> app-emulation/emul-linux-x86-opengl-20100915 (/usr/lib32/libglut.so.3.8.0)
> 
> 
> -> ll /usr/lib64/libglut*
> -rw-r--r-- 1 root root 509838 Oct 21 10:50 /usr/lib64/libglut.a
> -rw-r--r-- 1 root root   1082 Oct 21 10:50 /usr/lib64/libglut.la
> lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so ->
> libglut.so.3.9.0*
> lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so.3 ->
> libglut.so.3.9.0*
> -rwxr-xr-x 1 root root 296336 Oct 21 10:50 /usr/lib64/libglut.so.3.9.0*
> 
> -> equery belongs /usr/lib64/libglut.so.3.9.0
> [ Searching for file(s) /usr/lib64/libglut.so.3.9.0 in *... ]
> media-libs/freeglut-2.6.0 (/usr/lib64/libglut.so.3.9.0)
> 
> 
> 

Just to add to this:

-> find /usr/lib/ -name libGL\* | xargs ls -l
lrwxrwxrwx 1 root root 32 Nov 27 15:09 /usr/lib/libGL.so ->
opengl/xorg-x11/lib/libGL.so.1.2
-rw-r--r-- 1 root root 570028 Oct 21 10:47 /usr/lib/libGLEW.a
lrwxrwxrwx 1 root root 16 Oct 21 10:47 /usr/lib/libGLEW.so ->
libGLEW.so.1.5.6
lrwxrwxrwx 1 root root 16 Oct 21 10:47 /usr/lib/libGLEW.so.1.5 ->
libGLEW.so.1.5.6
-rwxr-xr-x 1 root root 407448 Oct 21 10:47 /usr/lib/libGLEW.so.1.5.6
lrwxrwxrwx 1 root root 11 Nov 27 04:48 /usr/lib/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root 20 Nov 27 04:48 /usr/lib/libGLU.so.1 ->
libGLU.so.1.3.070802
-rwxr-xr-x 1 root root 461272 Nov 27 04:48 /usr/lib/libGLU.so.1.3.070802
lrwxrwxrwx 1 root root 10 Nov 27 04:48
/usr/lib/opengl/xorg-x11/lib/libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 12 Nov 27 04:48
/usr/lib/opengl/xorg-x11/lib/libGL.so.1 -> libGL.so.1.2
-rwxr-xr-x 1 root root 477920 Nov 27 04:48
/usr/lib/opengl/xorg-x11/lib/libGL.so.1.2

Also on my (now multilib) system:

lrwxrwxrwx   1 root root 5 Nov 27 02:12 lib -> lib64/
drwxr-xr-x   3 root root  3696 Nov 27 02:12 lib32/
drwxr-xr-x  10 root root  4304 Nov 27 02:12 lib64/

where in the past with no-multilib I had the lib32/ but it was pretty
much empty.

I've done some re-emerge of packages but still can't get wine to install.

Thanks,

--
Valmor




Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-27 Thread Valmor de Almeida
On 11/27/2010 01:43 PM, Arttu V. wrote:
> On 11/27/10, Valmor de Almeida  wrote:
>>
>> Hello,
>>
>> I am trying to install wine on my system which I recently changed from
>> no-multilib to multilib; so this may be causing this problem. The emerge
>> issue is here
>>
>> checking for GL/gl.h... yes
>> checking for GL/glx.h... yes
>> checking for GL/glu.h... yes
>> checking for up-to-date OpenGL version... yes
>> checking for -lGL... not found
>> checking for -lGL... not found
>> checking for -lGLU... not found
>> configure: error: No OpenGL library found on this system.
>> OpenGL and Direct3D won't be supported.
>> This is an error since --with-opengl was requested.
>>
>> However I do have these libraries installed:
>>
>> -> locate libglut
>> /usr/lib32/libglut.so
>> /usr/lib32/libglut.so.3
>> /usr/lib32/libglut.so.3.8.0
>> /usr/lib64/libglut.a
>> /usr/lib64/libglut.la
>> /usr/lib64/libglut.so
>> /usr/lib64/libglut.so.3
>> /usr/lib64/libglut.so.3.9.0
>>
>> The system appears clean (revdep-rebuild and emerge --depclean show
>> nothing to be done).
>>
>> The USE flags for emerging wine are:
>>
>> app-emulation/wine-1.2  USE="X alsa cups fontconfig gecko jpeg ncurses
>> opengl oss perl png ssl threads truetype (-capi) -custom-cflags -dbus
>> (-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas
>> -openal -pulseaudio -samba (-scanner) -test -win64 -xcomposite -xinerama
>> -xml"
>>
>> Thanks for inputs.
> 
> How are your /usr/lib{32,64}/libGL.so symlinks? Use eselect opengl
> list and set to check that they exist and are set into whatever you
> really use.
> 

I've checked this. Here is some info. Seems correct to me.

Thanks,

--
Valmor

-> eselect opengl list
Available OpenGL implementations:
  [1]   xorg-x11 *

-> ll /usr/lib32/libglut*
lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so ->
libglut.so.3.8.0*
lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so.3 ->
libglut.so.3.8.0*
-rwxr-xr-x 1 root root 208860 Sep 13 18:00 /usr/lib32/libglut.so.3.8.0*

-> equery belongs /usr/lib32/libglut.so.3.8.0
[ Searching for file(s) /usr/lib32/libglut.so.3.8.0 in *... ]
app-emulation/emul-linux-x86-opengl-20100915 (/usr/lib32/libglut.so.3.8.0)


-> ll /usr/lib64/libglut*
-rw-r--r-- 1 root root 509838 Oct 21 10:50 /usr/lib64/libglut.a
-rw-r--r-- 1 root root   1082 Oct 21 10:50 /usr/lib64/libglut.la
lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so ->
libglut.so.3.9.0*
lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so.3 ->
libglut.so.3.9.0*
-rwxr-xr-x 1 root root 296336 Oct 21 10:50 /usr/lib64/libglut.so.3.9.0*

-> equery belongs /usr/lib64/libglut.so.3.9.0
[ Searching for file(s) /usr/lib64/libglut.so.3.9.0 in *... ]
media-libs/freeglut-2.6.0 (/usr/lib64/libglut.so.3.9.0)






Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-27 Thread Arttu V.
On 11/27/10, Valmor de Almeida  wrote:
>
> Hello,
>
> I am trying to install wine on my system which I recently changed from
> no-multilib to multilib; so this may be causing this problem. The emerge
> issue is here
>
> checking for GL/gl.h... yes
> checking for GL/glx.h... yes
> checking for GL/glu.h... yes
> checking for up-to-date OpenGL version... yes
> checking for -lGL... not found
> checking for -lGL... not found
> checking for -lGLU... not found
> configure: error: No OpenGL library found on this system.
> OpenGL and Direct3D won't be supported.
> This is an error since --with-opengl was requested.
>
> However I do have these libraries installed:
>
> -> locate libglut
> /usr/lib32/libglut.so
> /usr/lib32/libglut.so.3
> /usr/lib32/libglut.so.3.8.0
> /usr/lib64/libglut.a
> /usr/lib64/libglut.la
> /usr/lib64/libglut.so
> /usr/lib64/libglut.so.3
> /usr/lib64/libglut.so.3.9.0
>
> The system appears clean (revdep-rebuild and emerge --depclean show
> nothing to be done).
>
> The USE flags for emerging wine are:
>
> app-emulation/wine-1.2  USE="X alsa cups fontconfig gecko jpeg ncurses
> opengl oss perl png ssl threads truetype (-capi) -custom-cflags -dbus
> (-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas
> -openal -pulseaudio -samba (-scanner) -test -win64 -xcomposite -xinerama
> -xml"
>
> Thanks for inputs.

How are your /usr/lib{32,64}/libGL.so symlinks? Use eselect opengl
list and set to check that they exist and are set into whatever you
really use.

-- 
Arttu V.



Re: [gentoo-user] Wine complains about Gecko

2010-09-07 Thread Paul Hartman
On Tue, Sep 7, 2010 at 12:11 PM, Paul Hartman
 wrote:
> On Mon, Sep 6, 2010 at 9:32 PM, Nikos Chantziaras  wrote:
>> When I try to launch a Windows program in Wine (1.3.2), an error dialog
>> appears informing me that Gecko is not installed and the program might not
>> work (which it doesn't).  It has an "install" button there, but mentions
>> that it would be better if the distro, Gentoo in this case, would offer it
>> and install it from there.
>
> I have it on my system as part of wine. I can run "wine iexplore" and
> I get the WINE Internet Explorer and it can successfully load web
> pages.
>
> $ equery b /usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab
>  * Searching for /usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab ...
> app-emulation/wine-1.3.1 (/usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab)

And I will add that the actual wine gecko files that get installed are
Windows files and will be located inside your wine directory at
c:/windows/system/gecko/1.0.0/wine_gecko/



Re: [gentoo-user] Wine complains about Gecko

2010-09-07 Thread Paul Hartman
On Mon, Sep 6, 2010 at 9:32 PM, Nikos Chantziaras  wrote:
> When I try to launch a Windows program in Wine (1.3.2), an error dialog
> appears informing me that Gecko is not installed and the program might not
> work (which it doesn't).  It has an "install" button there, but mentions
> that it would be better if the distro, Gentoo in this case, would offer it
> and install it from there.

I have it on my system as part of wine. I can run "wine iexplore" and
I get the WINE Internet Explorer and it can successfully load web
pages.

$ equery b /usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab
 * Searching for /usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab ...
app-emulation/wine-1.3.1 (/usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab)



Re: [gentoo-user] Wine complains about Gecko

2010-09-07 Thread Nils Larsson
On Tuesday 07 September 2010 04:32:11 Nikos Chantziaras wrote:
> When I try to launch a Windows program in Wine (1.3.2), an error dialog
> appears informing me that Gecko is not installed and the program might
> not work (which it doesn't).  It has an "install" button there, but
> mentions that it would be better if the distro, Gentoo in this case,
> would offer it and install it from there.
> 
> I can't find any such package in portage though.  "eix gecko" only finds
> dev-dotnet/gecko-sharp and www-plugins/gecko-mediaplayer.

You should enable the "gecko" USE flag on app-emulation/wine.



Re: [gentoo-user] Wine complains about Gecko

2010-09-06 Thread Ajai Khattri

On Tue, 7 Sep 2010, Nikos Chantziaras wrote:

When I try to launch a Windows program in Wine (1.3.2), an error dialog 
appears informing me that Gecko is not installed and the program might not 
work (which it doesn't).  It has an "install" button there, but mentions that 
it would be better if the distro, Gentoo in this case, would offer it and 
install it from there.


I can't find any such package in portage though.  "eix gecko" only finds 
dev-dotnet/gecko-sharp and www-plugins/gecko-mediaplayer.


Gecko is part of Firefox.

http://en.wikipedia.org/wiki/Gecko_(layout_engine)


--
A



Re: [gentoo-user] wine cannot compile with jpeg flag

2010-03-15 Thread Kaddeh
Looks like the jpeg use flag is ok to use according to bug #283089 [
http://bugs.gentoo.org/show_bug.cgi?id=283089]
It looks like it is waiting for the thumbs-up from everyone to be taken out.
I have been running with the jpeg use flag unmasked for a while and haven't
seen any issues.

Cheers

Kad

On Mon, Mar 15, 2010 at 8:03 AM, Xi Shen  wrote:

> On Mon, Mar 15, 2010 at 11:35 PM, Arttu V.  wrote:
> > Create /etc/portage/profile/package.use.mask and type in
> > 'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
> > flag for wine.
> >
> > I don't know how good idea that is, though, as
> > /usr/portage/profiles/arch/amd64/package.use.mask has the following
> > for wine (maybe you'd better check the relevant bugs noted for jpeg
> > first?):
> >
> > # Samuli Suominen  (02 Feb 2009)
> > # esd, bug 301824
> > # mp3, bug 283860, 299490
> > # jpeg, bug 283089, 303255, 299149
> > # capi, 292938
> > # ghoto2, 286563
> > # scanner, 299505
> > # hal, 299149
> > app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner
> >
>
> thanks a lot :) it is compiling now
>
>
> --
> Best Regards,
> David Shen
>
> http://twitter.com/davidshen84/
>
>


Re: [gentoo-user] wine cannot compile with jpeg flag

2010-03-15 Thread Xi Shen
On Mon, Mar 15, 2010 at 11:35 PM, Arttu V.  wrote:
> Create /etc/portage/profile/package.use.mask and type in
> 'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
> flag for wine.
>
> I don't know how good idea that is, though, as
> /usr/portage/profiles/arch/amd64/package.use.mask has the following
> for wine (maybe you'd better check the relevant bugs noted for jpeg
> first?):
>
> # Samuli Suominen  (02 Feb 2009)
> # esd, bug 301824
> # mp3, bug 283860, 299490
> # jpeg, bug 283089, 303255, 299149
> # capi, 292938
> # ghoto2, 286563
> # scanner, 299505
> # hal, 299149
> app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner
>

thanks a lot :) it is compiling now


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



Re: [gentoo-user] wine cannot compile with jpeg flag

2010-03-15 Thread Arttu V.
On 3/15/10, Xi Shen  wrote:
> i have enabled 'jpeg' flag in my /etc/make.conf, but i still cannot
> compile wine with jpeg support, and i really need this feature.
>
> the output of emerge -pv wine shows '(-jpeg)'. i think it is masked by
> profile. i then created '/etc/portage/profile/package.use.force', and
> putted 'app-emulation/wine jpeg' in it, but i still cannot compile
> wine with jpeg support.

Create /etc/portage/profile/package.use.mask and type in
'app-emulation/wine -jpeg' (note the minus) to locally unmask the jpeg
flag for wine.

I don't know how good idea that is, though, as
/usr/portage/profiles/arch/amd64/package.use.mask has the following
for wine (maybe you'd better check the relevant bugs noted for jpeg
first?):

# Samuli Suominen  (02 Feb 2009)
# esd, bug 301824
# mp3, bug 283860, 299490
# jpeg, bug 283089, 303255, 299149
# capi, 292938
# ghoto2, 286563
# scanner, 299505
# hal, 299149
app-emulation/wine capi esd gphoto2 hal jpeg mp3 scanner

-- 
Arttu V.



Re: [gentoo-user] wine && DVD/CD -- how to configure?

2009-11-11 Thread Alan McKinnon
On Wednesday 11 November 2009 10:31:53 Alexander Puchmayr wrote:
> Am Dienstag 10 November 2009 09:00:12 schrieb Volker Armin Hemmann:
> > On Dienstag 10 November 2009, Alexander Puchmayr wrote:
> > > Hi there!
> > >
> > > I'm just trying to get an windows-application  running, and I fail to
> > > configure the dvd drive properly.
> > >
> > > The problem: In winecfg 's drive-tab there is a setting "cdrom", but it
> > > demands a path where the dvd/cd is mounted. But this path is dynamic
> > > (/media/$NAMEOFDVD).
> > >
> > > Greetings
> > > Alex
> >
> > fstab, create entry for dvd, mount dvd, you are done.
> 
> I created the fstab entry (with filesystem=auto, flags=user,ro,noauto), the
> user can mount the drive, access the content and unmount the drive again.
>  But this has to be entered on the console, which is absolutely unusable
>  for users who don't have any clue what a console is :-(
> 
> There must be some way to make wine doing all this so that the cd/dvd is
> automatically visible just like under native windows or KDE.

your problem is that the mount point is dynamic. So change your system to make 
the mount point static, using hal, udev, fstab or whatever else it is you use 
for that.

Then when media is inserted, it will be mounted at a known point and show up 
in the file browser. You might have to make a symlink from /media/cdrom to D: 
or similar

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] wine && DVD/CD -- how to configure?

2009-11-11 Thread Alexander Puchmayr
Am Dienstag 10 November 2009 09:00:12 schrieb Volker Armin Hemmann:
> On Dienstag 10 November 2009, Alexander Puchmayr wrote:
> > Hi there!
> >
> > I'm just trying to get an windows-application  running, and I fail to
> > configure the dvd drive properly.
> >
> > The problem: In winecfg 's drive-tab there is a setting "cdrom", but it
> > demands a path where the dvd/cd is mounted. But this path is dynamic
> > (/media/$NAMEOFDVD).
> >
> > Greetings
> > Alex
> 
> fstab, create entry for dvd, mount dvd, you are done.
> 
I created the fstab entry (with filesystem=auto, flags=user,ro,noauto), the 
user can mount the drive, access the content and unmount the drive again. But 
this has to be entered on the console, which is absolutely unusable for users 
who don't have any clue what a console is :-( 

There must be some way to make wine doing all this so that the cd/dvd is 
automatically visible just like under native windows or KDE.


Greetings
Alex



Re: [gentoo-user] wine && DVD/CD -- how to configure?

2009-11-10 Thread Volker Armin Hemmann
On Dienstag 10 November 2009, Alexander Puchmayr wrote:
> Hi there!
> 
> I'm just trying to get an windows-application  running, and I fail to
> configure the dvd drive properly.
> 
> The problem: In winecfg 's drive-tab there is a setting "cdrom", but it
> demands a path where the dvd/cd is mounted. But this path is dynamic
> (/media/$NAMEOFDVD).
> 
> Greetings
> Alex
> 

fstab, create entry for dvd, mount dvd, you are done.



Re: [gentoo-user] Wine-1.1.16 and amd64

2009-03-02 Thread Antonio Quartulli
Alan McKinnon ha scritto:
> On Monday 02 March 2009 19:11:51 Antonio Quartulli wrote:
>> Hi all!
>> I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I
>> got a problem because it can't compile (or maybe link) on my amd64 system.
>>
>> x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include
>>  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
>> -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
>> -Wpointer-arith  -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer
>> -o activeds_main.o activeds_main.c
>> /usr/bin/ld: Relocatable linking with relocations from format elf32-i386
>> (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported
>> winebuild: /usr/bin/ld -r failed with status 256
>> winegcc: ../../tools/winebuild/winebuild failed
>> make[2]: *** [acledit.dll.so] Error 2
>>
>> this is one of the errors that I got.
>>
>> Is there a way to build wine on a 64bit system without using the win64
>> flag (i still want to run win32 binaries).
>>
>> Bye!
> 
> 
> Bug #260726 at b.g.o.
> 
> Apparently if you remove the offending line recently added by vapier to the 
> ebuild, it may build. However, variable results have been reported.
> 
> Failing that, I suggest you do what I did - mask 1.1.6 and be content with 
> 1.1.15
> 
ok, thank you so much!
I will mask version 1.1.16 too

-- 
Antonio Quartulli 



Re: [gentoo-user] Wine-1.1.16 and amd64

2009-03-02 Thread Alan McKinnon
On Monday 02 March 2009 19:11:51 Antonio Quartulli wrote:
> Hi all!
> I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I
> got a problem because it can't compile (or maybe link) on my amd64 system.
>
> x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include
>  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
> -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
> -Wpointer-arith  -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer
> -o activeds_main.o activeds_main.c
> /usr/bin/ld: Relocatable linking with relocations from format elf32-i386
> (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported
> winebuild: /usr/bin/ld -r failed with status 256
> winegcc: ../../tools/winebuild/winebuild failed
> make[2]: *** [acledit.dll.so] Error 2
>
> this is one of the errors that I got.
>
> Is there a way to build wine on a 64bit system without using the win64
> flag (i still want to run win32 binaries).
>
> Bye!


Bug #260726 at b.g.o.

Apparently if you remove the offending line recently added by vapier to the 
ebuild, it may build. However, variable results have been reported.

Failing that, I suggest you do what I did - mask 1.1.6 and be content with 
1.1.15

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Wine + USB to serial adapter

2008-10-14 Thread Joseph

On 10/13/08 10:40, Adam Carter wrote:

- will other USB to serial adapter with better linux drivers work?
- or will i have to try a PCCard serial adapter?


I just pickup this unit:
http://www.pfranc.com/cgi-bin/P/USB_G4/garmin-GPS-cables
The drier is in the kernel and it is working under Linux with my external modem 
and APC UPS

--
#Joseph
GPG KeyID: ED0E1FB7



Re: [gentoo-user] Wine and Cedega at the same time

2007-02-23 Thread Gyuszk
b.n. írta:
> Peter Ruskin ha scritto:
>   
>> On Friday 23 February 2007, Gyuszk wrote:
>> 
>>> Dear Gentoo users,
>>>
>>> I have a question about Win32 emulation. I'm using Wine
>>> (0.9.31 ~x86 in Portage) for mIRC and uTorrent usage.
>>>   
>
> By the way, why using mIRC and uTorrent when you can use xchat and
> ktorrent (among the others), that are native linux apps? :)
>
> m.
>   
The answer is simple. I have been using mIRC for many years, and no
other IRC clients gives me that feeling. Thats all.
uTorrent is very simple and very fast. I've tried Azureus, KTorrent,
Gnome-Bittorend backend, rtorrent, etc. KTorrent won't be so good 'cause
my desktop is gnome.

In the meantime I'm using xchat for years. I'm a serious IRC user, and I
love mirc, thats all.

Gyuszk
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wine and Cedega at the same time

2007-02-23 Thread Gyuszk
Bo Ørsted Andresen írta:
> On Friday 23 February 2007 13:29:57 Gyuszk wrote:
>   
>> My question: is it possible to have Wine and Cedega installed on the same
>> system? 
>> 
>
> Sure. They don't collide in any way. One uses .wine the other .cedega... Just 
> emerge both.
>
> In the future do not hijack threads by replying and changing the subject. 
> Instead compose a new mail.
>
>   
Ok, thanks.
Sorry for the mail lameness.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wine and Cedega at the same time

2007-02-23 Thread b.n.
Peter Ruskin ha scritto:
> On Friday 23 February 2007, Gyuszk wrote:
>> Dear Gentoo users,
>>
>> I have a question about Win32 emulation. I'm using Wine
>> (0.9.31 ~x86 in Portage) for mIRC and uTorrent usage.

By the way, why using mIRC and uTorrent when you can use xchat and
ktorrent (among the others), that are native linux apps? :)

m.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wine and Cedega at the same time

2007-02-23 Thread Bo Ørsted Andresen
On Friday 23 February 2007 13:29:57 Gyuszk wrote:
> My question: is it possible to have Wine and Cedega installed on the same
> system? 

Sure. They don't collide in any way. One uses .wine the other .cedega... Just 
emerge both.

In the future do not hijack threads by replying and changing the subject. 
Instead compose a new mail.

-- 
Bo Andresen


pgprGxkD6qC0S.pgp
Description: PGP signature


Re: [gentoo-user] wine compilation errors

2007-01-12 Thread CapSel

If it isn't luck it seems that some part of portage coused this error.
I untared wine tarball from distfiles and I've done everything
according to README inside. It compiled successfully. How can I check
what part of portage couse this?

On 1/9/07, CapSel <[EMAIL PROTECTED]> wrote:

I added "en" to LINGUAS and I emerged all autoconf and automake ports,
m4, bison, binutils, flex, gawk, sed and I get this:

../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./dpnet.specaddr
ess.o client.o dpnet_main.o peer.o regsvr.o server.oversion.res   -o dpnet.d
ll.so  -lole32 -luser32 -ladvapi32 -lkernel32  -ldxguid -luuid ../../libs/port/l
ibwine_port.a
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnet'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
Makefile:460: warning: NUL character seen; rest of line ignored
Makefile:473: warning: NUL character seen; rest of line ignored
make[2]: *** No rule to make target `../../include/w', needed by
`main.o'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
make[1]: *** [dpnhpast] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

It looks like this is error in random Makefile, there are series of
"dots on black background" when I look at mcedit and less shows [EMAIL 
PROTECTED]

What else can couse these errors?

On 1/8/07, Richard Fish <[EMAIL PROTECTED]> wrote:
> On 1/7/07, CapSel <[EMAIL PROTECTED]> wrote:
> > ... what else can I do?
>
> I don't see anything obviously wrong.  It looks like the problem
> appears when autoconf/automake are run to generate the Makefiles.
> Searching bugzilla for similar things leads me to believe that the
> "nls" USE flag and non-english language settings could have an effect
> here.  Another similar bug was traced to the version of sed being
> used, but that was quite old.  However, all of the relevant bugs seem
> quite old.
>
> Still, you might try:
>
> LINGUAS="en en_US" emerge wine
>
> If it is still broke, take a look at (and/or post)
> /var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile
>
> -Richard
> --
> gentoo-user@gentoo.org mailing list
>
>


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-09 Thread CapSel

I added "en" to LINGUAS and I emerged all autoconf and automake ports,
m4, bison, binutils, flex, gawk, sed and I get this:

../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./dpnet.specaddr
ess.o client.o dpnet_main.o peer.o regsvr.o server.oversion.res   -o dpnet.d
ll.so  -lole32 -luser32 -ladvapi32 -lkernel32  -ldxguid -luuid ../../libs/port/l
ibwine_port.a
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnet'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
Makefile:460: warning: NUL character seen; rest of line ignored
Makefile:473: warning: NUL character seen; rest of line ignored
make[2]: *** No rule to make target `../../include/w', needed by
`main.o'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
make[1]: *** [dpnhpast] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

It looks like this is error in random Makefile, there are series of
"dots on black background" when I look at mcedit and less shows [EMAIL 
PROTECTED]

What else can couse these errors?

On 1/8/07, Richard Fish <[EMAIL PROTECTED]> wrote:

On 1/7/07, CapSel <[EMAIL PROTECTED]> wrote:
> ... what else can I do?

I don't see anything obviously wrong.  It looks like the problem
appears when autoconf/automake are run to generate the Makefiles.
Searching bugzilla for similar things leads me to believe that the
"nls" USE flag and non-english language settings could have an effect
here.  Another similar bug was traced to the version of sed being
used, but that was quite old.  However, all of the relevant bugs seem
quite old.

Still, you might try:

LINGUAS="en en_US" emerge wine

If it is still broke, take a look at (and/or post)
/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile

-Richard
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-08 Thread Richard Fish

On 1/7/07, CapSel <[EMAIL PROTECTED]> wrote:

... what else can I do?


I don't see anything obviously wrong.  It looks like the problem
appears when autoconf/automake are run to generate the Makefiles.
Searching bugzilla for similar things leads me to believe that the
"nls" USE flag and non-english language settings could have an effect
here.  Another similar bug was traced to the version of sed being
used, but that was quite old.  However, all of the relevant bugs seem
quite old.

Still, you might try:

LINGUAS="en en_US" emerge wine

If it is still broke, take a look at (and/or post)
/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

I attached output of emerge --info - "plik".
# emerge -pv wine

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] app-emulation/wine-0.9.22  USE="X alsa cups ncurses
opengl oss -arts -dbus -esd -gif -glut -hal -jack -jpeg -lcms -ldap
-nas -scanner -xml" 0 kB

Total size of downloads: 0 kB

#

... what else can I do?

On 1/7/07, Richard Fish <[EMAIL PROTECTED]> wrote:

On 1/7/07, CapSel <[EMAIL PROTECTED]> wrote:
> What is going on? How can I compile wine and solve this problem? I'm
> running out of ideas.

It just compiled fine on my system.  Post your emerge --info and
output of "emerge -pv wine" please.

-Richard
--
gentoo-user@gentoo.org mailing list




plik
Description: Binary data


Re: [gentoo-user] wine compilation errors

2007-01-07 Thread Richard Fish

On 1/7/07, CapSel <[EMAIL PROTECTED]> wrote:

What is going on? How can I compile wine and solve this problem? I'm
running out of ideas.


It just compiled fine on my system.  Post your emerge --info and
output of "emerge -pv wine" please.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wine won't build

2006-07-08 Thread Richard Fish

On 7/8/06, Alex Bennee <[EMAIL PROTECTED]> wrote:

Hi,

I can't get wine to build. The configure script complains that it can't
find freetype (despite it being installed) but I'm not sure if thats the
problem. I assume an exit status of 1 from the configure script is bad?


Is this on amd64?  If so, you are probably hitting an eselect bug
involving multilib profiles and the selected ABI, and there does not
appear to be a solution as of yet:

http://bugs.gentoo.org/show_bug.cgi?id=138296

The origins of the above are:

http://bugs.gentoo.org/show_bug.cgi?id=138264

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine + msi

2006-05-31 Thread Stefán István
kedd 30 május 2006 10.19 dátummal Christian Heinz ezt írta:
> On Tue, 30 May 2006 10:00:54 +0200
> Stefán István <[EMAIL PROTECTED]> wrote:
> 
> > Hello List!
> > 
> > Does somebody know how to start a windows msi install file with wine?
> > If I just simply try to start it I get the following error message:
> > $ wine /mnt/cdrom/Installation/HydroGeo_Analyst.msi 
> > wine: could not load L"Z:
\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi": 
> > Bad EXE format for 
> > 
> > 
> > Thanks for the help in advance,
> > Istvan
> > -- 
> > gentoo-user@gentoo.org mailing list
> > 
> 
> Hi,
> $ msiexec /i /mnt/cdrom/Installation/HydroGeo_Analyst.msi
> should work for you. msiexec is a builtin wine utility.
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 
Thanks for the helps, and sorry for being lazy to google around.

Regards,
Istvan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine + msi

2006-05-30 Thread Christian Heinz
On Tue, 30 May 2006 10:00:54 +0200
Stefán István <[EMAIL PROTECTED]> wrote:

> Hello List!
> 
> Does somebody know how to start a windows msi install file with wine?
> If I just simply try to start it I get the following error message:
> $ wine /mnt/cdrom/Installation/HydroGeo_Analyst.msi 
> wine: could not load L"Z:\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi": 
> Bad EXE format for 
> 
> 
> Thanks for the help in advance,
> Istvan
> -- 
> gentoo-user@gentoo.org mailing list
> 

Hi,
$ msiexec /i /mnt/cdrom/Installation/HydroGeo_Analyst.msi
should work for you. msiexec is a builtin wine utility.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine + msi

2006-05-30 Thread Ilya Hegai
2006/5/30, Stefán István <[EMAIL PROTECTED]>:
Hello List!Does somebody know how to start a windows msi install file with wine?If I just simply try to start it I get the following error message:$ wine /mnt/cdrom/Installation/HydroGeo_Analyst.msiwine: could not load L"Z:\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi":
Bad EXE format fordid you google ? ;)http://www.google.com/search?q=wine+msithe very first link it what you need-- 
regards, Hegai Ilya 


Re: [gentoo-user] wine CVS does not find freetype on amd64

2006-05-12 Thread Michael [Plouj] Ploujnikov

On 5/12/06, Jeremy Olexa <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael [Plouj] Ploujnikov wrote:
> Please direct me to a more appropriate mailing list if such exists.

You probably won't find much help on the gentoo list about this.

Start here: http://www.winehq.com/site/getting_help ..I would chat in
there IRC channel and forums. Good luck!


Indeed the wine forums/groups are a good idea that I haven't thought of.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine CVS does not find freetype on amd64

2006-05-12 Thread Jeremy Olexa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael [Plouj] Ploujnikov wrote:
> Please direct me to a more appropriate mailing list if such exists.

You probably won't find much help on the gentoo list about this.

Start here: http://www.winehq.com/site/getting_help ..I would chat in
there IRC channel and forums. Good luck!

- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEZIw0FN7pD9kMi/URAky+AJ4pTwg3UzbufL6KvEcqMZz1732/6ACfdYab
iFh/iPsW0rgb1UfUsKFvzWQ=
=/U2k
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine emerge wants to downgrade?

2005-11-04 Thread Mark Knecht
On 11/4/05, Holly Bostick <[EMAIL PROTECTED]> wrote:
> Mark Knecht schreef:
> > Is there some small thing I'm overlooking. It seems that portage
> > thinks that wine-20050930 is newer than the first official release
> > wine-0.9 and therefore wants to 'upgrade' Wine when it's really a
> > downgrade.
> >
> > Does portage need to be informed of something special here?
>
> Yes, it does. There is a bug on b.g.o about the issue, but said issue
> will ex not be resolved until the maintainer sees how future releases
> are going to be numbered. For now, just mask
>
> (piped to prevent Thunderbird quoting)
>
> | >app-emulation/wine-0.9
>
> in /etc/portage/package.mask, and that should do it. (It's how I did it).
>
> Holly

OK, thanks Holly. That's basically how I got it installed.

I generally avoid putting these masks in as I seem to forget they are there. :-)

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine emerge wants to downgrade?

2005-11-04 Thread Holly Bostick
Mark Knecht schreef:
> Is there some small thing I'm overlooking. It seems that portage 
> thinks that wine-20050930 is newer than the first official release 
> wine-0.9 and therefore wants to 'upgrade' Wine when it's really a 
> downgrade.
> 
> Does portage need to be informed of something special here?

Yes, it does. There is a bug on b.g.o about the issue, but said issue
will ex not be resolved until the maintainer sees how future releases
are going to be numbered. For now, just mask

(piped to prevent Thunderbird quoting)

| >app-emulation/wine-0.9

in /etc/portage/package.mask, and that should do it. (It's how I did it).

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine and winetools.

2005-06-18 Thread Zac Medico
David Harel wrote:
> Thanks for your reply,
> I installed first wine20041201 as recommended (manually no emerge for
> it), then wine-config-sidenet worked. However some URLs such as
> www.arkia.co.il didn't work.
> Looking at the FAQ in sidenet I noticed that dcom98.exe might help.
> I got error: "Error registering the OCX c:\windows\system\rpcrt4.dll"
> and eventually IE6 stopped working.
> 
> Started all over again. This time I advanced to wine20050524. looked
> same as 20041201. Now I tried again dcom98. This time I got:
> "ThunkConnect32 failure !!"
> and then:
> "Error loading W95INF32.DLL"
> which is what I got when doing winetools.
> Any idea?
> 

I barely use wine at all but I have found the dcom98.exe thing to be helpful so 
you may want to try that.

Zac
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine and winetools.

2005-06-18 Thread David Harel

Thanks for your reply,
I installed first wine20041201 as recommended (manually no emerge for 
it), then wine-config-sidenet worked. However some URLs such as 
www.arkia.co.il didn't work.

Looking at the FAQ in sidenet I noticed that dcom98.exe might help.
I got error: "Error registering the OCX c:\windows\system\rpcrt4.dll"
and eventually IE6 stopped working.

Started all over again. This time I advanced to wine20050524. looked 
same as 20041201. Now I tried again dcom98. This time I got:

"ThunkConnect32 failure !!"
and then:
"Error loading W95INF32.DLL"
which is what I got when doing winetools.
Any idea?

Zac Medico wrote:

David Harel wrote:


Hi all,

Is anybody successful with winetools: www.von-thadden.de/Joachim/WineTools/
I installed wine 20050111 (I also tried 20041019)which works quite well
on many applications. I wanted to install IE6 as well knowing it will be
best if I did it using winetools - which works just great on RedHat (9).
Can't even install dcom98. I keep getting error:
"ThunkConnect32 Failure!!"
and
"Error loading W95inf32.dll"

Then, If I continue to SP6 installation (IE6) it gets hanged on about
47% progress.

Joachim von Thadden (who does the winetools) gave it up on Gentoo. Any
idea?




I got it working with wine 20050111 and wine-config-sidenet-1.8.1:
http://sidenet.ddo.jp/winetips/config.html

Zac


--
Thanks.

David Harel,

==

Home office +972 4 6921986
Fax:+972 4 6921986
Cellular:   +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email:  [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine and winetools.

2005-06-15 Thread Zac Medico
David Harel wrote:
> Hi all,
> 
> Is anybody successful with winetools: www.von-thadden.de/Joachim/WineTools/
> I installed wine 20050111 (I also tried 20041019)which works quite well
> on many applications. I wanted to install IE6 as well knowing it will be
> best if I did it using winetools - which works just great on RedHat (9).
> Can't even install dcom98. I keep getting error:
> "ThunkConnect32 Failure!!"
> and
> "Error loading W95inf32.dll"
> 
> Then, If I continue to SP6 installation (IE6) it gets hanged on about
> 47% progress.
> 
> Joachim von Thadden (who does the winetools) gave it up on Gentoo. Any
> idea?
> 

I got it working with wine 20050111 and wine-config-sidenet-1.8.1:
http://sidenet.ddo.jp/winetips/config.html

Zac
-- 
gentoo-user@gentoo.org mailing list



Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
I did the ebuild for  Winex after it was removed from portage - and I can't 
argue with that.  At the time TG let you download CVS if you would provide 
feedback so I joined the mail list and did so.

There is a native SOF but I had purchased Windows SOF long before it came out 
couldn't go get  another copy of it.

I'm lucky in that I don't need IE much  so I can live without it or go to the 
Windows machine and use it if I have to.

VMWare would be an option but for the Installshield stuff I need a Windows 
machine to test on and duplicate what the users have.   That would be an 
interesting Beta report to MS - operating system is Linux .

Crossover I'd buy in a minute if I had a need for it but at this time 
OpenOffice does it all.  If I can't get my wife to OpenOffice I may use 
Crossover and run MSOffice on it.

I don't mind paying either for something that's worth it but I figured as you 
did that I would try and do something with Wine and I like that  fact it's more 
general, also.

Silent Service is DOS based essentially.  Yup - I know DOSBOX.  I spent a lot 
of time with it and SS but again lack of time and the system dying killed that 
project.  As soon as I get the Windows machine built I'll be getting my main 
Linux box back up and start all this up again.

I'm planning on sooner than three years .   Every Windows box I have to work 
with makes me appreciate Linux more - and every  FC box makes me appreciate 
Gentoo more .

> 
> From: Holly Bostick <[EMAIL PROTECTED]>
> Date: 2005/05/24 Tue PM 12:25:31 EDT
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] wine
> 
> [EMAIL PROTECTED] schreef:
> Isn't SoF native? http://www.linuxjournal.com/article/4381 ... Yes, it's
> available at TuxGames.
> 
> I don't mind paying if the product is worth it, but there are just too
> many things I don't like about Cedega-- can't try before you buy (and
> they don't even accept PayPal, so I actually can't buy, as I don't have
> Silent Service looks like a console game (available for Commodore 64,
> Amiga and NES)-- oh, I see it's also available for DOS.
> 
> In that case, you're in luck, because Silent Service 2, at least, is
> listed as "supported" (since version 0.58, and we're now on 0.63) on the
> DOSBox page (dosbox.sourceforge.net), so I would think that Silent
> Service should run as well (maybe no one's tried it).
> 
> And of course, Gentoo has tons of console emulators available, if you
> have one of the other versions.
> 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
[EMAIL PROTECTED] schreef:
> Some of us are just lucky .  I  gave up ATI after the Mach 64!
> Unfortunately, we all can't just  go out and upgrade - I know that
> for sure!
> 
> Thank you for the excellent summary - this will be filed away and
> when I find time I'll go visit these sites.  I did use Wine and Winex
> considerably about a year ago - I was doing CVS from TG (wrote a
> Gentoo ebuild) and giving them feedback

Obviously before they made everybody (Gentoo, Debian, etc) stop that
horrible "easy install of CVS version" business. Which I could see their
point about (even in some respects that I could agree with, alongside
the many respects in which I didn't agree at all), but it certainly
didn't do anything to help their reputation, which is still pretty bad,
even among subscribers, and quite justifiably so, imo-- I certainly
don't like them, and I am willing to go quite a few extra miles to avoid
using their product).

>  and I did a bunch with Wine CVS on Gentoo - ebuild there, too and bugs
> to Wine bugs . I used the wine apps db but as you said it was pretty
> much dead; used Frank's Corner, too.   I had Half-Life and Soldier of
> Fortune running


Isn't SoF native? http://www.linuxjournal.com/article/4381 ... Yes, it's
available at TuxGames.

> and was working on SOF II and then due to time (Work, family, and
> solving a problem on my main Linux box that has been haunting me for a
> couple of years) I  had to stop working on it so I've been out of it for
> a while.  For me Wine is about running everything I can under Linux so I
> can decrease my use of Windows - I will still have to have Windows for
> the InstallShield programming I do and for MS Flight Simulator  since I
> beta test that but I'd love to have everything else on Linux.  I use
> OpenOffice so running office on  Linux is not a consideration.  Same with IE 
> - I avoid it on
> Windows so I sure don't need it on LInux ..

Well, of course IE is a special case. I would never use it as a web
browser under Linux (I didn't even use it under Windows unless I had to
for those few sites that really only would load in IE), but

1) Some programs (like Office, but Office is far from the only one)
require the IE backend before they will install or run;

2) If you do web development, you need IE to test your site or page.
After all, it's still a majority of the market, so you'd have to know
how your page renders in it.

But for development like the kind you're doing, it almost sounds like it
might be worth it to have VMWare (not sure if that would help with MS
Flight Simulator, though).

> 
> After trying TG and Wine I decided I would use Wine first above all
> else and not use TG.   I'd see if I could get the apps working in
> Wine and submit bugs as I found them.   Now there's Cedega but I
> really don't want to pay for anything and I'd like to support  Wine
> first..

I don't mind paying if the product is worth it, but there are just too
many things I don't like about Cedega-- can't try before you buy (and
they don't even accept PayPal, so I actually can't buy, as I don't have
a credit card); don't like how they decide what to support; don't like
how if something "not important" (i.e., not "super-game of the quarter")
breaks, you can just go jump; not too happy with their statement that if
"thus-and-so" doesn't work with ATI cards, you can pretty much go jump,
as I suspect that at least some of the problems could be worked around
if TG really communicated with ATI (which "go jump" does not imply is
occurring); they're not really the best FOSS supporter for me to
twist myself into a pretzel to pay them $15 USD (converted to Euros to
pay to a friend with a credit card) in order to buy their product
without even a firm assurance that I will get what I paid for (given
that I have an ATI card).

Codeweaver's Crossover Office costs money too, but they're a great FOSS
supporter (plenty of their developers develop Wine), they support Wine
financially, they have a demo, and their product is quite good.

So it's not just a matter of money, but I prefer to support Wine,
because I *can* support Wine. I can lurk on the dev list and see what's
in the pipeline. I can add to the appdb and the Wiki. I can give and
receive the benefits of FOSS, which are worth more to me than being able
to play Half-Life 2 (despite the fact that my boyfriend bought it on the
day it came out-- before the boxes were even unpacked to the shelves--
and it's driving me slightly bats not to play it for myself. Nothing
said about Myst 4 or The Sims 2, which are both dearer to my personal
heart).

But, like you, I will suck it up. I will not install Windows (I *hate*
dual-booting). I will wait. The nice thing about Wine is that
(regressions aside), it really gets noticeably better quite fast-- and
because it's a "generalist" rather than a "specialist", when things get
better, they get better across the board (a big swath of DX9 games will
suddenly work, not just KOTOR 2 or HL 2--

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Some of us are just lucky .  I  gave up ATI after the Mach 64!  
Unfortunately, we all can't just  go out and upgrade - I know that for sure!

Thank you for the excellent summary - this will be filed away and when I find 
time I'll go visit these sites.  I did use Wine and Winex considerably about a 
year ago - I was doing CVS from TG (wrote a Gentoo ebuild) and giving them 
feedback and I did a bunch with Wine CVS on Gentoo - ebuild there, too and bugs 
to Wine bugs . I used the wine apps db but as you said it was pretty much 
dead; used Frank's Corner, too.   I had Half-Life and Soldier of Fortune 
running and was working on SOF II and then due to time (Work, family, and 
solving a problem on my main Linux box that has been haunting me for a couple 
of years) I  had to stop working on it so I've been out of it for a while.  For 
me Wine is about running everything I can under Linux so I can decrease my use 
of Windows - I will still have to have Windows for the InstallShield 
programming I do and for MS Flight Simulator  since I beta test that but I'd 
love to have everything else on Linux.  I use OpenOffice so running of!
 fice on  Linux is not a consideration.  Same with IE - I avoid it on Windows 
so I sure don't need it on LInux ..

After trying TG and Wine I decided I would use Wine first above all else and 
not use TG.   I'd see if I could get the apps working in Wine and submit bugs 
as I found them.   Now there's Cedega but I really don't want to pay for 
anything and I'd like to support  Wine first..

I've been lurking on the list. and it's good to see the advances like the appdb 
coming back and a Wiki.

My question on getting games was due to frustration and excitement - I wanted 
to buy Linux native games but every link I found went to Loki who was dead and 
gone.  The recent post got  me excited that  some ports were being done for 
Linux and I'd much rather by them.  I've seen  some of the games in  portage 
but  some require you  have a Windows CD or the paks for the game.  I've also 
got some old games like Silent Service I want to get running again.

Thanks again.
> 
> From: Holly Bostick <[EMAIL PROTECTED]>
> Date: 2005/05/24 Tue AM 09:32:23 EDT
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] wine
> 
> [EMAIL PROTECTED] schreef:
> > Thank you for the explanation.  That clears it up.  I don't  play the Doom 
> > series either - I have Soldier of Fortune and Half-LIfe along with some 
> > others.  And I have an Nvidia card .
> > 
> Yes, well, I hate you :) . But it is important to mention on behalf of
> any other idio-- umm, unfortunate ATI users-- like myself, that our
> regrettable choice of video card also has an effect on the situation.
> 
> But as to the original question, here are some important resources:
> 


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] wine

2005-05-24 Thread C R. Little
Thanks holly.

-Original Message-
From: A. R. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 24, 2005 9:16 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] wine


That was a great post Holly,

very informative,

I also run wine (every day at work) because I need to run Lotus Notes.
And I was wondering about games under wine as well.

Thank you very much.


- AR

On 5/24/05, Holly Bostick <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schreef:
> > Thank you for the explanation.  That clears it up.  I don't  play the Doom 
> > series either - I have Soldier of Fortune and Half-LIfe along with some 
> > others.  And I have an Nvidia card .
> >
> Yes, well, I hate you :) . But it is important to mention on behalf of
> any other idio-- umm, unfortunate ATI users-- like myself, that our
> regrettable choice of video card also has an effect on the situation.
> 
> But as to the original question, here are some important resources:
> 
> The Wine application database at http://appdb.winehq.org
> 
> This resource is not well-maintained atm, but it's trying to come back,
> so if you are a Wine user, please register, log in, and update
> application information, or even apply to maintain an application so
> that the developers can easily see if an app regressed after a monthly
> release.
> 
> Wine now also has a Wiki at http://wiki.winehq.org/FrontPage, and the
> "user wiki" is at http://wine-wiki.org/ .
> 
> Naturally, this also needs user support to survive, so any Wine users
> might consider contributing.
> 
> The Transgaming games database at http://transgaming.org/gamesdb/ .
> 
> These resources require you to be a TG subscriber to contribute, but
> anyone can read the data already provided. It's also not that
> well-maintained (a lot of listed games don't have any info because no
> one has tested them yet), but it is at least a place to start. TG also
> has a Wiki, and if the game in question has an entry there, it is linked
> in the gamesdb, so that's nice.
> 
> Codeweavers (Crossover Office) also has an application database at
> 
> http://www.codeweavers.com/compatibility/ .
> 
> But I must say, in my experience with the CX demo, they hardly need
> one-- only one "unsupported" app that I threw at it did not run
> (CloneCD; but it installed fine)-- and that just doesn't run under
> Linux, period, afaict.  I've found Crossover to be really great, pretty
> easy to use, looks like a real program, and if it ran games instead of
> only applications that I have no use for (such as Office and Access and
> the like), I would buy it in a minute. In fact, I'm almost sorry that I
> have no use for it, because it's the kind of thing I *want* to buy, just
> to show my support for how good it is.
> 
> So for the applications that the OP wants to run (namely Office), I
> would recommend it, but if the OP doesn't want to spend any money, I
> would recommend Wine with WineTools:
> 
> http://www.von-thadden.de/Joachim/WineTools/
> 
> which should make it easier to get Office installed and running if you
> really must have it.
> 
> However, WineTools vastly prefers the "last stable for Office" Wine
> version, which is considered by the developer to be 20041019 (which is
> still available in Portage). However, the developer does welcome
> information on any further applications that users successfully install
> and run with WineTools, so they can be included in the supported list,
> which can be found at
> 
> http://www.von-thadden.de/Joachim/WineTools/wt212jo.html
> 
> As you might have guessed, I'm a pretty big Wine-head, and follow
> developments fairly closely. As such, on the whole I would say that no
> version or variant of Wine is (at this time, but that may be changing,
> as soon as within the next quarter) sufficient for all cases, unless you
> have very specific (and limited) needs.
> 
> If you don't play games, for example (or only simple ones not requiring
> DX support), then Crossover (or Wine and WineTools) is probably sufficient.
> 
> If you play games, but only older ones (I'm re-playing Deus Ex and
> Septerra Core atm), then Wine alone may be sufficient, but you may
> require more than one version (an installed binary and a compiled CVS,
> for example), as things have been known to break (regress) from month to
> month.
> 
> On the other hand, Wine can really surprise you sometimes with what runs
> "out of the box"-- on one of my "live on the edge" days, I installed In
> Memoriam (Missing: Since January in Europe), which is only a year and a
> half old, under either Wine 20050111 or 20050211. I didn't real

Re: [gentoo-user] wine

2005-05-24 Thread A. R.
That was a great post Holly,

very informative,

I also run wine (every day at work) because I need to run Lotus Notes.
And I was wondering about games under wine as well.

Thank you very much.


- AR

On 5/24/05, Holly Bostick <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schreef:
> > Thank you for the explanation.  That clears it up.  I don't  play the Doom 
> > series either - I have Soldier of Fortune and Half-LIfe along with some 
> > others.  And I have an Nvidia card .
> >
> Yes, well, I hate you :) . But it is important to mention on behalf of
> any other idio-- umm, unfortunate ATI users-- like myself, that our
> regrettable choice of video card also has an effect on the situation.
> 
> But as to the original question, here are some important resources:
> 
> The Wine application database at http://appdb.winehq.org
> 
> This resource is not well-maintained atm, but it's trying to come back,
> so if you are a Wine user, please register, log in, and update
> application information, or even apply to maintain an application so
> that the developers can easily see if an app regressed after a monthly
> release.
> 
> Wine now also has a Wiki at http://wiki.winehq.org/FrontPage, and the
> "user wiki" is at http://wine-wiki.org/ .
> 
> Naturally, this also needs user support to survive, so any Wine users
> might consider contributing.
> 
> The Transgaming games database at http://transgaming.org/gamesdb/ .
> 
> These resources require you to be a TG subscriber to contribute, but
> anyone can read the data already provided. It's also not that
> well-maintained (a lot of listed games don't have any info because no
> one has tested them yet), but it is at least a place to start. TG also
> has a Wiki, and if the game in question has an entry there, it is linked
> in the gamesdb, so that's nice.
> 
> Codeweavers (Crossover Office) also has an application database at
> 
> http://www.codeweavers.com/compatibility/ .
> 
> But I must say, in my experience with the CX demo, they hardly need
> one-- only one "unsupported" app that I threw at it did not run
> (CloneCD; but it installed fine)-- and that just doesn't run under
> Linux, period, afaict.  I've found Crossover to be really great, pretty
> easy to use, looks like a real program, and if it ran games instead of
> only applications that I have no use for (such as Office and Access and
> the like), I would buy it in a minute. In fact, I'm almost sorry that I
> have no use for it, because it's the kind of thing I *want* to buy, just
> to show my support for how good it is.
> 
> So for the applications that the OP wants to run (namely Office), I
> would recommend it, but if the OP doesn't want to spend any money, I
> would recommend Wine with WineTools:
> 
> http://www.von-thadden.de/Joachim/WineTools/
> 
> which should make it easier to get Office installed and running if you
> really must have it.
> 
> However, WineTools vastly prefers the "last stable for Office" Wine
> version, which is considered by the developer to be 20041019 (which is
> still available in Portage). However, the developer does welcome
> information on any further applications that users successfully install
> and run with WineTools, so they can be included in the supported list,
> which can be found at
> 
> http://www.von-thadden.de/Joachim/WineTools/wt212jo.html
> 
> As you might have guessed, I'm a pretty big Wine-head, and follow
> developments fairly closely. As such, on the whole I would say that no
> version or variant of Wine is (at this time, but that may be changing,
> as soon as within the next quarter) sufficient for all cases, unless you
> have very specific (and limited) needs.
> 
> If you don't play games, for example (or only simple ones not requiring
> DX support), then Crossover (or Wine and WineTools) is probably sufficient.
> 
> If you play games, but only older ones (I'm re-playing Deus Ex and
> Septerra Core atm), then Wine alone may be sufficient, but you may
> require more than one version (an installed binary and a compiled CVS,
> for example), as things have been known to break (regress) from month to
> month.
> 
> On the other hand, Wine can really surprise you sometimes with what runs
> "out of the box"-- on one of my "live on the edge" days, I installed In
> Memoriam (Missing: Since January in Europe), which is only a year and a
> half old, under either Wine 20050111 or 20050211. I didn't really expect
> it to work, especially since the game requires an Internet connection,
> both because you get a FreeWeb account (which enables a password to be
> sent to you so you can even play the game), and because it also contains
> a lot of embedded links in the puzzle graphics to get clues (it's a
> "pre-murder" mystery adventure game, and I was having Adventure Game
> Withdrawal Syndrome, which is why I was trying this at all).
> 
> To my complete and total shock, everything worked fine. I think I may
> have had to install the Shockwave Flash Player by hand under Wine (b

Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
[EMAIL PROTECTED] schreef:
> Thank you for the explanation.  That clears it up.  I don't  play the Doom 
> series either - I have Soldier of Fortune and Half-LIfe along with some 
> others.  And I have an Nvidia card .
> 
Yes, well, I hate you :) . But it is important to mention on behalf of
any other idio-- umm, unfortunate ATI users-- like myself, that our
regrettable choice of video card also has an effect on the situation.

But as to the original question, here are some important resources:

The Wine application database at http://appdb.winehq.org

This resource is not well-maintained atm, but it's trying to come back,
so if you are a Wine user, please register, log in, and update
application information, or even apply to maintain an application so
that the developers can easily see if an app regressed after a monthly
release.

Wine now also has a Wiki at http://wiki.winehq.org/FrontPage, and the
"user wiki" is at http://wine-wiki.org/ .

Naturally, this also needs user support to survive, so any Wine users
might consider contributing.

The Transgaming games database at http://transgaming.org/gamesdb/ .

These resources require you to be a TG subscriber to contribute, but
anyone can read the data already provided. It's also not that
well-maintained (a lot of listed games don't have any info because no
one has tested them yet), but it is at least a place to start. TG also
has a Wiki, and if the game in question has an entry there, it is linked
in the gamesdb, so that's nice.

Codeweavers (Crossover Office) also has an application database at

http://www.codeweavers.com/compatibility/ .

But I must say, in my experience with the CX demo, they hardly need
one-- only one "unsupported" app that I threw at it did not run
(CloneCD; but it installed fine)-- and that just doesn't run under
Linux, period, afaict.  I've found Crossover to be really great, pretty
easy to use, looks like a real program, and if it ran games instead of
only applications that I have no use for (such as Office and Access and
the like), I would buy it in a minute. In fact, I'm almost sorry that I
have no use for it, because it's the kind of thing I *want* to buy, just
to show my support for how good it is.

So for the applications that the OP wants to run (namely Office), I
would recommend it, but if the OP doesn't want to spend any money, I
would recommend Wine with WineTools:

http://www.von-thadden.de/Joachim/WineTools/

which should make it easier to get Office installed and running if you
really must have it.

However, WineTools vastly prefers the "last stable for Office" Wine
version, which is considered by the developer to be 20041019 (which is
still available in Portage). However, the developer does welcome
information on any further applications that users successfully install
and run with WineTools, so they can be included in the supported list,
which can be found at

http://www.von-thadden.de/Joachim/WineTools/wt212jo.html

As you might have guessed, I'm a pretty big Wine-head, and follow
developments fairly closely. As such, on the whole I would say that no
version or variant of Wine is (at this time, but that may be changing,
as soon as within the next quarter) sufficient for all cases, unless you
have very specific (and limited) needs.

If you don't play games, for example (or only simple ones not requiring
DX support), then Crossover (or Wine and WineTools) is probably sufficient.

If you play games, but only older ones (I'm re-playing Deus Ex and
Septerra Core atm), then Wine alone may be sufficient, but you may
require more than one version (an installed binary and a compiled CVS,
for example), as things have been known to break (regress) from month to
month.

On the other hand, Wine can really surprise you sometimes with what runs
"out of the box"-- on one of my "live on the edge" days, I installed In
Memoriam (Missing: Since January in Europe), which is only a year and a
half old, under either Wine 20050111 or 20050211. I didn't really expect
it to work, especially since the game requires an Internet connection,
both because you get a FreeWeb account (which enables a password to be
sent to you so you can even play the game), and because it also contains
a lot of embedded links in the puzzle graphics to get clues (it's a
"pre-murder" mystery adventure game, and I was having Adventure Game
Withdrawal Syndrome, which is why I was trying this at all).

To my complete and total shock, everything worked fine. I think I may
have had to install the Shockwave Flash Player by hand under Wine (but
had I been playing this under Windows, I would have had to do that as
well, so I don't count that as "tweaking"). But it worked. I told the
game to use my GMail account, and it sent the password there (meaning it
got the information correctly, because Wine was able to use my
DSL-via-the LAN connection properly to send it). Even more amazing, I
didn't have to install IE or any such thing-- I clicked on a link in the
game, and the game o

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Thank you for the explanation.  That clears it up.  I don't  play the Doom 
series either - I have Soldier of Fortune and Half-LIfe along with some others. 
 And I have an Nvidia card .

> 
> From: Holly Bostick <[EMAIL PROTECTED]>
> Date: 2005/05/24 Tue AM 06:28:10 EDT
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] wine
> 
> Brett I. Holcomb schreef:
> > Who's doing the porting and where do we get them.  Some time ago I
> > wanted to get some of the games and all the links pointed to Loki who
> > was no more.
> > 
> 
> Loki may be no more, but the Loki Installer is alive and well, and quite
> able to save one's bacon, using either native games that just have Linux
> binaries and take the data files from the Windows disks, or Windows
> games that must be run under Wine or Cedega, but whose installers don't
> work (properly) under either.
> 
> See Loki Installers for Linux Gamers at http://liflg.org
> 
> and to buy what native stuff is available, try TuxGames at
> http://www.tuxgames.com/ . I find their prices a bit outrageous, but you
> are supporting the community if you buy from them, so that may make up
> for it.
> 
> And on a side note-- Half-Life 2 being ported? I don't think so... I'm
> sure I heard that HL2, like HL, will *never* be ported. But Cedega tied
> themselves into a pretzel to get it running (and Steam as well, although
> I heard that a recent Steam patch broke the whole shebang again), and I
> know that the Wine developers are beavering away madly to get DirectX 9
> support into the package (mostly for WoW, but also for HL2, Myst 4 and
> Pirates!, those being the games that I've heard mentioned being tested
> against the incomplete patchset).
> 
> Not that I care, of course... I have an ATI card using the fglrx
> drivers, so even half the things which *are* supposed to work under Wine
> and/or Cedega do not (although native stuff generally runs fine,
> including Doom 3. Too bad I have no interest at all in playing Doom 3,
> having never liked the Doom series). So I try not to get all excited
> about things that will work in the near future, as nice as it would be
> to finish Myst 4 (and Uru). Until ATI gets their driver act together (or
> I find the money to buy nVidia), I'm kinda SOL in any case.
> 
> Holly
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Thanks.

> 
> From: Johannes Weiner <[EMAIL PROTECTED]>
> Date: 2005/05/24 Tue AM 01:32:11 EDT
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] wine
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
Brett I. Holcomb schreef:
> Who's doing the porting and where do we get them.  Some time ago I
> wanted to get some of the games and all the links pointed to Loki who
> was no more.
> 

Loki may be no more, but the Loki Installer is alive and well, and quite
able to save one's bacon, using either native games that just have Linux
binaries and take the data files from the Windows disks, or Windows
games that must be run under Wine or Cedega, but whose installers don't
work (properly) under either.

See Loki Installers for Linux Gamers at http://liflg.org

and to buy what native stuff is available, try TuxGames at
http://www.tuxgames.com/ . I find their prices a bit outrageous, but you
are supporting the community if you buy from them, so that may make up
for it.

And on a side note-- Half-Life 2 being ported? I don't think so... I'm
sure I heard that HL2, like HL, will *never* be ported. But Cedega tied
themselves into a pretzel to get it running (and Steam as well, although
I heard that a recent Steam patch broke the whole shebang again), and I
know that the Wine developers are beavering away madly to get DirectX 9
support into the package (mostly for WoW, but also for HL2, Myst 4 and
Pirates!, those being the games that I've heard mentioned being tested
against the incomplete patchset).

Not that I care, of course... I have an ATI card using the fglrx
drivers, so even half the things which *are* supposed to work under Wine
and/or Cedega do not (although native stuff generally runs fine,
including Doom 3. Too bad I have no interest at all in playing Doom 3,
having never liked the Doom series). So I try not to get all excited
about things that will work in the near future, as nice as it would be
to finish Myst 4 (and Uru). Until ATI gets their driver act together (or
I find the money to buy nVidia), I'm kinda SOL in any case.

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Qian Qiao
On 23/05/05, Colin <[EMAIL PROTECTED]> wrote:
> Johannes Weiner wrote:
> 
> >On Mon, May 23, 2005 at 03:48:09PM -0500, C R. Little wrote:
> >
> >
> >>I'm setting up my very first install of wine. I'm a bit confused on which 
> >>one to emerge I would like to use Office 2003 Professional and have the 
> >>ability to run games like world of warcraft. Just more "newbie" questions 
> >>from me.
> >>Thanks for the help with everything.
> >>
> >>
> >Want windows? Use windows.
> >Not? Check openoffice and perhaps cedega for game emulation.
> >
> Games don't run well in emulation, especially Doom III and Half-Life 2,
> due to the heavy use of DirectX.  You can try Wine or Cedega, but even
> the fastest systems will experience quite a performance hit.  You're
> best off dual-booting a copy of Windows and running the games from
> there.  It's OK, dual-booting for playing games is a perfectly
> acceptable use of Windows. :-P

Ironically, on my system, it is quite the opposite, I noticed a
average of 10fps improvement when running WoW with cedega. Don't know
about CS, cos I get the maximum FPS, haven't got time to try hl2 yet.

-- Joe


-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Johannes Weiner
On Mon, May 23, 2005 at 07:09:44PM -0400, Brett I. Holcomb wrote:
> Who's doing the porting and where do we get them.  Some time ago I wanted 
> to get some of the games and all the links pointed to Loki who was no 
> more.

1.
*  games-fps/doom3
  Latest version available: 1.1.1286
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 7,755 kB
  Homepage:http://www.doom3.com/
  Description: Doom III - 3rd installment of the classic id 3D first-person 
shooter
  License: DOOM3

2. ftp://ftp.idsoftware.com/idstuff/doom3/linux/

To HL2, dunno. I just play idsoftgames. ;)

Shoot, hannes
-- 
Today is Prickle-Prickle, the 71st day of Discord in the YOLD 3171


pgpgzu0YUI9yt.pgp
Description: PGP signature


Re: [gentoo-user] wine

2005-05-23 Thread Brett I. Holcomb
Who's doing the porting and where do we get them.  Some time ago I wanted 
to get some of the games and all the links pointed to Loki who was no 
more.


 On Tue, 24 May 2005, Johannes Weiner wrote:


Games don't run well in emulation, especially Doom III and Half-Life 2,
due to the heavy use of DirectX.  You can try Wine or Cedega, but even
the fastest systems will experience quite a performance hit.  You're
best off dual-booting a copy of Windows and running the games from
there.  It's OK, dual-booting for playing games is a perfectly
acceptable use of Windows. :-P


DoomIII runs native on linux. Half-LifeII will be ported soon too.


As for OpenOffice.org, I use it all the time, even on my Windows
machines.  Why pay $500 for Word, Excel, PowerPoint, FrontPage and
Outlook when you've got OpenOffice and Thunderbird all for free (plus
any donations you make)?  They can read and write Office files with
minimal trouble.  The only thing you'll miss is the Office shortcut bar,
but just copy the icons to GNOME's top panel and you're back in business.


I was highly recommended the new OpenOffice. Looking forward for OOo2 :)

Greets hannes



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Robert Persson
On May 23, 2005 01:48 pm C R. Little was like:
> I'm setting up my very first install of wine. I'm a bit confused on which
> one to emerge I would like to use Office 2003 Professional and have the
> ability to run games like world of warcraft. Just more "newbie" questions
> from me. Thanks for the help with everything.

One thing to bear in mind is that, with wine versions, more recent does not 
necessarily mean better.  Newer versions contain experimental features that 
sometimes break compatibility with particular applications as often as they 
achieve compatibility with others.  Because of this I even ended up having to 
use multiple versions simultaneously, which got pretty messy.  Some people 
say that the versions released in the middle of 2004 (not available in 
portage) tend to work better than others.  However a user comment at 
gentoo-portage.com recommends the recent version 20050419, so you might want 
to give that one a try.

Robert
-- 
Robert Persson

"Don't use nuclear weapons to troubleshoot faults."
(US Air Force Instruction 91-111, 1 Oct 1997)

-- 
gentoo-user@gentoo.org mailing list



  1   2   >