Status
Not open for further replies.

abhinandh

Proud to be Linux
your card has been blacklisted due to lack of drivers.[Intel 965 (X3000, X3100)]
to remove the blacklist give the following in terminal
Code:
mkdir -p ~/.config/compiz/ && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-manager
now give the following
Code:
 compiz --replace

NOTE: YOU MAY HAVE VIDEO INSTABILITY.TRY IT AND SEE.THERE'S NO HARM.
 

praka123

left this forum longback
@devil:perhaps getting latest intel driver and building kernel module helps! i mean for 965 onboard.remember that i havent tried :)
*intellinuxgraphics.org/documentation.html
bookmark this page for "new features and driver support" on latest kernels.
*kernelnewbies.org/LinuxChanges
 

The_Devil_Himself

die blizzard die! D3?
i don't have 946\x3000 guys I have 946\gma3000.

Thanks for the links praka bookmarked!!!.Anyways I am getting 8600gt next month then there won't be any problem.Damn these intel onboards.
 

praka123

left this forum longback
intel onboard gfx is one of the best supported in Linux.drivers are opensource too.I think compiz is playing foul here,not ur kernel drivers. :) as DRI too is enabled.
 

abhinandh

Proud to be Linux
i just read that beryl works.
one more thing..... try setting your video driver to "intel" in xorg.conf.
its the new driver.
 

QwertyManiac

Commander in Chief
Find the block called Devices under /etc/X11/xorg.conf file which goes like, for example:

Code:
Section "Device"
        Identifier      "Generic Video Card"
        [B]Driver          "nvidia"[/B]
        Busid           "PCI:1:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Set whatever that driver string holds, as intel.
 

The_Devil_Himself

die blizzard die! D3?
Code:
Section "Device"
	Identifier	"Intel Corporation 82946GZ/GL Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Z19W"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82946GZ/GL Integrated Graphics Controller"
	Monitor		"Z19W"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x1440" "1440x900" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
Seems ok to me.
 

praka123

left this forum longback
Code:
Section "Module"
        Load            "dbe"
        Load            "dri"
        Load            "glx"
        Load            "ddc"
        Load            "extmod"
        Load            "type1"
        Load            "freetype"
        Load            "bitmap"
        Load            "int10"
        Load            "vbe"
EndSection
^does ur module list in xorg.conf like the same as above.
 

The_Devil_Himself

die blizzard die! D3?
here is my full xorg.conf file

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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbVariant"	"intl"
	Option		"XkbOptions"	"lv3:ralt_switch"
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 82946GZ/GL Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Z19W"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82946GZ/GL Integrated Graphics Controller"
	Monitor		"Z19W"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x1440" "1440x900" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "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
I can't find anything said.:(
 

praka123

left this forum longback
afaik plain compiz is installed in gutsy by default.not compiz-fusion.I use vanilla compiz in GG 7.10.
 

The_Devil_Himself

die blizzard die! D3?
aww..its all so confusing I mean didn't you guys used to say that compiz+berly is now developed as a single project named compiz-fusion?

If compiz-fusion is not installed by default then how can I install it by apt?I mean the exact apt-get install command.
 

praka123

left this forum longback
now compiz-fusion is explained as compiz+extraplugins.that extra plugins portion is compiz-fusion or erstwhile beryl :p.there are unofficial repositories to be added to get compiz-fusion.for that,check *ubuntuforums.org
and compiz-fusion is explained here:
*opencompositing.org
 
Status
Not open for further replies.
Top Bottom