[SATLUG] glxinfo Direct Rendering
Matt Kinsel
mk.spacecowboy at gmail.com
Sun Feb 11 16:41:09 CST 2007
Ok, I changed the default resolution to 16. However, it didn't seem to do
anything except cause Firefox to crash repeatedly (which probably wasn't
related, nevertheless, since it didn't appear to be the solution to our
problem, I changed it back and rebooted). Here's my entire xorg config
file, like you asked for:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "ati"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And that's the end of it! Thanks!
On 1/29/07, Samuel Leon <leon36 at gmail.com> wrote:
>
>
>
> Matt Kinsel wrote:
> > Sam,
> >
> > I edited /etc/X11/xorg.conf to become the following:
> >
> > Section "Screen"
> > Identifier "Screen0"
> > Device "Videocard0"
> > DefaultDepth 24
> > SubSection "Display"
> > Viewport 0 0
> > Depth 16
> > EndSubSection
> > EndSection
> >
> >
>
> The "default depth" is what controls the color depth.
>
> Try changing it to something like:
>
> Section "Screen"
> Identifier "Screen0"
> Device "Videocard0"
> DefaultDepth 16
> SubSection "Display"
> Viewport 0 0
> Depth 16
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> Be very careful messing with the xorg.conf file. If you mess it up you
> will not be able to load X and then you will have to fix it through
> command line. Be sure to make a backup. I thought the original problem
> might be that you didn't have enough video ram for a 24 bit color depth
> (and that still might be true). You can try the 16 bit color depth and
> see if that fixes it. You are probably going to have post your whole
> xorg config file. That error makes me think that FC did not detect your
> monitor at all.
>
>
>
> Sam
> --
> _______________________________________________
> SATLUG mailing list
> SATLUG at satlug.org
> http://alamo.satlug.org/mailman/listinfo/satlug to unsubscribe
> Powered by Rackspace (www.rackspace.com)
>
More information about the SATLUG
mailing list