



Finished done that, maybe its the i810 driver itself, but I Know that my hert/vert rates are setted correctly for my display in X-windows, but when i'm in the console my screen does not display correctly and is shift down about 100-150ish pixels and the bottom of the console is actually off screen...deface wrote:sounds like a bad video setup. i'd check your kernel/vid drivers & make sure their setup properly.
I'd also check your xorg.conf file and verify your hert/vert refresh rates are set correctly for your monitor; else use EDID settings.

deface wrote:Could you paste your xorg.conf file, as well as your X log file ?
Code: Select all
Section "DRI"
Mode 0666
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "type1"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/freefonts/"
FontPath "/usr/share/fonts/sharefonts/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/unifont/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/lfpfonts-fix/"
FontPath "/usr/share/fonts/lfpfonts-var/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "ServerFlags"
# Set the DPMS timeouts.
Option "blank time" "10" # 10 minutes
Option "standby time" "15"
Option "suspend time" "20"
Option "off time" "30"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "microsoft"
Option "XkbLayout" "en_US"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Buttons" "6 7"
Option "ButtonMapping" "1 2 3 6 7 4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "NEC-20WMGX2"
HorizSync 31.5 - 81.1
VertRefresh 56 - 60
DisplaySize 433 270
ModeLine "1680x1050" 146.2 1680 1960 2136 2240 1050 1053 1059 1089
Option "dpms"
EndSection
Section "Device"
Identifier "VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
# The GMA3000 integerated video card
Section "Device"
Identifier "GMA3000"
VendorName "Intel"
BoardName "Q965 - BOXDQ965GFEKR"
Driver "i810"
# Enable DPMS support on the screen
Option "DPMS" "true"
# Enable the video card to determinte the resolution and
# other information from the DDC information provided by
# other attached CRT/VGA devices
Option "DDCMode" "true"
# Enable DRI
# Option "DRI" "true"
# Enable XV video
Option "XVideo" "true"
# Disable Display Information
# Option "DisplayInfo" "false"
# Enable XvMC surface for movies rendering speedups
# Option "XvMCSurfaces" "7"
# Set the Video ram to 64 megabyte to 128 megabyte
Option "VideoRam" "65536"
# Option "VideoRam" "131072"
# Sets the amount of graphic memory for 2D acceleration, needs this for HDTV playback
Option "CacheLines" "2048"
EndSection
Section "Screen"
Identifier "default-screen"
Device "GMA3000"
Monitor "NEC-20WMGX2"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050"
Virtual 1680 1050
ViewPort 445 278 # 100 DPI, change if DPI changes
EndSubsection
EndSection
Section "ServerLayout"
Identifier "default-layout"
Screen "default-screen"
InputDevice "mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection


*bumpy some more* I have no idea why its doing this I've mucked with my fonts config for a while and it keep on doing it, and I've checked the docs everywhere and other forum posts, and all of them are no good, or don't apply to this sitution.Antimatter wrote:*bumpy!*
It would be real nice if someone found a solution or gave me some hints to look in the right direction with this :-\

1) Only happens with make menuconfigdesultory wrote:Does this behavior only manifest during kernel configuration with make menuconfig? What version of xterm does this occur with? What is TERM set to in the xterm windows in which this happens (echo $TERM)? Have you tried other terminal emulators? If so, does the same behavior occur?

1) the full command to invoke xterm is just xterm that's it, however I've modified the .Xdefaults file, the file is below.desultory wrote:What is the full command used to invoke xterm? What configuration changes have you made to xterm?
Code: Select all
XTerm*faceName: xft:Andale Mono
XTerm*faceSize: 9
XTerm*geometry: 90x30
XTerm*background: black
XTerm*foreground: gray
XTerm*cursorColor: yellow
XTerm*color0: black
XTerm*color1: #40e0d0
XTerm*color2: #87cefa
XTerm*color3: #ffff00
XTerm*color4: #d1eeee
XTerm*color5: #eed8ae
XTerm*color6: #b4eeb4
XTerm*color7: gray
XTerm*color8: gray40
XTerm*color9: #ee6363
XTerm*color10: #c5f779
XTerm*color11: #fff796
XTerm*color12: #00b2ee
XTerm*color13: #cf9ebe
XTerm*color14: #71bebe
XTerm*color15: white
Code: Select all
# Host and general compiling option settings
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -mtune=nocona -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j4"
# General portage feature settings
FEATURE="sandbox distlocks fixpackages test" # ccache"
CCACHE_DIR=/var/tmp/ccache
CCACHE_SIZE="2G"
PORTDIR_OVERLAY=/usr/local/portage
PORT_LOGDIR=/var/log/portage
# Xorg-X11 specific features
INPUT_DEVICES="evdev keyboard mouse"
VIDEO_CARDS="dummy fbdev i810 v4l vesa vga"
# Language settings
LANG="en_US.UTF-8"
LINGUAS="en_US en"
USE="-* nptl nptlonly crypt pam ssl tcpd unicode mmx sse sse2 nls"
Code: Select all
Portage 2.1.2.2 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.20-gentoo x86_64)
=================================================================
System uname: 2.6.20-gentoo x86_64 Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 16 Apr 2007 15:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.61
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r2
ACCEPT_KEYWORDS="amd64"
I'm aware of those, but one main reason why I avoid using those options are theyre just not as fast as using the plain menuconfig, plus the menuconfig is reachable over ssh, which is great because I sometime run system update from school and they only have windows workstations at school.billydv wrote: Although I have preference of using make menuconfig to do a kernel, dont forget theres also make xconfig which will allow you to create your config in an xwindow

