PDA

View Full Version : [ubuntu] intel driver settings



mark9950
February 21st, 2010, 11:08 PM
Are there any settings to the ubuntu default video drivers?There are no performance vs. quality settings whatsoever so I can tweak my video.Do I have to download drivers from intel or what?Im a newbie.

RedSingularity
February 21st, 2010, 11:10 PM
Can you post the output of

cat /etc/X11/xorg.conf

So we can see you xorg file setup.

mark9950
February 21st, 2010, 11:14 PM
where is it?Im a newbie.

mark9950
February 21st, 2010, 11:16 PM
I found it,I think?

<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow own="org.x.config.display0"/>
<allow send_destination="org.x.config.display0"/>
<allow send_interface="org.x.config.display0"/>
<allow own="org.x.config.display1"/>
<allow send_destination="org.x.config.display1"/>
<allow send_interface="org.x.config.display1"/>
</policy>
</busconfig>



Looking for possible performance vs. quality settings.

RedSingularity
February 21st, 2010, 11:29 PM
In a terminal type this

cat /etc/X11/xorg.conf

mark9950
February 22nd, 2010, 12:03 AM
no such file or directory.

RedSingularity
February 22nd, 2010, 12:08 AM
Try running this first in terminal

sudo Xorg -configure

RedSingularity
February 22nd, 2010, 12:17 AM
Open a terminal window like this

CTL+ALT+F1

Then type in this command

sudo /etc/init.d/gdm stop

then......

sudo Xorg -configure

then..........

sudo /etc/init.d/gdm start

Then press CTL+ALT+F7