Xorg su HP Omnibook XE3 [risolto]
Inviato: mer 10 ott 2007, 11:43
Portatile HP Omnibook XE3 con scheda grafica Intel 82830, display 14" e Slackware 12.0.
Com'è che non riesco a far andare X oltre gli 800x600?
La stessa cosa mi succede se faccio partire Slax, mentre con uno knoppix di qualche anno fa vado sui 1024x768 coi driver vesa...
Ecco il mio xorg:
Cosa c'è che non va?
Ho provato sia coi driver "intel" che con quelli "i810"...
Mi è venuto il dubbio che non digerisca lo xorg modulare, è possibile?
Grazie,
nino
Com'è che non riesco a far andare X oltre gli 800x600?
La stessa cosa mi succede se faccio partire Slax, mentre con uno knoppix di qualche anno fa vado sui 1024x768 coi driver vesa...
Ecco il mio xorg:
Codice: Seleziona tutto
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
# SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
# EndSubSection
Load "ddc"
Load "dri"
Load "extmode"
Load "type1"
Load "freetype"
Load "speedo"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "hpxe3gc"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 28 - 49
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Device"
#Identifier "VESA Framebuffer"
#Driver "vesa"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82830 CGC [Chipset Graphics Controller]"
BusID "PCI:0:2:0"
# Identifier "Card0"
# Driver "i810"
VideoRam 16384
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Card0"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection Ho provato sia coi driver "intel" che con quelli "i810"...
Mi è venuto il dubbio che non digerisca lo xorg modulare, è possibile?
Grazie,
nino