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 28-10-2007, 10:04 AM   #1 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default help!! gusty very slow.i think xgl prob


my intel 845 card ran feisty very smoothly and i also had compiz installed.
i upgraded to gutsy in morning and the video was very crappy and so slow
after a bit researching i found that gusty starts "xgl" by default on my card!!!!
how do i change it.
__________________
http://abhinandh.com

Last edited by abhinandh; 28-10-2007 at 04:03 PM.
abhinandh is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-10-2007, 11:08 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

remove xserver-xgl package via synaptic.edit /etc/X11/xorg.conf accordingly to work with default Xorg AIGLX.
since i am on Debian,not sure with xserver-xgl is the package name.

also maintain minimum packages that are useful to you and remove/purge other packages during house keeping system.
__________________
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 28-10-2007, 11:09 AM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: help!! gusty very slow.i think xgl prob

Or maybe just disable Desktop Effects for the time being?
QwertyManiac is offline  
Old 28-10-2007, 12:10 PM   #4 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: help!! gusty very slow.i think xgl prob

Quote:
Originally Posted by praka123
remove xserver-xgl package via synaptic.edit /etc/X11/xorg.conf accordingly to work with default Xorg AIGLX.
.
ok i removed the xgl package.but how yo configure xorg aiglx.i have no direct rendering now.
__________________
http://abhinandh.com
abhinandh is offline  
Old 28-10-2007, 02:01 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

DRI is supported for sure for onboard intel,infact intel cards are best supported in Linux.if u can,paste ur /etc/X11/xorg.conf .
have ur net connxn ON,then apt-get update ,
u need to make sure u have xserver-xorg-video-i810 or xserver-xorg-video-intel installed and in xorg.conf u have to use that.
__________________
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 28-10-2007, 02:34 PM   #6 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: help!! gusty very slow.i think xgl prob

Quote:
Originally Posted by praka123
DRI is supported for sure for onboard intel,infact intel cards are best supported in Linux.if u can,paste ur /etc/X11/xorg.conf .
have ur net connxn ON,then apt-get update ,
u need to make sure u have xserver-xorg-video-i810 or xserver-xorg-video-intel installed and in xorg.conf u have to use that.
heres my xorg.conf.both the packages you told are installed

Quote:
# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

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

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

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

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

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

Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "intel"
BusID "PCI:0:2:0"

EndSection

Section "Monitor"
Identifier "Philips 105S"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Philips 105S"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"




# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
__________________
http://abhinandh.com
abhinandh is offline  
Old 28-10-2007, 02:57 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: help!! gusty very slow.i think xgl prob

OK.
the best method is written in ur xorg.conf itself.
do a
Code:
sudo dpkg-reconfigure -phigh xserver-xorg
if it errx,
replace with below xorg.conf -expecting that xserver-intel is installed.

also wacom tablet are u using?expecting not.

then restart gdm after replacing xorg.conf also,if X fails starting edit xorg.conf modes delete the 1280x entry.
Code:
# 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 xorg.conf manual page.
# (Type "man 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/fonts/X11/misc"
FontPath        "/usr/share/fonts/X11/cyrillic"
FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath        "/usr/share/fonts/X11/Type1"
FontPath        "/usr/share/fonts/X11/100dpi"
FontPath        "/usr/share/fonts/X11/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    "vbe"
EndSection

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

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

Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Philips 105S"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Philips 105S"
DefaultDepth 24
SubSection "Display"
Depth           24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
a good read for later use:
http://www.linux.com/feature/118108
__________________
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 28-10-2007, 03:36 PM   #8 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: help!! gusty very slow.i think xgl prob

@Thread Creator: Just one small point I'd like to point out...ITS CALLED GUTSY GODDAMNIT! STOP SAYING GUSTY! ITS NOT A FREAKIN GIBBON WHO FARTS A LOT! FEISTY...THEN GUTSY! OKAY?

Thank you for listening...
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!
faraaz is offline  
Old 28-10-2007, 03:54 PM   #9 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: help!! gusty very slow.i think xgl prob

Quote:
Originally Posted by faraaz
@Thread Creator: Just one small point I'd like to point out...ITS CALLED GUTSY GODDAMNIT! STOP SAYING GUSTY! ITS NOT A FREAKIN GIBBON WHO FARTS A LOT! FEISTY...THEN GUTSY! OKAY?

Thank you for listening...
sorry.mispelt it.

Quote:
Originally Posted by praka123
OK.
the best method is written in ur xorg.conf itself.
do a
Code:
sudo dpkg-reconfigure -phigh xserver-xorg
if it errx,
replace with below xorg.conf -expecting that xserver-intel is installed.

also wacom tablet are u using?expecting not.

then restart gdm after replacing xorg.conf also,if X fails starting edit xorg.conf modes delete the 1280x entry.
hey that did'nt work.look like its an unsolved problem....
http://ubuntuforums.org/showthread.p...04#post3651004

guess i have to clean install gutsy
__________________
http://abhinandh.com

Last edited by abhinandh; 28-10-2007 at 03:54 PM. Reason: Automerged Doublepost
abhinandh is offline  
Old 29-10-2007, 04:09 AM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

I dont think 845 chip is not running on gutsy.the thread u linked seems to do with latest intel 965,infact DRI may be enabled already for u.try above xorg.conf i pasted and run "glxgears" if available or in terminal :

Code:
glxinfo |grep render
edit:@abhinandh:do this.it seems gutsy does not install DRI by default.
Code:
sudo apt-get install libgl1-mesa-dri
^this will be the problem.
__________________
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; 29-10-2007 at 04:30 AM.
praka123 is offline  
Old 30-10-2007, 07:49 AM   #11 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Unhappy Re: help!! gusty very slow.i think xgl prob

Quote:
Originally Posted by praka123
I dont think 845 chip is not running on gutsy.the thread u linked seems to do with latest intel 965,infact DRI may be enabled already for u.try above xorg.conf i pasted and run "glxgears" if available or in terminal :

Code:
glxinfo |grep render
edit:@abhinandh:do this.it seems gutsy does not install DRI by default.
Code:
sudo apt-get install libgl1-mesa-dri
^this will be the problem.
hey heres the output
Code:
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Mesa DRI Intel(R) 845G 20061017 x86/MMX/SSE2
and that libgl1-mesa-dri is installed

anyways waiting for the shipit cd to arrive.guess i have to reinstall.
hey look at this pic.think u would find it useful
__________________
http://abhinandh.com

Last edited by abhinandh; 30-10-2007 at 07:56 AM.
abhinandh is offline  
Old 30-10-2007, 09:46 AM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: help!! gusty very slow.i think xgl prob

guess u dont have to reinstall,format etc.that is for regular windows users to reinstall whenever any problem pops up.
@abhinandh:there are two drivers?
I'll suggest,u install: http://packages.ubuntu.com/gutsy/x11...org-video-i810
and try.
for that when internet is on,sudo apt-get update,
Code:
sudo apt-get install xserver-xorg-video-i810
or use synaptic manager after pressing "reload" select and install above driver if already not installed.
as of now,ur using the new driver from intel for mod-setting which is not what we want:
http://packages.ubuntu.com/gutsy/x11...rg-video-intel

Use my-given xorg.conf in #7 then edit
Code:
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
I hope u already use the modified xorg.conf given #7

if u dont know how to edit as sudo,
press alt+f2 to get run dialog,inside run gedit as follows and replace with the xorg.conf given in .
Code:
gksudo gedit /etc/X11/xorg.conf
use "i810" instead of "intel" in device driver.

Also,restart gdm after editing the xorg.conf.
Code:
sudo /etc/init.d/gdm restart
or reboot.
__________________
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; 30-10-2007 at 10:05 AM.
praka123 is offline  
Old 30-10-2007, 03:20 PM   #13 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: help!! gusty very slow.i think xgl prob

@praka123

looks like i pinpointed the problem.



/usr/lib/dri/i915_dri.so
why the hell is it loading i915 kern module and loading
/usr/lib/dri/i915_dri.so when i have /usr/lib/dri/i810_dri.so

i_810 driver is also giving a BAD V_BIOS CHECKSUM???
__________________
http://abhinandh.com

Last edited by abhinandh; 30-10-2007 at 04:14 PM.
abhinandh is offline  
Old 30-10-2007, 07:45 PM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

^i915 maybe the new driver.but tell me-does ur 3D works?
glxinfo |grep render
__________________
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 31-10-2007, 09:52 PM   #15 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: help!! gusty very slow.i think xgl prob

Quote:
Originally Posted by praka123
^i915 maybe the new driver.but tell me-does ur 3D works?
glxinfo |grep render
no
anyways will boot fom fiesty live cd and see which module is being loaded.
__________________
http://abhinandh.com
abhinandh is offline  
Old 31-10-2007, 09:57 PM   #16 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

Intel gfx are the one of the easiest and auto configured gfx cards.It seems weird.I think if u can,install linux-image-2.6.2xxx-686 or -386 instead of linux-image-generic.
__________________
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-11-2007, 03:56 PM   #17 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Talking Re: help!! gusty very slow.i think xgl prob

hey i just reinstalled all the xorg and bang i got direct rendering!!!!
wish me happy compiz --repalce.
all hail ubuntu.
@praka123 : thank you very much for all your guidance and good luck
__________________
http://abhinandh.com
abhinandh is offline  
Old 03-11-2007, 11:40 AM   #18 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help!! gusty very slow.i think xgl prob

yeah.am doubting how come intel onboard gfx not supported?OK
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clock getting slow everyday by few mins !! plus more prob zero Hardware Q&A 9 23-07-2007 03:58 AM
New PC - IDE too slow Sukhdeep Singh Hardware Q&A 9 03-06-2007 02:55 AM
Very Slow N70 Manshahia Mobiles and Tablets 4 22-12-2006 03:11 PM
Pc Fan prob.(Pls help this interesting prob.) Ishan Hardware Q&A 4 24-01-2006 09:38 AM
Why is my pc slow??? nishantv2003 QnA (read only) 25 26-05-2005 04:26 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:08 PM.


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

Search Engine Optimization by vBSEO 3.3.2