Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Intel 810 graphics problems

  1. #1
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Exclamation Intel i810 graphics problems

    absolutely anything that requires 3D it either crashes or it doesn't even start the program help please!

    Hardy heron~

    my xorg.conf

    Code:
    # xorg.conf (X.Org 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 "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    EndSection
    Last edited by Shaided; August 4th, 2008 at 08:44 AM.

  2. #2
    Join Date
    Jun 2005
    Location
    Greenville, SC
    Beans
    170
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Intel 810 graphics problems

    Could you post you xorg.conf please?

  3. #3
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Intel 810 graphics problems

    ...?
    what is that and how would I post it

  4. #4
    Join Date
    Nov 2006
    Location
    Cape Cod
    Beans
    125
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Intel 810 graphics problems

    Quote Originally Posted by Shaided View Post
    ...?
    what is that and how would I post it
    you could do konsole/gnome-terminal and do

    Code:
    cat /etc/X11/xorg.conf
    or

    Code:
    gedit /etc/X11/xorg.conf
    the gedit one also can be done from ALT+F2 launcher

    and put the output/text here

  5. #5
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Intel 810 graphics problems

    Thanks

  6. #6
    Join Date
    Nov 2006
    Location
    Cape Cod
    Beans
    125
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Intel 810 graphics problems

    Your welcome, I have a pretty good hand in the i810 department... due to the fact that most of my computers have one of those chipsets.

    I actually had the problem on a DELL before... if I can recall how I fixed it, I will let you know...


    Second thought... is that your -entire xorg.conf- ? I don't see the graphics driver listed anywhere.

    Third thought... mine is the same... now I need help too hmm, I believe this has an i810, and I just noticed I'm having the same problem.

    But I can't find where the driver information is stored.
    Last edited by jasex; August 4th, 2008 at 06:36 AM.

  7. #7
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Intel 810 graphics problems

    that is my entire xorg.conf

    My best guess is that this section is for graphics

    Section "Device"
    Identifier "Configured Video Device"

  8. #8
    Join Date
    Nov 2006
    Location
    Cape Cod
    Beans
    125
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Intel 810 graphics problems

    But where does it acquire that "configured" information from?

    The problem might be whether or not it is using the newer 'intel' driver, or the actual older... (more stable and useful in my opinion too) 'i810' driver

  9. #9
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Intel 810 graphics problems

    it is i810... '-_-
    the little i = intel so I didn't see the point at first of putting intel i810
    Last edited by Shaided; August 4th, 2008 at 08:53 AM.

  10. #10
    Join Date
    Jun 2008
    Beans
    26
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Intel 810 graphics problems

    help~

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •