Re: no more graphics mode

2020-06-04 Thread stan via users
On Wed, 3 Jun 2020 23:57:10 +0200
Patrick Dupre  wrote:

> I cannot restart the graphics mode (fc32)
> 
> startx
> 
> xauth:  file /home/pdupre/.serverauth.2495 does not exist
> 

I am assuming you want to start Gnome with startx.  In your home
directory, do:

echo '#! /bin/bash' > .Xclients
echo ' ' >> .Xclients
chmod +x .Xclients
echo 'GSESSION="$(type -p gnome-session)"' >> .Xclients
echo 'exec $GSESSION' >> .Xclients
echo 'Starting X with Gnome...'

Then, start Gnome with
startx -- vt10

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Ed Greshko
On 2020-06-04 17:35, Patrick Dupre wrote:
> OK,
>
> I had to reinstall gdm
>
> But I realise that a huge number of applications disappear!!!
> I there a list of packages installed during the last upgrade?
>

The "dnf history" is what you need.  See the man page for dnf for options.

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
OK,

I had to reinstall gdm

But I realise that a huge number of applications disappear!!!
I there a list of packages installed during the last upgrade?

Thank


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===


> Sent: Thursday, June 04, 2020 at 11:23 AM
> From: "Ed Greshko" 
> To: users@lists.fedoraproject.org
> Subject: Re: no more graphics mode
>
> On 2020-06-04 17:12, Patrick Dupre wrote:
> >> On 2020-06-04 16:44, Patrick Dupre wrote:
> >>> No problem, I can run fedora32 from a USB stick.
> >> OK...
> >>> As I say, I can boot properly the other fc32 installed on the machine.
> >> I see.  I misunderstood what you said in an earlier message.
> >>
> >> So, the failing F32.  Is that configured to start gdm, sddm, or some other 
> >> display manager?
> >> If so, what is the output of
> >>
> >> systemctl status display-manager.service
> >>
> > Unit display-manager.service could not be found
> >
> 
> Well, what display manager were you using?
> 
> If you're using Workstation/Gnome it would normally be gdm.  KDE is usually 
> sddm.  Other desktops
> may use lightdm.
> 
> systemctl --force enable YouDM-choice
> 
> Reboot
> 
> -- 
> The key to getting good answers is to ask good questions.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Ed Greshko
On 2020-06-04 17:12, Patrick Dupre wrote:
>> On 2020-06-04 16:44, Patrick Dupre wrote:
>>> No problem, I can run fedora32 from a USB stick.
>> OK...
>>> As I say, I can boot properly the other fc32 installed on the machine.
>> I see.  I misunderstood what you said in an earlier message.
>>
>> So, the failing F32.  Is that configured to start gdm, sddm, or some other 
>> display manager?
>> If so, what is the output of
>>
>> systemctl status display-manager.service
>>
> Unit display-manager.service could not be found
>

Well, what display manager were you using?

If you're using Workstation/Gnome it would normally be gdm.  KDE is usually 
sddm.  Other desktops
may use lightdm.

systemctl --force enable YouDM-choice

Reboot

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
>
> On 2020-06-04 16:44, Patrick Dupre wrote:
> > No problem, I can run fedora32 from a USB stick.
> 
> OK...
> >
> > As I say, I can boot properly the other fc32 installed on the machine.
> 
> I see.  I misunderstood what you said in an earlier message.
> 
> So, the failing F32.  Is that configured to start gdm, sddm, or some other 
> display manager?
> If so, what is the output of
> 
> systemctl status display-manager.service
> 

Unit display-manager.service could not be found

> 
> -- 
> The key to getting good answers is to ask good questions.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Ed Greshko
On 2020-06-04 16:44, Patrick Dupre wrote:
> No problem, I can run fedora32 from a USB stick.

OK...
>
> As I say, I can boot properly the other fc32 installed on the machine.

I see.  I misunderstood what you said in an earlier message.

So, the failing F32.  Is that configured to start gdm, sddm, or some other 
display manager?
If so, what is the output of

systemctl status display-manager.service


-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
Yes, I tried.

No problem, I can run fedora32 from a USB stick.

As I say, I can boot properly the other fc32 installed on the machine.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===


> Sent: Thursday, June 04, 2020 at 10:38 AM
> From: "Ed Greshko" 
> To: users@lists.fedoraproject.org
> Subject: Re: no more graphics mode
>
> On 2020-06-04 15:45, Patrick Dupre wrote:
> > Yes dual boot.
> > Both fc32 updated
> >
> > One run OK.
> > Should I try troubleshooting from the live fc32?
> 
> You should try booting the Live F32 image to ensure it gets you a graphical 
> interface.
> It seem quite odd that both F32 systems of the dual boot fail. 
> 
> 
> 
> -- 
> The key to getting good answers is to ask good questions.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Ed Greshko
On 2020-06-04 15:45, Patrick Dupre wrote:
> Yes dual boot.
> Both fc32 updated
>
> One run OK.
> Should I try troubleshooting from the live fc32?

You should try booting the Live F32 image to ensure it gets you a graphical 
interface.
It seem quite odd that both F32 systems of the dual boot fail. 



-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
The only thing that I see is:

Jun 04 10:11:11 Teucidide dbus-daemon[2184]: [session uid=0 pid=2182] 
Successfully activated service 'com.redhat.imsettings'
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.240579]: 
IMSettings-Daemon[2196]: INFO: Starting imsettings-daemon...
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.241625]: 
IMSettings-Daemon[2196]: INFO:   [HOME=/root/.config/imsettings]
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.241724]: 
IMSettings-Daemon[2196]: INFO:   [XINPUTRCDIR=/etc/X11/xinit/]
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.241783]: 
IMSettings-Daemon[2196]: INFO:   [XINPUTDIR=/etc/X11/xinit/xinput.d/]
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.241836]: 
IMSettings-Daemon[2196]: INFO:   [MODULEDIR=/usr/lib64/imsettings]
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.241887]: 
IMSettings-Daemon[2196]: INFO:   [MODULES=gsettings]
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.246033]: 
GLib[2196]: DEBUG: posix_spawn avoided (fd close requested)
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.271392]: 
IMSettings-Daemon[2196]: WARNING **: Child process exited with code 1
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.357082]: 
GLib-GIO[2196]: DEBUG: _g_io_module_get_default: Found default implementation 
dconf (DConfSettingsBackend) for ?gsettings-backend?
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.414138]: 
IMSettings-Daemon[2196]: INFO: Release the ownership of com.redhat.imsettings
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: Exiting...
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.414361]: 
GLib-GIO[2196]: CRITICAL **: Error while sending AddMatch() message: The 
connection is closed
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.414402]: 
GLib-GIO[2196]: CRITICAL **: Error while sending AddMatch() message: The 
connection is closed
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.414464]: 
IMSettings-Daemon[2196]: INFO: Unloading imesttings module: gsettings
Jun 04 10:11:11 Teucidide com.redhat.imsettings[2196]: [ 1591258271.414508]: 
IMSettings-Daemon[2196]: INFO: imsettings-daemon is shut down.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===


> Sent: Thursday, June 04, 2020 at 9:45 AM
> From: "Patrick Dupre" 
> To: users@lists.fedoraproject.org
> Cc: users@lists.fedoraproject.org
> Subject: Re: no more graphics mode
>
> Yes dual boot.
> Both fc32 updated
> 
> One run OK.
> Should I try troubleshooting from the live fc32?
> 
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988
> ===
> 
> 
> > Sent: Thursday, June 04, 2020 at 9:39 AM
> > From: "Ed Greshko" 
> > To: users@lists.fedoraproject.org
> > Subject: Re: no more graphics mode
> >
> > On 2020-06-04 15:31, Patrick Dupre wrote:
> > > Thanks for the feedback.
> > > The machine has been rebooted several times.
> > > It does not start in graphics mode any more, but in text mode.
> > > It is why I tried startx.
> > > FYI, on the other system on the same machine, I always start in text mode,
> > > and then run startx. It is very fine.
> > 
> > So, are you saying you have one physical computer with 2 versions of Fedora 
> > and that you
> > dual boot?  If so, what versions are they?
> > 
> > And, have you tried booting a LiveCD to eliminate a hardware issue?
> > 
> > -- 
> > The key to getting good answers is to ask good questions.
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >
> ___
> users 

Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
Yes dual boot.
Both fc32 updated

One run OK.
Should I try troubleshooting from the live fc32?


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===


> Sent: Thursday, June 04, 2020 at 9:39 AM
> From: "Ed Greshko" 
> To: users@lists.fedoraproject.org
> Subject: Re: no more graphics mode
>
> On 2020-06-04 15:31, Patrick Dupre wrote:
> > Thanks for the feedback.
> > The machine has been rebooted several times.
> > It does not start in graphics mode any more, but in text mode.
> > It is why I tried startx.
> > FYI, on the other system on the same machine, I always start in text mode,
> > and then run startx. It is very fine.
> 
> So, are you saying you have one physical computer with 2 versions of Fedora 
> and that you
> dual boot?  If so, what versions are they?
> 
> And, have you tried booting a LiveCD to eliminate a hardware issue?
> 
> -- 
> The key to getting good answers is to ask good questions.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Ed Greshko
On 2020-06-04 15:31, Patrick Dupre wrote:
> Thanks for the feedback.
> The machine has been rebooted several times.
> It does not start in graphics mode any more, but in text mode.
> It is why I tried startx.
> FYI, on the other system on the same machine, I always start in text mode,
> and then run startx. It is very fine.

So, are you saying you have one physical computer with 2 versions of Fedora and 
that you
dual boot?  If so, what versions are they?

And, have you tried booting a LiveCD to eliminate a hardware issue?

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-04 Thread Patrick Dupre
Hello,

Thanks for the feedback.
The machine has been rebooted several times.
It does not start in graphics mode any more, but in text mode.
It is why I tried startx.
FYI, on the other system on the same machine, I always start in text mode,
and then run startx. It is very fine.

I am stuck.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===


> Sent: Thursday, June 04, 2020 at 7:09 AM
> From: "Ed Greshko" 
> To: users@lists.fedoraproject.org
> Subject: Re: no more graphics mode
>
> On 2020-06-04 05:57, Patrick Dupre wrote:
> > I cannot restart the graphics mode (fc32)
> 
> You have posted "no more graphics mode" and "No way to have graphics".  Are 
> these the
> same problem? 
> 
> Is there a special reason you're doing "startx' as opposed to using a Display 
> Manager like
> gdm, sddm, or lightdm?
> 
> -- 
> The key to getting good answers is to ask good questions.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-03 Thread Ed Greshko
On 2020-06-04 05:57, Patrick Dupre wrote:
> I cannot restart the graphics mode (fc32)

You have posted "no more graphics mode" and "No way to have graphics".  Are 
these the
same problem? 

Is there a special reason you're doing "startx' as opposed to using a Display 
Manager like
gdm, sddm, or lightdm?

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-03 Thread Samuel Sieb

On 6/3/20 4:09 PM, Patrick Dupre wrote:

Is there something wrong with this file?
The graphics mode start but nothing happen when I run:
X -config xorg.conf.new (generated by Xorg --configure)
xrandr say can't open display


Is there a reason you need to use an xorg.conf file?  That is generally 
unnecessary now.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: no more graphics mode

2020-06-03 Thread Patrick Dupre
Is there something wrong with this file?
The graphics mode start but nothing happen when I run:
X -config xorg.conf.new (generated by Xorg --configure)
xrandr say can't open display

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
### : "%"
### [arg]: arg optional
#Option "Accel" # []
#Option "AccelMethod"   # 
#Option "Backlight" # 
#Option "CustomEDID"# 
#Option "DRI"   # 
#Option "Present"   # []
#Option "ColorKey"  # 
#Option "VideoKey"  # 
#Option "Tiling"# []
#Option "LinearFramebuffer" # []
#Option "HWRotation"# []
#Option "VSync" # []
#Option "PageFlip"  # []
#Option "SwapbuffersWait"   # []
#Option "TripleBuffer"  # []
#Option "XvPreferOverlay"   # []
#Option "HotPlug"   # []
#Option "ReprobeOutputs"# []
#Option "XvMC"  # []
#Option "ZaphodHeads"   # 
#Option "VirtualHeads"  # 
#Option "TearFree"  # []
#Option "PerCrtcPixmaps"# []
#Option "FallbackDebug" # []
#Option "DebugFlushBatches" # []
#Option "DebugFlushCaches"  # []
#Option "DebugWait" # []
#Option "BufferCache"   # []
Identifier  "Card0"
Driver  "intel"
BusID   "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection


> Sent: Thursday, June 04, 2020 at 12:02 AM
> From: "Patrick Dupre" 
> To: users@lists.fedoraproject.org
> Cc: "fedora" 
> Subject: Re: no more graphics mode
>
> I am attaching the log file
> 
> 
> >
> > Hello,
> > 
> > I cannot restart the graphics mode (fc32)
> > 
> > startx
> > 
> > xauth:  file /home/pdupre/.serverauth.2495 does not exist
> > 
> > 
> > X.Org X Server 1.20.8
> > X Protocol Version 11, Revision 0
> > Build Operating System:  5.5.10-200.fc31.x86_64 
> > Current Operat

Re: no more graphics mode

2020-06-03 Thread Patrick Dupre
I am attaching the log file


>
> Hello,
> 
> I cannot restart the graphics mode (fc32)
> 
> startx
> 
> xauth:  file /home/pdupre/.serverauth.2495 does not exist
> 
> 
> X.Org X Server 1.20.8
> X Protocol Version 11, Revision 0
> Build Operating System:  5.5.10-200.fc31.x86_64 
> Current Operating System: Linux Teucidide 5.6.15-300.fc32.x86_64 #1 SMP Fri 
> May 29 14:23:59 UTC 2020 x86_64
> Kernel command line: 
> BOOT_IMAGE=(lvmid/G99jyd-8w45-PWeO-2Oi0-leh4-grNm-RFEyL3/Noro38-PXZz-9l41-B5ZN-JbUZ-SGP3-etdnYp)/boot/vmlinuz-5.6.15-300.fc32.x86_64
>  root=/dev/mapper/VolSys_1-root ro rd.lvm.lv=VolSys_1/root
> Build Date: 30 March 2020  12:00:00AM
> Build ID: xorg-x11-server 1.20.8-1.fc32 
> Current version of pixman: 0.40.0
>   Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
>   (++) from command line, (!!) notice, (II) informational,
>   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/home/pdupre/.local/share/xorg/Xorg.0.log", Time: Wed Jun  3 
> 23:55:18 2020
> (==) Using config directory: "/etc/X11/xorg.conf.d"
> (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
> (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
> The XKEYBOARD keymap compiler (xkbcomp) reports:
> > Internal error:   Could not resolve keysym XF86FullScreen
> Errors from xkbcomp are not fatal to the X server
> The XKEYBOARD keymap compiler (xkbcomp) reports:
> > Internal error:   Could not resolve keysym XF86FullScreen
> Errors from xkbcomp are not fatal to the X server
> xinit: connection to X server lost
> 
> waiting for X server to shut down (II) Server terminated successfully (0). 
> Closing log file.
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988
> ===
[   424.263]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   424.263] Build Operating System:  5.5.10-200.fc31.x86_64
[   424.263] Current Operating System: Linux Teucidide 5.6.15-300.fc32.x86_64 #1 SMP Fri May 29 14:23:59 UTC 2020 x86_64
[   424.263] Kernel command line: BOOT_IMAGE=(lvmid/G99jyd-8w45-PWeO-2Oi0-leh4-grNm-RFEyL3/Noro38-PXZz-9l41-B5ZN-JbUZ-SGP3-etdnYp)/boot/vmlinuz-5.6.15-300.fc32.x86_64 root=/dev/mapper/VolSys_1-root ro rd.lvm.lv=VolSys_1/root
[   424.263] Build Date: 30 March 2020  12:00:00AM
[   424.263] Build ID: xorg-x11-server 1.20.8-1.fc32
[   424.263] Current version of pixman: 0.40.0
[   424.263] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   424.263] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   424.263] (==) Log file: "/home/pdupre/.local/share/xorg/Xorg.0.log", Time: Wed Jun  3 23:55:18 2020
[   424.263] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   424.263] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   424.263] (==) No Layout section.  Using the first Screen section.
[   424.263] (==) No screen section available. Using defaults.
[   424.263] (**) |-->Screen "Default Screen Section" (0)
[   424.263] (**) |   |-->Monitor ""
[   424.263] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   424.263] (==) Automatically adding devices
[   424.263] (==) Automatically enabling devices
[   424.263] (==) Automatically adding GPU devices
[   424.263] (==) Automatically binding GPU devices
[   424.263] (==) Max clients allowed: 256, resource mask: 0x1f
[   424.263] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[   424.263] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   424.263] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   424.263] (II) Loader magic: 0x555fdbd14e20
[   424.263] (II) Module ABI versions:
[   424.263] 	X.Org ANSI C Emulation: 0.4
[   424.263] 	X.Org Video Driver: 24.1
[   424.263] 	X.Org XInput driver : 24.1
[   424.263] 	X.Org Server Extension : 10.0
[   424.264] (++) using VT number 1

[   424.265] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   424.265] (II) xfree86: Adding drm device (/dev/dri/card0)
[   424.266] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   424.267] (--) PCI:*(0@0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf600/16777216, 0xe000/268435456, I/O @ 

no more graphics mode

2020-06-03 Thread Patrick Dupre
Hello,

I cannot restart the graphics mode (fc32)

startx

xauth:  file /home/pdupre/.serverauth.2495 does not exist


X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System:  5.5.10-200.fc31.x86_64 
Current Operating System: Linux Teucidide 5.6.15-300.fc32.x86_64 #1 SMP Fri May 
29 14:23:59 UTC 2020 x86_64
Kernel command line: 
BOOT_IMAGE=(lvmid/G99jyd-8w45-PWeO-2Oi0-leh4-grNm-RFEyL3/Noro38-PXZz-9l41-B5ZN-JbUZ-SGP3-etdnYp)/boot/vmlinuz-5.6.15-300.fc32.x86_64
 root=/dev/mapper/VolSys_1-root ro rd.lvm.lv=VolSys_1/root
Build Date: 30 March 2020  12:00:00AM
Build ID: xorg-x11-server 1.20.8-1.fc32 
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/pdupre/.local/share/xorg/Xorg.0.log", Time: Wed Jun  3 
23:55:18 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Internal error:   Could not resolve keysym XF86FullScreen
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Internal error:   Could not resolve keysym XF86FullScreen
Errors from xkbcomp are not fatal to the X server
xinit: connection to X server lost

waiting for X server to shut down (II) Server terminated successfully (0). 
Closing log file.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org