Results 1 to 6 of 6
Hello, i had gnome do working great for about 3 days, and then all the sudden, about 50% of the time when i turn on my computer GNOME Do is ...
- 01-22-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 80
Gnome Do not working
Hello, i had gnome do working great for about 3 days, and then all the sudden, about 50% of the time when i turn on my computer GNOME Do is not working on startup. When i try and manualy start it, it does not work either. I get no error messages or anything. The only way i have found to make it work is to restart. I have read that it is possible that having compiz fusion installed with GNOME Do MAY cause problems. Im running Ubuntu 9.10 with the latest updates. Anyone know how to fix this? I have try'd running it from the terminal and it still gives no errors and does not work. No elements of it are working, the win+space is not working along with the dock.
- 01-23-2010 #2
Did you install Proprietary Driver for your Graphics Card?
Post output here.Code:sudo lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-23-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 80
the output for the first line
isCode:sudo lspci | grep -i vga
and the 2nd line returned no such file or dir.Code:00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
- 02-08-2010 #4Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Same issue as original poster and also same graphics card. Any suggestions?
- 02-10-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 80
anything?? id like to get this resolved.
- 02-10-2010 #6
Try to create /etc/X11/xorg.conf file manually.
In case it doesn't work, try "intel" or "i810" drivers instead of "vesa".Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-71 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
