LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Configuring XFree86 (https://www.linuxquestions.org/questions/debian-26/configuring-xfree86-397650/)

Cipher01 12-29-2005 02:12 PM

Configuring XFree86
 
I have configured my XF86Config-4 file, but for some reasoon my Debian system still loads up with 640x480 resolution and that is all I can use. I have an Intel 856 (i810) video card. Whenever I run "xf86cfg" the screen resolution is fine, but whenever I am at the desktop I still have the low resolution. Here's part of my configuration from my XF86Config-4 file:

Section "Device'
Identifier "Intel i810"
Driver "i810"
BusID "PCI:0:2:0"
End Section

Section "Monitor"
Identifier "Gateway EV700"
HorizSync "30-140
VertRefresh "50-160
Option "DPMS"

Section "Screen"
Identifier "Default Screen"
Device "Intel i810"
Monitor "Gateway EV700"
Default Depth 16
Subsection "Display"
Depth 16
Modes "1024x768"
End SubSection
End Section

Everything is configured properly. It should work!

Any help would be greatly appreciated.

EDIT: I'm running Debian 3.1r1 Sarge

anti.corp 12-30-2005 09:27 AM

Hi,

try to reconfigure your XF4 server.

Using these commands:

Code:

# dpkg-reconfigure --priority=low xserver-common
# dpkg-reconfigure --priority=low xserver-xfree86


Diewi 12-30-2005 09:53 AM

I think it is caused by the missing quotation marks behind the numbers of your
HorizSync and VertRefresh. I also got this problem solved by this once.

Diewi

Cipher01 01-06-2006 08:20 AM

Yeah, that worked, thanks guys, my video whenever I watch movies is still messed up, but at least I can see the screen.


All times are GMT -5. The time now is 03:19 AM.