Announcement

Collapse
No announcement yet.

[user fix] yay! choppy netbook video fixed ;-)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [user fix] yay! choppy netbook video fixed ;-)

    Did a little digging and found out how to fix the choppy video problem on my netbook - it's been irritating me for weeks.

    Had to get the information from Xorg.0.log bit the solution was to disable tiling in X. Driver and identifier are in the log but I had to create /etc/xorg.conf - which contains only this:

    Section "Device"
    Identifier "Builtin Default intel Device 0"
    Driver "intel"
    Option "Tiling" "false"
    EndSection
    we see things not as they are, but as we are.
    -- anais nin

    #2
    Re: [user fix] yay! choppy netbook video fixed ;-)

    You can load a program called "driconf" from the repository. It has that and many other options for Intel chips for Mesa DRI software.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Re: [user fix] yay! choppy netbook video fixed ;-)

      Excellent. Thank you -
      we see things not as they are, but as we are.
      -- anais nin

      Comment

      Working...
      X