View Poll Results: Did the script worked for you?

Voters
186. You may not vote on this poll
  • Yes

    86 46.24%
  • Yes, but with some errors

    27 14.52%
  • Yes, but I had to change some things

    14 7.53%
  • Not at all

    59 31.72%
Page 28 of 32 FirstFirst ... 182627282930 ... LastLast
Results 271 to 280 of 319

Thread: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

  1. #271
    Join Date
    Mar 2008
    Beans
    57

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    OK finally got the HDD with 8.04 hooked back in Hmm definitely on to something here - now i am able to set resolution to 800 x 600 max and this is much better than 640 x 480! Still short of 1024 x 768 but with your help i am sure we can do it hehe. One more thing: i have not been able to play DVDs with Totem and all i get is a green screen and audio Thks for your patience thus far though

  2. #272
    Join Date
    Feb 2008
    Beans
    157
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Any news on getting resolution better?
    My PC
    Ubuntu user from 18.2.2008
    Oh, my studio and my band

  3. #273
    Join Date
    Mar 2008
    Beans
    57

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Hmm from me - i just hold off the 8.04 upgrade and running gutsy for now w/o any issues

  4. #274
    Join Date
    May 2006
    Location
    The Netherlands
    Beans
    395
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Quote Originally Posted by PhatKat View Post
    Hmm from me - i just hold off the 8.04 upgrade and running gutsy for now w/o any issues
    please try this xorg settings, and reply with an attached zip file of the following file:
    Code:
    sudo cat /var/log/Xorg.0.log
    Attached Files Attached Files

  5. #275
    Join Date
    Feb 2008
    Beans
    157
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Code:
    sudo cat /var/log/Xorg.0.log
    Attached Files Attached Files
    My PC
    Ubuntu user from 18.2.2008
    Oh, my studio and my band

  6. #276
    Join Date
    Feb 2008
    Beans
    157
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    I DID IT!!!

    Well, on my laptop, I chose openchrome for driver, and changed the screen for LCD-screen 1024-768 (just tried it for the heck of it), restarted X-server and voilla!!!

    And now I'm back on business!!!
    Attached Files Attached Files
    My PC
    Ubuntu user from 18.2.2008
    Oh, my studio and my band

  7. #277
    Join Date
    May 2006
    Location
    The Netherlands
    Beans
    395
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Quote Originally Posted by uhappo View Post
    I DID IT!!!

    Well, on my laptop, I chose openchrome for driver, and changed the screen for LCD-screen 1024-768 (just tried it for the heck of it), restarted X-server and voilla!!!

    And now I'm back on business!!!

    please post your xorg file

  8. #278
    Join Date
    Feb 2008
    Beans
    157
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Code:
    Section "Module"
        Disable			"glx"
        Disable			"dri"
    EndSection
    
    Section "InputDevice"
    	Identifier		"Generic Keyboard"
    	Driver			"kbd"
    	Option			"XkbRules"		"xorg"
    	Option			"XkbModel"		"pc105"
    	Option			"XkbLayout"		"us"
    	Option			"XkbOptions"	"compose:ralt"
    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"
    	DefaultDepth    16
    EndSection
    
    Section "ServerLayout"
    	Identifier		"Default Layout"
    	Screen			"Default Screen"
    EndSection
    My PC
    Ubuntu user from 18.2.2008
    Oh, my studio and my band

  9. #279
    Join Date
    Aug 2007
    Beans
    34

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Quote Originally Posted by uhappo View Post
    I DID IT!!!

    Well, on my laptop, I chose openchrome for driver, and changed the screen for LCD-screen 1024-768 (just tried it for the heck of it), restarted X-server and voilla!!!

    And now I'm back on business!!!
    I can conferm that this is working. Thanks uhappo!

  10. #280
    Join Date
    May 2006
    Location
    The Netherlands
    Beans
    395
    Distro
    Ubuntu Development Release

    Re: HOW TO: Compiling and Installing the OpenChrome Graphical VIA Driver

    Quote Originally Posted by uhappo View Post
    I DID IT!!!

    Well, on my laptop, I chose openchrome for driver, and changed the screen for LCD-screen 1024-768 (just tried it for the heck of it), restarted X-server and voilla!!!

    And now I'm back on business!!!
    Good to see that my suggestion works with the new xorg file.

Page 28 of 32 FirstFirst ... 182627282930 ... LastLast

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
  •