Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML, Colordepth and linux  (Read 2545 times)

0 Members and 1 Guest are viewing this topic.

scj

  • Newbie
  • *
  • Posts: 1
    • View Profile
SFML, Colordepth and linux
« on: May 29, 2008, 03:23:32 am »
I'm interested in trying out sfml but I can't seem to get any window to work. Due to hardware limitations, I can't use more than 16b colors if I want the graphics to be hardware accelerated. Unfortuantely, this also means the following:
Code: [Select]
$ samples/bin/window
Error: Unsupporte depth 0... exiting

It works when I change to 24b.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML, Colordepth and linux
« Reply #1 on: May 29, 2008, 08:36:50 am »
Are you using the last revision ?
Laurent Gomila - SFML developer

 

anything