Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] tty* inacessibili dopo avvio X (framebuffer)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sun Jun 04, 2006 9:36 am    Post subject: [risolto] tty* inacessibili dopo avvio X (framebuffer) Reply with quote

sto finendo di installare un portatile acer aspire.

ho configurato il framebuffer che funziona, ma se faccio partire X non posso più switchare sulle tty, mi si presenta uno schermo nera e basta.

se provo a digitare alla cieca qualche comando posso notare che è soltanto come se lo schermo fosse spento (ad esempio se do il comando reboot il portatile si riavvia) .

quale potrebbe essere il problema? ho visto altri 3d simili nel forum internazionale ma nessuna risposta concreta.

ciao e grazie
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***


Last edited by luna80 on Wed Jun 14, 2006 5:36 am; edited 1 time in total
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sun Jun 04, 2006 12:10 pm    Post subject: Reply with quote

io ho avuto un problema sibile con un fisso con un monitor dell'anteguerra. praticamente quando chiudevo X il fb andava outofsync. ho ridotto la risoluzione ed adesso funziona.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sun Jun 04, 2006 12:42 pm    Post subject: Reply with quote

Ic3M4n wrote:
io ho avuto un problema sibile con un fisso con un monitor dell'anteguerra. praticamente quando chiudevo X il fb andava outofsync. ho ridotto la risoluzione ed adesso funziona.


io ho una risoluzione di 1024x768...ed è la max supportata dalla scheda grafica del portatile...

beh provo a diminuirla...giusto epr vedere se cambia qualcosa

grazie


<edit> non cambia niente, anche con una risoluzione minore non funziona :cry:
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
ginetto
n00b
n00b


Joined: 20 Jan 2005
Posts: 65
Location: Italia

PostPosted: Sun Jun 04, 2006 8:45 pm    Post subject: Reply with quote

Potresti postare:
Code:
# /boot/grub/grub.conf

e
Code:
# /etc/X11/xorg.conf

per favore ? :)

ciao ciao
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Mon Jun 05, 2006 8:04 am    Post subject: Reply with quote

allora, questo l'estratto del mio grub.conf

Code:
kernel /boot/bzImage root=/dev/hda5 video=vesafb:ywrap,mtrr vga=0x317


e questo il mio xorg.conf attuale

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "glx"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option        "XkbLayout" "fr_CH"
EndSection

Section "InputDevice"
   Identifier  "Touchpad"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mouse1"
   Option       "Emulate3Buttons" "true"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "Mouse"
   Driver       "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
        Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   Option       "DPMS"
   HorizSync    28-96   
   VertRefresh  50-75
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "sis"
   VendorName  "Silicon Integrated Systems [SiS]"
   BoardName   "Unknown Board"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1024x768"
   EndSubSection
EndSection

_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
ginetto
n00b
n00b


Joined: 20 Jan 2005
Posts: 65
Location: Italia

PostPosted: Mon Jun 05, 2006 12:18 pm    Post subject: Reply with quote

Potresti provare a compilare nel kernel il framebuffer della scheda video (sisfb) anzichè il vesafb.
Ti posto la mia conf:
grub.conf
Code:
kernel /boot/kernel-genkernel-x86-2.6.16-suspend2-r7 resume2=swap:/dev/hda2 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev video=sisfb:1024x768-16@60

xorg.conf
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option         "BlankTime" "3"
   Option         "StandbyTime" "4"
   Option         "SuspendTime" "8"
   Option         "OffTime" "12"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
   Load  "synaptics"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "XkbModel" "pc105"
   Option      "XkbLayout" "it"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "synaptics"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option      "LeftEdge" "1700"
   Option      "RigtEdge" "5300"
   Option      "TopEdge" "1700"
   Option      "BottomEdge" "4200"
   Option      "FingerLow" "25"
   Option      "FingerHigh" "30"
   Option      "MaxTapTime" "180"
   Option      "MaxTapMove" "220"
   Option      "VertScrollDelta" "100"
   Option      "MinSpeed" "0.09"
   Option      "MaxSpeed" "0.18"
   Option      "AccelFactor" "0.0015"
   Option      "SHMConfig" "on"   
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Boh"
   ModelName    "AriBoh"
   Option       "DPMS"
EndSection

Section "Device"
        Option      "HWcursor" "True"
        Option      "DRI" "True"
        Option      "AGPSize" "64"
   Identifier  "Card0"
   Driver      "sis"
   VendorName  "Silicon Integrated Systems [SiS]"
   BoardName   "SiS650/651/M650/740 PCI/AGP VGA Display Adapter"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection


ciao ciao
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Tue Jun 06, 2006 6:28 pm    Post subject: Reply with quote

ginetto wrote:
Potresti provare a compilare nel kernel il framebuffer della scheda video (sisfb) anzichè il vesafb.



no purtroppo non va neanche così... :cry:

grazie lo stesso
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Wed Jun 14, 2006 5:36 am    Post subject: Reply with quote

ho finalmente avuto un pò di tempo per strusarci un attimo dietro.

ho riprovato a ricompilare il kernel con vesa-tng al posto di vesa e cambiato alcuni paramentri, ora funziona perfettamente :D
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum