LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Video/Display Settings (https://www.linuxquestions.org/questions/linux-hardware-18/video-display-settings-765315/)

AndeAnderson 10-29-2009 09:39 AM

Video/Display Settings
 
I have a Debian 5.0.3 system with Gnome installed.

My video card is a Trident Microsystems 3DImage 9750 (rev f3).

I have been unable to find any access to my display properties to change anything like resolution. It appears to be controlled by Gnome. This causes some issues which are annoying. For example; My Iceweasel Browser will not show me the whole web page for LinuxQuestions.org. I have to scroll right and left to see the hidden information.

And, the basic Linux games like Neverputt and atomic tanks are very klutzy/jerky and do not respond to inputs for 2 to 5 seconds.

Another Forum suggested I need to tune my video card. Not sure what they meant by that.

Anyway, where do I find the settings/properties for my video card and display?

Thanks

janhe 10-29-2009 05:39 PM

What driver does X load, please post /var/log/Xorg.0.log?
What is in your xorg.conf, please post /etc/X11/xorg.conf?

AndeAnderson 10-30-2009 10:14 AM

1 Attachment(s)
Quote:

Originally Posted by janhe (Post 3737230)
What driver does X load, please post /var/log/Xorg.0.log?
What is in your xorg.conf, please post /etc/X11/xorg.conf?

Due to the size of it, I will put the Xorg.0.log as an attachment. Of all things! LinuxQuestions will not allow me to attach /var/log/Xorg.0.log. I will have to rename to Xorg0.txt.

Here is the xorg.conf:

Quote:

# 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" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Thanks


All times are GMT -5. The time now is 02:17 PM.