LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-28-2009, 11:29 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Can I install Ubuntu/Debian without installing XORG?


Meaning, Xorg makes my screen freeze and "crackle", once frozen PC must reboot; possibly due to integrated SIS-760 Graphics.

I noticed when using Puppy that if I chose Xvesa everything was nice and smooth; if I chose Xorg, almost instant freezing and lock-up!

I also have slack 12.2 and it never freezes, does slack use same xorg as Ubuntu or Xvesa?

So, is there a way to only install Xvesa in ubuntu 8.04 +?
thanks
 
Old 06-28-2009, 11:35 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Take a look at
http://www.linuxquestions.org/questi...1/#post3314015
 
Old 06-28-2009, 11:56 AM   #3
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Slackware uses the xorg server (info from distrowatch.com). You can check the xorg.conf in your Slackware install for the driver that is used.
 
Old 06-28-2009, 12:51 PM   #4
chutsu
Member
 
Registered: Nov 2003
Location: UK
Distribution: Debian Lenny
Posts: 255

Rep: Reputation: 31
I would suggest using debian, as it gives you the control to do a minimal installation, since they have the minimal install disk.
 
Old 06-28-2009, 01:31 PM   #5
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Alright, Repo and everybody, that post was Right On dog-pound!

Too bad I gotta do a total uninstall of 5 systems to get over this one!

I got Debian and 4 buntu's that will have to be erased and re-installed-s**t!

Is there any way to just boot to command line, Uninstall Xorg and somehow
install Xvesa, without having to re-install?
I hope so....
 
Old 06-28-2009, 01:35 PM   #6
chutsu
Member
 
Registered: Nov 2003
Location: UK
Distribution: Debian Lenny
Posts: 255

Rep: Reputation: 31
Why have you got 5 systems? bit too much!

To answer your question, you need to boot into single user mode, this link tells you how:
http://www.cyberciti.biz/faq/grub-bo...gle-user-mode/

and then just remove xorg by typing
sudo apt-get remove xorg...or-something (use "apt-cache search" to find xorg)

then install whatever you want!
 
Old 06-28-2009, 01:36 PM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
you could try

Code:
apt-get remove xorg*
apt-et install xvesa.
 
Old 06-28-2009, 01:40 PM   #8
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Mixelplix

I'll try it, and hope it works OK
why do you have a * next to xorg Reepster?
 
Old 06-28-2009, 01:42 PM   #9
chutsu
Member
 
Registered: Nov 2003
Location: UK
Distribution: Debian Lenny
Posts: 255

Rep: Reputation: 31
cause he isn't sure what the full package name of xorg will be!
 
Old 06-28-2009, 01:42 PM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
why do you have a * next to xorg Reepster?
Don't know the package name :-)
 
Old 06-28-2009, 01:46 PM   #11
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
LOL, see this is what happens when you live in a place where sweetleaf is commonly
imbibed*
short-term memory issues, get your ram checked
 
Old 06-28-2009, 01:54 PM   #12
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
Originally Posted by repo View Post
you could try

Code:
apt-get remove xorg*
apt-et install xvesa.
I'm not finding xvesa:

Code:
ade@Pc1:~$ apt-cache policy xvesa
W: Unable to locate package xvesa
Is it referred to by a different name?
 
Old 06-28-2009, 02:09 PM   #13
chutsu
Member
 
Registered: Nov 2003
Location: UK
Distribution: Debian Lenny
Posts: 255

Rep: Reputation: 31
Have you tried "apt-cache search xvesa" instead?
Why are you doing a "apt-cache policy"?
 
Old 06-28-2009, 02:15 PM   #14
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:

Have you tried "apt-cache search xvesa" instead?
Yes,here's the output:

Code:
ade@Pc1:~$ apt-cache policy xvesa
W: Unable to locate package xvesa
Quote:
Why are you doing a "apt-cache policy"?
Because i run a mixed system of Testing/Unstable and that command shows which repo the particular package comes from.
Here's an example:

Code:
ade@Pc1:~$ apt-cache policy iceweasel
iceweasel:
  Installed: 3.0.9-1
  Candidate: 3.0.9-1
  Version table:
     3.0.11-1 0
        500 http://ftp.uk.debian.org unstable/main Packages
 *** 3.0.9-1 0
        990 http://ftp.uk.debian.org testing/main Packages
        100 /var/lib/dpkg/status
 
Old 06-28-2009, 02:21 PM   #15
chutsu
Member
 
Registered: Nov 2003
Location: UK
Distribution: Debian Lenny
Posts: 255

Rep: Reputation: 31
Its a bit old, but try and install this packaged xvesa.

http://www.pps.jussieu.fr/~jch/software/kdrive/
 
  


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
Installing XORG on debian based system lastcall79 Linux - Newbie 2 10-21-2008 04:29 PM
Removing custom built Xorg to install Etch's Xorg kushalkoolwal Debian 4 05-30-2007 01:50 AM
Using Ubuntu Xorg-amd package on Debian etc kushalkoolwal Debian 18 05-27-2007 08:53 PM
Installing Maple on Debian/Ubuntu Munk Linux - Software 2 01-25-2007 11:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:00 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