From owner-freebsd-x11@FreeBSD.ORG Sun Apr 19 20:07:02 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6444D106566C for ; Sun, 19 Apr 2009 20:07:02 +0000 (UTC) (envelope-from kkiller@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id B59008FC19 for ; Sun, 19 Apr 2009 20:07:01 +0000 (UTC) (envelope-from kkiller@gmail.com) Received: by fxm11 with SMTP id 11so1668639fxm.43 for ; Sun, 19 Apr 2009 13:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/dEj0A4KYpGHwPCH3qwd1SdXaBVdq74tm9m3wzCQud0=; b=rXiXJiGo/H1CsGFoepjYfZy1wLJBHk6Si6LR9RNzcdof2d3DSA805PYKGpKpitGTbY tuIjstxGgRmMEAJtxNw++pSFFHjNnB59ba2Szc3fQpj//oI/Ff8SPiT+ChYEnF625ufz JosnpHRMsLY69kgx9ckMqaJBDLsprWj1Sp1SM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vSvu9JoGKkCbYe8co2xA+A/paY1rS21yQRC/ikbjgQvbEeMwE/Ns0IY6D8J+5SfLt4 ulIKNsxE5FHlguDMhKRLrWFaWRPf97OFpihqQY6bGGGywhrlkjeOYodLAkgYLl8fNJ9c s8fV50rTnVOmwCrh0+Ck+Gg9C3VA+Oz4o02RY= MIME-Version: 1.0 Received: by 10.223.110.11 with SMTP id l11mr1351017fap.50.1240169639804; Sun, 19 Apr 2009 12:33:59 -0700 (PDT) Date: Sun, 19 Apr 2009 21:33:59 +0200 Message-ID: From: Sniper To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Xorg + Xfce4 resolution problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 20:07:02 -0000 Hi! When i set in xorg.conf resolution 1280x1024 displey don't show whole desktop. 1280x1024 is native resolution for my LCD Prestigion P171. It look like http://www.shrani.si/f/1c/PU/2feOamWG/photo098.jpg If i set resolution 1024x768 then show whole desktob but fonts and panel beacome blur (not clear). Using Xorg 7.4_1 and Xfce 4.6.0 Here is my xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "dri" Load "dri2" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 270 # mm Identifier "Monitor0" VendorName "ASB" ModelName " P171" HorizSync 31.5 - 80.0 VertRefresh 60.0 - 60.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV11 [GeForce2 MX/MX 400]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" # SubSection "Display" # Viewport 0 0 # Depth 1 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 4 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 8 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 15 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 16 # Modes "1280x1024" # EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection EndSection Thanks for any advice Note: at 1280x1024 fonts are clear!