Moderator: ago


questo xorg.conf:$WINEPREFIX=~/.wine wine explorer /desktop=eve1,1650x1080 "C:\Program Files\CCP\EVE\eve.exe"
Sceda nvidia GTX560Ti, driver ultimi stabili presenti in portage: nvidia-drivers-285.05.09-r1Section "Files"
# FontPath /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/
ModulePath "/usr/lib64/xorg/modules"
EndSection
# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************
Section "Module"
# This loads the DBE extension module.
Load "dbe"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Set the keyboard auto repeat parameters. Not all platforms implement
# this.
Option "AutoRepeat" "500 5"
# These are the default XKB settings for xorg
#
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
# The identifier line must be present.
Identifier "Monitor0"
HorizSync 24-92 # multisync
VertRefresh 50-85 # multisync
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
# The Identifier must be present.
Identifier "GTX560Ti"
Driver "nvidia"
# VideoRam 256
# Clocks 25.2 28.3
# BusID "PCI:0:10:0"
# Option "hw cursor" "off"
EndSection
# **********************************************************************
# Screen sections.
# **********************************************************************
Section "Screen"
# The Identifier, Device and Monitor lines must be present
Identifier "Screen 1"
Device "GTX560Ti"
Monitor "Monitor0"
# The favoured Depth and/or Bpp may be specified here
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1650x1080" "1280x1024" "1024x768"
EndSubsection
EndSection


forse ti stai dimenticando i pixel (6) del bordo della finestra (ma un bug lo aprirei, non è molto normale)johnnystuff wrote:espandere la finestra fino a occupare tutto lo spazio disponibile
C'è una sezione apposita, forse riportare solo gli etremi in documentazione non sarebbe una cattiva idea.johnnystuff wrote:Vabbè non centra molto con gentoo, ma magari a qualcuno potrà servire.

