Intel mobile 915
Intel mobile 915
salve ho un portatile hp con la suddetta scheda video
ho cercato un po' in giro
il 3d funziona senza aver installato nulla (glxgears va) solo che ho una risoluzione bassa...1024x768...vorrei avere molto di più
allora ho installato 915resolution, ma non è cambiato nulla
ho provato a cambiare il xorg.conf aumentanto la risoluzione ma sempre mi da massimo 1024x768..
se:
dani@dida:~$ sudo 915resolution 38 1280 800
Password:
Intel 800/900 Series VBIOS Hack : version 0.5.2
Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36
Patch mode 38 to resolution 1280x800 complete
ma non cambia nlla
cosa posso fare??
grazie
Daniele
ho cercato un po' in giro
il 3d funziona senza aver installato nulla (glxgears va) solo che ho una risoluzione bassa...1024x768...vorrei avere molto di più
allora ho installato 915resolution, ma non è cambiato nulla
ho provato a cambiare il xorg.conf aumentanto la risoluzione ma sempre mi da massimo 1024x768..
se:
dani@dida:~$ sudo 915resolution 38 1280 800
Password:
Intel 800/900 Series VBIOS Hack : version 0.5.2
Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36
Patch mode 38 to resolution 1280x800 complete
ma non cambia nlla
cosa posso fare??
grazie
Daniele
Re: Intel mobile 915
Puoi postare il tuo xorg.conf?
"Se tutto sembra venirti incontro, probabilmente sei nella corsia sbagliata"
Anonimo
Anonimo
Re: Intel mobile 915
# /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"
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 "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 128000
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
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
#
# 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"
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 "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 128000
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
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
-
Divilinux
Re: Intel mobile 915
se la tua max risoluzione e' 1280x800..nello xorg.conf hai messo 1280x768...
Re: Intel mobile 915
scusa non ho capito....cosa ho messo?dovè il problema?
-
Divilinux
Re: Intel mobile 915
che hai inserita la risoluzione max a 1280x768..per questo non puoi impostare 1280x800
ti conviene usare il solito
sudo dpkg-reconfigure xserver-xorg
perche' nn so se 1280x768 e 1280x800 hanno la stessa frequenza...
ti conviene usare il solito
sudo dpkg-reconfigure xserver-xorg
perche' nn so se 1280x768 e 1280x800 hanno la stessa frequenza...
Re: Intel mobile 915
sì ma il massimo che posso impostare io è 1024x768 non 1280x768
Re: Intel mobile 915
continuo a non capire
io ho come risoluzione 1024x768
e voglio in qualche modo aumentarla...ho riconfigurato xorg mettendo una risoluzione più alta ma non ha funzionato...ho provato 915resolution ma non so usarlo
quindi chiedevo come fare ad aumentare la risoluzione...non come tenere quella che ho già :P
io ho come risoluzione 1024x768
e voglio in qualche modo aumentarla...ho riconfigurato xorg mettendo una risoluzione più alta ma non ha funzionato...ho provato 915resolution ma non so usarlo
quindi chiedevo come fare ad aumentare la risoluzione...non come tenere quella che ho già :P
-
Divilinux
Re: Intel mobile 915
aspetta..se la risoluzione max del tuo monitor e' 1024x768..come fai a metterne una maggiore?..
cmq qui
e via dicendo..e' impostata come risoluzione max 1280x768
ammesso che con questo 915resolution puoi aumentare la risoluzione del monitor..e..bisogna dirlo in qualche modo a xorg
lo si fa tramite il file di configurazione xorg.conf...se vuoi impostare una risoluzione + alta riconfiguri il server grafico
sudo dpkg-reconfigure xserver-xorg
cmq qui
Codice: Seleziona tutto
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
ammesso che con questo 915resolution puoi aumentare la risoluzione del monitor..e..bisogna dirlo in qualche modo a xorg
lo si fa tramite il file di configurazione xorg.conf...se vuoi impostare una risoluzione + alta riconfiguri il server grafico
sudo dpkg-reconfigure xserver-xorg
Re: Intel mobile 915
Sul mio PC 915 resolution funziona bene.
Togli da xorg.conf, nella sezione screen, tutte le voci 1280*768, che hanno frequenze diverse.
Io nel mio file ho VideoRam=131072, da te è diverso.....
Divilinux, se ho capito bene il suo monitor, come il mio del resto, ha una risoluzione maggiore di 1024*768..
Togli da xorg.conf, nella sezione screen, tutte le voci 1280*768, che hanno frequenze diverse.
Io nel mio file ho VideoRam=131072, da te è diverso.....
Divilinux, se ho capito bene il suo monitor, come il mio del resto, ha una risoluzione maggiore di 1024*768..
-
Divilinux
Re: Intel mobile 915
si esatto..e' propio quella risoluzione da cambiare
ma dato che la freq sara' diversa..e nn ho idea di quale possa essere...col dpkg alla scelta della risoluzione viene assegnata in auto
ma dato che la freq sara' diversa..e nn ho idea di quale possa essere...col dpkg alla scelta della risoluzione viene assegnata in auto
Re: Intel mobile 915
uff ancora non ho capito...scusate ma non sono pratico
non ho capito come si applica questo 915resolution e non ho capito la storia della frequenza
cmq un mio amico dice che è colpa del monitor che non posso avere una risoluzione più alta...
non ci sto capendo nulla sigh
non ho capito come si applica questo 915resolution e non ho capito la storia della frequenza
cmq un mio amico dice che è colpa del monitor che non posso avere una risoluzione più alta...
non ci sto capendo nulla sigh
-
marinosumo
- Prode Principiante
- Messaggi: 179
- Iscrizione: venerdì 24 marzo 2006, 0:03
- Desktop: ubuntu
- Distribuzione: ubuntu 14.04 - x86_64
Re: Intel mobile 915
ciao, anch'io ho un portatile con la stessa scheda e secondo me 1024x768 è la risoluzione max dello schermo, non ce la fa proprio ad andare oltre anche se imposti diversamente. su win infatti lo strumento della hp per gestire il monitor e questo purtroppo è il max
Re: Intel mobile 915
ora non mi ricordo quale' il massimo su windows
ma io su win houn 1024x768 ma si vede mooolto meglio che su ubuntu
dove ho finestre giganti...e' tutto gigante...!!!
volevo solo cambiare questo...cmq grazie lo stesso
ma io su win houn 1024x768 ma si vede mooolto meglio che su ubuntu
dove ho finestre giganti...e' tutto gigante...!!!
volevo solo cambiare questo...cmq grazie lo stesso
Re: Intel mobile 915
Salve ragazzi, innanzi tutto mi scuso per aver riaperto questo post, ma sono entrato in possesso da poco di un laptop Compaq nc6220 con uno schermo da 14,1" che mi sta facendo sclerare.
Mi spiego: ho provato in mille modi a settare una configurazione di xorg che potesse aumentare la risoluzione a 1400x1050 (che sarebbe la sua risoluzione massima, in quanto su windows era così prima che piallassi tutto), ma anche a un più modesto 1280x1024 o qualcosa di simile, basta che sia superiore a 1024x768.
Il risultato è che la risoluzione è sempre 1024x768 e in più ora ho un xorg.conf chilometrico con parametri che si ripetono addirittura. Vi posto il mio xorg.conf così ci potete dare un'occhiata. Non è che mi dareste una manina a settare correttamente il tutto?
Io nel frattempo provo a dare, per l'ennesima volta, un dpkg-reconfigure xserver-xorg sperando di risolvere qualcosa..
Mi spiego: ho provato in mille modi a settare una configurazione di xorg che potesse aumentare la risoluzione a 1400x1050 (che sarebbe la sua risoluzione massima, in quanto su windows era così prima che piallassi tutto), ma anche a un più modesto 1280x1024 o qualcosa di simile, basta che sia superiore a 1024x768.
Il risultato è che la risoluzione è sempre 1024x768 e in più ora ho un xorg.conf chilometrico con parametri che si ripetono addirittura. Vi posto il mio xorg.conf così ci potete dare un'occhiata. Non è che mi dareste una manina a settare correttamente il tutto?
Codice: Seleziona tutto
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
VideoRam 131072
Option "ForceBIOS" "1920x1440=1400x1050"
Option "XAANoOffscreenPixmaps" "true"
BusID "PCI:0:2:0"
Option "VBERestore" "true"
Option "DRI" "true"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
Option "TripleBuffer" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "screen1" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "Intel 915"
Busid "PCI:0:2:0"
Driver "intel"
Screen 0
Vendorname "Intel"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 31.5-64.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "device" #
Identifier "device2"
Boardname "vesa"
Busid "PCI:0:2:1"
Driver "intel"
Screen 1
EndSection
Section "screen" #
Identifier "screen2"
Device "device2"
Defaultdepth 24
Monitor "monitor2"
EndSection
Section "monitor" #
Identifier "monitor2"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Ultima modifica di ReF il martedì 8 luglio 2008, 12:17, modificato 1 volta in totale.
Re: Intel mobile 915
Mhmhmh dopo il dpkg-reconfigure xserver-xorg sembra che io abbia un xorg.conf bello pulito. Come dire, tabula rasa e ricominciamo daccapo.
Ora, onde evitare casini, come procedo per modificare la mia risoluzione?
Questo è il mio xorg:
Prima che mi scordi di nuovo, sto utilizzando Ubuntu 8.04 e compiz, installato di default da questa versione di ubuntu, pare funzioni bene.
Ora, onde evitare casini, come procedo per modificare la mia risoluzione?
Questo è il mio xorg:
Codice: Seleziona tutto
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSectionChi c’è in linea
Visualizzano questa sezione: Google [Bot] e 5 ospiti

