Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-03-2007, 12:18 PM   #31 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: BeryL on Ubuntu


Quote:
Originally Posted by nach p
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!
gary4gar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-03-2007, 06:31 PM   #32 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

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

 Option          "AIGLX" "true"
those added lines removed from xorg.conf
and xserver started again.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 06:32 PM   #33 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

what is ur kernel
:
Code:
~$uname -r
if possible post ur /etc/X11/xorg.conf-u can attach
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 06:46 PM   #34 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

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.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 06:54 PM   #35 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

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"
        Load    "dbe"
        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
try
Code:
~$ glxinfo |grep rendering
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 01-03-2007 at 07:11 PM.
praka123 is offline  
Old 01-03-2007, 07:22 PM   #36 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

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
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 09:45 PM   #37 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: BeryL on Ubuntu

^^ what?did u tried my suggestions?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 10:47 PM   #38 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

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
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 10:50 PM   #39 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

now try
Code:
~$beryl-manager &
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 11:12 PM   #40 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

~$beryl-manager &
[1] 7323

btw all these stpes am doin just blindly
but nevermind one day i will be able 2 understand all these
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie

Last edited by nach p; 01-03-2007 at 11:25 PM.
nach p is offline  
Old 02-03-2007, 12:06 AM   #41 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: BeryL on Ubuntu

^^ did u saw a red diamond icon on top right of gnome-panel?if yes beryl is launched.you need to theme it with emerald theme
edit Pls verify that the line:
Option "XAANoOffscreenPixmaps" "true"

is on the section device:
Code:
Section "Device"
	Identifier	"Intel Corporation 945G Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
       Option   "XAANoOffscreenPixmaps"   "true"
EndSection
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 02-03-2007 at 12:19 AM.
praka123 is offline  
Old 02-03-2007, 05:39 AM   #42 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

yes diamond is on top rite side

do i have 2 add it manually ?
Option "XAANoOffscreenPixmaps" "true"

coz its not in xorg.conf
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie

Last edited by nach p; 02-03-2007 at 05:55 AM.
nach p is offline  
Old 02-03-2007, 05:59 AM   #43 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

@nach:
seems beryl is loaded.but you needs a theme for beryl.
try:
Code:
~$sudo apt-get update &&  apt-get install emerald emeral-themes
after this,try right clicking beryl-manger(diamond icon) and try reloading Window manager and WIndow decorator.Also make sure that the Select Window Decorator>Standard Beryl
Option "XAANoOffscreenPixmaps" "true"
Yes you must need that line in ur section device .see my post above.just check
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 06:16 AM   #44 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

yes added line in section device
given ~$sudo apt-get update && apt-get install emerald emeral-themes
reloaded both Window manager and WIndow decorater and
standard beryl under window decorator .

so what should I do?
is whole process completed or what ?
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 02-03-2007, 06:29 AM   #45 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

^^ Did u see any difference?at the window borders?smooth GFX?try hold pressing CTRL+ALT+left mouse key clicked on the screen and try moving the mouse=any 3d effects?

make sure u have selected beryl decorator by right clicking the beryl icon on right top of gnome panel scroll down>Select Window decorator>beryl use left mouse click to select.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 02-03-2007 at 06:38 AM.
praka123 is offline  
Old 02-03-2007, 06:41 AM   #46 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

nah no smooth borders,gfx etc.
same as running Gnome.
Select Window decorator>beryl
already done.

when select window manager ->beryl
screen flickers 3-4 times and option Metacity gets selected.

I think I will go for Ubuntu 6.10 or Suse 10.2 .
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 02-03-2007, 06:48 AM   #47 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: BeryL on Ubuntu

the kernel version u use is 2.6.15 na?depends on ur luck.
@nach:you need to restart to confirm whether beryl works or not.as i assume u just now only added the option in /etc/X11/xorg.conf:
Code:
Section "Device"
	Identifier	"Intel Corporation 945G Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
       Option   "XAANoOffscreenPixmaps"   "true"
EndSection
just audit ur /etc/X11/xorg.conf for everything OK and restart
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 06:56 AM   #48 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

yup its 2.6.15
restarted but still no effects
anyway thnx for lettin me try beryl .

Which one should I download suse 10.2 or Ubuntu 6.10

and hey have u changed u r id ?Is it was Prakash Kerla .....?
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 02-03-2007, 07:06 AM   #49 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: BeryL on Ubuntu

yeah,your distro seems to be a little old;but u may be able to achieve the effects-it needs to be sortout-what is wrong with DRI pkg with dapper-upgrading to a kernel gr8er than 2.6.15 like 2.6.17 i believe definitely help
:If u want a Beryl distribution there is a ubuntu derived beryl distro:
UBERYL
another option:
ubuntu ultimate edition-
i feel apt and dpkg are better for Linux pkg management-so Debian based distros.no distro trollingtry it
@nach:yes i changed my uid 2 praka123: I PMed fatbeing to do the change
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 07:11 AM   #50 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

how can I upgrade existing Kernel
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 02-03-2007, 07:13 AM   #51 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: BeryL on Ubuntu

search in menu Desktop>administration>synaptic package manager for linux-image.xx or for older distros kernel-image
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 07:24 AM   #52 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

better I will download Ubuntu 6.10.

THnx again 2 all of u guys .
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 08-03-2007, 01:57 PM   #53 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: BeryL on Ubuntu

hey just installed beryl on Ubuntu 6.10
OMG what a gr8 effects ,specially ctrl+alt+left click and while draggin
now my screen is complettly woobly .

Takin some Screenshots 2 show some Vista users ROFL
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 08-03-2007, 02:14 PM   #54 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: BeryL on Ubuntu

^^ Congrats :d
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 11-03-2007, 08:29 AM   #55 (permalink)
Let the music play.....
 
djmykey's Avatar
 
Join Date: Dec 2003
Location: Pune
Posts: 665
Default Re: BeryL on Ubuntu

So guys here goes I did get it up and running beryl that is....

__________________
Long back, a person who sacrificed his sleep, forgot his family, forgot his food, fogot laughter were called "Saints"
But now they are called.."IT professionals"
djmykey is offline  
Old 11-03-2007, 09:06 AM   #56 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: BeryL on Ubuntu

that's gr8. have fun playing around with 3D effects.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-03-2007, 09:26 AM   #57 (permalink)
Let the music play.....
 
djmykey's Avatar
 
Join Date: Dec 2003
Location: Pune
Posts: 665
Default Re: BeryL on Ubuntu

Thanks mehul still working with the taskbar and menubar themes..
__________________
Long back, a person who sacrificed his sleep, forgot his family, forgot his food, fogot laughter were called "Saints"
But now they are called.."IT professionals"
djmykey is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:54 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2