LinuxQuestions.org
Review your favorite Linux distribution.
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 09-14-2006, 02:49 PM   #1
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Rep: Reputation: 15
Unhappy problem with XGL


hi guyz
i hav a problem with XGL system

when i decided to install it (i'm using ubuntu 6.06)

i installed it form http://ubuntuguide.org/wiki/Dapper#H...z_.28Nvidia.29

but without this step GDM Configuration Customization file (i didn't understant it )

wht happend now

when i start ubuntu after that

i found

faild to start the X server (your graphical interface)
it's likely that it is not set up correctly . would you like to view the X server output to diagnose the problem ?


and i can't start my system

what can i do to restore my system
sorry i'm new in linux
plz reply me

Last edited by hero_19873; 09-14-2006 at 02:55 PM.
 
Old 09-14-2006, 03:09 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Get yourself to a command line (I assume you can still do that?) Then do this:
Code:
sudo cp /etc/gdm/gdm.conf-custom /etc/gdm/gdm.conf-custom-backup
gksudo vim /etc/gdm/gdm.conf-custom
Add these lines:
Code:
[servers]# Override display 1 to use Xgl
0=Xgl 

[server-Xgl] 
name=Xgl server 
command=/usr/bin/Xgl :0 -fullscreen -ac -accel glx:pbuffer -accel xv:fbo 
flexible=true
That's what you didn't do, but it's kinda important. Guess this'll teach you to follow the directions even if you don't understand them. Better yet, why not stop and ask two clarifying questions so you do understand before you continue.
 
Old 09-14-2006, 05:18 PM   #3
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Original Poster
Rep: Reputation: 15
thnx my friend for ur reply

but i stil have problems

when i enter the command line

and write any command from these commands

it say error 27

i try to make these changes from a live CD but i found that the partion will be read only

wht should i do now ?!!!
 
Old 09-14-2006, 05:52 PM   #4
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
When you boot the machine and your xserver fails doesn't it leave you at a command line? Try it from there.
 
Old 09-14-2006, 08:20 PM   #5
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Original Poster
Rep: Reputation: 15
ok my friend i enterd the command line from recovery mode

but wht is the way to save this file after editing ?

i know i make u get tired

can u tell me a way to restore my old graphical interface and after that i'll install xgl in correct mode
 
Old 09-15-2006, 01:41 AM   #6
fdahl_009
Member
 
Registered: Oct 2005
Location: Norway
Posts: 148

Rep: Reputation: 16
If you are using vim, like the reply over is telling you to do, you just press INSERT to insert text / modify text, then ESC to remove the INSERT, then type :wq wich stands for write&quit.
Need to be ":wq" (with the : first)
 
Old 09-15-2006, 02:49 AM   #7
ffilc7373
Member
 
Registered: Feb 2004
Location: North London, England
Distribution: Ubuntu
Posts: 125

Rep: Reputation: 16
Can any one please tell me how to start a new thread on the forum???
Sorry if this is out of place.
 
Old 09-15-2006, 06:12 AM   #8
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fdahl_009
If you are using vim, like the reply over is telling you to do, you just press INSERT to insert text / modify text, then ESC to remove the INSERT, then type :wq wich stands for write&quit.
Need to be ":wq" (with the : first)
thnx pal ,

but i think i damage this file while editing it

the question now : how can i recover my old settings

plz reply me

----------------------------------------------
Quote:
Can any one please tell me how to start a new thread on the forum???
Sorry if this is out of place.
welcome
u can enter any forum and click button of new thread on top left

below Ads by Goooooogle
 
Old 09-15-2006, 07:24 AM   #9
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Did you do this step when you were not following the directions? It's the very first step.
Quote:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
If so, then do this from the command line to restore your old settings
Code:
sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf
 
Old 09-15-2006, 11:14 AM   #10
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Original Poster
Rep: Reputation: 15
i didn't find this file

ok my friends i get tired from this problem

i'll try the magical solution (reinstall the ubuntu ) looooooool

thnx to all persons reply me
 
Old 09-15-2006, 12:35 PM   #11
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Try automatix bleeder - http://getautomatix.com/wiki/index.p...omatix_Bleeder , installs heaps of stuff including xgl/compiz for nvidia cards. Saves a lot of hair pulling
 
Old 09-15-2006, 03:18 PM   #12
hero_19873
Member
 
Registered: Mar 2006
Location: Egypt
Distribution: Ubuntu 6.10
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by beagle2
Try automatix bleeder - http://getautomatix.com/wiki/index.p...omatix_Bleeder , installs heaps of stuff including xgl/compiz for nvidia cards. Saves a lot of hair pulling


heheheheheh i think this is better
thnx man
 
  


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
problem getting xgl session to run NTense Ubuntu 0 08-26-2006 01:24 PM
xgl, gnome and vlos problem darkangel29 Linux - Software 0 08-02-2006 01:42 PM
xgl login problem ripmaster Ubuntu 1 06-28-2006 04:36 PM
Compiz - XGL - Alt-Key Problem Mr.Gosh Linux - Software 1 05-27-2006 06:13 PM
xgl+doom3 problem matrixon Linux - Software 0 04-02-2006 10:19 PM

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

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