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 

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.# 

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 

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 

[gentoo-user] Wine problems

2023-12-11 Thread stefan11111

Hello ml readers.
I tried playing a game (the coffin of Andy and Leyley) through wine.
However, I see some issues.
The game spawns a window, but is stuck on a loading screen.
Things like this are in wine's output:

0290: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.
0290:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect 
problems


Also, I see things like this:

0024:fixme:file:ReplaceFileW Ignoring flags 2
0148:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 038AFB9C 
038AFB94
014c:fixme:wlanapi:WlanEnumInterfaces (0001, , 039AFBF0) 
semi-stub
0150:fixme:wlanapi:WlanEnumInterfaces (0001, , 03AAFBF0) 
semi-stub
0180:fixme:wlanapi:WlanEnumInterfaces (0001, , 047AF800) 
semi-stub

0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:855:(parse_card) 
cannot find card '2'
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_card_inum returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:422:(snd_func_concat) 
error evaluating strings
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_concat returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:1342:(snd_func_refer) 
error evaluating name
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_refer returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5727:(snd_config_expand) 
Evaluate error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/pcm/pcm.c:2675:(snd_pcm_open_noupdate) 
Unknown PCM default
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:855:(parse_card) 
cannot find card '2'
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_card_inum returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:422:(snd_func_concat) 
error evaluating strings
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_concat returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/confmisc.c:1342:(snd_func_refer) 
error evaluating name
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5204:(_snd_config_evaluate) 
function snd_func_refer returned error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/conf.c:5727:(snd_config_expand) 
Evaluate error: Permission denied
ALSA lib 
/var/tmp/portage/media-libs/alsa-lib-1.2.10-r2/work/alsa-lib-1.2.10/src/pcm/pcm.c:2675:(snd_pcm_open_noupdate) 
Unknown PCM default

01a4:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 0501FC64)

This tells me that wine doesn't have permissions to use my sound card, 
even after setting it's /dev files to 666 perms and running wine as 
root.

Any idea how I should solve this?



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



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

2021-07-18 Thread Adam Carter
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)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

In my package.use;
# required by x11-libs/pango-1.48.7::gentoo
# required by media-gfx/imagemagick-7.1.0.2::gentoo[pango]
# required by virtual/imagemagick-tools-0::gentoo
# required by x11-misc/shutter-0.97::gentoo
# required by @selected
# required by @world (argument)
>=media-libs/freetype-2.10.4 harfbuzz

If i disable this, I get;
* Error: circular dependencies:

(sys-libs/gpm-1.20.7-r3:0/0::gentoo, ebuild scheduled for merge) depends on
 (sys-libs/ncurses-6.2_p20210123:0/6::gentoo, ebuild scheduled for merge)
(buildtime_slot_op)
  (sys-libs/gpm-1.20.7-r3:0/0::gentoo, ebuild scheduled for merge)
(buildtime)

and if I sys-libs/ncurses -gpm as suggested;
 * Error: circular dependencies:

(x11-libs/libva-2.12.0:0/2::gentoo, ebuild scheduled for merge) depends on
 (virtual/opengl-7.0-r2:0/0::gentoo, ebuild scheduled for merge) (buildtime)
  (media-libs/mesa-21.1.4:0/0::gentoo, ebuild scheduled for merge) (runtime)
   (x11-libs/libva-2.12.0:0/2::gentoo, ebuild scheduled for merge)
(buildtime_slot_op)

At which point i'm looking for an alternative approach.

I quickpkg'd harfbuzz and freetype, then tried to emerge --nodeps them, but
both failed at the configure stage.

Is there something else I should try?


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


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

2017-12-08 Thread Alarig Le Lay
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

My plan is to modify those ebuild myself, but I’m wondering how to test
it if I want to submit this patch via bugzilla.

Thanks in advance for your inputs,
-- 
alarig


signature.asc
Description: PGP signature


[gentoo-user] wine cpu usage

2015-05-27 Thread behrouz khosravi
hello everyone. To run a windows application I installed the wine package.
But cpu usage of wine it a little high. using virtualbox is a lot
smoother(9% = 3% cpu usage) .
Is it normal?

my wine config:

[I] app-emulation/wine
 Available versions:  1.6.2^t (~)1.7.0^t (~)1.7.3^t (~)1.7.4^t
(~)1.7.8^t (~)1.7.9^t (~)1.7.10^t (~)1.7.11^t (~)1.7.12^t (~)1.7.13^t
(~)1.7.14^t (~)1.7.15^t (~)1.7.16^t (~)1.7.17^t (~)1.7.18^t (~)1.7.19-r1^t
(~)1.7.20^t (~)1.7.21^t (~)1.7.22^t (~)1.7.28^t (~)1.7.29^t (~)1.7.33^t
(~)1.7.38^t (~)1.7.39^t (~)1.7.40^t (~)1.7.41^t (~)1.7.42^t (~)1.7.43^t
**^t {+X +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2
gsm gstreamer +jpeg (+)lcms ldap +mono mp3 ncurses netapi nls odbc openal
opencl +opengl osmesa oss pcap +perl pipelight +png +prelink pulseaudio
+realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads
+truetype +udisks v4l vaapi (+)xcomposite xinerama +xml ABI_MIPS=n32 n64
o32 ABI_PPC=32 64 ABI_S390=32 64 ABI_X86=(+)32 (+)64 x32
ELIBC=glibc LINGUAS=ar bg ca cs da de el en en_US eo es fa fi fr he hi
hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl
sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW}
 Installed versions:  1.7.43^t(12:50:01 AM 05/28/2015)(X alsa
fontconfig gecko jpeg lcms ldap mono mp3 ncurses nls opengl perl png
prelink realtime run-exes ssl threads truetype udisks xcomposite xml -capi
-cups -custom-cflags -dos -gphoto2 -gsm -gstreamer -netapi -odbc -openal
-opencl -osmesa -oss -pcap -pipelight -pulseaudio -s3tc -samba -scanner
-selinux -staging -test -v4l -vaapi -xinerama ABI_MIPS=-n32 -n64 -o32
ABI_PPC=-32 -64 ABI_S390=-32 -64 ABI_X86=32 64 -x32 ELIBC=glibc
LINGUAS=-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr -he -hi
-hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro
-ru -sk -sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN
-zh_TW)


thanks


[gentoo-user] Wine anybody?

2012-11-19 Thread Helmut Jarausch

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.



Re: [gentoo-user] Wine anybody?

2012-11-19 Thread Marc Joliet
Am Mon, 19 Nov 2012 17:42:18 +0100
schrieb Helmut Jarausch jarau...@igpm.rwth-aachen.de:

 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


Re: [gentoo-user] Wine anybody?

2012-11-19 Thread Alan McKinnon
On Mon, 19 Nov 2012 17:42:18 +0100
Helmut Jarausch jarau...@igpm.rwth-aachen.de 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 configure: error: No OpenGL library found on this system.

2010-11-28 Thread Arttu V.
On 11/27/10, Valmor de Almeida val.gen...@gmail.com 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-28 Thread Valmor de Almeida
On 11/28/2010 05:50 AM, Arttu V. wrote:
 On 11/27/10, Valmor de Almeida val.gen...@gmail.com 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 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 val.gen...@gmail.com 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



[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 val.gen...@gmail.com 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




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

2010-11-27 Thread Valmor de Almeida

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.

--
Valmor




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 val.gen...@gmail.com 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 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 val.gen...@gmail.com 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 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 val.gen...@gmail.com 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 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-07 Thread Paul Hartman
On Mon, Sep 6, 2010 at 9:32 PM, Nikos Chantziaras rea...@arcor.de 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 Paul Hartman
On Tue, Sep 7, 2010 at 12:11 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 On Mon, Sep 6, 2010 at 9:32 PM, Nikos Chantziaras rea...@arcor.de 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/



[gentoo-user] Wine complains about Gecko

2010-09-06 Thread Nikos Chantziaras
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.





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



[gentoo-user] wine cannot compile with jpeg flag

2010-03-15 Thread Xi Shen
hi,

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.

please help.


-- 
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 davidshe...@googlemail.com 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 ssuomi...@gentoo.org (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 cannot compile with jpeg flag

2010-03-15 Thread Xi Shen
On Mon, Mar 15, 2010 at 11:35 PM, Arttu V. arttu...@gmail.com 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 ssuomi...@gentoo.org (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 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 davidshe...@googlemail.com wrote:

 On Mon, Mar 15, 2010 at 11:35 PM, Arttu V. arttu...@gmail.com 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 ssuomi...@gentoo.org (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 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-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-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.



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

2009-11-09 Thread Alexander Puchmayr
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



[gentoo-user] Wine users backup libjpeg.so.62.0.0

2009-10-19 Thread waltdnes
  MAKE SURE TO BACKUP libjpeg.so.62.0.0 and libjpeg.so.62 (a symlink to
libjpeg.so.62.0.0)

  My older machine was getting flakey so I migrated to my newer machine.
I updated the new machine to the latest everything, and got a message
that I could delete libjpeg.so.62 (a symlink to libjpeg.so.62.0.0) in
/usr/lib (that's where it is on my Gentoo system).  Bad move... Wine no
longer ran. Fortunately, I had not updated my older machine, so I was
able to copy the files over from it, and Wine is now running. The weird
part is that I followed instructions, and ran the revdep-rebuild. It
claimed there were no dynamic links to libjpeg.so.62

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] Wine-1.1.16 and amd64

2009-03-02 Thread Antonio Quartulli
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!


-- 
Antonio Quartulli http://www.ritirata.org/ordex



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-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 http://www.ritirata.org/ordex



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



[gentoo-user] Wine + USB to serial adapter

2008-10-12 Thread Adam Carter
Is /dev/ttyUSB0 as functional as a regular /etc/ttyS0? I have a USB to serial 
adapter that uses the pl2303 driver, and have

[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] ~/.wine/dosdevices $ ls -l
total 0
lrwxrwxrwx 1 adam users 12 May  9 04:08 com1 - /dev/ttyUSB0

But it doesnt appear to work. Similarly mapping ttyUSB0 to com1 in vmware 
fails, but if i connect the usb adapter to a vmware windows guest and add the 
windows driver it works. So;
- should it work?
- will other USB to serial adapter with better linux drivers work?
- or will i have to try a PCCard serial adapter?


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

2007-02-23 Thread Gyuszk
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. It works flawlessly. Today I
bought a new video card (nvidia 6600) for gaming. With this card,
everything is OK.
My question: is it possible to have Wine and Cedega installed on the
same system? I know Cedega is great for games and Wine is great for
desktop applications (like those above.) I installed Warcraft III ROC in
Wine. Works, but 3D is not very fast, sound have lag. My OpenGL system
works flawlessly, I played Enemy Territory with full graphics, with full
FPS.

Thanks in advance.
-- 
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 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 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 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



[gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

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

Whenever I try to emerge wine for my laptop I get error similar to this:
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleacc'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
Makefile:490: warning: NUL character seen; rest of line ignored
Makefile:495: warning: NUL character seen; rest of line ignored
Makefile:496: warning: NUL character seen; rest of line ignored
Makefile:497: *** missing separator.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
make[1]: *** [oleaut32] 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.

I thought this is because I have -Os in CFLAGS, but on my server I'm
getting same error. I downloaded stage3 for i686 of 2006.1, copied my
make.conf, changed -Os to -O2 and... It didn't help. On laptop and
server I have CHOST i686, and I haven't changed it ever. I deleted
tarball and downloaded it few times but it didn't helped, either. FSCK
does not show anything

I don't know what do do next, please help.

I attached make.conf from my laptop and there is still -Os, and this
is only change in make.conf in comparison to one from chroot on my
server.


make.conf
Description: Binary data


[gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

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

Whenever I try to emerge wine for my laptop I get error similar to this:
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleacc'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
Makefile:490: warning: NUL character seen; rest of line ignored
Makefile:495: warning: NUL character seen; rest of line ignored
Makefile:496: warning: NUL character seen; rest of line ignored
Makefile:497: *** missing separator.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
make[1]: *** [oleaut32] 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.

I thought this is because I have -Os in CFLAGS, but on my server I'm
getting same error. I downloaded stage3 for i686 of 2006.1, copied my
make.conf, changed -Os to -O2 and... It didn't help. On laptop and
server I have CHOST i686, and I haven't changed it ever. I deleted
tarball and downloaded it few times but it didn't helped, either. FSCK
does not show anything

I don't know what do do next, please help.

I attached make.conf from my laptop and there is still -Os, and this
is only change in make.conf in comparison to one from chroot on my
server.


make.conf
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 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


[gentoo-user] Wine won't build

2006-07-08 Thread Alex Bennee
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?

malory alex #
tail /var/tmp/portage/wine-0.9.16/work/wine-0.9.16/config.log
#define HAVE_SIGINFO_T_SI_FD 1
#define HAVE_STRUCT_MTGET_MT_GSTAT 1
#define HAVE_STRUCT_MTGET_MT_BLKNO 1
#define HAVE_STRUCT_OPTION_NAME 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
#define HAVE_TIMEZONE 1
#define HAVE_DAYLIGHT 1

configure: exit 1

The last few lines of the ebuild where:

config.status: executing dlls/gdi/mfdrv commands
config.status: executing dlls/kernel/messages commands
config.status: executing dlls/user/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands

configure: WARNING: FreeType is missing.
configure: WARNING: Fonts will not be built. Dialog text may be
invisible or unaligned.

Configure finished.  Do 'make depend  make' to compile Wine.


!!! Please attach the following file when filing a report to
bugs.gentoo.org:
!!! /var/tmp/portage/wine-0.9.16/work/wine-0.9.16/config.log

!!! ERROR: app-emulation/wine-0.9.16 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  wine-0.9.16.ebuild, line 100:   Called econf '--sysconfdir=/etc/wine'
'--with-curses' '--with-opengl' '--with-x' '--disable-trace'
'--disable-debug'
  ebuild.sh, line 541:   Called die

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




--
Alex, homepage: http://www.bennee.com/~alex/
I WILL NOT DO MATH IN CLASS I WILL NOT DO MATH IN CLASS I WILL NOT DO
MATH IN CLASS I WILL NOT DO MATH IN CLASS Lisa Simpson on chalkboard in
episode BABF07

-- 
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 LZ:
\\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



[gentoo-user] wine + msi

2006-05-30 Thread Stefán István
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 LZ:\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi: 
Bad EXE format for 


Thanks for the help in advance,
Istvan
-- 
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 LZ:\\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 + 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 LZ:\\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 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



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

2006-05-11 Thread Michael [Plouj] Ploujnikov

(This is not about any wine ebuild)
(I am not compiling wine in a 32bit chroot)

During the compilation of latest wine release from the CVS repository,
I get the following warning message at the completion of the
./configure script:

*** Warning: Freetype or Fontforge is missing.
*** Fonts will not be built. Dialog text may be invisible or unaligned.

I know for sure that my system has both freetype and fontforge installed:

[ebuild   R   ] media-gfx/fontforge-20060408  +X +gif +jpeg +png +svg
+tiff +truetype +unicode 0 kB
[ebuild   R   ] media-libs/freetype-2.1.9-r1  -bindist -doc +zlib 0 kB

However, I have a feeling, based on configure's output:

http://plouj.sh.nu/configure.out

that wine isn't finding freetype or something related to it.

Of course, I can compile wine after this but like the warning hinted,
fonts are messed up. In my case, I see things like strange symbols
instead of _ [] X at the top right of each window. For example:

http://plouj.sh.nu/cdstomper1.png

I want to figure out what it is that wine is not finding or not liking
about my system. I looked a the configure script but I got lost
tracking what it does. All I could figure out is that it tries to run
'freetype-config --libs' to get a list of libs, which by the way
outputs the following:

 $ freetype-config --libs
-L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz

Here is how I aquired and configured this wine release:

$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/wine
$ cvs login
$ cvs co -r Wine-0_9_12 -d wine-src wine
$ cd wine-0.9.13
$ cat build.sh
#!/bin/bash
CFLAGS=-m32
LDFLAGS=-L/emul/linux/x86/usr/lib/ -L/emul/linux/x86/lib/ -L/usr/lib32/
./configure
$ ./build.sh

Can someone else try this on amd64 and let me know how it works?

Please direct me to a more appropriate mailing list if such exists.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Wine and cedega weird problem

2006-03-26 Thread adrian790


so, this is my problem, very weird. i have both cedega and wine for some win32
executables(games and software). i can't execute none of win32 exe's cause my
system locks up :roll: , so i have to reset my computer :x . if you have any
idea pls tell me. thx!
this is my emerge --info:
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r2,
2.6.15-gentoo-r1 i686)
=
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) XP processor 1600+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python: 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.lug.ro/gentoo ftp://gentoo.romnet.org
http://ftp.roedu.net/pub/mirrors/gentoo http://ftp.lug.ro/gentoo;
LDFLAGS=-Wl,-O1
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow 3dnowext X alsa apache2 apm arts audiofile avi berkdb
bitmap-fonts bzip2 cli crypt ctype cups dba dri eds emboss encode esd expat fam
fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gnome gpm
gstreamer gtk gtk2 idn imlib ipv6 jpeg kde lcms libg++ libwww mad memlimit
mikmod mmx mmxext mng motif mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre
pdflib perl png posix python qt quicktime readline samba sdl session simplexml
soap sockets spell spl sse ssl tcpd tiff tokenizer truetype truetype-fonts
type1-fonts udev usb vorbis win32codecs xine xml xml2 xmms xsl xv zlib
userland_GNU kernel_linux elibc_glibc
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wine doesn't play well with gcc 3.4.5?

2006-02-08 Thread Willie Wong
I tried to emerge wine yesterday. 

If I tried using gcc3.4.5, the compilation proceeds fine but the
resulting binary segfaults on loading. 

Then I tried gcc3.3.5, and the compile worked, and the binary works. 

I did a quick search of b.g.o and didn't see it mentioned. Is this a
known issue (did it happen to you?) or is it something screwed up with
gcc over here on my box?

FWIW, I am running on the hardened profile, and I did update chpax to
include all the wine binaries (else they fail not from a segfault, but
from being killed by the kernel mprotect). So I doubt that is the
cause of the problem. 

W
-- 
So, 'peri' means closest, and 'ap' means farthest. The greeks applied these 
terms to the heavenly bodies; 'perijove' is the closest distance to jupiter, 
'aphelion' is the farthest distance from the sun, 'pericrone' is the farthest 
distance from neptune, and so forth. Many of you may feel this way about 
certain special people; some days you're close to them, other days you're very 
far away. You could equally well apply these prefixes to such a situation...
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 88 days,  9:30
-- 
gentoo-user@gentoo.org mailing list



  1   2   >