BeryL on Ubuntu

Status
Not open for further replies.
OP
nach p

nach p

Journeyman
~$ beryl --replace
XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap Present
beryl: No composite extension
 

mehulved

18 Till I Die............
Check if your /etc/X11/xorg.conf file has the following line
Code:
Section "Extensions"
        Option "Composite" "Enable"
EndSection
If not, then add it at the end.
__________
And yeah you need to restart X after adding that line.
 
Last edited:

praka123

left this forum longback
AND to be on the safer side also add these lines to the /etc/X11/xorg.conf
after the device line:
Code:
         Option          "AIGLX" "true"
which GFX card do u have?
 
OP
nach p

nach p

Journeyman
silly mistake

trying 2 save but it doesnt have any option ,look at save button

*img153.imageshack.us/img153/5638/screenshotbo3.th.png
__________
praka123 said:
AND to be on the safer side also add these lines to the /etc/X11/xorg.conf
after the device line:
Code:
         Option          "AIGLX" "true"
which GFX card do u have?

I dont have gfx card
just onboard grafix of 945 mobo
 
Last edited:

mehulved

18 Till I Die............
Use this command
Code:
sudo gedit /etc/X11/xorg.conf
You can't generally open files outside your home partition without root access
 

praka123

left this forum longback
^^ you need to have the line
Section "Extensions"
Option "Composite" "enable"
EndSection

NOT in the End.
press ALT+F2 to get run command:
then insert "gksudo gedit /etc/X11/xorg.conf"
edit and save.also make sure you have the module dbe loaded.(Load "dbe")
below is a sample of mine:
Code:
Section "Device"
        Identifier      "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Extensions"
        Option "Composite" "enable"
EndSection

 Option          "AIGLX" "true"
 
OP
nach p

nach p

Journeyman
damnn just rebooted after makin changes in xorg.conf

now cant login into xserver ,says its disabled
 
OP
nach p

nach p

Journeyman
praka123 said:
can u attach your /etc/X11/xorg.conf

how can I,it goes into CLI mode .
(at present switched on xp)

I will try lateron in evening ,have 2 go off
 
Last edited:

praka123

left this forum longback
for gui to appear.boot and login from any VTE's and do the following:
Code:
sudo nano -w /etc/X11/xorg.conf
just check through the lines to get the section device:and edit it to look like:
Code:
Section "Device"
        Identifier      "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
        Driver          "i810"
        Option "XAANoOffscreenPixmaps" "true"
EndSection
Also check ur Xorg.0.log by
Code:
~$sudo less /var/log/Xorg.0.log
for what error.
also check ur section modules for:
Code:
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "vbe"
 

gary4gar

GaurishSharma.com
nach p said:
how can I,it goes into CLI mode .
(at present switched on xp)

I will try lateron in evening ,have 2 go off
np problem if u can't work in CLI mode
use ExplorerFS in windows xp to extact ur /etc/X11/xorg.conf file.
Alternatively u can use a Live cd

Enjoy Tweaking!
 
OP
nach p

nach p

Journeyman
Code:
Section "Extensions"
        Option "Composite" "enable"
EndSection

 Option          "AIGLX" "true"

those added lines removed from xorg.conf
and xserver started again.
 

praka123

left this forum longback
what is ur kernel
:
Code:
~$uname -r
if possible post ur /etc/X11/xorg.conf-u can attach
 
OP
nach p

nach p

Journeyman
Code:
2.6.15-28-386


Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation 945G Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection







Section "Monitor"
	Identifier	"VHT86K"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 945G Integrated Graphics Controller"
	Monitor		"VHT86K"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

where should I up it ? I just pasted all contents here.
 

praka123

left this forum longback
Now it's easy.pls carefully edit; use:
Code:
~$ gksudo gedit  /etc/X11/xorg.conf
after editing dont forget to save the file.
first add the option load dbe
Code:
Section "Module"
        Load    "bitmap"
        [B][U]Load    "dbe"[/U][/B]
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection
secondly:
after "Section Device
add the following:
Code:
Section "Extensions"
        Option "Composite" "enable"
EndSection
save the file.try the command below in a terminal to goto single user mode.
Code:
~$sudo telinit 1
after it prompts u to login or press CTRL+D,,try the second option press ctrl+d and wait if X and GNOME loads successfully.
ps:In beryl site,they put something on kernel-2.6.15..mean something with DRI.anyways we should try :p
try
Code:
~$ glxinfo |grep rendering
 
Last edited:
OP
nach p

nach p

Journeyman
yes did as u said
~$ glxinfo |grep rendering
Code:
direct rendering: Yes
anyway hats off 2 u guys who helps us 2 face prob regarding GNU/linux
 
OP
nach p

nach p

Journeyman
yup made changes as u stated above
then given ~$sudo telinit 1
it went 2 single user mode and logged in automatically

then Pressed ctrl+D and Gnome loaded successfully
 
OP
nach p

nach p

Journeyman
~$beryl-manager &
[1] 7323

btw all these stpes am doin just blindly
but nevermind one day i will be able 2 understand all these
 
Last edited:
Status
Not open for further replies.
Top Bottom