915resolution: A-I-U-T-O

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

915resolution: A-I-U-T-O

Messaggio da phantom101 »

non è possibile, questa volta ero sicuro di avercela fatta e invece...
ho una scheda video intel 950 e non riesco a far andare la risoluzione 1280x800...solito problema risolvibile con questo splendito tool ma niente

ho installato 915resolution attivando anche repository Universe e Multiverse...

quindi ho digitato: sudo 915resolution 58 1280 800 e mi dice che ha patchato

ho resettato ma niente...non c'è niente nessuna risoluzione aggiunta nè niente...

AIUTO :(
Ultima modifica di phantom101 il venerdì 24 novembre 2006, 0:21, modificato 1 volta in totale.
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

Re: 915resolution: A-I-U-T-O

Messaggio da phantom101 »

raga è l'ultimo importante scoglio...aiutatemi per piacere
Avatar utente
littledark
Prode Principiante
Messaggi: 19
Iscrizione: giovedì 15 giugno 2006, 11:31
Contatti:

Re: 915resolution: A-I-U-T-O

Messaggio da littledark »

Forse il problema sta nel fatto che il settaggio di una modalità video non è permanente.
In quel caso seguendo quanto è scritto nella pagina di man che rimanda a /usr/share/doc/915resolution/README.Debian basta inserire in /etc/default/915Resolution
XRESO=1280
YRESO=800
Ciao
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

Re: 915resolution: A-I-U-T-O

Messaggio da phantom101 »

non va...il mio file ora è così

Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1280x768, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1280x768, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1280x768, 32 bits/pixel

3. Write the mode number and resolution which you want to use to
/etc/default/915resolution. For example:

MODE=3c
XRESO=1280
YRESO=800

# optional setting
BIT=32

4. Reboot or run "/etc/init.d/915resolution start" by hand.

5. To use specified resolution, you need to modify your X configuration
file (If you use Xorg, it's /etc/X11/xorg.conf)

SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection




915resolution with suspend/resume function:

If you are planning to use the suspend/resume mechanism and you are using a
video mode that requires to run 915resolution, it's quite possible that your
video card requires you to run 915resolution also on resume. If you use the
hibernate package there is an option to call 915resolution on resume.
If you want to use it just activate it in the file "etc/hibernate/common.conf" .
There is an uncommented line called "# Runi915resolution yes" .


-- Steffen Joeris , Thu, 15 Jun 2006 17:18:41 +0200
Ultima modifica di phantom101 il venerdì 24 novembre 2006, 16:23, modificato 1 volta in totale.
Avatar utente
littledark
Prode Principiante
Messaggi: 19
Iscrizione: giovedì 15 giugno 2006, 11:31
Contatti:

Re: 915resolution: A-I-U-T-O

Messaggio da littledark »

Scusa ma non capisco, quel file è il README.Debian.

Dovresti avere un file /etc/default/915Resolution del tipo:
#
# 915resolution default
#
# find free modes by  /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.
MODE=5c
#
# and set resolutions for the mode.
#
XRESO=1280
YRESO=800
#
# We can also set the pixel mode.
# Please note that this is optional,
# you can also leave this value blank.
BIT=

E poi dovresti avere in /etc/X11/xorg.conf per lo screen:

        SubSection "Display"
                Depth           24
                Modes           "1280x800"
        EndSubSection
Ciao
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

Re: 915resolution: A-I-U-T-O

Messaggio da phantom101 »

si eccoti il file ma non è cambiato niente

#
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.
MODE=auto
#
# and set resolutions for the mode.
# e.g. use XRESO=1024 and YRESO=768
MODE=5c
XRESO=1280
YRESO=800
#
# We can also set the pixel mode.
# e.g. use BIT=32
# Please note that this is optional,
# you can also leave this value blank.
BIT=


ed eccoti l'xorg

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 128000
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection
Ultima modifica di phantom101 il venerdì 24 novembre 2006, 21:17, modificato 1 volta in totale.
Avatar utente
sephiroth01
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1659
Iscrizione: giovedì 29 settembre 2005, 10:50
Sesso: Maschile
Località: Sardegna

Re: 915resolution: A-I-U-T-O

Messaggio da sephiroth01 »

Tempo fai installai Dapper su un portatile con scheda intel ed ebbi lo stesso problema. Trovai la soluzione sul forum internazionale ed era una cosa tipo questa:
Use Synaptic to download 915resolution.

Open the terminal and type sudo gedit /etc/init.d/bootmisc.sh to edit the boot-up script.

Add /usr/sbin/915resolution 58 1280 800 before : exit 0 at the end of the script.

Restart the notebook and the resolution should look crisp and clean.
Io ora non ho modo di provare ma se trovo qualcos''altro ti faccio sapere.
Ciao! :)
"L'importante è credere sempre in noi stessi." - Babbo Natale -
Il mio Flickr
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

Re: 915resolution: A-I-U-T-O

Messaggio da phantom101 »

sephiroth01 ha scritto: Tempo fai installai Dapper su un portatile con scheda intel ed ebbi lo stesso problema. Trovai la soluzione sul forum internazionale ed era una cosa tipo questa:
Use Synaptic to download 915resolution.

Open the terminal and type sudo gedit /etc/init.d/bootmisc.sh to edit the boot-up script.

Add /usr/sbin/915resolution 58 1280 800 before : exit 0 at the end of the script.

Restart the notebook and the resolution should look crisp and clean.
Io ora non ho modo di provare ma se trovo qualcos''altro ti faccio sapere.
Ciao! :)
ecco il mio file...dove metto la stringa??? non trovo : exit 0

#!/bin/sh
### BEGIN INIT INFO
# Provides: bootmisc
# Required-Start: $local_fs hostname $remote_fs
# Required-Stop: $local_fs
# Default-Start: S
# Default-Stop:
# Short-Description: Miscellaneous things to be done during bootup.
# Description:
### END INIT INFO

PATH=/usr/sbin:/usr/bin:/sbin:/bin
[ "$DELAYLOGIN" ] || DELAYLOGIN=yes
. /lib/init/vars.sh

do_start () {
#
# If login delaying is enabled then create the flag file
# which prevents logins before startup is complete
#
case "$DELAYLOGIN" in
Y*|y*)
echo "System bootup in progress - please wait" > /var/lib/initscripts/nologin
;;
esac

# Create /var/run/utmp so we can login.
: > /var/run/utmp
if grep -q ^utmp: /etc/group
then
chmod 664 /var/run/utmp
chgrp utmp /var/run/utmp
fi

# Set pseudo-terminal access permissions.
if [ ! -e /dev/.devfsd ] && [ -c /dev/ttyp0 ]
then
chmod -f 666 /dev/tty[p-za-e][0-9a-f]
chown -f root:tty /dev/tty[p-za-e][0-9a-f]
fi

# Update motd
uname -snrvm > /var/run/motd
[ -f /etc/motd.tail ] && cat /etc/motd.tail >> /var/run/motd

# Save kernel messages in /var/log/dmesg
if which dmesg >/dev/null 2>&1
then
savelog -q -p -c 5 /var/log/dmesg
dmesg -s 524288 > /var/log/dmesg
chgrp adm /var/log/dmesg || :
elif [ -c /dev/klog ]
then
savelog -q -p -c 5 /var/log/dmesg
dd if=/dev/klog of=/var/log/dmesg &
sleep 1
kill $!
[ -f /var/log/dmesg ] && { chgrp adm /var/log/dmesg || : ; }
fi

#
# Save udev log in /var/log/udev
#
if [ -e /dev/.udev.log ]
then
mv -f /dev/.udev.log /var/log/udev
fi


# Remove bootclean''s flag files.
# Don''t run bootclean again after this!
rm -f /tmp/.clean
}

case "$1" in
start|"")
do_start
;;
restart|reload|force-reload)
echo "Error: argument ''$1'' not supported" >&2
exit 3
;;
stop)
# No-op
;;
*)
echo "Usage: bootmisc.sh [start|stop]" >&2
exit 3
;;
esac

:
Avatar utente
sephiroth01
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1659
Iscrizione: giovedì 29 settembre 2005, 10:50
Sesso: Maschile
Località: Sardegna

Re: 915resolution: A-I-U-T-O

Messaggio da sephiroth01 »

Nel mio file la scritta exit 0 è proprio alla fine, dopo i due punti che sono al termine del tuo.
Comunque, cercando bene in rete, ho ritrovato la discussione che mi aveva aiutato; è questa.
Si, è in inglese :-\ ma è abbastanza chiara (e soprattutto risolutiva).
Vedi un po' e fai sapere. :)
"L'importante è credere sempre in noi stessi." - Babbo Natale -
Il mio Flickr
phantom101
Prode Principiante
Messaggi: 57
Iscrizione: mercoledì 22 novembre 2006, 0:12

Re: 915resolution: A-I-U-T-O

Messaggio da phantom101 »

va tutto alla perfezione

Community...vi amo

windows??? ADDIO!!!
Ultima modifica di phantom101 il venerdì 24 novembre 2006, 22:42, modificato 1 volta in totale.
Avatar utente
ravizzone
Prode Principiante
Messaggi: 190
Iscrizione: sabato 3 febbraio 2007, 22:22
Contatti:

Re: 915resolution: A-I-U-T-O

Messaggio da ravizzone »

è la soluzione! ho risolto anche io con risoluzione 1280 x 1024!
Grazie
adesso faccio le valige a Windows!
Lynx è fantastico
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 17 ospiti