LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-23-2018, 02:47 PM   #1
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Rep: Reputation: Disabled
Xubuntu 18.04 display Glitch ?


Hi guys i installed Xubuntu 18.04 and it boots and may run find but some times the display graffics go off wack and i have to reboot PC,i had to go back to Xubuntu 16.04 which runs find. e Machines ,amd Athlon IIx2 250U,video card integrated Nvidia card.
 
Old 08-24-2018, 02:16 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Code:
lspci -k | grep -A5 VGA
please.
 
Old 08-24-2018, 11:02 AM   #3
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Original Poster
Rep: Reputation: Disabled
Thanks ondoho in xubuntu 14.04 it has 2 additional drivers, Nvidia legacy 304 and X.org X server Nouveau display,it's set to Nvidia legacy 304.


frank@frank-ET1331G:~$ lspci -k | grep -A5 VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
Subsystem: Acer Incorporated [ALI] C61 [GeForce 6150SE nForce 430]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map
frank@frank-ET1331G:~$

Last edited by ivtec; 08-24-2018 at 11:12 AM.
 
Old 08-24-2018, 11:39 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
You mention Xubuntu 16.04 in your opening post but then you talk about Xubuntu 14.04 in post #3. Which is it that you are using to produce the diagnostics?

If the problem you are experiencing is with 18.04 then I would suggest that further diagnostics from that operating system may probably be more useful.
 
Old 08-24-2018, 12:08 PM   #5
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
You mention Xubuntu 16.04 in your opening post but then you talk about Xubuntu 14.04 in post #3. Which is it that you are using to produce the diagnostics?

If the problem you are experiencing is with 18.04 then I would suggest that further diagnostics from that operating system may probably be more useful.


THanks i mention Xubuntu16.04 because it works without issues and it has Nvidia legacy 304 driver wich in Xubuntu 18.04 beaver doesn't and rather has -------

frank@frank-ET1331G:~$ lspci -k | grep -A5 VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
Subsystem: Acer Incorporated [ALI] C61 [GeForce 6150SE nForce 430]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map
frank@frank-ET1331G:~$



but i think after i installed;

sudo apt install build-essential libc6:i386


So far it has been with no issue,cross my fingers
 
Old 08-25-2018, 01:14 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ivtec View Post
but i think after i installed;

sudo apt install build-essential libc6:i386
this, in itself, is definitely NOT the solution to your problem.

your output shows that you're using the open source nouveau driver.
i think this old card will benefit from the proprietary nvidia driver.
you might need to install it via command line - the "additonal drivers" gui has been known to suggest the wrong version.
please make sure which driver version you need. i think the legacy driver should be sufficient, and installable via apt!

PS:
this is probably better for you:
https://help.ubuntu.com/community/Bi...erHowto/Nvidia
 
Old 08-26-2018, 10:14 AM   #7
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
this, in itself, is definitely NOT the solution to your problem.

your output shows that you're using the open source nouveau driver.
i think this old card will benefit from the proprietary nvidia driver.
you might need to install it via command line - the "additonal drivers" gui has been known to suggest the wrong version.
please make sure which driver version you need. i think the legacy driver should be sufficient, and installable via apt!

PS:
this is probably better for you:
https://help.ubuntu.com/community/Bi...erHowto/Nvidia
ThanksHondoho;Well so far it has not given issues;i was able to add additional drivers,now i try to switch to nvidia 304 but it wont switch from source nouveau driver to 304
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2018-08-26_11-37-08.png
Views:	17
Size:	46.3 KB
ID:	28446  

Last edited by ivtec; 08-26-2018 at 10:41 AM.
 
Old 08-27-2018, 12:10 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i won't be able to help with that "Additional Drivers" gui.
i have always done this manually.
 
Old 08-27-2018, 11:10 AM   #9
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
i won't be able to help with that "Additional Drivers" gui.
i have always done this manually.
Thanks bro; anyway as long it works without issues ,i will leave it to that,if issue happens again with frequency then i go back to Xubuntu 16.04 since i have 2 Sata HD in the Machine all i do is switch connections,wish i could connect both HD at same time as i do with in IDLE.
 
Old 08-31-2018, 10:05 AM   #10
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Original Poster
Rep: Reputation: Disabled
Hi folks i've had it with Xubuntu 18.04 the glitch of graffics went out of wack happened again,well back on 16.04 version,the only beef i have with xubuntu 16.04 is that i can't get rid of chromium keying log in?anybody has a solution to get rid of this Keyring log in crap?thanks
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2018-08-31 10-57-20.jpg
Views:	15
Size:	52.8 KB
ID:	28490  
 
Old 08-31-2018, 10:26 AM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by ivtec View Post
Hi folks i've had it with Xubuntu 18.04 the glitch of graffics went out of wack happened again,well back on 16.04 version,the only beef i have with xubuntu 16.04 is that i can't get rid of chromium keying log in?anybody has a solution to get rid of this Keyring log in crap?thanks
I suggest you open a new thread about this as it is a separate issue.
 
Old 09-01-2018, 03:45 PM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ivtec View Post
Hi folks i've had it with Xubuntu 18.04 the glitch of graffics went out of wack happened again,well back on 16.04 version,the only beef i have with xubuntu 16.04 is that i can't get rid of chromium keying log in?anybody has a solution to get rid of this Keyring log in crap?thanks
sure.
no idea what this has to do with graphical glitches, but here you go:
https://eu1.startpage.com/do/search?...yring+password
hope this helps.
 
  


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
Xubuntu 16.04 Display Change Problems Slippers Linux - Newbie 3 09-02-2016 02:02 PM
xubuntu setting up your X - display metallica1973 Ubuntu 7 11-12-2010 09:17 AM
Xubuntu + Ancient System No Display BlackSheep024 Ubuntu 2 09-13-2007 07:36 PM
Does Xfce have a Display Manager? What are the ones in Xubuntu and Zenwalk? Mr_Shameless Linux - Desktop 4 03-10-2007 05:19 AM
XUBUNTU Display GNewbie Ubuntu 2 10-31-2006 10:59 PM

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

All times are GMT -5. The time now is 10:53 PM.

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