LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-03-2022, 05:15 AM   #46
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled

Will compiling a new kernel help solve this problem ?
 
Old 07-03-2022, 05:33 AM   #47
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 958

Rep: Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648
Quote:
Originally Posted by karthik_holla View Post
Will compiling a new kernel help solve this problem ?
Maybe that will give you a newer graphics driver and help, but I wouldn't count on that unless you find something in the kernel changelogs indicating that a bug related to your problem has been fixed.

Do you have any other monitor you can try with? Do you get the same problem also with other monitors? Does your monitor and graphics card have any other interfaces and do you have cables for those interfaces (DVI / HDMI / DisplayPort / VGA)? Do you also get the same problem with other interfaces?

regards Henrik
 
Old 07-06-2022, 08:01 AM   #48
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled
When I change to runlevel 4 the login prompt loads properly. When I enter the password the window manager sometimes loads properly and sometimes only on the second time it loads. So there should not be any issue with the X. So I am puzzled with it.
 
Old 07-06-2022, 02:59 PM   #49
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Do you have 30GB of storage you can spare? If you do, I'd install a default Full Recommended Install parallel system for comparison.
 
Old 07-06-2022, 11:45 PM   #50
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled
It is already a full installation.
 
Old 07-07-2022, 01:12 AM   #51
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 958

Rep: Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648
Quote:
Originally Posted by karthik_holla View Post
When I change to runlevel 4 the login prompt loads properly. When I enter the password the window manager sometimes loads properly and sometimes only on the second time it loads. So there should not be any issue with the X. So I am puzzled with it.
Places to look for clues:

/var/log/Xorg.0.log
/var/log/Xorg.0.log.old
~/.xsession-errors

Each time X is restarted (possible because of some kind of crash) a new Xorg.0.log is created and the old log file with clues of what caused the crash is renamed to Xorg.0.log.old.

Each time you successfully log in the .xsession-errors is recreated. To study that file after a failed login attempt you will need to login on a virtual text console or from the network by something like ssh.

regards Henrik
 
Old 07-08-2022, 08:29 AM   #52
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled
After comparing the x.org.old and xorg.0.log files
Code:
[   229.650] (II) Server zapped. Shutting down.
[   229.675] (II) event6  - Power Button: device removed
[   229.689] (II) event11 - Video Bus: device removed
[   229.701] (II) event4  - Power Button: device removed
[   229.713] (II) event5  - Sleep Button: device removed
[   229.725] (II) event1  - Logitech Anywhere MX: device removed
[   229.745] (II) event17 - Integrated_Webcam_HD: Integrate: device removed
[   229.773] (II) event10 - eGalax Inc. eGalaxTouch EXC3000-0367-44.00.00: device removed
[   229.825] (II) event2  - Dell WMI hotkeys: device removed
[   229.837] (II) event0  - AT Translated Set 2 keyboard: device removed
[   229.849] (II) event7  - DELL Wireless hotkeys: device removed
Suddenly at this step the x server pauses and I am not able to understand what is happening.
 
Old 07-18-2022, 05:13 AM   #53
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled
But slackware live boots perfectly there is no problem at all. It is very confusing.
 
Old 07-18-2022, 11:59 AM   #54
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by karthik_holla View Post
But slackware live boots perfectly there is no problem at all. It is very confusing.
Allow me to suggest creating a new partition and employing the Liveslak "usb2hdd" script to create a parallel system and compare those.
 
Old 08-18-2022, 08:25 AM   #55
karthik_holla
Member
 
Registered: Jul 2016
Location: India
Distribution: slackware-15.0
Posts: 73

Original Poster
Rep: Reputation: Disabled
After entering the following lines in /etc/X11/xorg.conf.d/20-intel.conf file it is booting properly
Code:
Section "Module"
  Load "dri3"
EndSection
Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option      "DRI"   "3"
  Option "TripleBuffer" "true"
  Option "TearFree" "true"
EndSection
One more change I did was shifting from slackware 15.0 to current but I am not sure which one helped.

Last edited by karthik_holla; 08-18-2022 at 08:27 AM.
 
Old 08-18-2022, 10:41 AM   #56
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
I have to ask, given one of Slackware's advantages over most systemd based distros is human readable text-based configuration, what do you think is the value advantage in creating "/etc/X11/xorg.conf.d/20-intel.conf" over just placing those lines in "/etc/X11/xorg.conf" ?
 
Old 08-23-2022, 05:02 PM   #57
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I believe it's to avoid the change of the file and rather have one added : moduarity to get easier backup/sink and readability (a named change rather than everything in the same place).
 
Old 08-24-2022, 11:32 AM   #58
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Thanks for the response, Tonus. IO understand modularity even if I disagree that is at all helpful but that's just my personal preference. I want everything to do with X features in one place. Also I like the documentation Slackware provides in the xorg.conf.example and the NVIDIA-foo.run installer offers to write the Display options for you in "/etc/X11/xorg.conf", not a major concern now but it does hint at how universal that configuration is or can be.

I don't understand what you mean by "change of the file". Could you expand please?
 
Old 08-24-2022, 03:11 PM   #59
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
Quote:
Originally Posted by enorbet View Post
Also I like the documentation Slackware provides in the xorg.conf.example ...
I'm not sure how actual is this documentation written while on other places of Earth happened the Soviet-Afghan war...

You know, meanwhile a lot of things happened in the World.

Heck, in those old times even I, I had hair!

PS. I still miss ZipSlack ...

http://www.slackware.com/zipslack/

Last edited by LuckyCyborg; 08-24-2022 at 03:21 PM.
 
Old 08-25-2022, 02:38 AM   #60
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by enorbet View Post
I don't understand what you mean by "change of the file". Could you expand please?
I should have wrote "avoid changing the file".
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
(nvidia) First startx = blank screen, second startx = works ?!? BuckRogers01 Linux - Hardware 2 04-07-2006 05:26 PM
WHY should I type startx twice to startx? hiux Debian 6 09-09-2005 09:12 AM
startx doesn't startx for user vdemuth Mandriva 10 11-08-2004 07:41 PM
Bug / Xwindows / startx : xinit works but startx crash www.rzr.free.fr Linux - Software 4 10-17-2004 08:06 AM
startx vs startx -- :2 (font dimension is different!!) moly82 Linux - General 7 09-15-2003 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration