PDA

View Full Version : [ubuntu] adding 1024x768 resolution in xorg.conf



AI52487963
January 2nd, 2010, 03:47 AM
Just installed Kramic on my Toshiba Portege R100. Everything is working great except the black border, since the resolution for 1024x768 hasn't been added. My xorg.conf file looks like so (haven't added anything):


# 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"
EndSectionBut when I try to figure out what to put in there,


$ gtf horizontalresolution verticalresolution refreshrate

# 0x0 @ 0.00 Hz (GTF) hsync: nan kHz; pclk: nan MHz
Modeline "0x0_0.00" nan 0 -2147483648 -2147483648 -2147483648 0 1 4 1 -HSync +VsyncI get some kind of non-existent resolution return. Should I just add in the 1024 line in there anyway?