Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-19-2003, 01:36 PM
|
#1
|
Member
Registered: Mar 2003
Location: Rockford, Illinois
Distribution: Slackware Debian
Posts: 86
Rep:
|
debian display config
I used the tool dpkg-reconfigure xserver-xfree86 to set up my video settings. I told it to only use 800x600 as the resolution. It will only come up as 640x480. How do I fix this? Here is the config file:
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Rage II"
Driver "ati"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-33
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Rage II"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
### END DEBCONF SECTION
|
|
|
04-19-2003, 10:25 PM
|
#2
|
Senior Member
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Rep:
|
"1024x768" in front of "800x600" as such
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
|
|
|
04-21-2003, 12:03 AM
|
#3
|
Member
Registered: Mar 2003
Location: Rockford, Illinois
Distribution: Slackware Debian
Posts: 86
Original Poster
Rep:
|
No... That doesn't work. Anyone else?
|
|
|
04-21-2003, 02:53 PM
|
#4
|
Senior Member
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Rep:
|
in redhat there is Xconfigurator or something like that
in debian you have dpkg-reconfigure xserver-xfree86
slack prob has something like this -
|
|
|
04-21-2003, 03:19 PM
|
#5
|
Member
Registered: Mar 2003
Location: Rockford, Illinois
Distribution: Slackware Debian
Posts: 86
Original Poster
Rep:
|
This isn't about slack... my computer with slackware is fine
The problem is configuring using dpkg-reconfigure xserver-xfree86. I told it to allow higher resolutions and it doesn't. I know my monitor is capable of higher resolutions and I had my video settings at 800x600 with 16 bit color in windows.
|
|
|
04-21-2003, 03:37 PM
|
#6
|
Senior Member
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Rep:
|
after resetting it are you seeing "1024x768" anywhere in the config file? is it being written ok?
|
|
|
04-21-2003, 04:03 PM
|
#7
|
Member
Registered: Mar 2003
Location: Rockford, Illinois
Distribution: Slackware Debian
Posts: 86
Original Poster
Rep:
|
Yes. It is being written in the xf86config-4 file.
|
|
|
04-21-2003, 04:11 PM
|
#8
|
Senior Member
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Rep:
|
go to irc.debian.org #debian and ask.
sorry to busy to help at the moment.
|
|
|
04-21-2003, 08:48 PM
|
#9
|
Member
Registered: Feb 2003
Distribution: Debian
Posts: 797
Rep:
|
check /var/log/XFree86.0.log and maybe ~/.xsession-errors
Try to see if the X server is reporting any conflicts.
|
|
|
04-21-2003, 11:30 PM
|
#10
|
Member
Registered: Mar 2003
Location: Rockford, Illinois
Distribution: Slackware Debian
Posts: 86
Original Poster
Rep:
|
/var/log/XFree86.0.log said my horizontal refresh rate was off. After some googling (no manual) I found my monitor (14" CTX CVP-5468NI) needed a horizontal refresh rate of 44.0-50.0 and a vertical refresh rate of 50.0-90.0. All supported resolutions now work correctly. Yeah!
|
|
|
All times are GMT -5. The time now is 09:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|