PDA

View Full Version : [ubuntu] Xorg.confg help



Gamesandluv
April 28th, 2010, 06:27 PM
Okay so my screen should be running at 1680x1050 res but its running at 800x600(ah yeah i know).

Im on 9.04, i tried doing this on my own but on reboot i had to run xfix. so can some ont teach me how to do it while doing it for me?

here are my details.

Xorg.confg

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSectionHeres the mode line

# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
If anyhting else is needed please let me know.

Gamesandluv
April 28th, 2010, 07:03 PM
Some one please ehelp

pi/roman
April 28th, 2010, 07:15 PM
Here ya go but you may get better results using my guide (http://ubuntuforums.org/showthread.php?t=1401835)

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1680x1050"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Modes "1680x1050"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Modes "1680x1050"
Viewport 0 0
Depth 24
EndSubSection
EndSection